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/Type-Tiny-XS/
Date: Thu, 30 Sep 2021 20:32:53
Message-Id: 1633033928.63da0952ab45a402e9a8e01c5e0a5219607f327c.dilfridge@gentoo
1 commit: 63da0952ab45a402e9a8e01c5e0a5219607f327c
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 30 20:03:49 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 30 20:32:08 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63da0952
7
8 dev-perl/Type-Tiny-XS: Remove old
9
10 Package-Manager: Portage-3.0.26, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/Type-Tiny-XS/Manifest | 1 -
14 dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild | 26 ------------------------
15 2 files changed, 27 deletions(-)
16
17 diff --git a/dev-perl/Type-Tiny-XS/Manifest b/dev-perl/Type-Tiny-XS/Manifest
18 index 1cfc23fb23e..7605a6beef1 100644
19 --- a/dev-perl/Type-Tiny-XS/Manifest
20 +++ b/dev-perl/Type-Tiny-XS/Manifest
21 @@ -1,2 +1 @@
22 -DIST Type-Tiny-XS-0.012.tar.gz 77259 BLAKE2B 6443598a77bcb3d630ff048d649f46659ffd8ecffb968b597d64a245d19dafaea3217c7a63c2bedba551f6d21ff1dbb02c005461dff282955838ca1c4dc75785 SHA512 488925d913872f1f5bf73d8b165b1e04bd8f86bda44d594819120760f79c877d4b1be9f2924712ceabaead8822710bd8851f8ff5bb79f91b07fa253ce9ef7a33
23 DIST Type-Tiny-XS-0.022.tar.gz 81002 BLAKE2B c2d2feb551ddb4dd4cf558732692a8026923cc0da184d19b9263bb86a948dea8a7ba521598cedb00a26989ef2bf14340f975ce57bfff09997cb16d55f4bc88ab SHA512 6774980289ceaa7aa8517681cb2d4638a0020b4eb584d6e281d22edcfff829131f2472a4982c1d044e8aa96baf71381bed78d02a096507c7bba3ca137e63dbbc
24
25 diff --git a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild b/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
26 deleted file mode 100644
27 index 4903f787e90..00000000000
28 --- a/dev-perl/Type-Tiny-XS/Type-Tiny-XS-0.12.0.ebuild
29 +++ /dev/null
30 @@ -1,26 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -DIST_AUTHOR=TOBYINK
37 -DIST_VERSION=0.012
38 -inherit perl-module
39 -
40 -DESCRIPTION="provides an XS boost for some of Type::Tiny's built-in type constraints"
41 -
42 -SLOT="0"
43 -KEYWORDS="amd64 ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-solaris"
44 -IUSE="test minimal"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="
48 - !minimal? ( dev-perl/Type-Tiny )
49 -"
50 -DEPEND="
51 - ${RDEPEND}
52 - >=virtual/perl-ExtUtils-MakeMaker-6.170.0
53 - test? (
54 - >=virtual/perl-Test-Simple-0.920.0
55 - )
56 -"