Gentoo Archives: gentoo-commits

From: Kent Fredric <kentnl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/Chart-Math-Axis/
Date: Sat, 26 Sep 2020 09:25:05
Message-Id: 1601112269.2a8ea2d740a5f6d0a51ab05f4470bcc1b5888683.kentnl@gentoo
1 commit: 2a8ea2d740a5f6d0a51ab05f4470bcc1b5888683
2 Author: Kent Fredric <kentnl <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 26 09:20:20 2020 +0000
4 Commit: Kent Fredric <kentnl <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 26 09:24:29 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a8ea2d7
7
8 dev-perl/Chart-Math-Axis: Cleanup old 1.60.0-r2
9
10 Package-Manager: Portage-3.0.4, Repoman-3.0.1
11 Signed-off-by: Kent Fredric <kentnl <AT> gentoo.org>
12
13 .../Chart-Math-Axis-1.60.0-r2.ebuild | 27 ----------------------
14 1 file changed, 27 deletions(-)
15
16 diff --git a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild b/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
17 deleted file mode 100644
18 index 318e59d6ff4..00000000000
19 --- a/dev-perl/Chart-Math-Axis/Chart-Math-Axis-1.60.0-r2.ebuild
20 +++ /dev/null
21 @@ -1,27 +0,0 @@
22 -# Copyright 1999-2017 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=ADAMK
28 -MODULE_VERSION=1.06
29 -inherit perl-module
30 -
31 -DESCRIPTION="Implements an algorithm to find good values for chart axis"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 hppa ~mips ~ppc x86"
35 -IUSE=""
36 -
37 -RDEPEND=">=virtual/perl-Math-BigInt-1.70
38 - >=virtual/perl-Storable-2.12
39 - >=dev-perl/Params-Util-0.15"
40 -DEPEND="${RDEPEND}"
41 -
42 -SRC_TEST="do"
43 -
44 -src_prepare() {
45 - sed -i -e 's/use inc::Module::Install::DSL /use lib q[.];\nuse inc::Module::Install::DSL /' Makefile.PL ||
46 - die "Can't patch Makefile.PL for 5.26 dot-in-inc"
47 - perl-module_src_prepare
48 -}