commit:     70a05ff7abd3492919ba4c7e8f019a3cd503df58
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Jan  4 03:36:03 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan  4 03:36:03 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70a05ff7

app-text/u2ps: cleanup old

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>

 app-text/u2ps/Manifest        |  1 -
 app-text/u2ps/u2ps-1.1.ebuild | 29 -----------------------------
 2 files changed, 30 deletions(-)

diff --git a/app-text/u2ps/Manifest b/app-text/u2ps/Manifest
index d3b029647ea..8988b939938 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 e8d7cb00228..00000000000
--- 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'
-}

Reply via email to