diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2014-08-20 05:21:46 +0000 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2014-08-20 05:21:46 +0000 |
commit | c161a9037c0085f961c68bec38739f2ef1177654 (patch) | |
tree | 1f4d467e2572744a7becbe688fe0261c797b4b4c /virtual | |
parent | bump; drop py2.6 pypy2_0 (diff) | |
download | gentoo-2-c161a9037c0085f961c68bec38739f2ef1177654.tar.gz gentoo-2-c161a9037c0085f961c68bec38739f2ef1177654.tar.bz2 gentoo-2-c161a9037c0085f961c68bec38739f2ef1177654.zip |
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)
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/cron/ChangeLog | 11 | ||||
-rw-r--r-- | virtual/cron/cron-0-r1.ebuild | 21 |
2 files changed, 30 insertions, 2 deletions
diff --git a/virtual/cron/ChangeLog b/virtual/cron/ChangeLog index ca6e2d6feec9..8eec93ecc726 100644 --- a/virtual/cron/ChangeLog +++ b/virtual/cron/ChangeLog @@ -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 <polynomial-c@gentoo.org> +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 <ulm@gentoo.org> metadata.xml: Remove myself as maintainer. diff --git a/virtual/cron/cron-0-r1.ebuild b/virtual/cron/cron-0-r1.ebuild new file mode 100644 index 000000000000..514ddb36c3a5 --- /dev/null +++ b/virtual/cron/cron-0-r1.ebuild @@ -0,0 +1,21 @@ +# 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 )" |