commit:     79869b46934f4610e24cdf00497614a9595362c7
Author:     Randall T. Vasquez <ran.dall <AT> icloud <DOT> com>
AuthorDate: Sun May 22 02:54:48 2022 +0000
Commit:     Haelwenn Monnier <contact <AT> hacktivis <DOT> me>
CommitDate: Sun May 22 02:54:48 2022 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=79869b46

net-misc/dnsname: fix DEPENDS on dnsname v1.3.0, v1.3.1, and v9999

This commits fixes the DEPENDS stanza and removes ~X86 from dnsname v1.3.0, 
v1.3.1, and v9999.

Signed-off-by: Randall T. Vasquez <ran.dall <AT> icloud.com>

 net-misc/dnsname/dnsname-1.3.0.ebuild | 8 ++++++--
 net-misc/dnsname/dnsname-1.3.1.ebuild | 8 ++++++--
 net-misc/dnsname/dnsname-9999.ebuild  | 8 ++++++--
 3 files changed, 18 insertions(+), 6 deletions(-)

diff --git a/net-misc/dnsname/dnsname-1.3.0.ebuild 
b/net-misc/dnsname/dnsname-1.3.0.ebuild
index 6c80d1286..254705eda 100644
--- a/net-misc/dnsname/dnsname-1.3.0.ebuild
+++ b/net-misc/dnsname/dnsname-1.3.0.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        
SRC_URI="https://github.com/containers/dnsname/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
        SRC_URI+=" 
https://github.com/ran-dall/portage-deps/blob/master/${P}-deps.tar.xz";
-       KEYWORDS="~amd64 ~arm64 ~x86"
+       KEYWORDS="~amd64 ~arm64"
        RESTRICT="mirror test"
        S="${WORKDIR}"/${P}
 fi
@@ -24,7 +24,11 @@ fi
 LICENSE="Apache-2.0"
 SLOT="0"
 
-DEPEND=""
+DEPEND="
+       app-containers/podman
+       net-misc/cni-plugins
+       net-dns/dnsmasq
+"
 RDEPEND="${DEPEND}"
 
 src_unpack() {

diff --git a/net-misc/dnsname/dnsname-1.3.1.ebuild 
b/net-misc/dnsname/dnsname-1.3.1.ebuild
index 46dc659dd..20ca30116 100644
--- a/net-misc/dnsname/dnsname-1.3.1.ebuild
+++ b/net-misc/dnsname/dnsname-1.3.1.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        
SRC_URI="https://github.com/containers/dnsname/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
        SRC_URI+=" 
https://github.com/ran-dall/portage-deps/blob/master/${P}-deps.tar.xz";
-       KEYWORDS="~amd64 ~arm64 ~x86"
+       KEYWORDS="~amd64 ~arm64"
        RESTRICT="mirror test"
        S="${WORKDIR}"/${P}
 fi
@@ -24,7 +24,11 @@ fi
 LICENSE="Apache-2.0"
 SLOT="0"
 
-DEPEND=""
+DEPEND="
+       app-containers/podman
+       net-misc/cni-plugins
+       net-dns/dnsmasq
+"
 RDEPEND="${DEPEND}"
 
 src_unpack() {

diff --git a/net-misc/dnsname/dnsname-9999.ebuild 
b/net-misc/dnsname/dnsname-9999.ebuild
index 7c15a9a0f..f92c2a67e 100644
--- a/net-misc/dnsname/dnsname-9999.ebuild
+++ b/net-misc/dnsname/dnsname-9999.ebuild
@@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then
 else
        
SRC_URI="https://github.com/containers/dnsname/archive/refs/tags/v${PV}.tar.gz 
-> ${P}.tar.gz"
        SRC_URI+=" ${P}-deps.tar.xz"
-       KEYWORDS="~amd64 ~arm64 ~x86"
+       KEYWORDS="~amd64 ~arm64"
        RESTRICT="mirror test"
        S="${WORKDIR}"/${P}
 fi
@@ -24,7 +24,11 @@ fi
 LICENSE="Apache-2.0"
 SLOT="0"
 
-DEPEND=""
+DEPEND="
+       app-containers/podman
+       net-misc/cni-plugins
+       net-dns/dnsmasq
+"
 RDEPEND="${DEPEND}"
 
 src_unpack() {

Reply via email to