Gentoo Archives: gentoo-commits

From: "Andreas K. Hüttel" <dilfridge@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/SVG/
Date: Tue, 07 Dec 2021 21:30:57
Message-Id: 1638912634.8538adceb1353f643228fa74ac984ca85534ba62.dilfridge@gentoo
1 commit: 8538adceb1353f643228fa74ac984ca85534ba62
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 7 21:27:46 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 7 21:30:34 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8538adce
7
8 dev-perl/SVG: Remove old
9
10 Package-Manager: Portage-3.0.28, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/SVG/Manifest | 1 -
14 dev-perl/SVG/SVG-2.820.0.ebuild | 32 --------------------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-perl/SVG/Manifest b/dev-perl/SVG/Manifest
18 index 22d2ed93c583..02066e617966 100644
19 --- a/dev-perl/SVG/Manifest
20 +++ b/dev-perl/SVG/Manifest
21 @@ -1,2 +1 @@
22 -DIST SVG-2.82.tar.gz 53717 BLAKE2B eb09b912cc719a53b7aa990ca0d56213c6c3e46f36ff7a0e32e3e643d3a012541f5bdeb4077b3cdb879c19ceec7d7bca9a38d42b78e6d18cdde0a2358ba61f28 SHA512 4241cfdc05758d90b7c2fd8a0fd2df1a8a95bad6859a6e30eb2f05a6c6e15f37ab9739304e956929f48b20a41c2b309fc97854440a4a1350a4badd515c7041a5
23 DIST SVG-2.86.tar.gz 57375 BLAKE2B bb9ae8664fab28d3fcc8886dd636ba6944f10a43d4d6811a97a64fba9ed1a3cb0fb8057ead1233654384faa24931817c2f8b7f41358d9674977ecd091b4f2ca0 SHA512 d8f66c3103cf7fabe0902f86c768e04c757b2c95c5b3291a273e3d3da0201042d6cd70f3a5c005fc0e8b3a6c075c212b9d0bc265f80e210fb8ecfca8178473d0
24
25 diff --git a/dev-perl/SVG/SVG-2.820.0.ebuild b/dev-perl/SVG/SVG-2.820.0.ebuild
26 deleted file mode 100644
27 index 70b3a1d9c67f..000000000000
28 --- a/dev-perl/SVG/SVG-2.820.0.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=MANWAR
37 -DIST_VERSION=2.82
38 -DIST_EXAMPLES=("examples/*")
39 -inherit perl-module
40 -
41 -DESCRIPTION="Perl extension for generating Scalable Vector Graphics (SVG) documents"
42 -
43 -SLOT="0"
44 -KEYWORDS="amd64 ppc x86"
45 -IUSE="test"
46 -RESTRICT="!test? ( test )"
47 -
48 -RDEPEND="
49 - virtual/perl-parent
50 - virtual/perl-Scalar-List-Utils
51 -"
52 -DEPEND="${RDEPEND}
53 - virtual/perl-ExtUtils-MakeMaker
54 - test? ( >=virtual/perl-Test-Simple-0.940.0 )
55 -"
56 -src_test() {
57 - perl_rm_files t/96-perl-critic.t t/98-tidyall.t \
58 - t/99_test_pod_coverage.t \
59 - t/meta-json.t \
60 - t/meta-yml.t
61 - perl-module_src_test
62 -}