polynomial-c 14/08/20 05:21:46 Modified: ChangeLog Added: cron-0-r1.ebuild Log: Moved sys-process/cronie to the top of the list of available cron implementations. Bumped EAPI to 4 (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path 1.3 virtual/cron/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/cron/ChangeLog?rev=1.3&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/cron/ChangeLog?rev=1.3&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/cron/ChangeLog?r1=1.2&r2=1.3 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/virtual/cron/ChangeLog,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- ChangeLog 25 Sep 2011 21:39:28 -0000 1.2 +++ ChangeLog 20 Aug 2014 05:21:46 -0000 1.3 @@ -1,6 +1,13 @@ # ChangeLog for virtual/cron -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/cron/ChangeLog,v 1.2 2011/09/25 21:39:28 ulm Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/virtual/cron/ChangeLog,v 1.3 2014/08/20 05:21:46 polynomial-c Exp $ + +*cron-0-r1 (20 Aug 2014) + + 20 Aug 2014; Lars Wendler <[email protected]> +cron-0-r1.ebuild: + Revbump to move sys-process/cronie to the top of the list of available cron + implementations as discusses in gentoo-dev ml. Bumped EAPI to 4 as well. + Permission granted by vapier. 25 Sep 2011; Ulrich Mueller <[email protected]> metadata.xml: Remove myself as maintainer. 1.1 virtual/cron/cron-0-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/cron/cron-0-r1.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/virtual/cron/cron-0-r1.ebuild?rev=1.1&content-type=text/plain Index: cron-0-r1.ebuild =================================================================== # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/virtual/cron/cron-0-r1.ebuild,v 1.1 2014/08/20 05:21:46 polynomial-c Exp $ EAPI=4 DESCRIPTION="Virtual for cron" HOMEPAGE="" SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd" IUSE="" DEPEND="" RDEPEND="|| ( sys-process/cronie sys-process/vixie-cron sys-process/bcron sys-process/dcron sys-process/fcron )"
