diff options
author | 2012-07-11 16:44:12 +0000 | |
---|---|---|
committer | 2012-07-11 16:44:12 +0000 | |
commit | 901d3e4ae4e1751b2a26845f89e41229e6eb4d0c (patch) | |
tree | 065377eb0a32364e11069cca6d95f7fe706e494f /app-text/barcode | |
parent | Remove old. (diff) | |
download | gentoo-2-901d3e4ae4e1751b2a26845f89e41229e6eb4d0c.tar.gz gentoo-2-901d3e4ae4e1751b2a26845f89e41229e6eb4d0c.tar.bz2 gentoo-2-901d3e4ae4e1751b2a26845f89e41229e6eb4d0c.zip |
Remove old.
(Portage version: 2.1.11.5/cvs/Linux x86_64)
Diffstat (limited to 'app-text/barcode')
-rw-r--r-- | app-text/barcode/ChangeLog | 5 | ||||
-rw-r--r-- | app-text/barcode/barcode-0.98.ebuild | 34 |
2 files changed, 4 insertions, 35 deletions
diff --git a/app-text/barcode/ChangeLog b/app-text/barcode/ChangeLog index cc060d3e9831..f6a0bdd30f2d 100644 --- a/app-text/barcode/ChangeLog +++ b/app-text/barcode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-text/barcode # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.24 2012/06/02 08:03:24 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/ChangeLog,v 1.25 2012/07/11 16:44:12 kensington Exp $ + + 11 Jul 2012; Michael Palimaka <kensington@gentoo.org> -barcode-0.98.ebuild: + Remove old. 02 Jun 2012; Zac Medico <zmedico@gentoo.org> barcode-0.98-r1.ebuild, barcode-0.98.ebuild: diff --git a/app-text/barcode/barcode-0.98.ebuild b/app-text/barcode/barcode-0.98.ebuild deleted file mode 100644 index cd143d38ced0..000000000000 --- a/app-text/barcode/barcode-0.98.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-text/barcode/barcode-0.98.ebuild,v 1.20 2012/06/02 08:03:24 zmedico Exp $ - -EAPI="3" - -inherit eutils multilib toolchain-funcs - -DESCRIPTION="barcode generator" -HOMEPAGE="http://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="" - -src_prepare() { - epatch "${FILESDIR}"/${PV}-info.patch - sed -i \ - -e 's:/info:/share/info:' \ - -e 's:/man/:/share/man/:' \ - Makefile.in || die "sed failed" -} - -src_configure() { - tc-export CC - econf -} - -src_install() { - emake install prefix="${ED}/usr" LIBDIR="\$(prefix)/$(get_libdir)" || die - dodoc ChangeLog README TODO doc/barcode.{pdf,ps} -} |