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/HTTP-Exception/
Date: Thu, 23 Aug 2012 12:38:20
Message-Id: 1345713510.63f458a85a51f12c66b3fc600caf81303c852f00.kent@gentoo
1 commit: 63f458a85a51f12c66b3fc600caf81303c852f00
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Thu Aug 23 09:18:30 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Thu Aug 23 09:18:30 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=63f458a8
7
8 [newversion] HTTP-Exception-0.40.40
9
10 (Portage version: 2.2.0_alpha101/git/Linux x86_64, signed Manifest commit with key ECD2C675C102CDA4)
11
12 ---
13 dev-perl/HTTP-Exception/ChangeLog | 6 +++
14 .../HTTP-Exception/HTTP-Exception-0.40.40.ebuild | 45 ++++++++++++++++++++
15 2 files changed, 51 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/HTTP-Exception/ChangeLog b/dev-perl/HTTP-Exception/ChangeLog
18 index b19182c..431434c 100644
19 --- a/dev-perl/HTTP-Exception/ChangeLog
20 +++ b/dev-perl/HTTP-Exception/ChangeLog
21 @@ -2,6 +2,12 @@
22 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*HTTP-Exception-0.40.40 (23 Aug 2012)
26 +
27 + 23 Aug 2012; Kent Fredric <kentfredric@×××××.com>
28 + +HTTP-Exception-0.40.40.ebuild:
29 + Version Bump
30 +
31 *HTTP-Exception-0.40.10 (27 Feb 2012)
32
33 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
34
35 diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40.ebuild
36 new file mode 100644
37 index 0000000..fc7a34d
38 --- /dev/null
39 +++ b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.40.ebuild
40 @@ -0,0 +1,45 @@
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=TMUELLER
46 +MODULE_VERSION=0.04004
47 +inherit perl-module
48 +
49 +DESCRIPTION='throw HTTP-Errors as (Exception::Class-) Exceptions'
50 +LICENSE=" || ( Artistic GPL-2 )"
51 +SLOT="0"
52 +KEYWORDS="~amd64 ~x86"
53 +IUSE=""
54 +perl_meta_configure() {
55 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
56 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
57 +}
58 +perl_meta_runtime() {
59 + # Exception::Class 1.29 ( 1.290.0 )
60 + echo \>=dev-perl/Exception-Class-1.290.0
61 + # HTTP::Status 5.817 ( 5.817.0 )
62 + echo \>=dev-perl/HTTP-Message-5.817.0
63 + # Scalar::Util 1.22 ( 1.220.0 )
64 + echo \>=virtual/perl-Scalar-List-Utils-1.220.0
65 + # Test::Exception 0.29 ( 0.290.0 )
66 + echo \>=dev-perl/Test-Exception-0.290.0
67 + # Test::More 0.88 ( 0.880.0 )
68 + echo \>=virtual/perl-Test-Simple-0.88
69 + # Test::NoWarnings 1.04 ( 1.40.0 )
70 + echo \>=dev-perl/Test-NoWarnings-1.40.0
71 + # base
72 + # echo virtual/perl-base
73 + # strict
74 + echo dev-lang/perl
75 + # warnings
76 + echo dev-lang/perl
77 +}
78 +DEPEND="
79 + $(perl_meta_configure)
80 + $(perl_meta_runtime)
81 +"
82 +RDEPEND="
83 + $(perl_meta_runtime)
84 +"
85 +SRC_TEST="do"