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-Syck/
Date: Thu, 07 Oct 2021 23:35:23
Message-Id: 1633649665.857e72505d42bf7a63381f7da55f211c755b07fa.dilfridge@gentoo
1 commit: 857e72505d42bf7a63381f7da55f211c755b07fa
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Thu Oct 7 22:59:15 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 7 23:34:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=857e7250
7
8 dev-perl/YAML-Syck: 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-Syck/Manifest | 1 -
14 dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild | 17 -----------------
15 2 files changed, 18 deletions(-)
16
17 diff --git a/dev-perl/YAML-Syck/Manifest b/dev-perl/YAML-Syck/Manifest
18 index 6228787b3a1..2b2b8aa2e55 100644
19 --- a/dev-perl/YAML-Syck/Manifest
20 +++ b/dev-perl/YAML-Syck/Manifest
21 @@ -1,2 +1 @@
22 -DIST YAML-Syck-1.30.tar.gz 170413 BLAKE2B cf74f0074f8e7a1265d83c659683e2b30a96cb60158e8f02c6b5a5687a50ee2d146aa6ae7828ba54d96139aa09f151aaf73d8845ab391b45feb6403049b60ce7 SHA512 3c38c77589c12652b456ad95120b3223df9e96475a9478692511bf6207ce81bc61204feaa332dbd913d934c41cf5d6515420961b31c20c9fe245373e81ecdda4
23 DIST YAML-Syck-1.31.tar.gz 139735 BLAKE2B 8e3c19026856707187fe5f90cfde598ec9d9b2a3e22c9ad106bde26aa5b62dff5ebf34cc0a61e4d9f1d8352f9f3cc06c96eccb8c572be8bc3650fe30ffe8b177 SHA512 5177f415f1f3f0d46b9fc51e43478da627edc3d7e89d9baf095fdda2cd9f93eb46784429f1665fead2b3377a2749c6fb937a91136bbe713d79000c12206a83f5
24
25 diff --git a/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild b/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild
26 deleted file mode 100644
27 index 81fc72e1387..00000000000
28 --- a/dev-perl/YAML-Syck/YAML-Syck-1.300.0.ebuild
29 +++ /dev/null
30 @@ -1,17 +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=TODDR
37 -MODULE_VERSION=1.30
38 -inherit perl-module
39 -
40 -DESCRIPTION="Fast, lightweight YAML loader and dumper"
41 -
42 -LICENSE="MIT"
43 -SLOT="0"
44 -KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
45 -IUSE=""
46 -
47 -SRC_TEST="do"