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/File-Path-Tiny/
Date: Sun, 08 Apr 2012 10:51:56
Message-Id: 1333864582.517c54b89ef31b0b465bfb873a9a55892a5923eb.kent@gentoo
1 commit: 517c54b89ef31b0b465bfb873a9a55892a5923eb
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sun Apr 8 05:56:22 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sun Apr 8 05:56:22 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=517c54b8
7
8 [newversion] File-Path-Tiny-0.300.0
9
10 (Portage version: 2.2.0_alpha99/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/File-Path-Tiny/ChangeLog | 6 +++
14 .../File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild | 34 ++++++++++++++++++++
15 2 files changed, 40 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/File-Path-Tiny/ChangeLog b/dev-perl/File-Path-Tiny/ChangeLog
18 index 9be82e4..b7446ab 100644
19 --- a/dev-perl/File-Path-Tiny/ChangeLog
20 +++ b/dev-perl/File-Path-Tiny/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*File-Path-Tiny-0.300.0 (08 Apr 2012)
26 +
27 + 08 Apr 2012; Kent Fredric <kentfredric@×××××.com>
28 + +File-Path-Tiny-0.300.0.ebuild:
29 + Version Bump
30 +
31 06 Apr 2012; Kent Fredric <kentfredric@×××××.com>
32 -File-Path-Tiny-0.100.0.ebuild:
33 Gone on CPAN
34
35 diff --git a/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild
36 new file mode 100644
37 index 0000000..e896e17
38 --- /dev/null
39 +++ b/dev-perl/File-Path-Tiny/File-Path-Tiny-0.300.0.ebuild
40 @@ -0,0 +1,34 @@
41 +# Copyright 1999-2012 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +EAPI=4
45 +MODULE_AUTHOR=DMUEY
46 +MODULE_VERSION=0.3
47 +inherit perl-module
48 +
49 +DESCRIPTION='recursive versions of mkdir() and rmdir() without as much overhead as File::Path'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker
56 + echo virtual/perl-ExtUtils-MakeMaker
57 +}
58 +perl_meta_build() {
59 + # ExtUtils::MakeMaker
60 + echo virtual/perl-ExtUtils-MakeMaker
61 +}
62 +perl_meta_runtime() {
63 + # Test::More
64 + echo virtual/perl-Test-Simple
65 +}
66 +DEPEND="
67 + $(perl_meta_configure)
68 + $(perl_meta_build)
69 + $(perl_meta_runtime)
70 +"
71 +RDEPEND="
72 + $(perl_meta_runtime)
73 +"
74 +SRC_TEST="do"