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/Test-Compile/
Date: Thu, 09 Dec 2021 12:05:55
Message-Id: 1639051530.afd6c41e25909922352094004ea6665f8a388cff.dilfridge@gentoo
1 commit: afd6c41e25909922352094004ea6665f8a388cff
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Dec 9 12:02:58 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Dec 9 12:05:30 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=afd6c41e
7
8 dev-perl/Test-Compile: 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/Test-Compile/Manifest | 1 -
14 dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild | 42 -------------------------
15 2 files changed, 43 deletions(-)
16
17 diff --git a/dev-perl/Test-Compile/Manifest b/dev-perl/Test-Compile/Manifest
18 index a9f30a67e01f..6bcd1cb2c343 100644
19 --- a/dev-perl/Test-Compile/Manifest
20 +++ b/dev-perl/Test-Compile/Manifest
21 @@ -1,2 +1 @@
22 -DIST Test-Compile-v2.4.1.tar.gz 18425 BLAKE2B 604626b07772241f0ab306b06de70223a25673fe944e66c1c031dfe0e55610f7ce1cc0222bfc839331b2f10bd63168100b9e07b1013dc8ca96d03bd53848d3dd SHA512 e6878fa16544be75581144d125f547a799cc79210b925b86f07ad236395026bdc197c22af1820e893f5887e53933f0ba827377ae133752f63076cb436b624aee
23 DIST Test-Compile-v2.4.2.tar.gz 18842 BLAKE2B 6bc8dbd692087ccbf41b227c417f1cb8a100ea2e845289fae52ce8f375c4f7970f759ab2fffcb19af7670ec93f92115812184d9d71f73db21628b4937b6e84c9 SHA512 3c16249d9cf14c3cc1dae5958c591b9beac320e26c3ef958a76ca74763ce30443ebe55e3e4efacd384252dfe1ef1cfca9c12d4f7a67780e0db20d6462b6d541c
24
25 diff --git a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild b/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
26 deleted file mode 100644
27 index 33904272b421..000000000000
28 --- a/dev-perl/Test-Compile/Test-Compile-2.4.1.ebuild
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -# Copyright 2020-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -DIST_AUTHOR=EGILES
37 -DIST_VERSION=v2.4.1
38 -inherit perl-module
39 -
40 -DESCRIPTION="Check whether Perl files compile correctly"
41 -SLOT="0"
42 -KEYWORDS="amd64 ~ia64 ppc sparc x86"
43 -IUSE="minimal test"
44 -RESTRICT="!test? ( test )"
45 -
46 -RDEPEND="
47 - !minimal? (
48 - dev-perl/Devel-CheckOS
49 - )
50 - >=virtual/perl-Exporter-5.680.0
51 - dev-perl/UNIVERSAL-require
52 - >=virtual/perl-parent-0.225.0
53 - virtual/perl-version
54 -"
55 -DEPEND="dev-perl/Module-Build"
56 -BDEPEND="${RDEPEND}
57 - >=dev-perl/Module-Build-0.380.0
58 - test? (
59 - dev-perl/Test-Exception
60 - dev-perl/Test-Warnings
61 - virtual/perl-Test-Simple
62 - )
63 -"
64 -PERL_RM_FILES=(
65 - t/999-has-version.t
66 - t/999-perlcritic.t
67 - t/999-pod-coverage.t
68 - t/999-pod.t
69 - t/999-portability.t
70 - t/999-synopsis.t
71 - t/999-version.t
72 -)