summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Lecher <jlec@gentoo.org>2017-06-04 16:05:25 +0100
committerJustin Lecher <jlec@gentoo.org>2017-06-04 16:05:25 +0100
commit17e3e6ae01ec9846e8d403806e839b9808d7253b (patch)
tree0b937c92031f243cd6e6859dc759e201c4a80cb0
parentapp-shells/layman-bashcomp: Bump EAPI (diff)
downloadbetagarden-17e3e6ae.tar.gz
betagarden-17e3e6ae.tar.bz2
betagarden-17e3e6ae.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.ebuild18
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'