commit:     17e3e6ae01ec9846e8d403806e839b9808d7253b
Author:     Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Sun Jun  4 15:05:25 2017 +0000
Commit:     Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Sun Jun  4 15:05:25 2017 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=17e3e6ae

app-text/prince-bin: Bump to EAPI=6

Package-Manager: Portage-2.3.6, Repoman-2.3.2
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>

 app-text/prince-bin/prince-bin-6.0_p8.ebuild | 18 +++++-------------
 1 file 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'

Reply via email to