summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dev-perl/Graph/ChangeLog9
-rw-r--r--dev-perl/Graph/Graph-0.92.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/Graph/ChangeLog b/dev-perl/Graph/ChangeLog
index f3a199b3ffee..ad42c82c6330 100644
--- a/dev-perl/Graph/ChangeLog
+++ b/dev-perl/Graph/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Graph
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.55 2009/09/07 09:06:14 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.56 2010/03/05 08:01:13 tove Exp $
+
+*Graph-0.92 (05 Mar 2010)
+
+ 05 Mar 2010; Torsten Veller <tove@gentoo.org> +Graph-0.92.ebuild:
+ Version bump
07 Sep 2009; Torsten Veller <tove@gentoo.org> -Graph-0.84.ebuild:
Cleanup
diff --git a/dev-perl/Graph/Graph-0.92.ebuild b/dev-perl/Graph/Graph-0.92.ebuild
new file mode 100644
index 000000000000..58bb02b97eb4
--- /dev/null
+++ b/dev-perl/Graph/Graph-0.92.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2010 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.92.ebuild,v 1.1 2010/03/05 08:01:13 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=JHI
+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"