commit: 80847bf92f393178bf48a906f31a9786bc8b7bed Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Mon May 28 16:10:57 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Mon May 28 23:01:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80847bf9
net-misc/gofish: bump EAPI and drop eutils Package-Manager: Portage-2.3.40, Repoman-2.3.9 net-misc/gofish/gofish-1.2.ebuild | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/net-misc/gofish/gofish-1.2.ebuild b/net-misc/gofish/gofish-1.2.ebuild index 68b0fe7e5df..64d6f162b85 100644 --- a/net-misc/gofish/gofish-1.2.ebuild +++ b/net-misc/gofish/gofish-1.2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -EAPI=2 +EAPI=6 -inherit eutils user +inherit user DESCRIPTION="Gofish gopher server" HOMEPAGE="http://gofish.sourceforge.net" @@ -19,6 +19,8 @@ RDEPEND="" S=${WORKDIR}/${PN} +DOCS=( AUTHORS ChangeLog Configure_GoFish README TODO ) + pkg_setup() { enewgroup gopher enewuser gopher -1 -1 -1 gopher @@ -27,14 +29,12 @@ pkg_setup() { src_configure() { econf \ --localstatedir=/var \ - --disable-mmap-cache || die + --disable-mmap-cache } src_install () { - make DESTDIR="${D}" install || die - - newinitd "${FILESDIR}"/gofish.rc gofish || die - newconfd "${FILESDIR}"/gofish.confd gofish || die + default - dodoc AUTHORS ChangeLog Configure_GoFish README TODO || die + newinitd "${FILESDIR}"/gofish.rc gofish + newconfd "${FILESDIR}"/gofish.confd gofish }
