summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Veller <tove@gentoo.org>2009-12-14 18:15:31 +0000
committerTorsten Veller <tove@gentoo.org>2009-12-14 18:15:31 +0000
commit169fc58e6df05f8e90dc967d77b6ac1631255147 (patch)
tree5b512b131c49a05359bdd3d23cecdb1a2f05178d /dev-perl/HTTP-DAV
parentstable ppc64, bug 296772 (diff)
downloadgentoo-2-169fc58e6df05f8e90dc967d77b6ac1631255147.tar.gz
gentoo-2-169fc58e6df05f8e90dc967d77b6ac1631255147.tar.bz2
gentoo-2-169fc58e6df05f8e90dc967d77b6ac1631255147.zip
Version bump
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/HTTP-DAV')
-rw-r--r--dev-perl/HTTP-DAV/ChangeLog7
-rw-r--r--dev-perl/HTTP-DAV/HTTP-DAV-0.39.ebuild20
2 files changed, 26 insertions, 1 deletions
diff --git a/dev-perl/HTTP-DAV/ChangeLog b/dev-perl/HTTP-DAV/ChangeLog
index 9429101beb1d..c42d615cf57a 100644
--- a/dev-perl/HTTP-DAV/ChangeLog
+++ b/dev-perl/HTTP-DAV/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/HTTP-DAV
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/ChangeLog,v 1.24 2009/10/28 18:11:14 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/HTTP-DAV/ChangeLog,v 1.25 2009/12/14 18:15:31 tove Exp $
+
+*HTTP-DAV-0.39 (14 Dec 2009)
+
+ 14 Dec 2009; Torsten Veller <tove@gentoo.org> +HTTP-DAV-0.39.ebuild:
+ Version bump
28 Oct 2009; Raúl Porcel <armin76@gentoo.org> HTTP-DAV-0.38.ebuild:
ia64 stable
diff --git a/dev-perl/HTTP-DAV/HTTP-DAV-0.39.ebuild b/dev-perl/HTTP-DAV/HTTP-DAV-0.39.ebuild
new file mode 100644
index 000000000000..933a6f54c27a
--- /dev/null
+++ b/dev-perl/HTTP-DAV/HTTP-DAV-0.39.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.39.ebuild,v 1.1 2009/12/14 18:15:31 tove Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=OPERA
+inherit perl-module
+
+DESCRIPTION="A WebDAV client library for Perl5"
+
+SLOT="0"
+KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+DEPEND="dev-perl/libwww-perl
+ dev-perl/XML-DOM"
+RDEPEND="${DEPEND}"
+
+SRC_TEST="do"