summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNaohiro Aota <naota@gentoo.org>2014-07-24 01:58:41 +0000
committerNaohiro Aota <naota@gentoo.org>2014-07-24 01:58:41 +0000
commit36111911e16fd588779cb1282b50c54c0f371c7e (patch)
tree7484d1ea9b9ee971efd7fb381c93029753a1e1fd /sys-freebsd
parentAdd ~x86-fbsd. #517726 (diff)
downloadgentoo-2-36111911e16fd588779cb1282b50c54c0f371c7e.tar.gz
gentoo-2-36111911e16fd588779cb1282b50c54c0f371c7e.tar.bz2
gentoo-2-36111911e16fd588779cb1282b50c54c0f371c7e.zip
Allow sys-process/cronie to be used as cron variant.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F8551514)
Diffstat (limited to 'sys-freebsd')
-rw-r--r--sys-freebsd/freebsd-sbin/ChangeLog8
-rw-r--r--sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild9
-rw-r--r--sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild9
-rw-r--r--sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild9
4 files changed, 24 insertions, 11 deletions
diff --git a/sys-freebsd/freebsd-sbin/ChangeLog b/sys-freebsd/freebsd-sbin/ChangeLog
index 878b7d904b11..f871a8d3962f 100644
--- a/sys-freebsd/freebsd-sbin/ChangeLog
+++ b/sys-freebsd/freebsd-sbin/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-freebsd/freebsd-sbin
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.81 2013/11/09 09:17:46 aballier Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v 1.82 2014/07/24 01:58:41 naota Exp $
+
+ 24 Jul 2014; Naohiro Aota <naota@gentoo.org> freebsd-sbin-8.2-r1.ebuild,
+ freebsd-sbin-9.1.ebuild, freebsd-sbin-9.2.ebuild:
+ Allow sys-process/cronie to be used as cron variant.
*freebsd-sbin-9.2 (09 Nov 2013)
diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild
index e057f139029c..5f6e2006f543 100644
--- a/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild
+++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild,v 1.1 2011/07/10 17:49:48 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild,v 1.2 2014/07/24 01:58:41 naota Exp $
EAPI=2
@@ -24,7 +24,10 @@ RDEPEND="=sys-freebsd/freebsd-lib-${RV}*[ipv6?,atm?,netware?]
ssl? ( dev-libs/openssl )
dev-libs/libedit
sys-libs/readline
- sys-process/vixie-cron
+ || (
+ sys-process/cronie
+ sys-process/vixie-cron
+ )
atm? ( net-analyzer/bsnmp )"
DEPEND="${RDEPEND}
!build? ( =sys-freebsd/freebsd-sources-${RV}* )
diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild
index 45248d5e3a25..3b14f6a9d089 100644
--- a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild
+++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild,v 1.1 2013/01/27 21:27:35 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild,v 1.2 2014/07/24 01:58:41 naota Exp $
EAPI=2
@@ -24,7 +24,10 @@ RDEPEND="=sys-freebsd/freebsd-lib-${RV}*[ipv6?,atm?,netware?]
ssl? ( dev-libs/openssl )
>=dev-libs/libedit-20120311.3.0-r1
sys-libs/readline
- sys-process/vixie-cron
+ || (
+ sys-process/cronie
+ sys-process/vixie-cron
+ )
atm? ( net-analyzer/bsnmp )"
DEPEND="${RDEPEND}
!build? ( =sys-freebsd/freebsd-sources-${RV}* )
diff --git a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild
index 8b5223a8e446..5ce42b74786d 100644
--- a/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild
+++ b/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild,v 1.1 2013/11/09 09:17:46 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild,v 1.2 2014/07/24 01:58:41 naota Exp $
EAPI=2
@@ -26,7 +26,10 @@ RDEPEND="=sys-freebsd/freebsd-lib-${RV}*[ipv6?,atm?,netware?]
ssl? ( dev-libs/openssl )
>=dev-libs/libedit-20120311.3.0-r1
sys-libs/readline
- sys-process/vixie-cron
+ || (
+ sys-process/cronie
+ sys-process/vixie-cron
+ )
atm? ( net-analyzer/bsnmp )"
DEPEND="${RDEPEND}
!build? ( =sys-freebsd/freebsd-sources-${RV}* )