axs 14/08/24 02:33:49 Modified: ChangeLog Added: Schedule-At-1.150.0-r1.ebuild Removed: Schedule-At-1.150.0.ebuild Log: bumped 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.37 dev-perl/Schedule-At/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Schedule-At/ChangeLog?rev=1.37&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Schedule-At/ChangeLog?rev=1.37&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Schedule-At/ChangeLog?r1=1.36&r2=1.37 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v retrieving revision 1.36 retrieving revision 1.37 diff -u -r1.36 -r1.37 --- ChangeLog 2 Sep 2012 15:11:12 -0000 1.36 +++ ChangeLog 24 Aug 2014 02:33:49 -0000 1.37 @@ -1,6 +1,13 @@ # ChangeLog for dev-perl/Schedule-At -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.36 2012/09/02 15:11:12 tove Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/Schedule-At/ChangeLog,v 1.37 2014/08/24 02:33:49 axs Exp $ + +*Schedule-At-1.150.0-r1 (24 Aug 2014) + + 24 Aug 2014; Ian Stakenvicius (_AxS_) <[email protected]> + +Schedule-At-1.150.0-r1.ebuild, -Schedule-At-1.150.0.ebuild: + bumped 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 02 Sep 2012; Torsten Veller <[email protected]> -Schedule-At-1.130.0.ebuild: Cleanup 1.1 dev-perl/Schedule-At/Schedule-At-1.150.0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Schedule-At/Schedule-At-1.150.0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Schedule-At/Schedule-At-1.150.0-r1.ebuild?rev=1.1&content-type=text/plain Index: Schedule-At-1.150.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/Schedule-At/Schedule-At-1.150.0-r1.ebuild,v 1.1 2014/08/24 02:33:49 axs Exp $ EAPI=5 MODULE_AUTHOR=JOSERODR MODULE_VERSION=1.15 inherit perl-module DESCRIPTION="OS independent interface to the Unix 'at' command" SLOT="0" KEYWORDS="amd64 x86" IUSE="" RDEPEND="sys-process/at" DEPEND="${RDEPEND}" #SRC_TEST="do"
