commit:     c8c839fce71da26eb1ab23938072c8533ca8fd0a
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 27 18:37:37 2020 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Fri Nov 27 18:37:37 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c8c839fc

app-text/barcode: drop old EAPI

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>

 app-text/barcode/Manifest               |  1 -
 app-text/barcode/barcode-0.98-r1.ebuild | 36 ---------------------------------
 2 files changed, 37 deletions(-)

diff --git a/app-text/barcode/Manifest b/app-text/barcode/Manifest
index 5cd4f25b9d3..524bab8c61a 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 ef3174b628d..00000000000
--- 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}
-}

Reply via email to