summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-02-25 20:54:25 +0000
committerTorsten Veller <tove@gentoo.org>2009-02-25 20:54:25 +0000
commitb109fdf31c96bead0f72b57a572c7ca6a23c13a5 (patch)
treed725d0ca80806a34d87df74a1492c8c576ece8e4 /dev-perl/HTTP-DAV
parentamd64 stable, bug #259512 (diff)
downloadgentoo-2-b109fdf31c96bead0f72b57a572c7ca6a23c13a5.tar.gz
gentoo-2-b109fdf31c96bead0f72b57a572c7ca6a23c13a5.tar.bz2
gentoo-2-b109fdf31c96bead0f72b57a572c7ca6a23c13a5.zip
Version bump
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'dev-perl/HTTP-DAV')
-rw-r--r--dev-perl/HTTP-DAV/ChangeLog9
-rw-r--r--dev-perl/HTTP-DAV/HTTP-DAV-0.36.ebuild20
2 files changed, 27 insertions, 2 deletions
diff --git a/dev-perl/HTTP-DAV/ChangeLog b/dev-perl/HTTP-DAV/ChangeLog
index a92e775d47a6..f39c7fcb8090 100644
--- a/dev-perl/HTTP-DAV/ChangeLog
+++ b/dev-perl/HTTP-DAV/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/HTTP-DAV
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/ChangeLog,v 1.16 2008/11/21 10:21:24 tove Exp $
+# Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/ChangeLog,v 1.17 2009/02/25 20:54:25 tove Exp $
+
+*HTTP-DAV-0.36 (25 Feb 2009)
+
+ 25 Feb 2009; Torsten Veller <tove@gentoo.org> +HTTP-DAV-0.36.ebuild:
+ Version bump
*HTTP-DAV-0.35 (21 Nov 2008)
diff --git a/dev-perl/HTTP-DAV/HTTP-DAV-0.36.ebuild b/dev-perl/HTTP-DAV/HTTP-DAV-0.36.ebuild
new file mode 100644
index 000000000000..0bca63e39181
--- /dev/null
+++ b/dev-perl/HTTP-DAV/HTTP-DAV-0.36.ebuild
@@ -0,0 +1,20 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/HTTP-DAV-0.36.ebuild,v 1.1 2009/02/25 20:54:25 tove Exp $
+
+MODULE_AUTHOR=OPERA
+inherit perl-module
+
+DESCRIPTION="A WebDAV client library for Perl5"
+
+LICENSE="|| ( Artistic GPL-2 )"
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/libwww-perl
+ dev-perl/XML-DOM
+ dev-lang/perl"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"