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/Git-Repository/
Date: Wed, 01 Aug 2012 06:43:49
Message-Id: 1343798660.51c26dd0d6cc7e6c54ddf913cf96620af1d51af7.kent@gentoo
1 commit: 51c26dd0d6cc7e6c54ddf913cf96620af1d51af7
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Wed Aug 1 05:24:20 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Wed Aug 1 05:24:20 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=51c26dd0
7
8 [newversion] Git-Repository-1.260.0
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/Git-Repository/ChangeLog | 6 +++
14 .../Git-Repository/Git-Repository-1.260.0.ebuild | 44 ++++++++++++++++++++
15 2 files changed, 50 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/Git-Repository/ChangeLog b/dev-perl/Git-Repository/ChangeLog
18 index a6b6458..9f43d37 100644
19 --- a/dev-perl/Git-Repository/ChangeLog
20 +++ b/dev-perl/Git-Repository/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*Git-Repository-1.260.0 (01 Aug 2012)
26 +
27 + 01 Aug 2012; Kent Fredric <kentfredric@×××××.com>
28 + +Git-Repository-1.260.0.ebuild:
29 + Version Bump
30 +
31 *Git-Repository-1.250.0 (27 Feb 2012)
32
33 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/Git-Repository/Git-Repository-1.260.0.ebuild b/dev-perl/Git-Repository/Git-Repository-1.260.0.ebuild
36 new file mode 100644
37 index 0000000..b398e19
38 --- /dev/null
39 +++ b/dev-perl/Git-Repository/Git-Repository-1.260.0.ebuild
40 @@ -0,0 +1,44 @@
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=BOOK
46 +MODULE_VERSION=1.26
47 +inherit perl-module
48 +
49 +DESCRIPTION='Perl interface to Git repositories'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # Module::Build 0.38 ( 0.380.0 )
56 + echo \>=virtual/perl-Module-Build-0.380.0
57 +}
58 +perl_meta_build() {
59 + # Test::More
60 + echo virtual/perl-Test-Simple
61 +}
62 +perl_meta_runtime() {
63 + # Cwd
64 + echo virtual/perl-File-Spec
65 + # File::Path
66 + echo virtual/perl-File-Path
67 + # File::Spec
68 + echo virtual/perl-File-Spec
69 + # IPC::Open3
70 + echo dev-lang/perl
71 + # List::Util
72 + echo virtual/perl-Scalar-List-Utils
73 + # System::Command 1.05 ( 1.50.0 )
74 + echo \>=dev-perl/System-Command-1.50.0
75 +}
76 +DEPEND="
77 + $(perl_meta_configure)
78 + $(perl_meta_build)
79 + $(perl_meta_runtime)
80 +"
81 +RDEPEND="
82 + $(perl_meta_runtime)
83 +"
84 +SRC_TEST="do"