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/Software-License/
Date: Sun, 05 Dec 2021 22:15:31
Message-Id: 1638742512.a5c9664f98aa9e2eb6e15b6c3ea078eef650d880.dilfridge@gentoo
1 commit: a5c9664f98aa9e2eb6e15b6c3ea078eef650d880
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 5 22:14:27 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 5 22:15:12 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a5c9664f
7
8 dev-perl/Software-License: 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/Software-License/Manifest | 1 -
14 .../Software-License-0.103.14.ebuild | 32 ----------------------
15 2 files changed, 33 deletions(-)
16
17 diff --git a/dev-perl/Software-License/Manifest b/dev-perl/Software-License/Manifest
18 index 7bd8702853a8..a354a2180db3 100644
19 --- a/dev-perl/Software-License/Manifest
20 +++ b/dev-perl/Software-License/Manifest
21 @@ -1,2 +1 @@
22 -DIST Software-License-0.103014.tar.gz 121711 BLAKE2B c898773dc33b94aa02f6092ed49c91e2ab7f9cc8a77a66226a7eb31c826e8b21d921868411d416f5f367fdf3a024de5ca6c8830792a5fc1162568f0c2108e469 SHA512 8012f9d3e8671bdcbaf52f6790f6cd2f6a0510883bb40115c222c8c685aed6697ba33b3f9df8d853841cd2eef0806d919c9038b6ba7b1057f475b3b63457069d
23 DIST Software-License-0.104001.tar.gz 131973 BLAKE2B 7d988f33b433a6777bc0049f6b4bb3bed3de09bb1ce992d9273092f4f3328ae326aa1a719f24590d44315dc11c4288d989952e9b7391e08affadd508b02dd7fd SHA512 4ba5e11e8aa34a4f59ad4028e8e4547e22d5d56e04836cf280a0fb52a2fb64c8cf5347f6f6e2c368506c35eeb7e189527e4339d11541aac34c2c28737717e34e
24
25 diff --git a/dev-perl/Software-License/Software-License-0.103.14.ebuild b/dev-perl/Software-License/Software-License-0.103.14.ebuild
26 deleted file mode 100644
27 index 29a02d0b172c..000000000000
28 --- a/dev-perl/Software-License/Software-License-0.103.14.ebuild
29 +++ /dev/null
30 @@ -1,32 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -DIST_AUTHOR=LEONT
36 -DIST_VERSION=0.103014
37 -inherit perl-module
38 -
39 -DESCRIPTION="packages that provide templated software licenses"
40 -SLOT="0"
41 -KEYWORDS="amd64 x86"
42 -IUSE="test"
43 -RESTRICT="!test? ( test )"
44 -
45 -# r: IO::Dir -> IO
46 -# r: strict, warnings -> perl
47 -RDEPEND="
48 - virtual/perl-Carp
49 - dev-perl/Data-Section
50 - virtual/perl-File-Spec
51 - virtual/perl-IO
52 - virtual/perl-Module-Load
53 - dev-perl/Text-Template
54 - virtual/perl-parent
55 -"
56 -BDEPEND="
57 - >=virtual/perl-ExtUtils-MakeMaker-6.300.0
58 - test? (
59 - >=virtual/perl-Test-Simple-0.960.0
60 - dev-perl/Try-Tiny
61 - )
62 -"