diff options
-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' |