commit: 846cec6e23655c31cdccc34237b44df5599c5c17 Author: Marty E. Plummer <hanetzer <AT> startmail <DOT> com> AuthorDate: Tue Mar 27 07:47:48 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Tue Mar 27 23:18:43 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=846cec6e
app-i18n/man-pages-nl: EAPI bump Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/7641 app-i18n/man-pages-nl/man-pages-nl-0.13.3.ebuild | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/app-i18n/man-pages-nl/man-pages-nl-0.13.3.ebuild b/app-i18n/man-pages-nl/man-pages-nl-0.13.3.ebuild index 308ad6d1bd9..b6aaeecd964 100644 --- a/app-i18n/man-pages-nl/man-pages-nl-0.13.3.ebuild +++ b/app-i18n/man-pages-nl/man-pages-nl-0.13.3.ebuild @@ -1,6 +1,8 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 +EAPI=6 + DESCRIPTION="A somewhat comprehensive collection of Dutch Linux man pages" HOMEPAGE="http://doc.nl.linux.org/MANPAGE/" SRC_URI="ftp://ftp.nl.linux.org/pub/DOC-NL/manpages-nl/manpages-nl-${PV}.tar.gz" @@ -13,8 +15,3 @@ IUSE="" RDEPEND="virtual/man" S=${WORKDIR}/manpages-nl-${PV} - -src_install() { - make install DESTDIR="${D}" || die - dodoc AUTHORS ChangeLog NEWS README TODO -}
