diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2013-12-09 16:28:10 +0000 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2013-12-09 16:28:10 +0000 |
commit | a6a7ba9e00f09afdf9f7aeab151b35aa0f8e2475 (patch) | |
tree | 5cb73c3392d807217dab2a4562c2937fb3fce977 /dev-perl/Chart-Math-Axis | |
parent | version bump (diff) | |
download | gentoo-2-a6a7ba9e00f09afdf9f7aeab151b35aa0f8e2475.tar.gz gentoo-2-a6a7ba9e00f09afdf9f7aeab151b35aa0f8e2475.tar.bz2 gentoo-2-a6a7ba9e00f09afdf9f7aeab151b35aa0f8e2475.zip |
amd64/x86 stable wrt bug #492084; Drop old revision.
(Portage version: 2.2.1/cvs/Linux i686, signed Manifest commit with key 0xC42EB5D6)
Diffstat (limited to 'dev-perl/Chart-Math-Axis')
-rw-r--r-- | dev-perl/Chart-Math-Axis/ChangeLog | 6 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild | 22 |
3 files changed, 7 insertions, 25 deletions
diff --git a/dev-perl/Chart-Math-Axis/ChangeLog b/dev-perl/Chart-Math-Axis/ChangeLog index 4862d6676a07..b8f9a68a6404 100644 --- a/dev-perl/Chart-Math-Axis/ChangeLog +++ b/dev-perl/Chart-Math-Axis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-perl/Chart-Math-Axis # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.43 2013/12/09 13:16:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/ChangeLog,v 1.44 2013/12/09 16:28:10 zlogene Exp $ + + 09 Dec 2013; Mikle Kolyada <zlogene@gentoo.org> + -Chart-Math-Axis-1.60.0.ebuild, Chart-Math-Axis-1.60.0-r1.ebuild: + amd64/x86 stable wrt bug #492084; Drop old revision. 09 Dec 2013; Jeroen Roovers <jer@gentoo.org> Chart-Math-Axis-1.60.0-r1.ebuild: diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild index bed71169e17d..f265ef4af7bf 100644 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild +++ b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 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.60.0-r1.ebuild,v 1.2 2013/12/09 13:16:06 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r1.ebuild,v 1.3 2013/12/09 16:28:10 zlogene Exp $ EAPI=5 @@ -11,7 +11,7 @@ inherit perl-module DESCRIPTION="Implements an algorithm to find good values for chart axis" SLOT="0" -KEYWORDS="~amd64 hppa ~mips ~ppc ~x86" +KEYWORDS="amd64 hppa ~mips ~ppc x86" IUSE="" RDEPEND=">=virtual/perl-Math-BigInt-1.70 diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.ebuild deleted file mode 100644 index 134734b3ba97..000000000000 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0.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.60.0.ebuild,v 1.5 2011/12/05 23:34:04 chainsaw Exp $ - -EAPI=3 - -MODULE_AUTHOR=ADAMK -MODULE_VERSION=1.06 -inherit perl-module - -DESCRIPTION="Implements an algorithm to find good values for chart axis" - -SLOT="0" -KEYWORDS="amd64 hppa ~mips ~ppc x86" -IUSE="" - -RDEPEND=">=virtual/perl-Math-BigInt-1.70 - >=virtual/perl-Storable-2.12 - >=dev-perl/Params-Util-0.15" -DEPEND="${RDEPEND}" - -SRC_TEST="do" |