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/Config-ApacheFormat/
Date: Tue, 12 Oct 2021 20:18:13
Message-Id: 1634069544.b0259c04642627c84645bdc25893f0ae20ec61f3.dilfridge@gentoo
1 commit: b0259c04642627c84645bdc25893f0ae20ec61f3
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 12 20:12:24 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 12 20:12:24 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0259c04
7
8 dev-perl/Config-ApacheFormat: 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 .../Config-ApacheFormat-1.200.0-r1.ebuild | 21 ---------------------
14 1 file changed, 21 deletions(-)
15
16 diff --git a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r1.ebuild b/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r1.ebuild
17 deleted file mode 100644
18 index d02beb80feb..00000000000
19 --- a/dev-perl/Config-ApacheFormat/Config-ApacheFormat-1.200.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,21 +0,0 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=SAMTREGAR
28 -MODULE_VERSION=1.2
29 -inherit perl-module
30 -
31 -DESCRIPTION="use Apache format config files"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND="dev-perl/Class-MethodMaker
38 - virtual/perl-Text-Balanced
39 - virtual/perl-File-Spec"
40 -DEPEND="${RDEPEND}"
41 -
42 -SRC_TEST="do"