public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Graph: Graph-0.960.0.ebuild ChangeLog
@ 2013-08-25  9:50 Patrick Lauer (patrick)
  0 siblings, 0 replies; 6+ messages in thread
From: Patrick Lauer (patrick) @ 2013-08-25  9:50 UTC (permalink / raw
  To: gentoo-commits

patrick     13/08/25 09:50:28

  Modified:             ChangeLog
  Added:                Graph-0.960.0.ebuild
  Log:
  Bump
  
  (Portage version: 2.2.1/cvs/Linux x86_64, unsigned Manifest commit)

Revision  Changes    Path
1.67                 dev-perl/Graph/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	24 Jun 2012 12:59:18 -0000	1.66
+++ ChangeLog	25 Aug 2013 09:50:28 -0000	1.67
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Graph
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.66 2012/06/24 12:59:18 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.67 2013/08/25 09:50:28 patrick Exp $
+
+*Graph-0.960.0 (25 Aug 2013)
+
+  25 Aug 2013; Patrick Lauer <patrick@gentoo.org> +Graph-0.960.0.ebuild:
+  Bump
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.1                  dev-perl/Graph/Graph-0.960.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.1&content-type=text/plain

Index: Graph-0.960.0.ebuild
===================================================================
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.1 2013/08/25 09:50:28 patrick Exp $

EAPI=4

MODULE_AUTHOR=JHI
MODULE_VERSION=0.96
inherit perl-module

DESCRIPTION="Data structure and ops for directed graphs"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE=""

RDEPEND="virtual/perl-Scalar-List-Utils
	>=virtual/perl-Storable-2.05"
DEPEND="${RDEPEND}"

SRC_TEST="do"





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Graph: Graph-0.960.0.ebuild ChangeLog
@ 2014-02-11 15:25 Akinori Hattori (hattya)
  0 siblings, 0 replies; 6+ messages in thread
From: Akinori Hattori (hattya) @ 2014-02-11 15:25 UTC (permalink / raw
  To: gentoo-commits

hattya      14/02/11 15:25:52

  Modified:             Graph-0.960.0.ebuild ChangeLog
  Log:
  ia64 stable wrt bug #492160
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key EC917A6D)

Revision  Changes    Path
1.2                  dev-perl/Graph/Graph-0.960.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?r1=1.1&r2=1.2

Index: Graph-0.960.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Graph-0.960.0.ebuild	25 Aug 2013 09:50:28 -0000	1.1
+++ Graph-0.960.0.ebuild	11 Feb 2014 15:25:52 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.1 2013/08/25 09:50:28 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.2 2014/02/11 15:25:52 hattya Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Data structure and ops for directed graphs"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Scalar-List-Utils



1.68                 dev-perl/Graph/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.68&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.68&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?r1=1.67&r2=1.68

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	25 Aug 2013 09:50:28 -0000	1.67
+++ ChangeLog	11 Feb 2014 15:25:52 -0000	1.68
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Graph
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.67 2013/08/25 09:50:28 patrick Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.68 2014/02/11 15:25:52 hattya Exp $
+
+  11 Feb 2014; Akinori Hattori <hattya@gentoo.org> Graph-0.960.0.ebuild:
+  ia64 stable wrt bug #492160
 
 *Graph-0.960.0 (25 Aug 2013)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Graph: Graph-0.960.0.ebuild ChangeLog
@ 2014-02-22 13:07 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-02-22 13:07 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/02/22 13:07:21

  Modified:             Graph-0.960.0.ebuild ChangeLog
  Log:
  alpha stable wrt bug #492160
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.3                  dev-perl/Graph/Graph-0.960.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?r1=1.2&r2=1.3

Index: Graph-0.960.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- Graph-0.960.0.ebuild	11 Feb 2014 15:25:52 -0000	1.2
+++ Graph-0.960.0.ebuild	22 Feb 2014 13:07:21 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.2 2014/02/11 15:25:52 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.3 2014/02/22 13:07:21 zlogene Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Data structure and ops for directed graphs"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Scalar-List-Utils



1.69                 dev-perl/Graph/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	11 Feb 2014 15:25:52 -0000	1.68
+++ ChangeLog	22 Feb 2014 13:07:21 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Graph
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.68 2014/02/11 15:25:52 hattya Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.69 2014/02/22 13:07:21 zlogene Exp $
+
+  22 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Graph-0.960.0.ebuild:
+  alpha stable wrt bug #492160
 
   11 Feb 2014; Akinori Hattori <hattya@gentoo.org> Graph-0.960.0.ebuild:
   ia64 stable wrt bug #492160





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Graph: Graph-0.960.0.ebuild ChangeLog
@ 2014-02-22 13:11 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-02-22 13:11 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/02/22 13:11:20

  Modified:             Graph-0.960.0.ebuild ChangeLog
  Log:
  amd64 stable wrt bug #492160
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.4                  dev-perl/Graph/Graph-0.960.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?r1=1.3&r2=1.4

Index: Graph-0.960.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Graph-0.960.0.ebuild	22 Feb 2014 13:07:21 -0000	1.3
+++ Graph-0.960.0.ebuild	22 Feb 2014 13:11:20 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.3 2014/02/22 13:07:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.4 2014/02/22 13:11:20 zlogene Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Data structure and ops for directed graphs"
 
 SLOT="0"
-KEYWORDS="alpha ~amd64 ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Scalar-List-Utils



1.70                 dev-perl/Graph/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.70&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.70&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?r1=1.69&r2=1.70

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -r1.69 -r1.70
--- ChangeLog	22 Feb 2014 13:07:21 -0000	1.69
+++ ChangeLog	22 Feb 2014 13:11:20 -0000	1.70
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Graph
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.69 2014/02/22 13:07:21 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.70 2014/02/22 13:11:20 zlogene Exp $
+
+  22 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Graph-0.960.0.ebuild:
+  amd64 stable wrt bug #492160
 
   22 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Graph-0.960.0.ebuild:
   alpha stable wrt bug #492160





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Graph: Graph-0.960.0.ebuild ChangeLog
@ 2014-02-22 13:15 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-02-22 13:15 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/02/22 13:15:43

  Modified:             Graph-0.960.0.ebuild ChangeLog
  Log:
  ppc stable wrt bug #492160
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.5                  dev-perl/Graph/Graph-0.960.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?r1=1.4&r2=1.5

Index: Graph-0.960.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- Graph-0.960.0.ebuild	22 Feb 2014 13:11:20 -0000	1.4
+++ Graph-0.960.0.ebuild	22 Feb 2014 13:15:43 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.4 2014/02/22 13:11:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.5 2014/02/22 13:15:43 zlogene Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Data structure and ops for directed graphs"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ~ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc ~sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Scalar-List-Utils



1.71                 dev-perl/Graph/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.71&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.71&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?r1=1.70&r2=1.71

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v
retrieving revision 1.70
retrieving revision 1.71
diff -u -r1.70 -r1.71
--- ChangeLog	22 Feb 2014 13:11:20 -0000	1.70
+++ ChangeLog	22 Feb 2014 13:15:43 -0000	1.71
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Graph
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.70 2014/02/22 13:11:20 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.71 2014/02/22 13:15:43 zlogene Exp $
+
+  22 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Graph-0.960.0.ebuild:
+  ppc stable wrt bug #492160
 
   22 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Graph-0.960.0.ebuild:
   amd64 stable wrt bug #492160





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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Graph: Graph-0.960.0.ebuild ChangeLog
@ 2014-02-22 13:24 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 6+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-02-22 13:24 UTC (permalink / raw
  To: gentoo-commits

zlogene     14/02/22 13:24:55

  Modified:             Graph-0.960.0.ebuild ChangeLog
  Log:
  sparc stable wrt bug #492160
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)

Revision  Changes    Path
1.6                  dev-perl/Graph/Graph-0.960.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild?r1=1.5&r2=1.6

Index: Graph-0.960.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- Graph-0.960.0.ebuild	22 Feb 2014 13:15:43 -0000	1.5
+++ Graph-0.960.0.ebuild	22 Feb 2014 13:24:55 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.5 2014/02/22 13:15:43 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.960.0.ebuild,v 1.6 2014/02/22 13:24:55 zlogene Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="Data structure and ops for directed graphs"
 
 SLOT="0"
-KEYWORDS="alpha amd64 ia64 ppc ~sparc ~x86"
+KEYWORDS="alpha amd64 ia64 ppc sparc ~x86"
 IUSE=""
 
 RDEPEND="virtual/perl-Scalar-List-Utils



1.72                 dev-perl/Graph/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.72&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?rev=1.72&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Graph/ChangeLog?r1=1.71&r2=1.72

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	22 Feb 2014 13:15:43 -0000	1.71
+++ ChangeLog	22 Feb 2014 13:24:55 -0000	1.72
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Graph
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.71 2014/02/22 13:15:43 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.72 2014/02/22 13:24:55 zlogene Exp $
+
+  22 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Graph-0.960.0.ebuild:
+  sparc stable wrt bug #492160
 
   22 Feb 2014; Mikle Kolyada <zlogene@gentoo.org> Graph-0.960.0.ebuild:
   ppc stable wrt bug #492160





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

end of thread, other threads:[~2014-02-22 13:25 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-22 13:11 [gentoo-commits] gentoo-x86 commit in dev-perl/Graph: Graph-0.960.0.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2014-02-22 13:24 Mikle Kolyada (zlogene)
2014-02-22 13:15 Mikle Kolyada (zlogene)
2014-02-22 13:07 Mikle Kolyada (zlogene)
2014-02-11 15:25 Akinori Hattori (hattya)
2013-08-25  9:50 Patrick Lauer (patrick)

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