summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2011-08-30 16:01:07 +0000
committerTorsten Veller <tove@gentoo.org>2011-08-30 16:01:07 +0000
commita8e31998d0c5913a58160ed865a53ceb7b4d652f (patch)
tree04308381af8239892c71ff59fc6ba74fb9361c15 /dev-perl/GraphViz
parentVersion bump zope-interface to 3.7.0. (diff)
downloadhistorical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.gz
historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.tar.bz2
historical-a8e31998d0c5913a58160ed865a53ceb7b4d652f.zip
Change version scheme
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/GraphViz')
-rw-r--r--dev-perl/GraphViz/ChangeLog9
-rw-r--r--dev-perl/GraphViz/GraphViz-2.40.0.ebuild30
2 files changed, 37 insertions, 2 deletions
diff --git a/dev-perl/GraphViz/ChangeLog b/dev-perl/GraphViz/ChangeLog
index 1c9624c54822..321cd6660c48 100644
--- a/dev-perl/GraphViz/ChangeLog
+++ b/dev-perl/GraphViz/ChangeLog
@@ -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
diff --git a/dev-perl/GraphViz/GraphViz-2.40.0.ebuild b/dev-perl/GraphViz/GraphViz-2.40.0.ebuild
new file mode 100644
index 000000000000..c4bc54e78f5c
--- /dev/null
+++ b/dev-perl/GraphViz/GraphViz-2.40.0.ebuild
@@ -0,0 +1,30 @@
+# 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
+}