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/File-Path-Expand/
Date: Sun, 30 May 2021 16:03:12
Message-Id: 1622390575.1c22fb7f18001bdf745517eb17307f47b0e2f1d2.dilfridge@gentoo
1 commit: 1c22fb7f18001bdf745517eb17307f47b0e2f1d2
2 Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
3 AuthorDate: Sun May 30 16:01:05 2021 +0000
4 Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
5 CommitDate: Sun May 30 16:02:55 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c22fb7f
7
8 dev-perl/File-Path-Expand: Remove old 1.02 r1
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.2
11 Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
12
13 .../File-Path-Expand-1.20.0-r1.ebuild | 20 --------------------
14 1 file changed, 20 deletions(-)
15
16 diff --git a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r1.ebuild b/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r1.ebuild
17 deleted file mode 100644
18 index c71dee325be..00000000000
19 --- a/dev-perl/File-Path-Expand/File-Path-Expand-1.20.0-r1.ebuild
20 +++ /dev/null
21 @@ -1,20 +0,0 @@
22 -# Copyright 1999-2015 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=5
26 -
27 -MODULE_AUTHOR=RCLAMP
28 -MODULE_VERSION=1.02
29 -inherit perl-module
30 -
31 -DESCRIPTION="Expand filenames"
32 -
33 -SLOT="0"
34 -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~ppc64 ~sparc x86"
35 -IUSE=""
36 -
37 -RDEPEND=""
38 -DEPEND="${RDEPEND}
39 - dev-perl/Module-Build"
40 -
41 -SRC_TEST="do"