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/Color-Library/
Date: Tue, 12 Oct 2021 20:18:14
Message-Id: 1634069373.b8430e7e4108cedd4cd5a29da78915654ec5b06e.dilfridge@gentoo
1 commit: b8430e7e4108cedd4cd5a29da78915654ec5b06e
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 20:09:33 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 20:09:33 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8430e7e
7
8 dev-perl/Color-Library: 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 .../Color-Library/Color-Library-0.21.0-r1.ebuild | 28 ----------------------
14 1 file changed, 28 deletions(-)
15
16 diff --git a/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild b/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild
17 deleted file mode 100644
18 index 4402024f7ee..00000000000
19 --- a/dev-perl/Color-Library/Color-Library-0.21.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,28 +0,0 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=ROKR
28 -MODULE_VERSION=0.021
29 -inherit perl-module
30 -
31 -DESCRIPTION="An easy-to-use and comprehensive named-color library"
32 -
33 -SLOT="0"
34 -KEYWORDS="amd64 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 - dev-perl/Module-Pluggable
40 - dev-perl/Class-Accessor
41 - dev-perl/Class-Data-Inheritable
42 -"
43 -DEPEND="${RDEPEND}
44 - test? (
45 - dev-perl/Test-Most
46 - )
47 -"
48 -
49 -SRC_TEST="do"