radhermit 14/12/04 02:03:48 Modified: ChangeLog Added: pbzip2-1.1.10.ebuild Log: Version bump. (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Revision Changes Path 1.122 app-arch/pbzip2/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.122&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.122&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/ChangeLog?r1=1.121&r2=1.122 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v retrieving revision 1.121 retrieving revision 1.122 diff -u -r1.121 -r1.122 --- ChangeLog 3 May 2014 08:20:16 -0000 1.121 +++ ChangeLog 4 Dec 2014 02:03:48 -0000 1.122 @@ -1,6 +1,12 @@ # ChangeLog for app-arch/pbzip2 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.121 2014/05/03 08:20:16 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.122 2014/12/04 02:03:48 radhermit Exp $ + +*pbzip2-1.1.10 (04 Dec 2014) + + 04 Dec 2014; Tim Harder <[email protected]> +pbzip2-1.1.10.ebuild, + +files/pbzip2-1.1.10-makefile.patch: + Version bump. *pbzip2-1.1.9 (03 May 2014) 1.1 app-arch/pbzip2/pbzip2-1.1.10.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.10.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.10.ebuild?rev=1.1&content-type=text/plain Index: pbzip2-1.1.10.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/pbzip2-1.1.10.ebuild,v 1.1 2014/12/04 02:03:48 radhermit Exp $ EAPI=5 inherit flag-o-matic eutils DESCRIPTION="Parallel bzip2 (de)compressor using libbz2" HOMEPAGE="http://compression.ca/pbzip2/ https://launchpad.net/pbzip2" SRC_URI="https://launchpad.net/pbzip2/${PV:0:3}/${PV}/+download/${P}.tar.gz" LICENSE="BZIP2" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos" IUSE="static symlink" LIB_DEPEND="app-arch/bzip2[static-libs(+)]" RDEPEND=" !static? ( ${LIB_DEPEND//\[static-libs(+)]} ) symlink? ( !app-arch/lbzip2[symlink] )" DEPEND="${RDEPEND} static? ( ${LIB_DEPEND} )" src_prepare() { epatch "${FILESDIR}"/${P}-makefile.patch tc-export CXX use static && append-ldflags -static } src_install() { dobin pbzip2 dodoc AUTHORS ChangeLog README doman pbzip2.1 dosym pbzip2 /usr/bin/pbunzip2 if use symlink ; then local s for s in bzip2 bunzip2 bzcat ; do dosym pbzip2 /usr/bin/${s} done fi }
