diff options
author | Torsten Veller <tove@gentoo.org> | 2009-03-13 12:51:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-03-13 12:51:44 +0000 |
commit | 7a6157be203d2050efc31213adcd23cfdc02faef (patch) | |
tree | 20f23587dfdea11d20fe3e0c464395148dac28b5 /dev-perl/Graph | |
parent | Automated update of use.local.desc (diff) | |
download | historical-7a6157be203d2050efc31213adcd23cfdc02faef.tar.gz historical-7a6157be203d2050efc31213adcd23cfdc02faef.tar.bz2 historical-7a6157be203d2050efc31213adcd23cfdc02faef.zip |
Cleanup
Package-Manager: portage-2.2_rc24/cvs/Linux i686
Diffstat (limited to 'dev-perl/Graph')
-rw-r--r-- | dev-perl/Graph/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Graph/Graph-0.86.ebuild | 15 | ||||
-rw-r--r-- | dev-perl/Graph/Graph-0.90.ebuild | 18 |
3 files changed, 5 insertions, 34 deletions
diff --git a/dev-perl/Graph/ChangeLog b/dev-perl/Graph/ChangeLog index 1eebbea0c762..d93dc7158096 100644 --- a/dev-perl/Graph/ChangeLog +++ b/dev-perl/Graph/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Graph # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.50 2009/03/13 12:38:39 tove Exp $ + + 13 Mar 2009; Torsten Veller <tove@gentoo.org> -Graph-0.86.ebuild, + -Graph-0.90.ebuild: + Cleanup *Graph-0.91 (19 Jan 2009) diff --git a/dev-perl/Graph/Graph-0.86.ebuild b/dev-perl/Graph/Graph-0.86.ebuild deleted file mode 100644 index 60d0ac7e748a..000000000000 --- a/dev-perl/Graph/Graph-0.86.ebuild +++ /dev/null @@ -1,15 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.86.ebuild,v 1.1 2008/12/08 02:16:30 robbat2 Exp $ - -MODULE_AUTHOR=JHI -inherit perl-module - -DESCRIPTION="Data structure and ops for directed graphs" -IUSE="" -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86" -SRC_TEST="do" - -DEPEND="dev-lang/perl" diff --git a/dev-perl/Graph/Graph-0.90.ebuild b/dev-perl/Graph/Graph-0.90.ebuild deleted file mode 100644 index 0d57652c7118..000000000000 --- a/dev-perl/Graph/Graph-0.90.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2008 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/Graph-0.90.ebuild,v 1.1 2008/12/30 16:52:28 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" |