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/LWP-Online/
Date: Sat, 16 Jul 2011 05:41:05
Message-Id: 7fa40f7ca440776c1c8287d3d5b78a1fa67ddd26.kent@gentoo
1 commit: 7fa40f7ca440776c1c8287d3d5b78a1fa67ddd26
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Jul 16 00:35:52 2011 +0000
4 Commit: Kent Fredric <kentfredric <AT> gmail <DOT> com>
5 CommitDate: Sat Jul 16 00:35:52 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/perl-overlay.git;a=commit;h=7fa40f7c
7
8 [newversion] LWP-Online-1.80.0
9
10 (Portage version: 2.2.0_alpha43/git/Linux x86_64, signed Manifest commit with key BD86D695)
11
12 ---
13 dev-perl/LWP-Online/ChangeLog | 5 ++++
14 dev-perl/LWP-Online/LWP-Online-1.80.0.ebuild | 30 ++++++++++++++++++++++++++
15 2 files changed, 35 insertions(+), 0 deletions(-)
16
17 diff --git a/dev-perl/LWP-Online/ChangeLog b/dev-perl/LWP-Online/ChangeLog
18 index 3270d06..6d29f42 100644
19 --- a/dev-perl/LWP-Online/ChangeLog
20 +++ b/dev-perl/LWP-Online/ChangeLog
21 @@ -2,6 +2,11 @@
22 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
23 # $Header: $
24
25 +*LWP-Online-1.80.0 (16 Jul 2011)
26 +
27 + 16 Jul 2011; Kent Fredric <kentfredric@×××××.com> +LWP-Online-1.80.0.ebuild:
28 + Version Bump
29 +
30 *LWP-Online-1.70.0 (16 Jul 2011)
31
32 16 Jul 2011; Kent Fredric <kentfredric@×××××.com> -LWP-Online-1.07.ebuild,
33
34 diff --git a/dev-perl/LWP-Online/LWP-Online-1.80.0.ebuild b/dev-perl/LWP-Online/LWP-Online-1.80.0.ebuild
35 new file mode 100644
36 index 0000000..950d2e9
37 --- /dev/null
38 +++ b/dev-perl/LWP-Online/LWP-Online-1.80.0.ebuild
39 @@ -0,0 +1,30 @@
40 +# Copyright 1999-2011 Gentoo Foundation
41 +# Distributed under the terms of the GNU General Public License v2
42 +# $Header: $
43 +EAPI=4
44 +MODULE_AUTHOR=ADAMK
45 +MODULE_VERSION=1.08
46 +inherit perl-module
47 +
48 +DESCRIPTION="Does your process have access to the web"
49 +LICENSE="|| ( Artistic GPL-2 )"
50 +SLOT="0"
51 +KEYWORDS="~amd64 ~x86"
52 +IUSE="test"
53 +comment() { echo ''; }
54 +COMMON_DEPEND="
55 + >=dev-perl/libwww-perl-5.805 $(comment LWP::Simple 5.805.0)
56 + >=dev-perl/URI-1.35 $(comment 1.350.0)
57 + >=dev-lang/perl-5.5.0
58 +"
59 +DEPEND="
60 + ${COMMON_DEPEND}
61 + >=virtual/perl-ExtUtils-MakeMaker-6.42 $(comment 6.420.0)
62 + test? (
63 + >=virtual/perl-Test-Simple-0.42 $(comment Test::More 0.420.0)
64 + )
65 +"
66 +RDEPEND="
67 + ${COMMON_DEPEND}
68 +"
69 +SRC_TEST="do"