diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 22:41:17 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 22:41:17 +0000 |
commit | 93086fd750a096069c8b64525e58065086c51eea (patch) | |
tree | 0b9ec24f772456b95206c1901004f3a132a9eea7 /dev-perl/Chart/Chart-2.3.ebuild | |
parent | Ebuild maintenance (diff) | |
download | gentoo-2-93086fd750a096069c8b64525e58065086c51eea.tar.gz gentoo-2-93086fd750a096069c8b64525e58065086c51eea.tar.bz2 gentoo-2-93086fd750a096069c8b64525e58065086c51eea.zip |
Ebuild maintenance
(Portage version: 2.1.2_rc4-r8)
Diffstat (limited to 'dev-perl/Chart/Chart-2.3.ebuild')
-rw-r--r-- | dev-perl/Chart/Chart-2.3.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/dev-perl/Chart/Chart-2.3.ebuild b/dev-perl/Chart/Chart-2.3.ebuild index 3325fcc235fe..47f298f3ca2a 100644 --- a/dev-perl/Chart/Chart-2.3.ebuild +++ b/dev-perl/Chart/Chart-2.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.3.ebuild,v 1.18 2006/08/04 23:01:13 mcummings Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.3.ebuild,v 1.19 2007/01/14 22:41:17 mcummings Exp $ inherit perl-module @@ -9,7 +9,7 @@ S=${WORKDIR}/${MY_P} DESCRIPTION="The Perl Chart Module" SRC_URI="mirror://cpan/authors/id/C/CH/CHARTGRP/${P}.tar.gz" -HOMEPAGE="http://search.cpan.org/~chartgrp/${P}/" +HOMEPAGE="http://search.cpan.org/~chartgrp/" SLOT="0" LICENSE="|| ( Artistic GPL-2 )" @@ -18,7 +18,6 @@ IUSE="" DEPEND=">=dev-perl/GD-1.2 dev-lang/perl" -RDEPEND="${DEPEND}" SRC_TEST="do" |