commit: 2d33323cec4be59f93631c958dfb707cc24008b4
Author: Kent Fredric <kentfredric <AT> gmail <DOT> com>
AuthorDate: Sat Feb 20 10:41:21 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Sat Feb 20 10:41:21 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d33323c
dev-perl/HTTP-Cookies: Rename 6.0.1 to 6.10.0
This brings HTTP-Cookies in line with Gentoo's Perl Normalisation Scheme
Package-Manager: portage-2.2.27
dev-perl/HTTP-Cookies/HTTP-Cookies-6.10.0.ebuild | 25 ++++++++++++++++++++++++
1 file changed, 25 insertions(+)
diff --git a/dev-perl/HTTP-Cookies/HTTP-Cookies-6.10.0.ebuild
b/dev-perl/HTTP-Cookies/HTTP-Cookies-6.10.0.ebuild
new file mode 100644
index 0000000..b7daf7e
--- /dev/null
+++ b/dev-perl/HTTP-Cookies/HTTP-Cookies-6.10.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=6.01
+inherit perl-module
+
+DESCRIPTION="Storage of cookies"
+
+SLOT="0"
+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"
+IUSE=""
+
+RDEPEND="
+ !<dev-perl/libwww-perl-6
+ >=dev-perl/HTTP-Date-6.0.0
+ virtual/perl-Time-Local
+ >=dev-perl/HTTP-Message-6.0.0
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=online