diff options
author | Michael Cummings <mcummings@gentoo.org> | 2002-12-22 02:04:39 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2002-12-22 02:04:39 +0000 |
commit | 8dc781e968f3b67741aa03c99ef9223360004a7b (patch) | |
tree | 13f5965d2ddc50aea6b37e406549791c5505c037 /dev-perl/Graph | |
parent | keyword fix (diff) | |
download | gentoo-2-8dc781e968f3b67741aa03c99ef9223360004a7b.tar.gz gentoo-2-8dc781e968f3b67741aa03c99ef9223360004a7b.tar.bz2 gentoo-2-8dc781e968f3b67741aa03c99ef9223360004a7b.zip |
Dep for bioperl, bug 11498
Diffstat (limited to 'dev-perl/Graph')
-rw-r--r-- | dev-perl/Graph/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/Graph/Graph-0.20101.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Graph/files/digest-Graph-0.20101 | 1 |
3 files changed, 33 insertions, 0 deletions
diff --git a/dev-perl/Graph/ChangeLog b/dev-perl/Graph/ChangeLog new file mode 100644 index 000000000000..0e86e5c5058e --- /dev/null +++ b/dev-perl/Graph/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/Graph +# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Graph/ChangeLog,v 1.1 2002/12/22 02:04:39 mcummings Exp $ + +*Graph-0.20101 (21 Dec 2002) + + 21 Dec 2002; Michael Cummings <mcummings@gentoo.org> + Graph-0.20101.ebuild: + + Initial import. Ebuild submitted by Gontran Zepeda <gontran@gontran.net> + Dep for bioperl, bug 11498 diff --git a/dev-perl/Graph/Graph-0.20101.ebuild b/dev-perl/Graph/Graph-0.20101.ebuild new file mode 100644 index 000000000000..354a78fbc469 --- /dev/null +++ b/dev-perl/Graph/Graph-0.20101.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2002 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header $ + +IUSE="" + +inherit perl-module + +S=${WORKDIR}/${P} +CATEGORY="dev-perl" + +DESCRIPTION="Graph is a module to create graphs." +SRC_URI="http://www.cpan.org/modules/by-module/Graph/${P}.tar.gz" +HOMEPAGE="http://www.cpan.org/modules/by-module/Graph/${P}.readme" + +SLOT="0" +LICENSE="Artistic | GPL-2" +KEYWORDS="x86 ~ppc ~sparc ~sparc64 ~alpha" + +DEPEND="${DEPEND} + dev-perl/Heap" diff --git a/dev-perl/Graph/files/digest-Graph-0.20101 b/dev-perl/Graph/files/digest-Graph-0.20101 new file mode 100644 index 000000000000..5ea75a1fcbd2 --- /dev/null +++ b/dev-perl/Graph/files/digest-Graph-0.20101 @@ -0,0 +1 @@ +MD5 c19e24fe8faa7be2d4cf30a86488fe5e Graph-0.20101.tar.gz 18529 |