diff options
author | Aaron Bauman <bman@gentoo.org> | 2020-11-27 13:37:37 -0500 |
---|---|---|
committer | Aaron Bauman <bman@gentoo.org> | 2020-11-27 13:37:37 -0500 |
commit | c8c839fce71da26eb1ab23938072c8533ca8fd0a (patch) | |
tree | e7115867c92f5793e0513db5789acf81f9d97dfd /app-text | |
parent | app-text/u2ps: drop old EAPI (diff) | |
download | gentoo-c8c839fce71da26eb1ab23938072c8533ca8fd0a.tar.gz gentoo-c8c839fce71da26eb1ab23938072c8533ca8fd0a.tar.bz2 gentoo-c8c839fce71da26eb1ab23938072c8533ca8fd0a.zip |
app-text/barcode: drop old EAPI
Signed-off-by: Aaron Bauman <bman@gentoo.org>
Diffstat (limited to 'app-text')
-rw-r--r-- | app-text/barcode/Manifest | 1 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98-r1.ebuild | 36 |
2 files changed, 0 insertions, 37 deletions
diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest index 5cd4f25b9d3a..524bab8c61a6 100644 --- a/app-text/barcode/Manifest +++ b/app-text/barcode/Manifest @@ -1,2 +1 @@ -DIST barcode-0.98.tar.gz 335658 BLAKE2B 93694332200fce9311d4282c15b2e87e89a54af1a04cd251c9feb9b5ec056e62e97cca9f33e498df1d31d1d98d52e4f0b257f0669e9f7981addcc8e12a61f0cc SHA512 b2ff43d0c752a9fe7c17d65ef136ff2432ceddd27879c91cb18e46e9b0fc8ed6c174aa4154c0fa6d6e70c478ac86448b8eafa1857bb759159b2eaecc8d6f7ca1 DIST barcode-0.99.tar.gz 890730 BLAKE2B 4695a9baaa2d95c898f0078fc7d49e642fdd5b21e3b0c92d1f275252c78b94e5bdfc78084e6dd8d28231748bf6c567678cf996e309fc1e4a1db53bb2ceb0eb5a SHA512 f500dbe7eaa657ed6879316835557533e0972c8740a8bb61bea46efdd4120827a3c412ca24fec6e1833395191521425dae272f10d8553a252896b363290118b1 diff --git a/app-text/barcode/barcode-0.98-r1.ebuild b/app-text/barcode/barcode-0.98-r1.ebuild deleted file mode 100644 index ef3174b628d4..000000000000 --- a/app-text/barcode/barcode-0.98-r1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="barcode generator" -HOMEPAGE="https://www.gnu.org/software/barcode/" -SRC_URI="mirror://gnu/barcode/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="" -RDEPEND="app-text/libpaper" -DEPEND="${RDEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-info.patch - sed -i -e '/^LDFLAGS =/s:=:+=:' \ - -e "/^aLIBDIR/s:lib:$(get_libdir):" \ - -e '/^INFODIR/s:info:share/info:' \ - -e '/^MAN/s:man:share/man:' \ - Makefile.in || die -} - -src_configure() { - tc-export CC - econf -} - -src_install() { - emake install prefix="${ED}/usr" - dodoc ChangeLog README TODO doc/barcode.{pdf,ps} -} |