public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/pigz: ChangeLog pigz-2.3.3.ebuild
@ 2015-01-27  4:33 Tim Harder (radhermit)
  0 siblings, 0 replies; only message in thread
From: Tim Harder (radhermit) @ 2015-01-27  4:33 UTC (permalink / raw
  To: gentoo-commits

radhermit    15/01/27 04:33:36

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

Revision  Changes    Path
1.41                 app-arch/pigz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	21 Oct 2014 16:45:14 -0000	1.40
+++ ChangeLog	27 Jan 2015 04:33:36 -0000	1.41
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/pigz
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.40 2014/10/21 16:45:14 radhermit Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.41 2015/01/27 04:33:36 radhermit Exp $
+
+*pigz-2.3.3 (27 Jan 2015)
+
+  27 Jan 2015; Tim Harder <radhermit@gentoo.org> +pigz-2.3.3.ebuild,
+  +files/pigz-2.3.3-ldflags.patch:
+  Version bump.
 
   21 Oct 2014; Tim Harder <radhermit@gentoo.org> -pigz-2.2.5.ebuild,
   -pigz-2.3.ebuild, -pigz-2.3.1.ebuild:



1.1                  app-arch/pigz/pigz-2.3.3.ebuild

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

Index: pigz-2.3.3.ebuild
===================================================================
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.3.3.ebuild,v 1.1 2015/01/27 04:33:36 radhermit Exp $

EAPI=5

inherit toolchain-funcs flag-o-matic eutils

DESCRIPTION="A parallel implementation of gzip"
HOMEPAGE="http://www.zlib.net/pigz/"
SRC_URI="http://www.zlib.net/pigz/${P}.tar.gz"

LICENSE="ZLIB"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris"
IUSE="static symlink test"

LIB_DEPEND="sys-libs/zlib[static-libs(+)]"
RDEPEND="!static? ( ${LIB_DEPEND//\[static-libs(+)]} )"
DEPEND="${RDEPEND}
	static? ( ${LIB_DEPEND} )
	test? ( app-arch/ncompress )"

src_prepare() {
	epatch "${FILESDIR}"/${P}-ldflags.patch
}

src_compile() {
	use static && append-ldflags -static
	emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}"
}

src_install() {
	dobin ${PN}
	dosym ${PN} /usr/bin/un${PN}
	dodoc README
	doman ${PN}.1

	if use symlink; then
		dosym ${PN} /usr/bin/gzip
		dosym un${PN} /usr/bin/gunzip
	fi
}





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

only message in thread, other threads:[~2015-01-27  4:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-27  4:33 [gentoo-commits] gentoo-x86 commit in app-arch/pigz: ChangeLog pigz-2.3.3.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