Gentoo Archives: gentoo-commits

From: Kent Fredric <kentfredric@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/perl-overlay:master commit in: dev-perl/Test-File-ShareDir/
Date: Sun, 08 May 2011 14:32:05
Message-Id: a92867285fd628c10f3cb8ccd0475f8cc2376453.kent@gentoo
1 commit: a92867285fd628c10f3cb8ccd0475f8cc2376453
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 24 21:13:31 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun May 8 14:24:49 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=a9286728
7
8 [import:kentnl/Test-File-ShareDir][cpanclean] Test-File-ShareDir-0.1.0
9
10 (Portage version: 2.2.0_alpha30/git/Linux x86_64, signed Manifest commit with key 0A0CB301)
11
12 ---
13 dev-perl/Test-File-ShareDir/ChangeLog | 4 ++
14 .../Test-File-ShareDir-0.1.0.ebuild | 37 --------------------
15 2 files changed, 4 insertions(+), 37 deletions(-)
16
17 diff --git a/dev-perl/Test-File-ShareDir/ChangeLog b/dev-perl/Test-File-ShareDir/ChangeLog
18 index 45c8cf2..192b854 100644
19 --- a/dev-perl/Test-File-ShareDir/ChangeLog
20 +++ b/dev-perl/Test-File-ShareDir/ChangeLog
21 @@ -2,6 +2,10 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 + 24 Apr 2011; Kent Fredric <kentfredric@×××××.com>
26 + -Test-File-ShareDir-0.1.0.ebuild:
27 + Gone on CPAN
28 +
29 *Test-File-ShareDir-0.2.0 (12 Apr 2011)
30
31 12 Apr 2011; Kent Fredric <kentfredric@×××××.com>
32
33 diff --git a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild b/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
34 deleted file mode 100644
35 index 8ecc135..0000000
36 --- a/dev-perl/Test-File-ShareDir/Test-File-ShareDir-0.1.0.ebuild
37 +++ /dev/null
38 @@ -1,37 +0,0 @@
39 -# Copyright 1999-2011 Gentoo Foundation
40 -# Distributed under the terms of the GNU General Public License v2
41 -# $Header: $
42 -EAPI=4
43 -MODULE_AUTHOR=KENTNL
44 -inherit perl-module
45 -
46 -DESCRIPTION="Create a Fake ShareDir for your modules for testing."
47 -LICENSE="|| ( Artistic GPL-2 )"
48 -SLOT="0"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="test"
51 -
52 -comment() { echo ''; }
53 -
54 -COMMON_DEPEND="
55 - $(comment requires)
56 - $(comment Carp core)
57 - dev-perl/File-Copy-Recursive
58 - >=dev-perl/File-ShareDir-1
59 - virtual/perl-File-Temp $(comment File::Temp)
60 - dev-perl/Path-Class
61 -"
62 -DEPEND="
63 - ${COMMON_DEPEND}
64 - $(comment build_requires)
65 - $(comment English core)
66 - $(comment File-Find core)
67 - $(comment FindBin core)
68 - >=virtual/perl-Module-Build-0.360.100 $(comment Module::Build)
69 - dev-perl/Test-Fatal
70 - >=virtual/perl-Test-Simple-0.96 $(comment Test::More)
71 -"
72 -RDEPEND="
73 - ${COMMON_DEPEND}
74 -"
75 -SRC_TEST="do"