From d32022e7301aef2b3f52f6b7a3de81c6e03ffcaf Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 21 Nov 2022 01:03:25 +0000 Subject: gentoo auto-resync : 21:11:2022 - 01:03:25 --- app-text/pstotext/Manifest | 2 +- app-text/pstotext/pstotext-1.9-r4.ebuild | 32 -------------------------------- app-text/pstotext/pstotext-1.9-r5.ebuild | 30 ++++++++++++++++++++++++++++++ 3 files changed, 31 insertions(+), 33 deletions(-) delete mode 100644 app-text/pstotext/pstotext-1.9-r4.ebuild create mode 100644 app-text/pstotext/pstotext-1.9-r5.ebuild (limited to 'app-text/pstotext') diff --git a/app-text/pstotext/Manifest b/app-text/pstotext/Manifest index aa187403ffea..0699dbf84a92 100644 --- a/app-text/pstotext/Manifest +++ b/app-text/pstotext/Manifest @@ -1,5 +1,5 @@ AUX 1.9-flags.patch 775 BLAKE2B 32634da1338504c985a71dd58a6c5a09e03f07063c4540647e155a3d9f4b17fdc2a2d2a6db39f698c9bb7442b525ba876e7a951ad95e908e6a457699847f583f SHA512 4933522482e76eb9a220da6baf74722318e1b3c818515560f58a2d448b66a5236450c96171e89c8fa899c4e4904fcbde8457e87accbde0b6275c7154e1e9e462 AUX pstotext-1.9-quote-chars-fix.patch 3491 BLAKE2B 81f284386683222fb8c95f0b2677d05134e578486932b09511ba9fd685ade1b02db1a6c1e60dd90502e558f5ff5bc3a8eefa577c8cc620a89f5a97215e9aaea2 SHA512 c6ffabaf5b5f7261e79e43d0083543b0428cde0d62c1b9e9513905d03dd5174a1ee1a537dfa8d906b7422cc6c9e5606fc7dc6f177d11441fd028355e99c2c4a6 DIST pstotext-1.9.tar.gz 37461 BLAKE2B ff0c816ff0f57882e6fb36df9a2ba02049526cc0d5a0996e47c32f98a3d3208ca35f59c84605e75c787b80b3a0d8db498afbd4d28e2095be8abd979ecaa6bc22 SHA512 a8148e94d635544a7dfa8c96ff6071717388e4dc6c3db36f2c50939dce96c1f824ee423b1622af9111fffc60cb298215a6ee85d956c81873d71ceac804ee48ca -EBUILD pstotext-1.9-r4.ebuild 621 BLAKE2B f652bd3a7c696dfc4b1345fd9af78903661ec8371ea8d607726f596c1cd91767844a19d021c001bf9757f3861b7e8c8573090fbf60beeeb38063789ea71f74cf SHA512 b9df99ab6289e5fb097bb20bbc1b8e24d2038e9d4576bfb371f1803b83e194ada8d3fc18175bbc89bde05918d102c746b8c0ae033f889352b3d54c679fcec725 +EBUILD pstotext-1.9-r5.ebuild 606 BLAKE2B c1c9791fb2430ffc476510abad3110fb76dca40513aa4f15552ab4b8e7802fc4822fd480924e4941d764756d90be9d69754cb8ac16f072c9b15a360da4ba045c SHA512 028232fb336b81add812dc5384f0c9796e1f56fc8d69e4574fb40f3fba0b3622e36ac5935d2c6d6872c0afa752ac494d3503e507b77298a7be9f7c13bb33d60b MISC metadata.xml 250 BLAKE2B e2cadaf7d8fd791e45124cd765cb44d4e2347ecce2bc9dabdc682f6e6f198da73e34e273d326bbb8317c28c34a86e6139bde7e9cdc4ce7d6045443f8bdcec8a0 SHA512 3ca55284974baa2067e21fc58cd2f9f6a673d83f53dc53d3bafe26c1cff7b8aa13890545bcf92f9febc82afdd0b6b3afeb5c2d7fc4c31f7e0c46d1b0314564f4 diff --git a/app-text/pstotext/pstotext-1.9-r4.ebuild b/app-text/pstotext/pstotext-1.9-r4.ebuild deleted file mode 100644 index 814f6a395699..000000000000 --- a/app-text/pstotext/pstotext-1.9-r4.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit 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="" - -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 -} diff --git a/app-text/pstotext/pstotext-1.9-r5.ebuild b/app-text/pstotext/pstotext-1.9-r5.ebuild new file mode 100644 index 000000000000..72c02ff901a4 --- /dev/null +++ b/app-text/pstotext/pstotext-1.9-r5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit 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" + +RDEPEND="app-text/ghostscript-gpl" + +PATCHES=( + "${FILESDIR}"/${P}-quote-chars-fix.patch + "${FILESDIR}"/${PV}-flags.patch +) + +src_configure() { + tc-export CC +} + +src_install() { + dobin pstotext + doman pstotext.1 +} -- cgit v1.2.3