summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:57:33 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2009-11-22 10:57:33 +0000
commit7222fd1cc20d446f28e310c0b4583a6ce6e11bbb (patch)
tree3a67bb78cf9f26b9b9d12e902612d314fb0ce3c0 /dev-perl/URI
parentAdd dejavu font alternative as suggested in bug #262780. (diff)
downloadhistorical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.tar.gz
historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.tar.bz2
historical-7222fd1cc20d446f28e310c0b4583a6ce6e11bbb.zip
Version bump via perl-bump experimental tool.
Package-Manager: portage-2.2_rc51/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/URI')
-rw-r--r--dev-perl/URI/ChangeLog7
-rw-r--r--dev-perl/URI/URI-1.50.ebuild21
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog
index 3bbb60a36f9f..fc3982c0303f 100644
--- a/dev-perl/URI/ChangeLog
+++ b/dev-perl/URI/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/URI
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.68 2009/09/19 08:09:17 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.69 2009/11/22 10:52:35 robbat2 Exp $
+
+*URI-1.50 (22 Nov 2009)
+
+ 22 Nov 2009; Robin H. Johnson <robbat2@gentoo.org> +URI-1.50.ebuild:
+ Version bump via perl-bump experimental tool.
19 Sep 2009; Torsten Veller <tove@gentoo.org> -URI-1.35.ebuild,
-URI-1.37.ebuild:
diff --git a/dev-perl/URI/URI-1.50.ebuild b/dev-perl/URI/URI-1.50.ebuild
new file mode 100644
index 000000000000..8d334b788d7f
--- /dev/null
+++ b/dev-perl/URI/URI-1.50.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.50.ebuild,v 1.1 2009/11/22 10:52:35 robbat2 Exp $
+
+EAPI=2
+
+MODULE_AUTHOR=GAAS
+inherit perl-module
+
+DESCRIPTION="A URI Perl Module"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+IUSE=""
+
+DEPEND="virtual/perl-MIME-Base64"
+RDEPEND="${DEPEND}"
+
+SRC_TEST=no # see ChangeLog
+
+mydoc="rfc2396.txt"