About | Projects | Docs | Forums | Lists | Bugs | Get Gentoo! | Support | Planet | Wiki
jer 09/01/13 05:08:20 Modified: ChangeLog Added: pbzip2-1.0.5.ebuild Log: Version bump. (Portage version: 2.2_rc20/cvs/Linux 2.6.25-gentoo-r7-JeR i686) Revision Changes Path 1.54 app-arch/pbzip2/ChangeLog file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.54&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.54&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?r1=1.53&r2=1.54 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- ChangeLog 22 Dec 2008 05:11:40 -0000 1.53 +++ ChangeLog 13 Jan 2009 05:08:20 -0000 1.54 @@ -1,6 +1,11 @@ # ChangeLog for app-arch/pbzip2 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.53 2008/12/22 05:11:40 jer Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.54 2009/01/13 05:08:20 jer Exp $ + +*pbzip2-1.0.5 (13 Jan 2009) + + 13 Jan 2009; Jeroen Roovers <jer@g.o> +pbzip2-1.0.5.ebuild: + Version bump. *pbzip2-1.0.4 (22 Dec 2008) 1.1 app-arch/pbzip2/pbzip2-1.0.5.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.5.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.5.ebuild?rev=1.1&content-type=text/plain Index: pbzip2-1.0.5.ebuild =================================================================== # 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.5.ebuild,v 1.1 2009/01/13 05:08:20 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 }
Updated Nov 27, 2011
Summary: Archive of the gentoo-commits mailing list.
Donate to support our development efforts.
Your browser does not support iframes.