public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-arch/pigz: pigz-2.1.6-r1.ebuild ChangeLog
@ 2010-09-04 13:23 Dror Levin (spatz)
  0 siblings, 0 replies; 3+ messages in thread
From: Dror Levin (spatz) @ 2010-09-04 13:23 UTC (permalink / raw
  To: gentoo-commits

spatz       10/09/04 13:23:51

  Modified:             ChangeLog
  Added:                pigz-2.1.6-r1.ebuild
  Log:
  Add patch to support double dash command-line option (--), bug 335852.
  
  (Portage version: 2.2_rc74/cvs/Linux x86_64)

Revision  Changes    Path
1.13                 app-arch/pigz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog	13 Apr 2010 21:41:07 -0000	1.12
+++ ChangeLog	4 Sep 2010 13:23:51 -0000	1.13
@@ -1,6 +1,12 @@
 # ChangeLog for app-arch/pigz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.12 2010/04/13 21:41:07 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.13 2010/09/04 13:23:51 spatz Exp $
+
+*pigz-2.1.6-r1 (04 Sep 2010)
+
+  04 Sep 2010; Dror Levin <spatz@gentoo.org> +pigz-2.1.6-r1.ebuild,
+  +files/pigz-2.1.6-doubledash.patch:
+  Add patch to support double dash command-line option (--), bug 335852.
 
   13 Apr 2010; Markos Chandras <hwoarang@gentoo.org> pigz-2.1.6.ebuild:
   Stable on amd64 wrt bug #307837



1.1                  app-arch/pigz/pigz-2.1.6-r1.ebuild

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

Index: pigz-2.1.6-r1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v 1.1 2010/09/04 13:23:51 spatz Exp $

EAPI="2"

inherit eutils toolchain-funcs

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

LICENSE="PIGZ"
SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~sparc64-solaris"
IUSE="symlink test"

RDEPEND="sys-libs/zlib"
DEPEND="${RDEPEND}
	test? ( app-arch/ncompress )"

src_prepare() {
	sed -i -e '/^CFLAGS=/ d' -e '4s/cc/$(CC) $(LDFLAGS)/' "${S}/Makefile" || die
	epatch "${FILESDIR}/${P}-doubledash.patch"
	tc-export CC
}

src_install() {
	dobin ${PN} || die "Failed to install"
	dosym /usr/bin/${PN} /usr/bin/un${PN} || die
	dodoc README || die
	doman ${PN}.1 || die

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






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/pigz: pigz-2.1.6-r1.ebuild ChangeLog
@ 2010-11-16 20:58 Matt Turner (mattst88)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2010-11-16 20:58 UTC (permalink / raw
  To: gentoo-commits

mattst88    10/11/16 20:58:36

  Modified:             pigz-2.1.6-r1.ebuild ChangeLog
  Log:
  Added ~mips keyword.
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-arch/pigz/pigz-2.1.6-r1.ebuild

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

Index: pigz-2.1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- pigz-2.1.6-r1.ebuild	11 Sep 2010 10:39:54 -0000	1.2
+++ pigz-2.1.6-r1.ebuild	16 Nov 2010 20:58:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v 1.2 2010/09/11 10:39:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v 1.3 2010/11/16 20:58:36 mattst88 Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~sparc ~x86 ~amd64-linux ~sparc64-solaris"
+KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris"
 IUSE="symlink test"
 
 RDEPEND="sys-libs/zlib"



1.15                 app-arch/pigz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	11 Sep 2010 10:39:54 -0000	1.14
+++ ChangeLog	16 Nov 2010 20:58:36 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/pigz
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.14 2010/09/11 10:39:54 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.15 2010/11/16 20:58:36 mattst88 Exp $
+
+  16 Nov 2010; <mattst88@gentoo.org> pigz-2.1.6-r1.ebuild:
+  Added ~mips keyword.
 
   11 Sep 2010; Ulrich Mueller <ulm@gentoo.org> pigz-2.1.6.ebuild,
   pigz-2.1.6-r1.ebuild:






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-arch/pigz: pigz-2.1.6-r1.ebuild ChangeLog
@ 2011-06-09  3:27 Matt Turner (mattst88)
  0 siblings, 0 replies; 3+ messages in thread
From: Matt Turner (mattst88) @ 2011-06-09  3:27 UTC (permalink / raw
  To: gentoo-commits

mattst88    11/06/09 03:27:02

  Modified:             pigz-2.1.6-r1.ebuild ChangeLog
  Log:
  Add ~alpha.
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-arch/pigz/pigz-2.1.6-r1.ebuild

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

Index: pigz-2.1.6-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- pigz-2.1.6-r1.ebuild	16 Nov 2010 20:58:36 -0000	1.3
+++ pigz-2.1.6-r1.ebuild	9 Jun 2011 03:27:02 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v 1.3 2010/11/16 20:58:36 mattst88 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/pigz-2.1.6-r1.ebuild,v 1.4 2011/06/09 03:27:02 mattst88 Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="ZLIB"
 SLOT="0"
-KEYWORDS="~amd64 ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris"
+KEYWORDS="~alpha ~amd64 ~mips ~sparc ~x86 ~amd64-linux ~sparc64-solaris"
 IUSE="symlink test"
 
 RDEPEND="sys-libs/zlib"



1.16                 app-arch/pigz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	16 Nov 2010 20:58:36 -0000	1.15
+++ ChangeLog	9 Jun 2011 03:27:02 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for app-arch/pigz
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.15 2010/11/16 20:58:36 mattst88 Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-arch/pigz/ChangeLog,v 1.16 2011/06/09 03:27:02 mattst88 Exp $
+
+  09 Jun 2011; Matt Turner <mattst88@gentoo.org> pigz-2.1.6-r1.ebuild:
+  Add ~alpha.
 
   16 Nov 2010; <mattst88@gentoo.org> pigz-2.1.6-r1.ebuild:
   Added ~mips keyword.






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-06-09  3:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-09  3:27 [gentoo-commits] gentoo-x86 commit in app-arch/pigz: pigz-2.1.6-r1.ebuild ChangeLog Matt Turner (mattst88)
  -- strict thread matches above, loose matches on Subject: below --
2010-11-16 20:58 Matt Turner (mattst88)
2010-09-04 13:23 Dror Levin (spatz)

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