summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2018-05-07 23:17:25 +0200
committerMartin Väth <martin@mvath.de>2018-05-07 23:17:25 +0200
commit094d1baa446a429adf4d090893acf7f7c7dd1c49 (patch)
treea7e50c7135cecf533bb6895a0a1df8cbfe8d0d09 /net-dns
parentx11-libs/gtk+: Version bump. Remove old (diff)
downloadmv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.gz
mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.tar.bz2
mv-094d1baa446a429adf4d090893acf7f7c7dd1c49.zip
Minor cleanups/EAPI bumps
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/host/host-20070128-r1.ebuild10
-rw-r--r--net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild4
2 files changed, 6 insertions, 8 deletions
diff --git a/net-dns/host/host-20070128-r1.ebuild b/net-dns/host/host-20070128-r1.ebuild
index 2ff1d5d8..b4bc77e3 100644
--- a/net-dns/host/host-20070128-r1.ebuild
+++ b/net-dns/host/host-20070128-r1.ebuild
@@ -1,7 +1,7 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=7
RESTRICT="mirror"
inherit toolchain-funcs multilib
@@ -17,15 +17,13 @@ IUSE="debug"
# Bug 91515
RESTRICT="${RESTRICT} test"
-RDEPEND=""
-DEPEND="${RDEPEND}
- >=sys-apps/sed-4"
+BDEPEND=">=sys-apps/sed-4"
src_prepare() {
eapply -p0 "${FILESDIR}/${P}-Makefile.patch"
sed -i -e "s:^\(# if defined(__alpha).*\):\1 || defined(__x86_64__):" \
port.h || die "sed failed"
- eapply_user
+ defalut
}
src_compile() {
diff --git a/net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild b/net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild
index 88343b6b..87c6302a 100644
--- a/net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild
+++ b/net-dns/noip-updater/noip-updater-2.1.9-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -36,7 +36,7 @@ src_prepare() {
-e "s:\"nobody\":\"ez-ipupd\":g"
)
sed -i "${sedarg[@]}" noip2.c || die "sed failed"
- eapply_user
+ default
}
src_compile() {