diff options
author | Torsten Veller <tove@gentoo.org> | 2010-03-15 18:45:42 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-03-15 18:45:42 +0000 |
commit | cfcb730dee10d95e5bd00197ad0da10b4c6a742a (patch) | |
tree | deeeb90575c4152ea5a9fd4f9fe617f1804a1cb1 /dev-perl/Graph | |
parent | ppc stable #309053 (diff) | |
download | gentoo-2-cfcb730dee10d95e5bd00197ad0da10b4c6a742a.tar.gz gentoo-2-cfcb730dee10d95e5bd00197ad0da10b4c6a742a.tar.bz2 gentoo-2-cfcb730dee10d95e5bd00197ad0da10b4c6a742a.zip |
Version bump
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/Graph')
-rw-r--r-- | dev-perl/Graph/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Graph/Graph-0.94.ebuild | 20 |
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/Graph/ChangeLog b/dev-perl/Graph/ChangeLog index 68a39655c3c0..cb7ad921f324 100644 --- a/dev-perl/Graph/ChangeLog +++ b/dev-perl/Graph/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Graph # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.57 2010/03/08 07:49:20 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.58 2010/03/15 18:45:42 tove Exp $ + +*Graph-0.94 (15 Mar 2010) + + 15 Mar 2010; Torsten Veller <tove@gentoo.org> +Graph-0.94.ebuild: + Version bump *Graph-0.93 (08 Mar 2010) diff --git a/dev-perl/Graph/Graph-0.94.ebuild b/dev-perl/Graph/Graph-0.94.ebuild new file mode 100644 index 000000000000..8220e203cd17 --- /dev/null +++ b/dev-perl/Graph/Graph-0.94.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.94.ebuild,v 1.1 2010/03/15 18:45:42 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" |