axs 14/08/21 13:12:06 Modified: ChangeLog Added: Cisco-Reconfig-0.910.0-r1.ebuild Removed: Cisco-Reconfig-0.910.0.ebuild Log: bumped 0.910.0 EAPI to 5; committed directly to stable as no other changes present and revbump helps stable systems to keep from dieing on perl-5.18 upgrade (Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 2B6559ED)
Revision Changes Path 1.18 dev-perl/Cisco-Reconfig/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cisco-Reconfig/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cisco-Reconfig/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cisco-Reconfig/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Cisco-Reconfig/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 9 Mar 2014 03:27:31 -0000 1.17 +++ ChangeLog 21 Aug 2014 13:12:06 -0000 1.18 @@ -1,6 +1,14 @@ # ChangeLog for dev-perl/Cisco-Reconfig # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-Reconfig/ChangeLog,v 1.17 2014/03/09 03:27:31 radhermit Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-Reconfig/ChangeLog,v 1.18 2014/08/21 13:12:06 axs Exp $ + +*Cisco-Reconfig-0.910.0-r1 (21 Aug 2014) + + 21 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Cisco-Reconfig-0.910.0-r1.ebuild, -Cisco-Reconfig-0.910.0.ebuild: + bumped 0.910.0 EAPI to 5; committed directly to stable as no other changes + present and revbump helps stable systems to keep from dieing on perl-5.18 + upgrade 09 Mar 2014; Tim Harder <[email protected]> -Cisco-Reconfig-0.900.0.ebuild: 1.1 dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Cisco-Reconfig-0.910.0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-perl/Cisco-Reconfig/Cisco-Reconfig-0.910.0-r1.ebuild,v 1.1 2014/08/21 13:12:06 axs Exp $ EAPI=5 MODULE_AUTHOR=MUIR MODULE_VERSION=${PV%0.0} MODULE_SECTION=modules inherit perl-module DESCRIPTION="Parse and generate Cisco configuration files" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND="virtual/perl-Scalar-List-Utils" DEPEND="${RDEPEND}" SRC_TEST="do"
