Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: perl-core/File-Fetch/, virtual/perl-File-Fetch/
Date: Sat, 04 Oct 2014 23:43:11
Message-Id: 1412463693.75264b46fed761cb3bb4657eee9f4916a599e0c1.kent@gentoo
1 commit: 75264b46fed761cb3bb4657eee9f4916a599e0c1
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 4 23:01:01 2014 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 4 23:01:33 2014 +0000
6 URL: http://sources.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=75264b46
7
8 [cleanup] virtual/perl-File-Fetch remove old
9
10 Package-Manager: portage-2.2.10
11
12 ---
13 perl-core/File-Fetch/File-Fetch-0.320.0.ebuild | 25 ----------------------
14 .../perl-File-Fetch-0.320.0-r1.ebuild | 14 ------------
15 2 files changed, 39 deletions(-)
16
17 diff --git a/perl-core/File-Fetch/File-Fetch-0.320.0.ebuild b/perl-core/File-Fetch/File-Fetch-0.320.0.ebuild
18 deleted file mode 100644
19 index 822bad2..0000000
20 --- a/perl-core/File-Fetch/File-Fetch-0.320.0.ebuild
21 +++ /dev/null
22 @@ -1,25 +0,0 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: $
26 -
27 -EAPI=3
28 -
29 -MODULE_AUTHOR=BINGOS
30 -MODULE_VERSION=0.32
31 -inherit perl-module
32 -
33 -DESCRIPTION="A generic file fetching mechanism"
34 -
35 -SLOT="0"
36 -KEYWORDS="~amd64 ~x86"
37 -IUSE=""
38 -
39 -RDEPEND="virtual/perl-File-Path
40 - virtual/perl-File-Spec
41 - virtual/perl-IPC-Cmd
42 - virtual/perl-Locale-Maketext-Simple
43 - virtual/perl-Module-Load-Conditional
44 - virtual/perl-Params-Check"
45 -DEPEND="${RDEPEND}"
46 -
47 -SRC_TEST=online
48
49 diff --git a/virtual/perl-File-Fetch/perl-File-Fetch-0.320.0-r1.ebuild b/virtual/perl-File-Fetch/perl-File-Fetch-0.320.0-r1.ebuild
50 deleted file mode 100644
51 index b9ccb04..0000000
52 --- a/virtual/perl-File-Fetch/perl-File-Fetch-0.320.0-r1.ebuild
53 +++ /dev/null
54 @@ -1,14 +0,0 @@
55 -# Copyright 1999-2014 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -# $Header: $
58 -EAPI=5
59 -DESCRIPTION="Virtual for File-Fetch"
60 -HOMEPAGE=""
61 -SRC_URI=""
62 -
63 -LICENSE=""
64 -SLOT="0"
65 -KEYWORDS="~amd64 ~x86"
66 -IUSE=""
67 -
68 -RDEPEND="|| ( =dev-lang/perl-5.16* =dev-lang/perl-5.14* ~perl-core/File-Fetch-${PV} )"