app-i18n/man-pages-ro: EAPI bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6
This commit is contained in:
Marty E. Plummer
2018-03-27 02:49:31 -05:00
committed by Aaron Bauman
parent 846cec6e23
commit 226f3af5d8

View File

@@ -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 Romanian Linux man pages"
HOMEPAGE="http://www.rolix.org/man/arhiva/"
SRC_URI="http://www.rolix.org/man/arhiva/${P}.tar.gz"
@@ -14,9 +16,7 @@ RDEPEND="virtual/man"
S=${WORKDIR}/man-ro
src_compile() { :; }
src_install() {
insinto /usr/share/man/ro/man1
doins man1/*.1 || die "doins"
doins man1/*.1
}