* [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.12.ebuild ChangeLog
@ 2014-09-22 4:11 Lars Wendler (polynomial-c)
0 siblings, 0 replies; 7+ messages in thread
From: Lars Wendler (polynomial-c) @ 2014-09-22 4:11 UTC (permalink / raw
To: gentoo-commits
polynomial-c 14/09/22 04:11:56
Modified: ChangeLog
Added: cronie-1.4.12.ebuild
Log:
Version bump
(Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key 0x981CA6FC)
Revision Changes Path
1.58 sys-process/cronie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.57&r2=1.58
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog 7 Sep 2014 15:27:13 -0000 1.57
+++ ChangeLog 22 Sep 2014 04:11:56 -0000 1.58
@@ -1,6 +1,11 @@
# ChangeLog for sys-process/cronie
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.57 2014/09/07 15:27:13 jmorgan Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.58 2014/09/22 04:11:56 polynomial-c Exp $
+
+*cronie-1.4.12 (22 Sep 2014)
+
+ 22 Sep 2014; Lars Wendler <polynomial-c@gentoo.org> +cronie-1.4.12.ebuild:
+ Version bump.
07 Sep 2014; Jack Morgan <jmorgan@gentoo.org> cronie-1.4.11-r3.ebuild:
sparc, ppc, ppc64 stable
1.1 sys-process/cronie/cronie-1.4.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.1&content-type=text/plain
Index: cronie-1.4.12.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.1 2014/09/22 04:11:56 polynomial-c Exp $
EAPI=5
inherit cron eutils pam systemd user
DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
SRC_URI="https://fedorahosted.org/releases/c/r/cronie/${P}.tar.gz"
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
LICENSE="ISC BSD BSD-2 GPL-2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="anacron +inotify pam selinux"
DEPEND="pam? ( virtual/pam )
anacron? ( !sys-process/anacron )"
RDEPEND="${DEPEND}"
#cronie supports /etc/crontab
CRON_SYSTEM_CRONTAB="yes"
pkg_setup() {
enewgroup crontab
}
src_configure() {
SPOOL_DIR="/var/spool/cron/crontabs" \
ANACRON_SPOOL_DIR="/var/spool/anacron" \
econf \
$(use_with inotify) \
$(use_with pam) \
$(use_with selinux) \
$(use_enable anacron) \
--enable-syscrontab \
--with-daemon_username=cron \
--with-daemon_groupname=cron
}
src_install() {
emake install DESTDIR="${D}"
docrondir -m 1730 -o root -g crontab
fowners root:crontab /usr/bin/crontab
fperms 2751 /usr/bin/crontab
insinto /etc/conf.d
newins "${S}"/crond.sysconfig ${PN}
insinto /etc
newins "${FILESDIR}/${PN}-1.3-crontab" crontab
newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
keepdir /etc/cron.d
newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
sed s:sysconfig/crond:conf.d/cronie: contrib/cronie.systemd \
> "${T}"/cronie.service
systemd_dounit "${T}"/cronie.service
if use anacron ; then
local anacrondir="/var/spool/anacron"
keepdir ${anacrondir}
fowners root:cron ${anacrondir}
fperms 0750 ${anacrondir}
insinto /etc
doins contrib/anacrontab
insinto /etc/cron.hourly
doins contrib/0anacron
fperms 0750 /etc/cron.hourly/0anacron
fi
dodoc AUTHORS README contrib/*
}
pkg_postinst() {
cron_pkg_postinst
}
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.12.ebuild ChangeLog
@ 2014-12-22 15:23 Jeroen Roovers (jer)
0 siblings, 0 replies; 7+ messages in thread
From: Jeroen Roovers (jer) @ 2014-12-22 15:23 UTC (permalink / raw
To: gentoo-commits
jer 14/12/22 15:23:52
Modified: cronie-1.4.12.ebuild ChangeLog
Log:
Stable for HPPA (bug #533276).
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)
Revision Changes Path
1.2 sys-process/cronie/cronie-1.4.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?r1=1.1&r2=1.2
Index: cronie-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- cronie-1.4.12.ebuild 22 Sep 2014 04:11:56 -0000 1.1
+++ cronie-1.4.12.ebuild 22 Dec 2014 15:23:52 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.1 2014/09/22 04:11:56 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.2 2014/12/22 15:23:52 jer Exp $
EAPI=5
@@ -11,7 +11,7 @@
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="anacron +inotify pam selinux"
DEPEND="pam? ( virtual/pam )
1.59 sys-process/cronie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.58&r2=1.59
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog 22 Sep 2014 04:11:56 -0000 1.58
+++ ChangeLog 22 Dec 2014 15:23:52 -0000 1.59
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/cronie
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.58 2014/09/22 04:11:56 polynomial-c Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.59 2014/12/22 15:23:52 jer Exp $
+
+ 22 Dec 2014; Jeroen Roovers <jer@gentoo.org> cronie-1.4.12.ebuild:
+ Stable for HPPA (bug #533276).
*cronie-1.4.12 (22 Sep 2014)
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.12.ebuild ChangeLog
@ 2014-12-22 20:53 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada (zlogene) @ 2014-12-22 20:53 UTC (permalink / raw
To: gentoo-commits
zlogene 14/12/22 20:53:13
Modified: cronie-1.4.12.ebuild ChangeLog
Log:
amd64 stable wrt bug #533276
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.3 sys-process/cronie/cronie-1.4.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?r1=1.2&r2=1.3
Index: cronie-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- cronie-1.4.12.ebuild 22 Dec 2014 15:23:52 -0000 1.2
+++ cronie-1.4.12.ebuild 22 Dec 2014 20:53:13 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.2 2014/12/22 15:23:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.3 2014/12/22 20:53:13 zlogene Exp $
EAPI=5
@@ -11,7 +11,7 @@
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="anacron +inotify pam selinux"
DEPEND="pam? ( virtual/pam )
1.60 sys-process/cronie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.59&r2=1.60
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog 22 Dec 2014 15:23:52 -0000 1.59
+++ ChangeLog 22 Dec 2014 20:53:13 -0000 1.60
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/cronie
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.59 2014/12/22 15:23:52 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.60 2014/12/22 20:53:13 zlogene Exp $
+
+ 22 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> cronie-1.4.12.ebuild:
+ amd64 stable wrt bug #533276
22 Dec 2014; Jeroen Roovers <jer@gentoo.org> cronie-1.4.12.ebuild:
Stable for HPPA (bug #533276).
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.12.ebuild ChangeLog
@ 2014-12-30 17:42 Markus Meier (maekke)
0 siblings, 0 replies; 7+ messages in thread
From: Markus Meier (maekke) @ 2014-12-30 17:42 UTC (permalink / raw
To: gentoo-commits
maekke 14/12/30 17:42:09
Modified: cronie-1.4.12.ebuild ChangeLog
Log:
arm stable, bug #533276
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="arm", signed Manifest commit with key 072AD062)
Revision Changes Path
1.4 sys-process/cronie/cronie-1.4.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?r1=1.3&r2=1.4
Index: cronie-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- cronie-1.4.12.ebuild 22 Dec 2014 20:53:13 -0000 1.3
+++ cronie-1.4.12.ebuild 30 Dec 2014 17:42:09 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.3 2014/12/22 20:53:13 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.4 2014/12/30 17:42:09 maekke Exp $
EAPI=5
@@ -11,7 +11,7 @@
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
IUSE="anacron +inotify pam selinux"
DEPEND="pam? ( virtual/pam )
1.61 sys-process/cronie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.60&r2=1.61
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog 22 Dec 2014 20:53:13 -0000 1.60
+++ ChangeLog 30 Dec 2014 17:42:09 -0000 1.61
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/cronie
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.60 2014/12/22 20:53:13 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.61 2014/12/30 17:42:09 maekke Exp $
+
+ 30 Dec 2014; Markus Meier <maekke@gentoo.org> cronie-1.4.12.ebuild:
+ arm stable, bug #533276
22 Dec 2014; Mikle Kolyada <zlogene@gentoo.org> cronie-1.4.12.ebuild:
amd64 stable wrt bug #533276
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.12.ebuild ChangeLog
@ 2015-01-16 11:44 Sergey Popov (pinkbyte)
0 siblings, 0 replies; 7+ messages in thread
From: Sergey Popov (pinkbyte) @ 2015-01-16 11:44 UTC (permalink / raw
To: gentoo-commits
pinkbyte 15/01/16 11:44:48
Modified: cronie-1.4.12.ebuild ChangeLog
Log:
Stable on ppc/ppc64/x86, wrt bug #533276
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x1F357D42)
Revision Changes Path
1.5 sys-process/cronie/cronie-1.4.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?r1=1.4&r2=1.5
Index: cronie-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- cronie-1.4.12.ebuild 30 Dec 2014 17:42:09 -0000 1.4
+++ cronie-1.4.12.ebuild 16 Jan 2015 11:44:48 -0000 1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.4 2014/12/30 17:42:09 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.5 2015/01/16 11:44:48 pinkbyte Exp $
EAPI=5
@@ -11,7 +11,7 @@
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
IUSE="anacron +inotify pam selinux"
DEPEND="pam? ( virtual/pam )
1.62 sys-process/cronie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.62&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.62&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.61&r2=1.62
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -r1.61 -r1.62
--- ChangeLog 30 Dec 2014 17:42:09 -0000 1.61
+++ ChangeLog 16 Jan 2015 11:44:48 -0000 1.62
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/cronie
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.61 2014/12/30 17:42:09 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.62 2015/01/16 11:44:48 pinkbyte Exp $
+
+ 16 Jan 2015; Sergey Popov <pinkbyte@gentoo.org> cronie-1.4.12.ebuild:
+ Stable on ppc/ppc64/x86, wrt bug #533276
30 Dec 2014; Markus Meier <maekke@gentoo.org> cronie-1.4.12.ebuild:
arm stable, bug #533276
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.12.ebuild ChangeLog
@ 2015-02-25 11:20 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 7+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-02-25 11:20 UTC (permalink / raw
To: gentoo-commits
zlogene 15/02/25 11:20:54
Modified: cronie-1.4.12.ebuild ChangeLog
Log:
alpha/ia64/sparc stable wrt bug #533276
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.6 sys-process/cronie/cronie-1.4.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?r1=1.5&r2=1.6
Index: cronie-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- cronie-1.4.12.ebuild 16 Jan 2015 11:44:48 -0000 1.5
+++ cronie-1.4.12.ebuild 25 Feb 2015 11:20:54 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.5 2015/01/16 11:44:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.6 2015/02/25 11:20:54 zlogene Exp $
EAPI=5
@@ -11,7 +11,7 @@
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~s390 ~sparc x86"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
IUSE="anacron +inotify pam selinux"
DEPEND="pam? ( virtual/pam )
1.63 sys-process/cronie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.62&r2=1.63
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog 16 Jan 2015 11:44:48 -0000 1.62
+++ ChangeLog 25 Feb 2015 11:20:54 -0000 1.63
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/cronie
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.62 2015/01/16 11:44:48 pinkbyte Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.63 2015/02/25 11:20:54 zlogene Exp $
+
+ 25 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> cronie-1.4.12.ebuild:
+ alpha/ia64/sparc stable wrt bug #533276
16 Jan 2015; Sergey Popov <pinkbyte@gentoo.org> cronie-1.4.12.ebuild:
Stable on ppc/ppc64/x86, wrt bug #533276
^ permalink raw reply [flat|nested] 7+ messages in thread
* [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.12.ebuild ChangeLog
@ 2015-02-28 21:30 Thomas Alan Gall (tgall)
0 siblings, 0 replies; 7+ messages in thread
From: Thomas Alan Gall (tgall) @ 2015-02-28 21:30 UTC (permalink / raw
To: gentoo-commits
tgall 15/02/28 21:30:03
Modified: cronie-1.4.12.ebuild ChangeLog
Log:
stable on arm64
(Portage version: 2.2.14/cvs/Linux aarch64, signed Manifest commit with key EDA949AA)
Revision Changes Path
1.7 sys-process/cronie/cronie-1.4.12.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild?r1=1.6&r2=1.7
Index: cronie-1.4.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- cronie-1.4.12.ebuild 25 Feb 2015 11:20:54 -0000 1.6
+++ cronie-1.4.12.ebuild 28 Feb 2015 21:30:03 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.6 2015/02/25 11:20:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/cronie-1.4.12.ebuild,v 1.7 2015/02/28 21:30:03 tgall Exp $
EAPI=5
@@ -11,7 +11,7 @@
HOMEPAGE="https://fedorahosted.org/cronie/wiki"
LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 sparc x86"
IUSE="anacron +inotify pam selinux"
DEPEND="pam? ( virtual/pam )
1.64 sys-process/cronie/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-process/cronie/ChangeLog?r1=1.63&r2=1.64
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog 25 Feb 2015 11:20:54 -0000 1.63
+++ ChangeLog 28 Feb 2015 21:30:03 -0000 1.64
@@ -1,6 +1,9 @@
# ChangeLog for sys-process/cronie
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.63 2015/02/25 11:20:54 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-process/cronie/ChangeLog,v 1.64 2015/02/28 21:30:03 tgall Exp $
+
+ 28 Feb 2015; <tgall@gentoo.org> cronie-1.4.12.ebuild:
+ stable on arm64
25 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> cronie-1.4.12.ebuild:
alpha/ia64/sparc stable wrt bug #533276
^ permalink raw reply [flat|nested] 7+ messages in thread
end of thread, other threads:[~2015-02-28 21:30 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-30 17:42 [gentoo-commits] gentoo-x86 commit in sys-process/cronie: cronie-1.4.12.ebuild ChangeLog Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2015-02-28 21:30 Thomas Alan Gall (tgall)
2015-02-25 11:20 Mikle Kolyada (zlogene)
2015-01-16 11:44 Sergey Popov (pinkbyte)
2014-12-22 20:53 Mikle Kolyada (zlogene)
2014-12-22 15:23 Jeroen Roovers (jer)
2014-09-22 4:11 Lars Wendler (polynomial-c)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox