diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-01 12:11:11 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-10-01 12:11:11 +0000 |
| commit | ef5d772cb212bb9d3049523be8a7bd2e01301090 (patch) | |
| tree | 8345c2730a3aa49abe87d32a748203d81b1a7454 /net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild | |
| parent | d5751b1260fda1bd00ddfc78bb34b3c7afd9b343 (diff) | |
| download | baldeagleos-repo-ef5d772cb212bb9d3049523be8a7bd2e01301090.tar.gz baldeagleos-repo-ef5d772cb212bb9d3049523be8a7bd2e01301090.tar.xz baldeagleos-repo-ef5d772cb212bb9d3049523be8a7bd2e01301090.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 | 15 |
1 files changed, 8 insertions, 7 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 index d2ca352cd24f..57ad56c18cc7 100644 --- a/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild +++ b/net-dns/https_dns_proxy/https_dns_proxy-9999.ebuild @@ -1,20 +1,21 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 + inherit cmake -if [[ ${PV} == "9999" ]] ; then +if [[ ${PV} == *9999* ]] ; then EGIT_REPO_URI="https://github.com/aarond10/https_dns_proxy.git" inherit git-r3 else - MY_COMMIT="2d9285e2b94bce21c588c8160f8fac660806987a" - SRC_URI="https://github.com/aarond10/https_dns_proxy/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + COMMIT="2d9285e2b94bce21c588c8160f8fac660806987a" + SRC_URI="https://github.com/aarond10/https_dns_proxy/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" - S="${WORKDIR}/${PN}-${MY_COMMIT}" + S="${WORKDIR}/${PN}-${COMMIT}" fi -DESCRIPTION="A lightweight DNS-over-HTTPS proxy" +DESCRIPTION="Lightweight DNS-over-HTTPS proxy" HOMEPAGE="https://github.com/aarond10/https_dns_proxy" LICENSE="MIT" |
