naota 14/07/24 01:58:41
Modified: freebsd-sbin-8.2-r1.ebuild freebsd-sbin-9.2.ebuild
freebsd-sbin-9.1.ebuild ChangeLog
Log:
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)
Revision Changes Path
1.2 sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild?r1=1.1&r2=1.2
Index: freebsd-sbin-8.2-r1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-8.2-r1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freebsd-sbin-8.2-r1.ebuild 10 Jul 2011 17:49:48 -0000 1.1
+++ freebsd-sbin-8.2-r1.ebuild 24 Jul 2014 01:58:41 -0000 1.2
@@ -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 @@
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}* )
1.2 sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild?r1=1.1&r2=1.2
Index: freebsd-sbin-9.2.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freebsd-sbin-9.2.ebuild 9 Nov 2013 09:17:46 -0000 1.1
+++ freebsd-sbin-9.2.ebuild 24 Jul 2014 01:58:41 -0000 1.2
@@ -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 @@
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}* )
1.2 sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild?rev=1.2&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild?rev=1.2&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild?r1=1.1&r2=1.2
Index: freebsd-sbin-9.1.ebuild
===================================================================
RCS file:
/var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/freebsd-sbin-9.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- freebsd-sbin-9.1.ebuild 27 Jan 2013 21:27:35 -0000 1.1
+++ freebsd-sbin-9.1.ebuild 24 Jul 2014 01:58:41 -0000 1.2
@@ -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 @@
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}* )
1.82 sys-freebsd/freebsd-sbin/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog?rev=1.82&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog?rev=1.82&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog?r1=1.81&r2=1.82
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-freebsd/freebsd-sbin/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog 9 Nov 2013 09:17:46 -0000 1.81
+++ ChangeLog 24 Jul 2014 01:58:41 -0000 1.82
@@ -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 <[email protected]> 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)