summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-01-04 03:36:03 +0000
committerSam James <sam@gentoo.org>2021-01-04 03:36:03 +0000
commit70a05ff7abd3492919ba4c7e8f019a3cd503df58 (patch)
tree5b8330f994875c94a35c8219b70fed32f89c1a03 /app-text/u2ps
parentvirtual/gnustep-back: Stabilize 0.28.0 x86, #761070 (diff)
downloadgentoo-70a05ff7abd3492919ba4c7e8f019a3cd503df58.tar.gz
gentoo-70a05ff7abd3492919ba4c7e8f019a3cd503df58.tar.bz2
gentoo-70a05ff7abd3492919ba4c7e8f019a3cd503df58.zip
app-text/u2ps: cleanup old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-text/u2ps')
-rw-r--r--app-text/u2ps/Manifest1
-rw-r--r--app-text/u2ps/u2ps-1.1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/app-text/u2ps/Manifest b/app-text/u2ps/Manifest
index d3b029647ea2..8988b9399383 100644
--- a/app-text/u2ps/Manifest
+++ b/app-text/u2ps/Manifest
@@ -1,2 +1 @@
-DIST u2ps-1.1.tar.gz 110892 BLAKE2B af0dd92d47a8530e8434983132c3bf0f0e6b88ff14cc9d7e73e95c842b4c1dad1b900d91c22a34c8f94373e62382841329e5b2e6b3aa9b51f6e5d6d6d164b596 SHA512 44a470268aafe7b90c17e14a15864924d0ba78b0c8707b9bf076e13b262a9d43d71b6527c5a995f82741e52fe2d07eac6a2626921e7465127a57405d4b5babd3
DIST u2ps-1.2.tar.gz 110917 BLAKE2B 223aec319d36191032e45a73d9053a970ef76c780c9260e3d6a3799c24f80eb0bddd645de87806570844c3e4e763a2eb1929d44bf122daeaebcefd711d61d35d SHA512 3c5c12b50b6d2d50c67a1051375aeb4cfb32a2c8c898837313ac7ff4a11f30c4625f71f77203f7b1367b1ccdb9143a1106b99deaef8f964af3d08336ce686198
diff --git a/app-text/u2ps/u2ps-1.1.ebuild b/app-text/u2ps/u2ps-1.1.ebuild
deleted file mode 100644
index e8d7cb002289..000000000000
--- a/app-text/u2ps/u2ps-1.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8"
-HOMEPAGE="https://github.com/arsv/u2ps"
-SRC_URI="https://github.com/arsv/${PN}/releases/download/${PV}/${P}.tar.gz"
-
-LICENSE="GPL-3"
-SLOT="0"
-KEYWORDS="amd64 ~x86"
-IUSE=""
-
-DEPEND="app-text/ghostscript-gpl"
-RDEPEND="${DEPEND}"
-BDEPEND="${DEPEND}"
-
-PATCHES=( "${FILESDIR}/${P}-nostrip.patch" )
-
-src_configure() {
- # this isnt autoconf, so econf fails...
- ./configure \
- --prefix=/usr \
- --datadir=/usr/share \
- --mandir=/usr/share/man \
- --with-gs=/usr/bin/gs \
- || die 'configure failed'
-}