dilfridge 14/12/20 17:26:35 Modified: ChangeLog Added: Shell-EnvImporter-1.70.0-r2.ebuild Log: Fix warnings with Perl 5.20, bug 526188 (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 84AD142F)
Revision Changes Path 1.39 dev-perl/Shell-EnvImporter/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog?rev=1.39&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog?rev=1.39&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog?r1=1.38&r2=1.39 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v retrieving revision 1.38 retrieving revision 1.39 diff -u -r1.38 -r1.39 --- ChangeLog 22 Aug 2014 21:14:51 -0000 1.38 +++ ChangeLog 20 Dec 2014 17:26:34 -0000 1.39 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Shell-EnvImporter # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v 1.38 2014/08/22 21:14:51 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/ChangeLog,v 1.39 2014/12/20 17:26:34 dilfridge Exp $ + +*Shell-EnvImporter-1.70.0-r2 (20 Dec 2014) + + 20 Dec 2014; Andreas K. Huettel <[email protected]> + +Shell-EnvImporter-1.70.0-r2.ebuild, + +files/Shell-EnvImporter-1.70.0-perl520.patch: + Fix warnings with Perl 5.20, bug 526188 *Shell-EnvImporter-1.70.0-r1 (22 Aug 2014) 1.1 dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild?rev=1.1&content-type=text/plain Index: Shell-EnvImporter-1.70.0-r2.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Shell-EnvImporter/Shell-EnvImporter-1.70.0-r2.ebuild,v 1.1 2014/12/20 17:26:34 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=DFARALDO MODULE_VERSION=1.07 inherit perl-module DESCRIPTION="Import environment variable changes from external commands or shell scripts" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x86-fbsd ~x86-interix ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris" IUSE="" DEPEND=">=dev-perl/Class-MethodMaker-2" RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}/${P}-perl520.patch" ) SRC_TEST=no
