summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2012-03-30 14:35:52 +0000
committerTorsten Veller <tove@gentoo.org>2012-03-30 14:35:52 +0000
commitbf836f04fcf28d0f1a28406ab5ed4cdcf58755fb (patch)
tree14ee63d22522d24ed64612c456732c45b3915b89 /dev-perl/HTTP-Date
parentDrop obsolete comment. Leftover from taking snapshots (diff)
downloadgentoo-2-bf836f04fcf28d0f1a28406ab5ed4cdcf58755fb.tar.gz
gentoo-2-bf836f04fcf28d0f1a28406ab5ed4cdcf58755fb.tar.bz2
gentoo-2-bf836f04fcf28d0f1a28406ab5ed4cdcf58755fb.zip
[bump] dev-perl/HTTP-Date-6.20.0
(Portage version: 2.2.0_alpha96/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTTP-Date')
-rw-r--r--dev-perl/HTTP-Date/ChangeLog7
-rw-r--r--dev-perl/HTTP-Date/HTTP-Date-6.20.0.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-perl/HTTP-Date/ChangeLog b/dev-perl/HTTP-Date/ChangeLog
index c338ec8864ec..d14ab4720b96 100644
--- a/dev-perl/HTTP-Date/ChangeLog
+++ b/dev-perl/HTTP-Date/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/HTTP-Date
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Date/ChangeLog,v 1.18 2012/03/01 16:17:45 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Date/ChangeLog,v 1.19 2012/03/30 14:35:52 tove Exp $
+
+*HTTP-Date-6.20.0 (30 Mar 2012)
+
+ 30 Mar 2012; Torsten Veller <tove@gentoo.org> +HTTP-Date-6.20.0.ebuild:
+ Version bump
01 Mar 2012; Torsten Veller <tove@gentoo.org> metadata.xml:
Add missing cpan remote-id tags in metadata.xml (#406287)
diff --git a/dev-perl/HTTP-Date/HTTP-Date-6.20.0.ebuild b/dev-perl/HTTP-Date/HTTP-Date-6.20.0.ebuild
new file mode 100644
index 000000000000..52c4c207453c
--- /dev/null
+++ b/dev-perl/HTTP-Date/HTTP-Date-6.20.0.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-Date/HTTP-Date-6.20.0.ebuild,v 1.1 2012/03/30 14:35:52 tove Exp $
+
+EAPI=4
+
+MODULE_AUTHOR=GAAS
+MODULE_VERSION=6.02
+inherit perl-module
+
+DESCRIPTION="Date conversion for HTTP date formats"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
+IUSE=""
+
+RDEPEND="
+ !<dev-perl/libwww-perl-6
+ virtual/perl-Time-Local
+"
+DEPEND="${RDEPEND}"
+
+SRC_TEST=do