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/YAML-Tiny/
Date: Thu, 07 Oct 2021 23:35:23
Message-Id: 1633649671.567ee5bc2ecd1ddacc15812271d58a006f9d5cc5.dilfridge@gentoo
1 commit: 567ee5bc2ecd1ddacc15812271d58a006f9d5cc5
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 23:01:42 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 23:34:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=567ee5bc
7
8 dev-perl/YAML-Tiny: 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/YAML-Tiny/Manifest | 1 -
14 dev-perl/YAML-Tiny/YAML-Tiny-1.690.0.ebuild | 34 -----------------------------
15 2 files changed, 35 deletions(-)
16
17 diff --git a/dev-perl/YAML-Tiny/Manifest b/dev-perl/YAML-Tiny/Manifest
18 index bd29a9bae52..336bedf94ef 100644
19 --- a/dev-perl/YAML-Tiny/Manifest
20 +++ b/dev-perl/YAML-Tiny/Manifest
21 @@ -1,2 +1 @@
22 -DIST YAML-Tiny-1.69.tar.gz 71513 BLAKE2B e765df404b786a3cc22927ca47b1706ceb5e6d2518aaf313342987839c4ab5158b7d4bf4d553f91803b9ed5072efbd580ffffe2e92fd1c6ae0958b851530da0f SHA512 64c3428691f78d94bedf7f3b3276f7868d7280ca6d3c9a7a2e8137568d0da2fc94c766f9873f2796898386d6e7d3d1010c790fcc119f3d4d743becfa39d56a2c
23 DIST YAML-Tiny-1.73.tar.gz 73708 BLAKE2B 42e9c5cffa2b9babb0dd1453af69866405fd7273c2b340ceb010d78d8fe28db61268b6bb5ad1840b1aa72819ae048150bf5c416bed1b2e518b28f77b2ba978be SHA512 5999e220025aa8076e5e0e9e73e80c2da21660e77f6744d73e8e29962221d02d33a36e9829c44abf7d4f45abae069d8e121c8019bd1600b7e64db5e54efd9987
24
25 diff --git a/dev-perl/YAML-Tiny/YAML-Tiny-1.690.0.ebuild b/dev-perl/YAML-Tiny/YAML-Tiny-1.690.0.ebuild
26 deleted file mode 100644
27 index fe3581208fc..00000000000
28 --- a/dev-perl/YAML-Tiny/YAML-Tiny-1.690.0.ebuild
29 +++ /dev/null
30 @@ -1,34 +0,0 @@
31 -# Copyright 1999-2021 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -
36 -MODULE_AUTHOR=ETHER
37 -MODULE_VERSION=1.69
38 -inherit perl-module
39 -
40 -DESCRIPTION="Read/Write YAML files with as little code as possible"
41 -
42 -SLOT="0"
43 -KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
44 -IUSE="test"
45 -RESTRICT="!test? ( test )"
46 -
47 -RDEPEND="
48 - virtual/perl-Carp
49 - virtual/perl-Exporter
50 - virtual/perl-Scalar-List-Utils
51 -"
52 -DEPEND="${RDEPEND}
53 - virtual/perl-ExtUtils-MakeMaker
54 - test? (
55 - >=virtual/perl-File-Spec-0.80.0
56 - >=virtual/perl-File-Temp-0.180.0
57 - virtual/perl-Getopt-Long
58 - virtual/perl-IO
59 - virtual/perl-JSON-PP
60 - >=virtual/perl-Test-Simple-0.990.0
61 - )
62 -"
63 -
64 -SRC_TEST=do