dilfridge 15/06/26 21:44:11 Modified: ChangeLog Added: Guard-1.23.0.ebuild Log: Version bump, fixes bug 553226 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0B08240A96F66571)
Revision Changes Path 1.7 dev-perl/Guard/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/ChangeLog?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/ChangeLog?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/ChangeLog?r1=1.6&r2=1.7 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Guard/ChangeLog,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ChangeLog 26 Aug 2014 14:50:00 -0000 1.6 +++ ChangeLog 26 Jun 2015 21:44:11 -0000 1.7 @@ -1,6 +1,11 @@ # ChangeLog for dev-perl/Guard -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Guard/ChangeLog,v 1.6 2014/08/26 14:50:00 axs Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Guard/ChangeLog,v 1.7 2015/06/26 21:44:11 dilfridge Exp $ + +*Guard-1.23.0 (26 Jun 2015) + + 26 Jun 2015; Andreas K. Huettel <[email protected]> +Guard-1.23.0.ebuild: + Version bump, fixes bug 553226 *Guard-1.22.0-r1 (26 Aug 2014) 1.1 dev-perl/Guard/Guard-1.23.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/Guard-1.23.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Guard/Guard-1.23.0.ebuild?rev=1.1&content-type=text/plain Index: Guard-1.23.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/Guard/Guard-1.23.0.ebuild,v 1.1 2015/06/26 21:44:11 dilfridge Exp $ EAPI=5 MODULE_AUTHOR=MLEHMANN MODULE_VERSION=1.023 inherit perl-module DESCRIPTION="Safe cleanup blocks" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" DEPEND="virtual/perl-ExtUtils-MakeMaker" SRC_TEST="do"
