public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/pbzip2: ChangeLog pbzip2-1.0.4.ebuild
@ 2008-12-22  5:11 Jeroen Roovers (jer)
  0 siblings, 0 replies; only message in thread
From: Jeroen Roovers (jer) @ 2008-12-22  5:11 UTC (permalink / raw
  To: gentoo-commits

jer         08/12/22 05:11:40

  Modified:             ChangeLog
  Added:                pbzip2-1.0.4.ebuild
  Log:
  Version bump (thanks to Jeff Gilchrist for notifying).
  (Portage version: 2.2_rc17/cvs/Linux 2.6.25-gentoo-r7-JeR i686)

Revision  Changes    Path
1.53                 app-arch/pbzip2/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/ChangeLog?r1=1.52&r2=1.53

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog	17 Nov 2008 07:43:54 -0000	1.52
+++ ChangeLog	22 Dec 2008 05:11:40 -0000	1.53
@@ -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.52 2008/11/17 07:43:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.53 2008/12/22 05:11:40 jer Exp $
+
+*pbzip2-1.0.4 (22 Dec 2008)
+
+  22 Dec 2008; Jeroen Roovers <jer@gentoo.org> +pbzip2-1.0.4.ebuild:
+  Version bump (thanks to Jeff Gilchrist for notifying).
 
 *pbzip2-1.0.3 (17 Nov 2008)
 



1.1                  app-arch/pbzip2/pbzip2-1.0.4.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.4.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-arch/pbzip2/pbzip2-1.0.4.ebuild?rev=1.1&content-type=text/plain

Index: pbzip2-1.0.4.ebuild
===================================================================
# 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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-12-22  5:11 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-22  5:11 [gentoo-commits] gentoo-x86 commit in app-arch/pbzip2: ChangeLog pbzip2-1.0.4.ebuild Jeroen Roovers (jer)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox