diff options
author | Justin Lecher <jlec@gentoo.org> | 2017-06-04 16:05:25 +0100 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2017-06-04 16:05:25 +0100 |
commit | 17e3e6ae01ec9846e8d403806e839b9808d7253b (patch) | |
tree | 0b937c92031f243cd6e6859dc759e201c4a80cb0 | |
parent | app-shells/layman-bashcomp: Bump EAPI (diff) | |
download | betagarden-17e3e6ae01ec9846e8d403806e839b9808d7253b.tar.gz betagarden-17e3e6ae01ec9846e8d403806e839b9808d7253b.tar.bz2 betagarden-17e3e6ae01ec9846e8d403806e839b9808d7253b.zip |
app-text/prince-bin: Bump to EAPI=6
Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec@gentoo.org>
-rw-r--r-- | app-text/prince-bin/prince-bin-6.0_p8.ebuild | 18 |
1 files changed, 5 insertions, 13 deletions
diff --git a/app-text/prince-bin/prince-bin-6.0_p8.ebuild b/app-text/prince-bin/prince-bin-6.0_p8.ebuild index af15ac1..2dc0e36 100644 --- a/app-text/prince-bin/prince-bin-6.0_p8.ebuild +++ b/app-text/prince-bin/prince-bin-6.0_p8.ebuild @@ -1,31 +1,23 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -inherit eutils +EAPI=6 MY_PN="prince" MY_P="${MY_PN}-${PV/_p/r}-linux" -DESCRIPTION="Converts XML/HTML to PDF." - +DESCRIPTION="Converts XML/HTML to PDF" HOMEPAGE="http://www.princexml.com/" SRC_URI="http://www.princexml.com/download/${MY_P}.tar.gz" + LICENSE="Prince-EULA" SLOT="0" KEYWORDS="~x86" IUSE="" -DEPEND="" -RDEPEND="" - S="${WORKDIR}/${MY_P}" -src_unpack() { - unpack ${A} - cd "${S}" - - epatch "${FILESDIR}"/${PN}-6.0-destdir.patch -} +PATCHES=( "${FILESDIR}"/${PN}-6.0-destdir.patch ) src_install() { DESTDIR="${D}" ./install.sh <<<'/usr' |