diff options
author | Torsten Veller <tove@gentoo.org> | 2010-04-07 08:00:59 +0000 |
---|---|---|
committer | Torsten Veller <tove@gentoo.org> | 2010-04-07 08:00:59 +0000 |
commit | 022543febdb810679f53f72dd9f83a6f32920487 (patch) | |
tree | 727628274db31d6af7cda746c5c227d01fcb98cc /dev-perl/URI | |
parent | Version bump (diff) | |
download | historical-022543febdb810679f53f72dd9f83a6f32920487.tar.gz historical-022543febdb810679f53f72dd9f83a6f32920487.tar.bz2 historical-022543febdb810679f53f72dd9f83a6f32920487.zip |
Version bump
Package-Manager: portage-2.2_rc67/cvs/Linux x86_64
Diffstat (limited to 'dev-perl/URI')
-rw-r--r-- | dev-perl/URI/ChangeLog | 7 | ||||
-rw-r--r-- | dev-perl/URI/URI-1.54.ebuild | 21 |
2 files changed, 27 insertions, 1 deletions
diff --git a/dev-perl/URI/ChangeLog b/dev-perl/URI/ChangeLog index acf79c885640..52ac6934aa73 100644 --- a/dev-perl/URI/ChangeLog +++ b/dev-perl/URI/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/URI # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.74 2010/03/15 17:25:30 tove Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.75 2010/04/07 08:00:59 tove Exp $ + +*URI-1.54 (07 Apr 2010) + + 07 Apr 2010; Torsten Veller <tove@gentoo.org> +URI-1.54.ebuild: + Version bump *URI-1.53 (15 Mar 2010) diff --git a/dev-perl/URI/URI-1.54.ebuild b/dev-perl/URI/URI-1.54.ebuild new file mode 100644 index 000000000000..dbf5eb90c9ef --- /dev/null +++ b/dev-perl/URI/URI-1.54.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.54.ebuild,v 1.1 2010/04/07 08:00:59 tove 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 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +DEPEND="virtual/perl-MIME-Base64" +RDEPEND="${DEPEND}" + +SRC_TEST=no # see ChangeLog + +mydoc="rfc2396.txt" |