diff options
author | Torsten Veller <tove@gentoo.org> | 2012-04-21 19:51:28 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-04-21 19:51:28 +0000 |
commit | da95eaef22415f77fc04e32bce91c9ec43b67eaa (patch) | |
tree | f0665e4586c233d3b3d3b6ddabc60b4590280ab3 | |
parent | Cleanup (diff) | |
download | gentoo-2-da95eaef22415f77fc04e32bce91c9ec43b67eaa.tar.gz gentoo-2-da95eaef22415f77fc04e32bce91c9ec43b67eaa.tar.bz2 gentoo-2-da95eaef22415f77fc04e32bce91c9ec43b67eaa.zip |
Cleanup
(Portage version: 2.2.0_alpha100/cvs/Linux x86_64)
-rw-r--r-- | dev-perl/Chart/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Chart/Chart-2.4.1.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/Chart/Chart-2.4.4.ebuild | 24 |
3 files changed, 5 insertions, 46 deletions
diff --git a/dev-perl/Chart/ChangeLog b/dev-perl/Chart/ChangeLog index 4f15fecc2e19..7404da134573 100644 --- a/dev-perl/Chart/ChangeLog +++ b/dev-perl/Chart/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Chart # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.37 2012/03/30 15:10:39 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/ChangeLog,v 1.38 2012/04/21 19:51:28 tove Exp $ + + 21 Apr 2012; Torsten Veller <tove@gentoo.org> -Chart-2.4.1.ebuild, + -Chart-2.4.4.ebuild: + Cleanup *Chart-2.4.5 (30 Mar 2012) diff --git a/dev-perl/Chart/Chart-2.4.1.ebuild b/dev-perl/Chart/Chart-2.4.1.ebuild deleted file mode 100644 index 1404062d94c6..000000000000 --- a/dev-perl/Chart/Chart-2.4.1.ebuild +++ /dev/null @@ -1,21 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.1.ebuild,v 1.8 2012/02/12 18:01:54 armin76 Exp $ - -EAPI=2 - -MODULE_AUTHOR=CHARTGRP -inherit perl-module - -DESCRIPTION="The Perl Chart Module" - -SLOT="0" -KEYWORDS="amd64 ppc ppc64 x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=">=dev-perl/GD-1.2" -DEPEND="${RDEPEND} - test? ( dev-perl/GD[png] )" - -SRC_TEST="do" -mydoc="TODO" diff --git a/dev-perl/Chart/Chart-2.4.4.ebuild b/dev-perl/Chart/Chart-2.4.4.ebuild deleted file mode 100644 index 5aca139299af..000000000000 --- a/dev-perl/Chart/Chart-2.4.4.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart/Chart-2.4.4.ebuild,v 1.2 2012/02/12 18:01:54 armin76 Exp $ - -EAPI=4 - -MODULE_AUTHOR=CHARTGRP -MODULE_VERSION=2.4.4 -inherit perl-module - -DESCRIPTION="The Perl Chart Module" - -SLOT="0" -KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd" -IUSE="test" - -RDEPEND=">=dev-perl/GD-2.0.36" -DEPEND="${RDEPEND} - test? ( - dev-perl/GD[png] - ) -" - -SRC_TEST="do" |