diff options
| author | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
|---|---|---|
| committer | root <root@alpha.trunkmasters.com> | 2026-06-04 16:24:49 -0500 |
| commit | a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch) | |
| tree | 0c52bbae1c242fbc296bd650fcd1167685f81492 /net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild | |
| parent | bfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff) | |
| download | baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip | |
Adding metadata
Diffstat (limited to 'net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild')
| -rw-r--r-- | net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild b/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild deleted file mode 100644 index 57ad56c18cc7..000000000000 --- a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2025 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit cmake - -if [[ ${PV} == *9999* ]] ; then - EGIT_REPO_URI="https://github.com/aarond10/https_dns_proxy.git" - inherit git-r3 -else - COMMIT="2d9285e2b94bce21c588c8160f8fac660806987a" - SRC_URI="https://github.com/aarond10/https_dns_proxy/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-${COMMIT}" -fi - -DESCRIPTION="Lightweight DNS-over-HTTPS proxy" -HOMEPAGE="https://github.com/aarond10/https_dns_proxy" - -LICENSE="MIT" -SLOT="0" - -RDEPEND=" - dev-libs/libev - net-dns/c-ares - net-misc/curl[http2,ssl]" -DEPEND="${RDEPEND}" - -src_configure() { - local mycmakeargs=( - -DCMAKE_DISABLE_FIND_PACKAGE_GTest=ON - -DCLANG_TIDY_EXE=OFF - ) - cmake_src_configure -} - -src_install() { - cmake_src_install - dobin "${BUILD_DIR}"/https_dns_proxy -} |
