diff options
author | Torsten Veller <tove@gentoo.org> | 2012-02-18 15:29:05 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2012-02-18 15:29:05 +0000 |
commit | 3819d8e495f8d09fde35adfcbef9dc61d2630cfd (patch) | |
tree | 99578ca02d30333e7f5b65bb54736db1faa80056 /dev-perl | |
parent | ppc stable #396359 (diff) | |
download | gentoo-2-3819d8e495f8d09fde35adfcbef9dc61d2630cfd.tar.gz gentoo-2-3819d8e495f8d09fde35adfcbef9dc61d2630cfd.tar.bz2 gentoo-2-3819d8e495f8d09fde35adfcbef9dc61d2630cfd.zip |
Cleanup
(Portage version: 2.2.0_alpha86/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Chart-Math-Axis/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild | 22 |
2 files changed, 5 insertions, 24 deletions
diff --git a/dev-perl/Chart-Math-Axis/ChangeLog b/dev-perl/Chart-Math-Axis/ChangeLog index 3117552cc8a1..685b79bca54b 100644 --- a/dev-perl/Chart-Math-Axis/ChangeLog +++ b/dev-perl/Chart-Math-Axis/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-perl/Chart-Math-Axis -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.39 2011/12/05 23:34:04 chainsaw Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.40 2012/02/18 15:29:05 tove Exp $ + + 18 Feb 2012; Torsten Veller <tove@gentoo.org> -Chart-Math-Axis-1.00.ebuild: + Cleanup 05 Dec 2011; Tony Vroon <chainsaw@gentoo.org> Chart-Math-Axis-1.60.0.ebuild: Marked stable on AMD64 based on arch testing by Agostino "ago" Sarubbo & diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild deleted file mode 100644 index 895794ec009b..000000000000 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.00.ebuild,v 1.7 2011/12/04 17:56:16 armin76 Exp $ - -inherit perl-module - -DESCRIPTION="Implements an algorithm to find good values for chart axis" -SRC_URI="mirror://cpan/authors/id/A/AD/ADAMK/${P}.tar.gz" -HOMEPAGE="http://search.cpan.orga/~adamk/" - -SLOT="0" -LICENSE="|| ( Artistic GPL-2 )" -KEYWORDS="amd64 hppa ~mips ~ppc x86" -IUSE="" - -SRC_TEST="do" - -DEPEND=">=virtual/perl-Math-BigInt-1.70 - dev-perl/Clone - virtual/perl-Test-Simple - dev-perl/Params-Util - dev-lang/perl" |