Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-perl/HTTP-Cookies/
Date: Sat, 20 Feb 2016 22:45:27
Message-Id: 1455964881.2d33323cec4be59f93631c958dfb707cc24008b4.monsieurp@gentoo
1 commit: 2d33323cec4be59f93631c958dfb707cc24008b4
2 Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
3 AuthorDate: Sat Feb 20 10:41:21 2016 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 20 10:41:21 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d33323c
7
8 dev-perl/HTTP-Cookies: Rename 6.0.1 to 6.10.0
9
10 This brings HTTP-Cookies in line with Gentoo's Perl Normalisation Scheme
11
12 Package-Manager: portage-2.2.27
13
14 dev-perl/HTTP-Cookies/HTTP-Cookies-6.10.0.ebuild | 25 ++++++++++++++++++++++++
15 1 file changed, 25 insertions(+)
16
17 diff --git a/dev-perl/HTTP-Cookies/HTTP-Cookies-6.10.0.ebuild b/dev-perl/HTTP-Cookies/HTTP-Cookies-6.10.0.ebuild
18 new file mode 100644
19 index 0000000..b7daf7e
20 --- /dev/null
21 +++ b/dev-perl/HTTP-Cookies/HTTP-Cookies-6.10.0.ebuild
22 @@ -0,0 +1,25 @@
23 +# Copyright 1999-2016 Gentoo Foundation
24 +# Distributed under the terms of the GNU General Public License v2
25 +# $Id$
26 +
27 +EAPI=5
28 +
29 +MODULE_AUTHOR=GAAS
30 +MODULE_VERSION=6.01
31 +inherit perl-module
32 +
33 +DESCRIPTION="Storage of cookies"
34 +
35 +SLOT="0"
36 +KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
37 +IUSE=""
38 +
39 +RDEPEND="
40 + !<dev-perl/libwww-perl-6
41 + >=dev-perl/HTTP-Date-6.0.0
42 + virtual/perl-Time-Local
43 + >=dev-perl/HTTP-Message-6.0.0
44 +"
45 +DEPEND="${RDEPEND}"
46 +
47 +SRC_TEST=online