diff options
author | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 22:42:48 +0000 |
---|---|---|
committer | Michael Cummings <mcummings@gentoo.org> | 2007-01-14 22:42:48 +0000 |
commit | 9354c910969c2c06c6166737ddbd477e19a8f345 (patch) | |
tree | abf45b07503309ee550c06767ceb4dd0e33d011b /dev-perl/Chart | |
parent | amd64 (diff) | |
download | historical-9354c910969c2c06c6166737ddbd477e19a8f345.tar.gz historical-9354c910969c2c06c6166737ddbd477e19a8f345.tar.bz2 historical-9354c910969c2c06c6166737ddbd477e19a8f345.zip |
Ebuild maintenance
Package-Manager: portage-2.1.2_rc4-r8
Diffstat (limited to 'dev-perl/Chart')
-rw-r--r-- | dev-perl/Chart/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Chart/Chart-2.3.ebuild | 7 |
2 files changed, 8 insertions, 6 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog index a0b8a5e3beda..03a819104588 100644 --- a/dev-perl/Chart/ChangeLog +++ b/dev-perl/Chart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Chart -# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.21 2006/08/04 23:01:13 mcummings Exp $ +# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.22 2007/01/14 22:41:17 mcummings Exp $ + + 14 Jan 2007; Michael Cummings <mcummings@gentoo.org> Chart-2.3.ebuild: + Ebuild maintenance 04 Aug 2006; Michael Cummings <mcummings@gentoo.org> Chart-2.3.ebuild: Adding perl dep; fixed DEPEND 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" |