public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.48.ebuild ChangeLog
@ 2009-08-13 11:47 Tiago Cunha (tcunha)
  0 siblings, 0 replies; 6+ messages in thread
From: Tiago Cunha (tcunha) @ 2009-08-13 11:47 UTC (permalink / raw
  To: gentoo-commits

tcunha      09/08/13 11:47:40

  Modified:             ChangeLog
  Added:                diffstat-1.48.ebuild
  Log:
  Version bump.
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.80                 dev-util/diffstat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.80&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.80&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.79&r2=1.80

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
retrieving revision 1.79
retrieving revision 1.80
diff -u -r1.79 -r1.80
--- ChangeLog	1 Jun 2009 16:31:08 -0000	1.79
+++ ChangeLog	13 Aug 2009 11:47:40 -0000	1.80
@@ -1,6 +1,11 @@
 # ChangeLog for dev-util/diffstat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.79 2009/06/01 16:31:08 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.80 2009/08/13 11:47:40 tcunha Exp $
+
+*diffstat-1.48 (13 Aug 2009)
+
+  13 Aug 2009; Tiago Cunha <tcunha@gentoo.org> +diffstat-1.48.ebuild:
+  Version bump.
 
   01 Jun 2009; Tiago Cunha <tcunha@gentoo.org>
   -files/diffstat-1.37-hard-locale.patch, -diffstat-1.43.ebuild,



1.1                  dev-util/diffstat/diffstat-1.48.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.1&content-type=text/plain

Index: diffstat-1.48.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.1 2009/08/13 11:47:40 tcunha Exp $

DESCRIPTION="Display a histogram of diff changes"
HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
SRC_URI="ftp://invisible-island.net/diffstat/${P}.tgz"

LICENSE="as-is"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE=""

# NOTE: diffstat(1) auto-detects which decompressors are available, and switches
# off the ability to read diff compressed files in a specific format if the
# decompressor isn't found at build-time, even if you install it afterwards.
# There are three solutions:
# 1) Patch the build system to enable/disable a given decompressor, and provide
#    USE flags.
# 2) (R)DEPEND on all decompressors.
# 3) Warn the user by stating that if a decompressor is installed after
#    dev-util/diffstat, (s)he either needs to recompile this package, or set the
#    decompressor environment variable (eg DIFFSTAT_LZCAT_PATH).
#
# In the long term the first two solutions are flawed, because:
# 1) Adding USE flags for each new decompressor is obviously wrong (the user
#    would still need to recompile dev-util/diffstat just to obtain support for
#    a given decompressor).
# 2) Of keywording. An architecture team would either need to mask the USE flag,
#    drop its keyword from this package, or keyword every single decompressor.
#
# Thus, I think that if in the future a new decompressor support is added, it
# would be better to just warn the user. For the 1.48 release, aside from the
# ones that are installed by the system set (eg bzcat, zcat), only lzma-utils
# would be needed, but there are already a few important packages that depend
# on it, anyway.
#
# Also, pack(1) support is disabled, even though zcat from gzip(1) supports it.
# Not sure if anyone is using this, but it was marked as LEGACY on SUSv2, and
# disappeared on SUSv3. Nevertheless, if wanted set DIFFSTAT_PCAT_PATH to
# /bin/zcat.
DEPEND=""
RDEPEND=""

src_install() {
	emake DESTDIR="${D}" install || die "emake install failed"
	dodoc CHANGES || die "dodoc failed"
}






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

* [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.48.ebuild ChangeLog
@ 2009-09-16 18:09 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-09-16 18:09 UTC (permalink / raw
  To: gentoo-commits

fauli       09/09/16 18:09:55

  Modified:             diffstat-1.48.ebuild ChangeLog
  Log:
  stable x86, bug 284835
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.2                  dev-util/diffstat/diffstat-1.48.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?r1=1.1&r2=1.2

Index: diffstat-1.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- diffstat-1.48.ebuild	13 Aug 2009 11:47:40 -0000	1.1
+++ diffstat-1.48.ebuild	16 Sep 2009 18:09:55 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.1 2009/08/13 11:47:40 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.2 2009/09/16 18:09:55 fauli Exp $
 
 DESCRIPTION="Display a histogram of diff changes"
 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 # NOTE: diffstat(1) auto-detects which decompressors are available, and switches



1.82                 dev-util/diffstat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	7 Sep 2009 14:12:55 -0000	1.81
+++ ChangeLog	16 Sep 2009 18:09:55 -0000	1.82
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffstat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.81 2009/09/07 14:12:55 tcunha Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.82 2009/09/16 18:09:55 fauli Exp $
+
+  16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> diffstat-1.48.ebuild:
+  stable x86, bug 284835
 
 *diffstat-1.49 (07 Sep 2009)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.48.ebuild ChangeLog
@ 2009-09-19 12:10 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2009-09-19 12:10 UTC (permalink / raw
  To: gentoo-commits

maekke      09/09/19 12:10:01

  Modified:             diffstat-1.48.ebuild ChangeLog
  Log:
  amd64/arm stable, bug #284835
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-util/diffstat/diffstat-1.48.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?r1=1.2&r2=1.3

Index: diffstat-1.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- diffstat-1.48.ebuild	16 Sep 2009 18:09:55 -0000	1.2
+++ diffstat-1.48.ebuild	19 Sep 2009 12:10:00 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.2 2009/09/16 18:09:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.3 2009/09/19 12:10:00 maekke Exp $
 
 DESCRIPTION="Display a histogram of diff changes"
 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
 IUSE=""
 
 # NOTE: diffstat(1) auto-detects which decompressors are available, and switches



1.83                 dev-util/diffstat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.83&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.83&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.82&r2=1.83

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	16 Sep 2009 18:09:55 -0000	1.82
+++ ChangeLog	19 Sep 2009 12:10:00 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffstat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.82 2009/09/16 18:09:55 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.83 2009/09/19 12:10:00 maekke Exp $
+
+  19 Sep 2009; Markus Meier <maekke@gentoo.org> diffstat-1.48.ebuild:
+  amd64/arm stable, bug #284835
 
   16 Sep 2009; Christian Faulhammer <fauli@gentoo.org> diffstat-1.48.ebuild:
   stable x86, bug 284835






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

* [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.48.ebuild ChangeLog
@ 2009-09-19 15:12 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2009-09-19 15:12 UTC (permalink / raw
  To: gentoo-commits

armin76     09/09/19 15:12:10

  Modified:             diffstat-1.48.ebuild ChangeLog
  Log:
  alpha/arm/ia64/s390/sh/sparc stable wrt #284835
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.4                  dev-util/diffstat/diffstat-1.48.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?r1=1.3&r2=1.4

Index: diffstat-1.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- diffstat-1.48.ebuild	19 Sep 2009 12:10:00 -0000	1.3
+++ diffstat-1.48.ebuild	19 Sep 2009 15:12:10 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.3 2009/09/19 12:10:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.4 2009/09/19 15:12:10 armin76 Exp $
 
 DESCRIPTION="Display a histogram of diff changes"
 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 # NOTE: diffstat(1) auto-detects which decompressors are available, and switches



1.84                 dev-util/diffstat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.84&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.84&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.83&r2=1.84

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	19 Sep 2009 12:10:00 -0000	1.83
+++ ChangeLog	19 Sep 2009 15:12:10 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffstat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.83 2009/09/19 12:10:00 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.84 2009/09/19 15:12:10 armin76 Exp $
+
+  19 Sep 2009; Raúl Porcel <armin76@gentoo.org> diffstat-1.48.ebuild:
+  alpha/arm/ia64/s390/sh/sparc stable wrt #284835
 
   19 Sep 2009; Markus Meier <maekke@gentoo.org> diffstat-1.48.ebuild:
   amd64/arm stable, bug #284835






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

* [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.48.ebuild ChangeLog
@ 2009-09-21 16:25 Thomas Alan Gall (tgall)
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Alan Gall (tgall) @ 2009-09-21 16:25 UTC (permalink / raw
  To: gentoo-commits

tgall       09/09/21 16:25:56

  Modified:             diffstat-1.48.ebuild ChangeLog
  Log:
  stable on ppc64, bug #284835
  (Portage version: 2.1.6.13/cvs/Linux ppc64)

Revision  Changes    Path
1.5                  dev-util/diffstat/diffstat-1.48.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?r1=1.4&r2=1.5

Index: diffstat-1.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- diffstat-1.48.ebuild	19 Sep 2009 15:12:10 -0000	1.4
+++ diffstat-1.48.ebuild	21 Sep 2009 16:25:56 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.4 2009/09/19 15:12:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.5 2009/09/21 16:25:56 tgall Exp $
 
 DESCRIPTION="Display a histogram of diff changes"
 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ~ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 # NOTE: diffstat(1) auto-detects which decompressors are available, and switches



1.85                 dev-util/diffstat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.85&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.85&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.84&r2=1.85

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	19 Sep 2009 15:12:10 -0000	1.84
+++ ChangeLog	21 Sep 2009 16:25:56 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffstat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.84 2009/09/19 15:12:10 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.85 2009/09/21 16:25:56 tgall Exp $
+
+  21 Sep 2009; Tom Gall <tgall@gentoo.org> diffstat-1.48.ebuild:
+  stable on ppc64, bug #284835
 
   19 Sep 2009; Raúl Porcel <armin76@gentoo.org> diffstat-1.48.ebuild:
   alpha/arm/ia64/s390/sh/sparc stable wrt #284835






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

* [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.48.ebuild ChangeLog
@ 2009-09-27 18:38 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-09-27 18:38 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/09/27 18:38:43

  Modified:             diffstat-1.48.ebuild ChangeLog
  Log:
  ppc stable #284835
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.6                  dev-util/diffstat/diffstat-1.48.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild?r1=1.5&r2=1.6

Index: diffstat-1.48.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- diffstat-1.48.ebuild	21 Sep 2009 16:25:56 -0000	1.5
+++ diffstat-1.48.ebuild	27 Sep 2009 18:38:43 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.5 2009/09/21 16:25:56 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/diffstat-1.48.ebuild,v 1.6 2009/09/27 18:38:43 nixnut Exp $
 
 DESCRIPTION="Display a histogram of diff changes"
 HOMEPAGE="http://invisible-island.net/diffstat/diffstat.html"
@@ -8,7 +8,7 @@
 
 LICENSE="as-is"
 SLOT="0"
-KEYWORDS="alpha amd64 arm ia64 ~mips ~ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 s390 sh sparc x86 ~x86-fbsd"
 IUSE=""
 
 # NOTE: diffstat(1) auto-detects which decompressors are available, and switches



1.86                 dev-util/diffstat/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.86&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?rev=1.86&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/diffstat/ChangeLog?r1=1.85&r2=1.86

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	21 Sep 2009 16:25:56 -0000	1.85
+++ ChangeLog	27 Sep 2009 18:38:43 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-util/diffstat
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.85 2009/09/21 16:25:56 tgall Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/diffstat/ChangeLog,v 1.86 2009/09/27 18:38:43 nixnut Exp $
+
+  27 Sep 2009; nixnut <nixnut@gentoo.org> diffstat-1.48.ebuild:
+  ppc stable #284835
 
   21 Sep 2009; Tom Gall <tgall@gentoo.org> diffstat-1.48.ebuild:
   stable on ppc64, bug #284835






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

end of thread, other threads:[~2009-09-27 18:38 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 18:38 [gentoo-commits] gentoo-x86 commit in dev-util/diffstat: diffstat-1.48.ebuild ChangeLog Gysbert Wassenaar (nixnut)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-21 16:25 Thomas Alan Gall (tgall)
2009-09-19 15:12 Raul Porcel (armin76)
2009-09-19 12:10 Markus Meier (maekke)
2009-09-16 18:09 Christian Faulhammer (fauli)
2009-08-13 11:47 Tiago Cunha (tcunha)

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