summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-01-19 10:15:05 +0000
committerTorsten Veller <tove@gentoo.org>2009-01-19 10:15:05 +0000
commit3c6cba461e37b798373214310f64786c21b749f2 (patch)
treef7030616e39dff13cab6564b3c8beefa00fa7141 /dev-perl/Graph
parentx11-apps/xload: remove xprint support (see bug #254874) (diff)
downloadgentoo-2-3c6cba461e37b798373214310f64786c21b749f2.tar.gz
gentoo-2-3c6cba461e37b798373214310f64786c21b749f2.tar.bz2
gentoo-2-3c6cba461e37b798373214310f64786c21b749f2.zip
Version bump
(Portage version: 2.2_rc22/cvs/Linux 2.6.28-tuxonice i686)
Diffstat (limited to 'dev-perl/Graph')
-rw-r--r--dev-perl/Graph/ChangeLog9
-rw-r--r--dev-perl/Graph/Graph-0.91.ebuild18
2 files changed, 25 insertions, 2 deletions
diff --git a/dev-perl/Graph/ChangeLog b/dev-perl/Graph/ChangeLog
index 7ff20a940318..1eebbea0c762 100644
--- a/dev-perl/Graph/ChangeLog
+++ b/dev-perl/Graph/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Graph
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.48 2008/12/30 16:52:28 tove Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.49 2009/01/19 10:15:05 tove Exp $
+
+*Graph-0.91 (19 Jan 2009)
+
+ 19 Jan 2009; Torsten Veller <tove@gentoo.org> +Graph-0.91.ebuild:
+ Version bump
*Graph-0.90 (30 Dec 2008)
diff --git a/dev-perl/Graph/Graph-0.91.ebuild b/dev-perl/Graph/Graph-0.91.ebuild
new file mode 100644
index 000000000000..fce4b65c6171
--- /dev/null
+++ b/dev-perl/Graph/Graph-0.91.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.91.ebuild,v 1.1 2009/01/19 10:15:05 tove Exp $
+
+MODULE_AUTHOR=JHI
+inherit perl-module
+
+DESCRIPTION="Data structure and ops for directed graphs"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-lang/perl
+ >=virtual/perl-Storable-2.05"
+
+SRC_TEST="do"