Gentoo Archives: gentoo-commits

From: Mikle Kolyada <zlogene@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
Date: Mon, 28 Aug 2017 19:42:19
Message-Id: 1503949330.9404aef00211ea3732a6a0e13543e6b31eb4039e.zlogene@gentoo
1 commit: 9404aef00211ea3732a6a0e13543e6b31eb4039e
2 Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 28 19:42:10 2017 +0000
4 Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 28 19:42:10 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9404aef0
7
8 app-text/pstotext: drop old due to EAPI3 removal
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.1
11
12 app-text/pstotext/pstotext-1.9-r3.ebuild | 30 ------------------------------
13 1 file changed, 30 deletions(-)
14
15 diff --git a/app-text/pstotext/pstotext-1.9-r3.ebuild b/app-text/pstotext/pstotext-1.9-r3.ebuild
16 deleted file mode 100644
17 index 9aed21f244a..00000000000
18 --- a/app-text/pstotext/pstotext-1.9-r3.ebuild
19 +++ /dev/null
20 @@ -1,30 +0,0 @@
21 -# Copyright 1999-2012 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI="3"
25 -
26 -inherit eutils toolchain-funcs
27 -
28 -DESCRIPTION="Extract ASCII text from a PostScript or PDF file"
29 -HOMEPAGE="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm"
30 -SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
31 -
32 -LICENSE="PSTT"
33 -SLOT="0"
34 -KEYWORDS="amd64 hppa ppc ppc64 x86"
35 -IUSE=""
36 -
37 -DEPEND="app-arch/ncompress"
38 -RDEPEND="app-text/ghostscript-gpl"
39 -
40 -src_prepare() {
41 - epatch \
42 - "${FILESDIR}"/${P}-quote-chars-fix.patch \
43 - "${FILESDIR}"/${PV}-flags.patch
44 - tc-export CC
45 -}
46 -
47 -src_install () {
48 - dobin pstotext || die
49 - doman pstotext.1 || die
50 -}