public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: app-text/prince-bin/
@ 2017-06-04 18:17 Justin Lecher
  0 siblings, 0 replies; only message in thread
From: Justin Lecher @ 2017-06-04 18:17 UTC (permalink / raw
  To: gentoo-commits

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'


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2017-06-04 18:18 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-04 18:17 [gentoo-commits] proj/betagarden:master commit in: app-text/prince-bin/ Justin Lecher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox