diff options
author | Torsten Veller <tove@gentoo.org> | 2008-04-29 14:53:44 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2008-04-29 14:53:44 +0000 |
commit | 4f2b670528dbc85748225fcda33e3bfc6754089a (patch) | |
tree | 6b8aa0d0ac499078c82dc11e0c1814236f8f28c2 /dev-perl/URI | |
parent | Version bump (diff) | |
download | gentoo-2-4f2b670528dbc85748225fcda33e3bfc6754089a.tar.gz gentoo-2-4f2b670528dbc85748225fcda33e3bfc6754089a.tar.bz2 gentoo-2-4f2b670528dbc85748225fcda33e3bfc6754089a.zip |
Version bump
(Portage version: 2.1.5_rc6)
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 9 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.36.ebuild | 21 |
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index af792be9ecdc..0935bdf46ba8 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/URI -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.56 2007/08/06 19:29:50 uberlord Exp $ +# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.57 2008/04/29 14:53:44 tove Exp $ + +*URI-1.36 (29 Apr 2008) + + 29 Apr 2008; Torsten Veller <tove@gentoo.org> +URI-1.36.ebuild: + Version bump 06 Aug 2007; Roy Marples <uberlord@gentoo.org> URI-1.35.ebuild: Keyworded ~sparc-fbsd, #138321 diff --git a/dev-perl/URI/URI-1.36.ebuild b/dev-perl/URI/URI-1.36.ebuild new file mode 100644 index 000000000000..f94837c02d15 --- /dev/null +++ b/dev-perl/URI/URI-1.36.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.36.ebuild,v 1.1 2008/04/29 14:53:44 tove Exp $ + +MODULE_AUTHOR=GAAS + +inherit perl-module + +DESCRIPTION="A URI Perl Module" + +LICENSE="Artistic" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +DEPEND="virtual/perl-MIME-Base64 + dev-lang/perl" + +SRC_TEST=do + +mydoc="rfc2396.txt" |