summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Bauman <bman@gentoo.org>2018-05-25 20:19:55 -0400
committerAaron Bauman <bman@gentoo.org>2018-05-25 22:05:00 -0400
commitb57fe056aa008db216700f439e06d45246fdef0a (patch)
tree0b2cfeb589e3575a51c1c5220d55a8f76ad408b2 /net-dns
parentapp-arch/unp: drop old EAPIs (diff)
downloadgentoo-b57fe056aa008db216700f439e06d45246fdef0a.tar.gz
gentoo-b57fe056aa008db216700f439e06d45246fdef0a.tar.bz2
gentoo-b57fe056aa008db216700f439e06d45246fdef0a.zip
net-dns/odsclient: bump EAPI and drop eutils
Package-Manager: Portage-2.3.40, Repoman-2.3.9 Closes: https://github.com/gentoo/gentoo/pull/8591
Diffstat (limited to 'net-dns')
-rw-r--r--net-dns/odsclient/odsclient-1.03-r1.ebuild12
1 files changed, 6 insertions, 6 deletions
diff --git a/net-dns/odsclient/odsclient-1.03-r1.ebuild b/net-dns/odsclient/odsclient-1.03-r1.ebuild
index d679353f7246..bf24d233dae6 100644
--- a/net-dns/odsclient/odsclient-1.03-r1.ebuild
+++ b/net-dns/odsclient/odsclient-1.03-r1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI="2"
+EAPI=6
-inherit eutils toolchain-funcs
+inherit toolchain-funcs
DESCRIPTION="Client for the Open Domain Server's dynamic dns"
HOMEPAGE="http://www.ods.org/"
@@ -14,10 +14,11 @@ SLOT="0"
KEYWORDS="~amd64 x86"
IUSE=""
+PATCHES=( "${FILESDIR}/${PV}-gentoo.patch" )
+
src_prepare() {
+ default
sed -i Makefile -e 's| -o | $(LDFLAGS)&|g' || die "sed failed"
-
- epatch "${FILESDIR}"/${PV}-gentoo.patch
}
src_compile() {
@@ -30,5 +31,4 @@ src_compile() {
src_install() {
dosbin odsclient
- dodoc README
}