* [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
@ 2017-04-19 20:07 Andreas Hüttel
0 siblings, 0 replies; 8+ messages in thread
From: Andreas Hüttel @ 2017-04-19 20:07 UTC (permalink / raw
To: gentoo-commits
commit: fcb5979b4cfee7317178558117e00c8f9ca700f2
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 18 21:20:20 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Wed Apr 19 20:07:06 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcb5979b
app-text/pstotext: EAPI bump
Package-Manager: Portage-2.3.5, Repoman-2.3.2
app-text/pstotext/pstotext-1.9-r4.ebuild | 33 ++++++++++++++++++++++++++++++++
1 file changed, 33 insertions(+)
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild
new file mode 100644
index 00000000000..5aca5d7b560
--- /dev/null
+++ b/app-text/pstotext/pstotext-1.9-r4.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit eutils toolchain-funcs
+
+DESCRIPTION="Extract ASCII text from a PostScript or PDF file"
+HOMEPAGE="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm"
+SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
+
+LICENSE="PSTT"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+IUSE=""
+
+DEPEND="app-arch/ncompress"
+RDEPEND="app-text/ghostscript-gpl"
+
+PATCHES=(
+ "${FILESDIR}"/${P}-quote-chars-fix.patch
+ "${FILESDIR}"/${PV}-flags.patch
+)
+
+src_prepare() {
+ default
+ tc-export CC
+}
+
+src_install () {
+ dobin pstotext
+ doman pstotext.1
+}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
@ 2017-06-21 8:21 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-06-21 8:21 UTC (permalink / raw
To: gentoo-commits
commit: d8ef04488d4aa5cd9b0b5405c48a8040ce83f924
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 08:21:17 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 08:21:17 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ef0448
app-text/pstotext: amd64 stable wrt bug #622354
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-text/pstotext/pstotext-1.9-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild
index 5aca5d7b560..bbd1d0cd95e 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
LICENSE="PSTT"
SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~x86"
IUSE=""
DEPEND="app-arch/ncompress"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
@ 2017-06-21 12:11 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-06-21 12:11 UTC (permalink / raw
To: gentoo-commits
commit: 234bc9909096f9dbaf48b018234a97b5a2d2e903
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 12:11:28 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 12:11:28 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=234bc990
app-text/pstotext: x86 stable wrt bug #622354
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-text/pstotext/pstotext-1.9-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild
index ece292f30a3..6ae9d3942a8 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
LICENSE="PSTT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 ~x86"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
IUSE=""
DEPEND="app-arch/ncompress"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
@ 2017-06-21 12:17 Agostino Sarubbo
0 siblings, 0 replies; 8+ messages in thread
From: Agostino Sarubbo @ 2017-06-21 12:17 UTC (permalink / raw
To: gentoo-commits
commit: dc6e44ba1e56341d5b4b7f8b33502e65954a26fb
Author: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 21 12:14:57 2017 +0000
Commit: Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Wed Jun 21 12:17:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc6e44ba
app-text/pstotext: ppc64 stable wrt bug #622354
Package-Manager: Portage-2.3.6, Repoman-2.3.1
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
app-text/pstotext/pstotext-1.9-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild
index 6ae9d3942a8..199dbd48c72 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
LICENSE="PSTT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 x86"
+KEYWORDS="amd64 ~hppa ppc ppc64 x86"
IUSE=""
DEPEND="app-arch/ncompress"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
@ 2017-08-28 19:41 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2017-08-28 19:41 UTC (permalink / raw
To: gentoo-commits
commit: 3868c6b8599745d23de43a4380958e6399589013
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 19:40:50 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 19:40:50 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3868c6b8
app-text/pstotext: hppa stable wrt bug 622354
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-text/pstotext/pstotext-1.9-r4.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild
index 199dbd48c72..f08483acb74 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r4.ebuild
@@ -11,7 +11,7 @@ SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
LICENSE="PSTT"
SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ppc64 x86"
+KEYWORDS="amd64 hppa ppc ppc64 x86"
IUSE=""
DEPEND="app-arch/ncompress"
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
@ 2017-08-28 19:42 Mikle Kolyada
0 siblings, 0 replies; 8+ messages in thread
From: Mikle Kolyada @ 2017-08-28 19:42 UTC (permalink / raw
To: gentoo-commits
commit: 9404aef00211ea3732a6a0e13543e6b31eb4039e
Author: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 28 19:42:10 2017 +0000
Commit: Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Aug 28 19:42:10 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9404aef0
app-text/pstotext: drop old due to EAPI3 removal
Package-Manager: Portage-2.3.6, Repoman-2.3.1
app-text/pstotext/pstotext-1.9-r3.ebuild | 30 ------------------------------
1 file changed, 30 deletions(-)
diff --git a/app-text/pstotext/pstotext-1.9-r3.ebuild b/app-text/pstotext/pstotext-1.9-r3.ebuild
deleted file mode 100644
index 9aed21f244a..00000000000
--- a/app-text/pstotext/pstotext-1.9-r3.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="3"
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="Extract ASCII text from a PostScript or PDF file"
-HOMEPAGE="http://www.cs.wisc.edu/~ghost/doc/pstotext.htm"
-SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
-
-LICENSE="PSTT"
-SLOT="0"
-KEYWORDS="amd64 hppa ppc ppc64 x86"
-IUSE=""
-
-DEPEND="app-arch/ncompress"
-RDEPEND="app-text/ghostscript-gpl"
-
-src_prepare() {
- epatch \
- "${FILESDIR}"/${P}-quote-chars-fix.patch \
- "${FILESDIR}"/${PV}-flags.patch
- tc-export CC
-}
-
-src_install () {
- dobin pstotext || die
- doman pstotext.1 || die
-}
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
@ 2022-09-06 1:03 Mike Gilbert
0 siblings, 0 replies; 8+ messages in thread
From: Mike Gilbert @ 2022-09-06 1:03 UTC (permalink / raw
To: gentoo-commits
commit: c32602f4f276c8dc26d51d94a6abcee887277777
Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 6 01:02:01 2022 +0000
Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Tue Sep 6 01:03:02 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c32602f4
app-text/pstotext: drop dependency on app-arch/ncompress
The distfile used to be .Z, but is now .gz. Regardless, either format
may be decompressed using gzip.
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>
app-text/pstotext/pstotext-1.9-r4.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild
index fbbb6af016ad..814f6a395699 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -14,7 +14,6 @@ SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 x86"
IUSE=""
-DEPEND="app-arch/ncompress"
RDEPEND="app-text/ghostscript-gpl"
PATCHES=(
^ permalink raw reply related [flat|nested] 8+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/
@ 2022-11-20 23:56 David Seifert
0 siblings, 0 replies; 8+ messages in thread
From: David Seifert @ 2022-11-20 23:56 UTC (permalink / raw
To: gentoo-commits
commit: 29aedc9d26783bc015a967a9ac6d7113a29815d4
Author: David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 20 23:55:49 2022 +0000
Commit: David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sun Nov 20 23:55:49 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29aedc9d
app-text/pstotext: update EAPI 6 -> 8
Signed-off-by: David Seifert <soap <AT> gentoo.org>
.../pstotext/{pstotext-1.9-r4.ebuild => pstotext-1.9-r5.ebuild} | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r5.ebuild
similarity index 93%
rename from app-text/pstotext/pstotext-1.9-r4.ebuild
rename to app-text/pstotext/pstotext-1.9-r5.ebuild
index 814f6a395699..72c02ff901a4 100644
--- a/app-text/pstotext/pstotext-1.9-r4.ebuild
+++ b/app-text/pstotext/pstotext-1.9-r5.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
inherit toolchain-funcs
@@ -12,7 +12,6 @@ SRC_URI="ftp://mirror.cs.wisc.edu/pub/mirrors/ghost/contrib/${P}.tar.gz"
LICENSE="PSTT"
SLOT="0"
KEYWORDS="amd64 ~hppa ppc ppc64 x86"
-IUSE=""
RDEPEND="app-text/ghostscript-gpl"
@@ -21,8 +20,7 @@ PATCHES=(
"${FILESDIR}"/${PV}-flags.patch
)
-src_prepare() {
- default
+src_configure() {
tc-export CC
}
^ permalink raw reply related [flat|nested] 8+ messages in thread
end of thread, other threads:[~2022-11-20 23:56 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-06-21 8:21 [gentoo-commits] repo/gentoo:master commit in: app-text/pstotext/ Agostino Sarubbo
-- strict thread matches above, loose matches on Subject: below --
2022-11-20 23:56 David Seifert
2022-09-06 1:03 Mike Gilbert
2017-08-28 19:42 Mikle Kolyada
2017-08-28 19:41 Mikle Kolyada
2017-06-21 12:17 Agostino Sarubbo
2017-06-21 12:11 Agostino Sarubbo
2017-04-19 20:07 Andreas Hüttel
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox