diff options
author | Jeroen Roovers <jer@gentoo.org> | 2009-04-29 12:10:31 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2009-04-29 12:10:31 +0000 |
commit | b1fba27579f124e66bfb5dcb176511bcb2851a28 (patch) | |
tree | 8faa6902c5fe5336456e7f40e0c8f40779f79043 /app-arch/pbzip2 | |
parent | Remove kickpim from p.mask since it is removed from tree. (diff) | |
download | gentoo-2-b1fba27579f124e66bfb5dcb176511bcb2851a28.tar.gz gentoo-2-b1fba27579f124e66bfb5dcb176511bcb2851a28.tar.bz2 gentoo-2-b1fba27579f124e66bfb5dcb176511bcb2851a28.zip |
Remove old.
(Portage version: 2.2_rc31/cvs/Linux i686)
Diffstat (limited to 'app-arch/pbzip2')
-rw-r--r-- | app-arch/pbzip2/ChangeLog | 7 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.0.1.ebuild | 36 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild | 40 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.0.2.ebuild | 36 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.0.3.ebuild | 40 | ||||
-rw-r--r-- | app-arch/pbzip2/pbzip2-1.0.4.ebuild | 39 |
6 files changed, 6 insertions, 192 deletions
diff --git a/app-arch/pbzip2/ChangeLog b/app-arch/pbzip2/ChangeLog index 8aad5db5a17b..868d8d528321 100644 --- a/app-arch/pbzip2/ChangeLog +++ b/app-arch/pbzip2/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-arch/pbzip2 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.65 2009/04/29 11:37:35 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.66 2009/04/29 12:10:31 jer Exp $ + + 29 Apr 2009; Jeroen Roovers <jer@gentoo.org> -pbzip2-1.0.1.ebuild, + -pbzip2-1.0.2.ebuild, -pbzip2-1.0.2-r1.ebuild, -pbzip2-1.0.3.ebuild, + -pbzip2-1.0.4.ebuild: + Remove old. 29 Apr 2009; Raúl Porcel <armin76@gentoo.org> pbzip2-1.0.5.ebuild: m68k stable diff --git a/app-arch/pbzip2/pbzip2-1.0.1.ebuild b/app-arch/pbzip2/pbzip2-1.0.1.ebuild deleted file mode 100644 index 7771e82994c2..000000000000 --- a/app-arch/pbzip2/pbzip2-1.0.1.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.1.ebuild,v 1.5 2009/03/18 14:38:46 ricmm Exp $ - -inherit multilib - -DESCRIPTION="A parallel version of BZIP2" -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" -IUSE="static" - -DEPEND="app-arch/bzip2" - -src_unpack() { - unpack ${A} - sed -i -e 's:-O3:${CFLAGS}:g' ${P}/Makefile || die -} - -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 - doman pbzip2.1 || die "Failed to install man page" -} diff --git a/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild b/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild deleted file mode 100644 index 144f9f810381..000000000000 --- a/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.2-r1.ebuild,v 1.9 2008/11/17 07:21:43 jer Exp $ - -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" -IUSE="static" - -DEPEND="app-arch/bzip2" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - sed -e 's:-O3:$(CFLAGS):g' -e 's:g++:$(CXX):g' -i ${P}/Makefile || die - epatch "${FILESDIR}"/${P}-uclibc.patch -} - -src_compile() { - tc-export CXX - 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 - doman pbzip2.1 || die "Failed to install man page" - dosym /usr/bin/pbzip2 /usr/bin/pbunzip2 -} diff --git a/app-arch/pbzip2/pbzip2-1.0.2.ebuild b/app-arch/pbzip2/pbzip2-1.0.2.ebuild deleted file mode 100644 index ea1e42fae829..000000000000 --- a/app-arch/pbzip2/pbzip2-1.0.2.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.2.ebuild,v 1.9 2007/12/11 08:53:39 vapier Exp $ - -inherit multilib - -DESCRIPTION="A parallel version of BZIP2" -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" -IUSE="static" - -DEPEND="app-arch/bzip2" - -src_unpack() { - unpack ${A} - sed -i -e 's:-O3:${CFLAGS}:g' ${P}/Makefile || die -} - -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 - doman pbzip2.1 || die "Failed to install man page" -} diff --git a/app-arch/pbzip2/pbzip2-1.0.3.ebuild b/app-arch/pbzip2/pbzip2-1.0.3.ebuild deleted file mode 100644 index 3a9938c8026e..000000000000 --- a/app-arch/pbzip2/pbzip2-1.0.3.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.3.ebuild,v 1.1 2008/11/17 07:43:54 jer Exp $ - -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" -IUSE="static" - -DEPEND="app-arch/bzip2" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - sed -e 's:^CFLAGS = .*$:#&:g' -e 's:g++:$(CXX):g' -i ${P}/Makefile || die - epatch "${FILESDIR}"/${P}-uclibc.patch -} - -src_compile() { - tc-export CXX - 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 - doman pbzip2.1 || die "Failed to install man page" - dosym /usr/bin/pbzip2 /usr/bin/pbunzip2 -} diff --git a/app-arch/pbzip2/pbzip2-1.0.4.ebuild b/app-arch/pbzip2/pbzip2-1.0.4.ebuild deleted file mode 100644 index 8d612897f3c4..000000000000 --- a/app-arch/pbzip2/pbzip2-1.0.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.4.ebuild,v 1.1 2008/12/22 05:11:40 jer Exp $ - -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" -IUSE="static" - -DEPEND="app-arch/bzip2" -RDEPEND="${DEPEND}" - -src_unpack() { - unpack ${A} - sed -e 's:^CFLAGS = .*$:#&:g' -e 's:g++:$(CXX):g' -i ${P}/Makefile || die -} - -src_compile() { - tc-export CXX - 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 - doman pbzip2.1 || die "Failed to install man page" - dosym /usr/bin/pbzip2 /usr/bin/pbunzip2 -} |