diff options
author | Tim Harder <radhermit@gentoo.org> | 2012-08-06 23:22:31 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2012-08-06 23:22:31 +0000 |
commit | ab6790bc4108481255f0aaf3bb8c8600cfce02ab (patch) | |
tree | eef9254bc96b64c47f6ddeb94e1e9d0c9386721b /app-arch/pbzip2 | |
parent | Version bump (bug #413873). Add myself as a maintainer. (diff) | |
download | gentoo-2-ab6790bc4108481255f0aaf3bb8c8600cfce02ab.tar.gz gentoo-2-ab6790bc4108481255f0aaf3bb8c8600cfce02ab.tar.bz2 gentoo-2-ab6790bc4108481255f0aaf3bb8c8600cfce02ab.zip |
Remove old.
(Portage version: 2.2.0_alpha120/cvs/Linux x86_64)
Diffstat (limited to 'app-arch/pbzip2')
-rw-r--r-- | app-arch/pbzip2/ChangeLog | 6 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.1.ebuild | 46 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.1.4.ebuild | 46 |
3 files changed, 5 insertions, 93 deletions
diff --git a/app-arch/pbzip2/ChangeLog b/app-arch/pbzip2/ChangeLog index e834dd4c9b65..f07194ec8677 100644 --- a/app-arch/pbzip2/ChangeLog +++ b/app-arch/pbzip2/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-arch/pbzip2 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.107 2012/08/06 23:19:24 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.108 2012/08/06 23:22:31 radhermit Exp $ + + 06 Aug 2012; Tim Harder <radhermit@gentoo.org> -pbzip2-1.1.1.ebuild, + -pbzip2-1.1.4.ebuild: + Remove old. *pbzip2-1.1.8 (06 Aug 2012) diff --git a/app-arch/pbzip2/pbzip2-1.1.1.ebuild b/app-arch/pbzip2/pbzip2-1.1.1.ebuild deleted file mode 100644 index 173e92084e6f..000000000000 --- a/app-arch/pbzip2/pbzip2-1.1.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.1.ebuild,v 1.9 2010/09/20 18:19:06 armin76 Exp $ - -EAPI=2 - -inherit multilib eutils - -DESCRIPTION="Parallel bzip2 (de)compressor using libbz2" -HOMEPAGE="http://compression.ca/pbzip2/" -SRC_URI="http://compression.ca/${PN}/${P}.tar.gz" - -LICENSE="PBZIP2" -SLOT="0" -KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd" -IUSE="static symlink" - -DEPEND="app-arch/bzip2" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.1.0-makefile.patch - tc-export CXX -} - -src_compile() { - if use static ; then - cp -f /usr/$(get_libdir)/libbz2.a "${S}" - emake pbzip2-static || die "Failed to build" - else - emake pbzip2 || die "Failed to build" - fi -} - -src_install() { - dobin pbzip2 || die "Failed to install" - dodoc AUTHORS ChangeLog README || die - doman pbzip2.1 || die "Failed to install man page" - dosym /usr/bin/pbzip2 /usr/bin/pbunzip2 - - if use symlink; then - dosym /usr/bin/pbzip2 /usr/bin/bzip2 - dosym /usr/bin/pbzip2 /usr/bin/bunzip2 - dosym /usr/bin/pbzip2 /usr/bin/bzcat - fi -} diff --git a/app-arch/pbzip2/pbzip2-1.1.4.ebuild b/app-arch/pbzip2/pbzip2-1.1.4.ebuild deleted file mode 100644 index c71009b873f5..000000000000 --- a/app-arch/pbzip2/pbzip2-1.1.4.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.4.ebuild,v 1.1 2011/05/17 21:46:52 spatz Exp $ - -EAPI=4 - -inherit multilib eutils - -DESCRIPTION="Parallel bzip2 (de)compressor using libbz2" -HOMEPAGE="http://compression.ca/pbzip2/" -SRC_URI="http://compression.ca/${PN}/${P}.tar.gz" - -LICENSE="PBZIP2" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd" -IUSE="static symlink" - -DEPEND="app-arch/bzip2" -RDEPEND="${DEPEND}" - -src_prepare() { - epatch "${FILESDIR}"/${PN}-1.1.2-makefile.patch - tc-export CXX -} - -src_compile() { - if use static ; then - cp -f /usr/$(get_libdir)/libbz2.a "${S}" - emake pbzip2-static || die "Failed to build" - else - emake pbzip2 || die "Failed to build" - fi -} - -src_install() { - dobin pbzip2 || die "Failed to install" - dodoc AUTHORS ChangeLog README || die - doman pbzip2.1 || die "Failed to install man page" - dosym /usr/bin/pbzip2 /usr/bin/pbunzip2 - - if use symlink; then - dosym /usr/bin/pbzip2 /usr/bin/bzip2 - dosym /usr/bin/pbzip2 /usr/bin/bunzip2 - dosym /usr/bin/pbzip2 /usr/bin/bzcat - fi -} |