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: Mon, 27 Feb 2012 16:54:55
Message-Id: 1330355748.ca5c8ad4bf4ffbae368ce11d59ddf74517bc8197.kent@gentoo
1 commit: ca5c8ad4bf4ffbae368ce11d59ddf74517bc8197
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Mon Feb 27 15:15:48 2012 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Mon Feb 27 15:15:48 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=ca5c8ad4
7
8 [newversion] HTTP-Exception-0.40.10
9
10 (Portage version: 2.2.0_alpha85/git/Linux x86_64, signed Manifest commit with key 4132B87441EA24A4EB5E6DE181EC638ED7AE97A6)
11
12 ---
13 dev-perl/HTTP-Exception/ChangeLog | 8 +++-
14 .../HTTP-Exception/HTTP-Exception-0.40.10.ebuild | 43 ++++++++++++++++++++
15 2 files changed, 50 insertions(+), 1 deletions(-)
16
17 diff --git a/dev-perl/HTTP-Exception/ChangeLog b/dev-perl/HTTP-Exception/ChangeLog
18 index 562b8a4..b19182c 100644
19 --- a/dev-perl/HTTP-Exception/ChangeLog
20 +++ b/dev-perl/HTTP-Exception/ChangeLog
21 @@ -1,7 +1,13 @@
22 # ChangeLog for dev-perl/HTTP-Exception
23 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
24 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
25 # $Header: $
26
27 +*HTTP-Exception-0.40.10 (27 Feb 2012)
28 +
29 + 27 Feb 2012; Kent Fredric <kentfredric@×××××.com>
30 + +HTTP-Exception-0.40.10.ebuild:
31 + Version Bump
32 +
33 *HTTP-Exception-0.30.10 (27 Jun 2011)
34
35 27 Jun 2011; Kent Fredric <kentfredric@×××××.com>
36
37 diff --git a/dev-perl/HTTP-Exception/HTTP-Exception-0.40.10.ebuild b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.10.ebuild
38 new file mode 100644
39 index 0000000..4b544b2
40 --- /dev/null
41 +++ b/dev-perl/HTTP-Exception/HTTP-Exception-0.40.10.ebuild
42 @@ -0,0 +1,43 @@
43 +# Copyright 1999-2012 Gentoo Foundation
44 +# Distributed under the terms of the GNU General Public License v2
45 +# $Header: $
46 +EAPI=4
47 +MODULE_AUTHOR=TMUELLER
48 +MODULE_VERSION=0.04001
49 +inherit perl-module
50 +
51 +DESCRIPTION='throw HTTP-Errors as (Exception::Class-) Exceptions'
52 +LICENSE=" || ( Artistic GPL-2 )"
53 +SLOT="0"
54 +KEYWORDS="~amd64 ~x86"
55 +IUSE=""
56 +perl_meta_configure() {
57 + # ExtUtils::MakeMaker 6.30 ( 6.300.0 )
58 + echo \>=virtual/perl-ExtUtils-MakeMaker-6.30
59 +}
60 +perl_meta_runtime() {
61 + # Exception::Class 1.29 ( 1.290.0 )
62 + echo \>=dev-perl/Exception-Class-1.290.0
63 + # HTTP::Status 5.817 ( 5.817.0 )
64 + echo \>=dev-perl/HTTP-Message-5.817.0
65 + # Scalar::Util 1.22 ( 1.220.0 )
66 + echo \>=virtual/perl-Scalar-List-Utils-1.220.0
67 + # Test::Exception 0.29 ( 0.290.0 )
68 + echo \>=dev-perl/Test-Exception-0.290.0
69 + # Test::More 0.88 ( 0.880.0 )
70 + echo \>=virtual/perl-Test-Simple-0.88
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"