dilfridge 15/03/13 20:31:48 Modified: ChangeLog Added: URI-1.670.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EBE6A336BE19039C!)
Revision Changes Path 1.113 dev-perl/URI/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/ChangeLog?rev=1.113&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/ChangeLog?rev=1.113&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/ChangeLog?r1=1.112&r2=1.113 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v retrieving revision 1.112 retrieving revision 1.113 diff -u -r1.112 -r1.113 --- ChangeLog 5 Sep 2014 15:28:35 -0000 1.112 +++ ChangeLog 13 Mar 2015 20:31:48 -0000 1.113 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/URI -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.112 2014/09/05 15:28:35 zlogene Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/ChangeLog,v 1.113 2015/03/13 20:31:48 dilfridge Exp $ + +*URI-1.670.0 (13 Mar 2015) + + 13 Mar 2015; Andreas K. Huettel <[email protected]> +URI-1.670.0.ebuild: + Version bump 05 Sep 2014; Mikle Kolyada <[email protected]> -URI-1.600.0.ebuild: Drop old. 1.1 dev-perl/URI/URI-1.670.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/URI-1.670.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/URI/URI-1.670.0.ebuild?rev=1.1&content-type=text/plain Index: URI-1.670.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/URI/URI-1.670.0.ebuild,v 1.1 2015/03/13 20:31:48 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=ETHER MODULE_VERSION=1.67 inherit perl-module DESCRIPTION="Uniform Resource Identifiers (absolute and relative)" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~x86-fbsd ~ia64-hpux ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" IUSE="test" RDEPEND=" >=virtual/perl-Exporter-5.570.0 >=virtual/perl-MIME-Base64-2 virtual/perl-Scalar-List-Utils " DEPEND="${RDEPEND} virtual/perl-ExtUtils-MakeMaker test? ( virtual/perl-File-Temp >=virtual/perl-Test-Simple-0.960.0 ) " SRC_TEST=no # see ChangeLog, uses network tests mydoc="rfc2396.txt"
