diff options
author | Torsten Veller <tove@gentoo.org> | 2009-05-02 11:57:31 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2009-05-02 11:57:31 +0000 |
commit | 8d8a17b47cb2c869b1be6a2bc84906497e3c7465 (patch) | |
tree | fa45a36b80b6180b64c889f7d4af715e2603ef88 | |
parent | Cleanup (diff) | |
download | gentoo-2-8d8a17b47cb2c869b1be6a2bc84906497e3c7465.tar.gz gentoo-2-8d8a17b47cb2c869b1be6a2bc84906497e3c7465.tar.bz2 gentoo-2-8d8a17b47cb2c869b1be6a2bc84906497e3c7465.zip |
Cleanup
(Portage version: 2.2_rc31/cvs/Linux i686)
-rw-r--r-- | dev-perl/Chart/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Chart/Chart-2.3.ebuild | 24 |
2 files changed, 5 insertions, 26 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog index 5c47d0db56ba..0b3b42ed7c63 100644 --- a/dev-perl/Chart/ChangeLog +++ b/dev-perl/Chart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Chart -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.28 2007/07/05 14:48:23 tgall Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.29 2009/05/02 11:57:31 tove Exp $ + + 02 May 2009; Torsten Veller <tove@gentoo.org> -Chart-2.3.ebuild: + Cleanup 05 Jul 2007; Tom Gall <tgall@gentoo.org> Chart-2.4.1.ebuild: stable on ppc64 diff --git a/dev-perl/Chart/Chart-2.3.ebuild b/dev-perl/Chart/Chart-2.3.ebuild deleted file mode 100644 index 47f298f3ca2a..000000000000 --- a/dev-perl/Chart/Chart-2.3.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# 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.19 2007/01/14 22:41:17 mcummings Exp $ - -inherit perl-module - -MY_P=${P/.3_/c-} -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/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="alpha amd64 ia64 ppc ppc64 sparc x86 ~x86-fbsd" -IUSE="" - -DEPEND=">=dev-perl/GD-1.2 - dev-lang/perl" - -SRC_TEST="do" - -mydoc="TODO" |