public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/GraphViz: ChangeLog GraphViz-2.40.0.ebuild
@ 2011-08-30 15:02 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-08-30 15:02 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/30 15:02:22

  Modified:             ChangeLog
  Added:                GraphViz-2.40.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.14                 dev-perl/GraphViz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	2 Jun 2009 18:34:46 -0000	1.13
+++ ChangeLog	30 Aug 2011 15:02:21 -0000	1.14
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/GraphViz
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.13 2009/06/02 18:34:46 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.14 2011/08/30 15:02:21 tove Exp $
+
+*GraphViz-2.40.0 (30 Aug 2011)
+
+  30 Aug 2011; Torsten Veller <tove@gentoo.org> +GraphViz-2.40.0.ebuild:
+  Change version scheme
 
   02 Jun 2009; Christian Faulhammer <fauli@gentoo.org> GraphViz-2.04.ebuild:
   stable x86, bug 270585



1.1                  dev-perl/GraphViz/GraphViz-2.40.0.ebuild

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

Index: GraphViz-2.40.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.40.0.ebuild,v 1.1 2011/08/30 15:02:22 tove Exp $

EAPI=4

MODULE_AUTHOR=LBROCARD
MODULE_VERSION=2.04
inherit perl-module

DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"

SLOT="0"
KEYWORDS="~amd64 ~sparc ~x86"
IUSE="test"

RDEPEND="media-gfx/graphviz
	dev-perl/IPC-Run"
	#dev-perl/XML-Twig #used in GraphViz::XML
DEPEND="${RDEPEND}
	test? ( virtual/perl-Test-Simple )"

SRC_TEST="do"

src_install() {
	perl-module_src_install

	insinto /usr/share/doc/${PF}/examples
	doins "${S}"/examples/* || die
}






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/GraphViz: ChangeLog GraphViz-2.40.0.ebuild
@ 2012-10-07 13:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 2+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-07 13:00 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/07 13:00:49

  Modified:             ChangeLog GraphViz-2.40.0.ebuild
  Log:
  Stable for amd64, wrt bug #436864
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.20                 dev-perl/GraphViz/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog	24 Jun 2012 12:59:52 -0000	1.19
+++ ChangeLog	7 Oct 2012 13:00:49 -0000	1.20
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/GraphViz
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.19 2012/06/24 12:59:52 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/ChangeLog,v 1.20 2012/10/07 13:00:49 ago Exp $
+
+  07 Oct 2012; Agostino Sarubbo <ago@gentoo.org> GraphViz-2.40.0.ebuild:
+  Stable for amd64, wrt bug #436864
 
   24 Jun 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
   Update CPAN upstream info



1.3                  dev-perl/GraphViz/GraphViz-2.40.0.ebuild

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

Index: GraphViz-2.40.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.40.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- GraphViz-2.40.0.ebuild	3 Sep 2011 21:05:02 -0000	1.2
+++ GraphViz-2.40.0.ebuild	7 Oct 2012 13:00:49 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.40.0.ebuild,v 1.2 2011/09/03 21:05:02 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/GraphViz/GraphViz-2.40.0.ebuild,v 1.3 2012/10/07 13:00:49 ago Exp $
 
 EAPI=4
 
@@ -11,7 +11,7 @@
 DESCRIPTION="GraphViz - Interface to the GraphViz graphing tool"
 
 SLOT="0"
-KEYWORDS="~amd64 ~sparc x86"
+KEYWORDS="amd64 ~sparc x86"
 IUSE="test"
 
 RDEPEND="media-gfx/graphviz





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

end of thread, other threads:[~2012-10-07 13:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-30 15:02 [gentoo-commits] gentoo-x86 commit in dev-perl/GraphViz: ChangeLog GraphViz-2.40.0.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-07 13:00 Agostino Sarubbo (ago)

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