Gentoo Archives: gentoo-commits

From: Justin Lecher <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: app-text/prince-bin/
Date: Sun, 04 Jun 2017 18:18:00
Message-Id: 1496588725.17e3e6ae01ec9846e8d403806e839b9808d7253b.jlec@gentoo
1 commit: 17e3e6ae01ec9846e8d403806e839b9808d7253b
2 Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 4 15:05:25 2017 +0000
4 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 4 15:05:25 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=17e3e6ae
7
8 app-text/prince-bin: Bump to EAPI=6
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11 Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
12
13 app-text/prince-bin/prince-bin-6.0_p8.ebuild | 18 +++++-------------
14 1 file changed, 5 insertions(+), 13 deletions(-)
15
16 diff --git a/app-text/prince-bin/prince-bin-6.0_p8.ebuild b/app-text/prince-bin/prince-bin-6.0_p8.ebuild
17 index af15ac1..2dc0e36 100644
18 --- a/app-text/prince-bin/prince-bin-6.0_p8.ebuild
19 +++ b/app-text/prince-bin/prince-bin-6.0_p8.ebuild
20 @@ -1,31 +1,23 @@
21 -# Copyright 1999-2009 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 -inherit eutils
26 +EAPI=6
27
28 MY_PN="prince"
29 MY_P="${MY_PN}-${PV/_p/r}-linux"
30
31 -DESCRIPTION="Converts XML/HTML to PDF."
32 -
33 +DESCRIPTION="Converts XML/HTML to PDF"
34 HOMEPAGE="http://www.princexml.com/"
35 SRC_URI="http://www.princexml.com/download/${MY_P}.tar.gz"
36 +
37 LICENSE="Prince-EULA"
38 SLOT="0"
39 KEYWORDS="~x86"
40 IUSE=""
41
42 -DEPEND=""
43 -RDEPEND=""
44 -
45 S="${WORKDIR}/${MY_P}"
46
47 -src_unpack() {
48 - unpack ${A}
49 - cd "${S}"
50 -
51 - epatch "${FILESDIR}"/${PN}-6.0-destdir.patch
52 -}
53 +PATCHES=( "${FILESDIR}"/${PN}-6.0-destdir.patch )
54
55 src_install() {
56 DESTDIR="${D}" ./install.sh <<<'/usr'