zlogene 15/07/01 12:58:59 Modified: ChangeLog Added: Sysadm-Install-0.460.0.ebuild Log: Version bump (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path 1.18 dev-perl/Sysadm-Install/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog?rev=1.18&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog?rev=1.18&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog?r1=1.17&r2=1.18 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v retrieving revision 1.17 retrieving revision 1.18 diff -u -r1.17 -r1.18 --- ChangeLog 26 Feb 2015 09:47:40 -0000 1.17 +++ ChangeLog 1 Jul 2015 12:58:59 -0000 1.18 @@ -1,6 +1,12 @@ # ChangeLog for dev-perl/Sysadm-Install # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.17 2015/02/26 09:47:40 monsieurp Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Sysadm-Install/ChangeLog,v 1.18 2015/07/01 12:58:59 zlogene Exp $ + +*Sysadm-Install-0.460.0 (01 Jul 2015) + + 01 Jul 2015; Mikle Kolyada <[email protected]> + +Sysadm-Install-0.460.0.ebuild: + Version bump *Sysadm-Install-0.440.0 (26 Feb 2015) 1.1 dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Sysadm-Install/Sysadm-Install-0.460.0.ebuild?rev=1.1&content-type=text/plain Index: Sysadm-Install-0.460.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/Sysadm-Install/Sysadm-Install-0.460.0.ebuild,v 1.1 2015/07/01 12:58:59 zlogene Exp $ EAPI=5 MODULE_AUTHOR=MSCHILLI MODULE_VERSION=0.46 inherit perl-module DESCRIPTION="Typical installation tasks for system administrators" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="hammer" RDEPEND="dev-perl/TermReadKey dev-perl/libwww-perl >=dev-perl/Log-Log4perl-1.28 hammer? ( dev-perl/Expect )" DEPEND="${RDEPEND}" SRC_TEST="do"
