Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tex/catdvi/
Date: Sun, 08 Sep 2019 17:32:52
Message-Id: 1567963916.b1c458231162cb2abd0029a3d3da9f888550c09e.ulm@gentoo
1 commit: b1c458231162cb2abd0029a3d3da9f888550c09e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Sep 8 17:10:06 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Sun Sep 8 17:31:56 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b1c45823
7
8 dev-tex/catdvi: Bump EAPI to 7.
9
10 Specify LICENSE more precisely.
11
12 Package-Manager: Portage-2.3.75, Repoman-2.3.17
13 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
14
15 .../{catdvi-0.14-r1.ebuild => catdvi-0.14-r2.ebuild} | 19 ++++++++++---------
16 1 file changed, 10 insertions(+), 9 deletions(-)
17
18 diff --git a/dev-tex/catdvi/catdvi-0.14-r1.ebuild b/dev-tex/catdvi/catdvi-0.14-r2.ebuild
19 similarity index 63%
20 rename from dev-tex/catdvi/catdvi-0.14-r1.ebuild
21 rename to dev-tex/catdvi/catdvi-0.14-r2.ebuild
22 index 7783adcdb42..1f4af1e9e18 100644
23 --- a/dev-tex/catdvi/catdvi-0.14-r1.ebuild
24 +++ b/dev-tex/catdvi/catdvi-0.14-r2.ebuild
25 @@ -1,28 +1,29 @@
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2019 Gentoo Authors
28 # Distributed under the terms of the GNU General Public License v2
29
30 -EAPI=4
31 +EAPI=7
32
33 -inherit eutils autotools toolchain-funcs flag-o-matic
34 +inherit autotools toolchain-funcs flag-o-matic
35
36 DESCRIPTION="DVI to plain text translator"
37 HOMEPAGE="http://catdvi.sourceforge.net"
38 SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
39
40 -LICENSE="GPL-2"
41 +LICENSE="GPL-2+"
42 SLOT="0"
43 KEYWORDS="amd64 x86"
44 -IUSE=""
45
46 RDEPEND="virtual/tex-base
47 dev-libs/kpathsea"
48 -DEPEND="${RDEPEND}
49 - virtual/pkgconfig"
50 +DEPEND="${RDEPEND}"
51 +BDEPEND="virtual/pkgconfig"
52
53 src_prepare() {
54 - epatch "${FILESDIR}/${P}-kpathsea.patch"
55 + eapply "${FILESDIR}"/${P}-kpathsea.patch
56 + eapply_user
57 eautoconf
58 - has_version '>=dev-libs/kpathsea-6.2.1' && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
59 + has_version '>=dev-libs/kpathsea-6.2.1' \
60 + && append-cppflags "$($(tc-getPKG_CONFIG) --cflags kpathsea)"
61 }
62
63 src_compile() {