diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-27 13:36:48 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-27 13:36:48 -0500 |
commit | db58aac829ee15c4c507d6f0dadf87501de47c17 (patch) | |
tree | 1eab3c23877982a699535b7db9557044b7ef0008 /app-text/u2ps | |
parent | net-misc/ip-sentinel: drop old EAPI (diff) | |
download | gentoo-db58aac829ee15c4c507d6f0dadf87501de47c17.tar.gz gentoo-db58aac829ee15c4c507d6f0dadf87501de47c17.tar.bz2 gentoo-db58aac829ee15c4c507d6f0dadf87501de47c17.zip |
app-text/u2ps: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text/u2ps')
-rw-r--r-- | app-text/u2ps/Manifest | 1 | ||||
-rw-r--r-- | app-text/u2ps/u2ps-0.8.4.ebuild | 43 |
2 files changed, 0 insertions, 44 deletions
diff --git a/app-text/u2ps/Manifest b/app-text/u2ps/Manifest index 5d645e4c8205..d3b029647ea2 100644 --- a/app-text/u2ps/Manifest +++ b/app-text/u2ps/Manifest @@ -1,3 +1,2 @@ DIST u2ps-1.1.tar.gz 110892 BLAKE2B af0dd92d47a8530e8434983132c3bf0f0e6b88ff14cc9d7e73e95c842b4c1dad1b900d91c22a34c8f94373e62382841329e5b2e6b3aa9b51f6e5d6d6d164b596 SHA512 44a470268aafe7b90c17e14a15864924d0ba78b0c8707b9bf076e13b262a9d43d71b6527c5a995f82741e52fe2d07eac6a2626921e7465127a57405d4b5babd3 DIST u2ps-1.2.tar.gz 110917 BLAKE2B 223aec319d36191032e45a73d9053a970ef76c780c9260e3d6a3799c24f80eb0bddd645de87806570844c3e4e763a2eb1929d44bf122daeaebcefd711d61d35d SHA512 3c5c12b50b6d2d50c67a1051375aeb4cfb32a2c8c898837313ac7ff4a11f30c4625f71f77203f7b1367b1ccdb9143a1106b99deaef8f964af3d08336ce686198 -DIST u2ps-full-0.8.4.tar.gz 5496922 BLAKE2B 416a206b768328cf1a268b4706578610e6bed45ee7475d52de515e112e51bbfcc777b2f21603826d52da42b9c6a3bd10dd4e95920e77c14e957ad4a6d0888984 SHA512 31e5c22163a934a3e153ec95e2e5dd94ce79f71a72278a386a6446b1dd053161c896344c51b696c37d838eb3f06fa6fe1db6b5daa55812a06467b2525266363e diff --git a/app-text/u2ps/u2ps-0.8.4.ebuild b/app-text/u2ps/u2ps-0.8.4.ebuild deleted file mode 100644 index 62fbac22b42b..000000000000 --- a/app-text/u2ps/u2ps-0.8.4.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -DESCRIPTION="A text to PostScript converter like a2ps, but supports UTF-8" -HOMEPAGE="https://sourceforge.net/projects/u2ps.berlios/" -SRC_URI="mirror://sourceforge/project/${PN}.berlios/${PN}-full-${PV}.tar.gz" - -LICENSE="GPL-3 GPL-3-with-font-exception free-noncomm" -SLOT="0" -KEYWORDS="amd64 ~x86" -IUSE="" - -DEPEND=" - >=dev-lang/perl-5.6 - dev-perl/Text-CharWidth - app-text/ghostscript-gpl -" -RDEPEND="${DEPEND}" - -S="${WORKDIR}"/${PN}-full-${PV} - -src_configure() { - ./configure \ - --prefix=/usr \ - --datadir=/usr/share \ - --mandir=/usr/share/man \ - --with-perl=/usr/bin/perl \ - --with-gs=/usr/bin/gs \ - || die 'configure failed' -} - -src_compile() { - emake - emake man -} - -src_install() { - emake install DESTDIR="${D}" - dodoc README DESIGN - doman man/u2ps.1 -} |