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-PP/
Date: Sat, 19 Jun 2021 21:38:15
Message-Id: 1624138669.6f83f67b0c1e495102ce1a7d72f0f27679f25376.dilfridge@gentoo
1 commit: 6f83f67b0c1e495102ce1a7d72f0f27679f25376
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jun 19 21:32:44 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sat Jun 19 21:37:49 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f83f67b
7
8 dev-perl/YAML-PP: Remove old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild b/dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild
17 deleted file mode 100644
18 index 7843989791f..00000000000
19 --- a/dev-perl/YAML-PP/YAML-PP-0.18.0.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=7
26 -
27 -DIST_AUTHOR=TINITA
28 -DIST_VERSION=0.018
29 -SRC_TEST="do"
30 -inherit perl-module
31 -
32 -DESCRIPTION="YAML 1.2 processor in perl"
33 -SLOT="0"
34 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
35 -IUSE='test'
36 -RESTRICT="!test? ( test )"
37 -
38 -RDEPEND=""
39 -DEPEND="${RDEPEND}
40 - virtual/perl-ExtUtils-MakeMaker
41 - test? ( dev-perl/Test-Warn )"
42 -export OPTIMIZE="$CFLAGS"