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.1.11.ebuild
@ 2014-12-13  8:20 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2014-12-13  8:20 UTC (permalink / raw
  To: gentoo-commits

radhermit    14/12/13 08:20:32

  Modified:             ChangeLog
  Added:                pbzip2-1.1.11.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.123                app-arch/pbzip2/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-arch/pbzip2/ChangeLog?r1=1.122&r2=1.123

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog	4 Dec 2014 02:03:48 -0000	1.122
+++ ChangeLog	13 Dec 2014 08:20:32 -0000	1.123
@@ -1,6 +1,11 @@
 # 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.122 2014/12/04 02:03:48 radhermit Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pbzip2/ChangeLog,v 1.123 2014/12/13 08:20:32 radhermit Exp $
+
+*pbzip2-1.1.11 (13 Dec 2014)
+
+  13 Dec 2014; Tim Harder <radhermit@gentoo.org> +pbzip2-1.1.11.ebuild:
+  Version bump.
 
 *pbzip2-1.1.10 (04 Dec 2014)
 



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

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

Index: pbzip2-1.1.11.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.11.ebuild,v 1.1 2014/12/13 08:20:32 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}"/${PN}-1.1.10-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
}





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

only message in thread, other threads:[~2014-12-13  8:20 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-13  8:20 [gentoo-commits] gentoo-x86 commit in app-arch/pbzip2: ChangeLog pbzip2-1.1.11.ebuild Tim Harder (radhermit)

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