public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2015-08-30 13:10 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2015-08-30 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     eeff2c1a87a8efd41398e23c350108cb6e45627c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 13:00:59 2015 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 13:10:03 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeff2c1a

sys-process/cronie: Removed old.

Package-Manager: portage-2.2.20.1

 sys-process/cronie/Manifest             |  1 -
 sys-process/cronie/cronie-1.4.12.ebuild | 83 ---------------------------------
 2 files changed, 84 deletions(-)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 9fd0eca..1150470 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1 @@
-DIST cronie-1.4.12.tar.gz 234214 SHA256 0f5c9bf32f352599451c4ca0d6bc076d19e73ecfa5a90b34ecfe47c918c8bafd SHA512 ff17c9a1ba39957727db390d28d21248f05414f55119094d99a646695698e1b148b920f3fc91e9733b862bc8ce226824d290fff51abe17410a0e63ab3b424865 WHIRLPOOL 61a6a7c3a660bbbb38ff2b7b700fe6fa84b1144d20d658e26f4cde522f6fc3faa6141f4cb176f78cfb22cfb50e17f2a945aeb382761ba2aa1b25e6e16ad20082
 DIST cronie-1.5.0.tar.gz 242072 SHA256 9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f SHA512 cad4d78cbb58ea32d1093890b316b6599d115b29f367eecc2e4a0a3560ab85ac85aa159886c883e46defb6212432d37f425396cfca686e4dd8526102ca4dd8fe WHIRLPOOL 69cb81b1d5673137132d921f8ed917e83965c5511004f58d386bb36e40787d30c640a3527d933346f3071b781c217b3001ee089045841ff054b965638e217744

diff --git a/sys-process/cronie/cronie-1.4.12.ebuild b/sys-process/cronie/cronie-1.4.12.ebuild
deleted file mode 100644
index 9149c05..0000000
--- a/sys-process/cronie/cronie-1.4.12.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 arm64 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 related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2015-08-30 13:10 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2015-08-30 13:10 UTC (permalink / raw
  To: gentoo-commits

commit:     b96a43b993a5bd442127e2e5d495fbbdc7a1e674
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 13:09:46 2015 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 13:10:06 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b96a43b9

sys-process/cronie: Warn on update to restart daemon (bug #557406).

Package-Manager: portage-2.2.20.1

 sys-process/cronie/cronie-1.5.0-r1.ebuild | 6 ++++++
 sys-process/cronie/cronie-1.5.0.ebuild    | 6 ++++++
 2 files changed, 12 insertions(+)

diff --git a/sys-process/cronie/cronie-1.5.0-r1.ebuild b/sys-process/cronie/cronie-1.5.0-r1.ebuild
index 2bc6434..77e51d8 100644
--- a/sys-process/cronie/cronie-1.5.0-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.0-r1.ebuild
@@ -82,4 +82,10 @@ src_install() {
 
 pkg_postinst() {
 	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
 }

diff --git a/sys-process/cronie/cronie-1.5.0.ebuild b/sys-process/cronie/cronie-1.5.0.ebuild
index f4af12a..debcc4a 100644
--- a/sys-process/cronie/cronie-1.5.0.ebuild
+++ b/sys-process/cronie/cronie-1.5.0.ebuild
@@ -82,4 +82,10 @@ src_install() {
 
 pkg_postinst() {
 	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
 }


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2016-07-04 11:50 Tobias Klausmann
  0 siblings, 0 replies; 115+ messages in thread
From: Tobias Klausmann @ 2016-07-04 11:50 UTC (permalink / raw
  To: gentoo-commits

commit:     b15276ce4f8756d8327c74714c6c1bbafc9baa84
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon Jul  4 11:50:22 2016 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon Jul  4 11:50:32 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b15276ce

sys-process/cronie-1.5.0-r1: add alpha keyword

Gentoo-Bug: 587796

Package-Manager: portage-2.3.0

 sys-process/cronie/cronie-1.5.0-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.0-r1.ebuild b/sys-process/cronie/cronie-1.5.0-r1.ebuild
index 77e51d8..bcc5d53 100644
--- a/sys-process/cronie/cronie-1.5.0-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.0-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -11,7 +11,7 @@ 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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2016-07-08 14:52 Markus Meier
  0 siblings, 0 replies; 115+ messages in thread
From: Markus Meier @ 2016-07-08 14:52 UTC (permalink / raw
  To: gentoo-commits

commit:     9bec3c015b58d48025a95e92e182b0ab63de79ed
Author:     Markus Meier <maekke <AT> gentoo <DOT> org>
AuthorDate: Fri Jul  8 14:51:45 2016 +0000
Commit:     Markus Meier <maekke <AT> gentoo <DOT> org>
CommitDate: Fri Jul  8 14:51:45 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bec3c01

sys-process/cronie: arm stable, bug #587796

Package-Manager: portage-2.3.0
RepoMan-Options: --include-arches="arm"

 sys-process/cronie/cronie-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.0-r1.ebuild b/sys-process/cronie/cronie-1.5.0-r1.ebuild
index bcc5d53..3200a09 100644
--- a/sys-process/cronie/cronie-1.5.0-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ 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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2016-07-18  5:10 Jeroen Roovers
  0 siblings, 0 replies; 115+ messages in thread
From: Jeroen Roovers @ 2016-07-18  5:10 UTC (permalink / raw
  To: gentoo-commits

commit:     0522685cb55c278cbf399aa7288856c38423c0d4
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 18 05:09:29 2016 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Mon Jul 18 05:09:29 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0522685c

sys-process/cronie: Stable for HPPA PPC64 (bug #587796).

Package-Manager: portage-2.3.0
RepoMan-Options: --ignore-arches

 sys-process/cronie/cronie-1.5.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.0-r1.ebuild b/sys-process/cronie/cronie-1.5.0-r1.ebuild
index 3200a09..7891572 100644
--- a/sys-process/cronie/cronie-1.5.0-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.0-r1.ebuild
@@ -11,7 +11,7 @@ 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 ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="alpha ~amd64 arm ~arm64 hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2016-08-09  7:08 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2016-08-09  7:08 UTC (permalink / raw
  To: gentoo-commits

commit:     b9fa635126a2429e38ec3870e8a896039a3ca165
Author:     Felix Janda <felix.janda <AT> posteo <DOT> de>
AuthorDate: Mon Aug  8 19:05:42 2016 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Aug  9 07:08:24 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9fa6351

sys-process/cronie: fix BadInsIntoDir

 sys-process/cronie/cronie-1.5.1.ebuild | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.1.ebuild b/sys-process/cronie/cronie-1.5.1.ebuild
index 62ae101..a70590a 100644
--- a/sys-process/cronie/cronie-1.5.1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1.ebuild
@@ -49,8 +49,7 @@ src_install() {
 	fowners root:crontab /usr/bin/crontab
 	fperms 2751 /usr/bin/crontab
 
-	insinto /etc/conf.d
-	newins "${S}"/crond.sysconfig ${PN}
+	newconfd "${S}"/crond.sysconfig ${PN}
 
 	insinto /etc
 	newins "${FILESDIR}/${PN}-1.3-crontab" crontab
@@ -69,7 +68,6 @@ src_install() {
 		fperms 0750 ${anacrondir}
 
 		insinto /etc
-
 		doins contrib/anacrontab
 
 		insinto /etc/cron.hourly


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2017-01-17 16:23 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2017-01-17 16:23 UTC (permalink / raw
  To: gentoo-commits

commit:     f584b5b45162193d6cbd8ac24f970d13080f9dac
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 17 15:34:35 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Jan 17 16:23:12 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f584b5b4

sys-process/cronie: Removed old.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-process/cronie/cronie-1.5.0.ebuild | 91 ----------------------------------
 1 file changed, 91 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.0.ebuild b/sys-process/cronie/cronie-1.5.0.ebuild
deleted file mode 100644
index debcc4a..00000000
--- a/sys-process/cronie/cronie-1.5.0.ebuild
+++ /dev/null
@@ -1,91 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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 ~arm64 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_prepare() {
-	epatch "${FILESDIR}/cronie-systemd.patch"
-}
-
-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
-
-	systemd_newunit contrib/cronie.systemd 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 NEWS contrib/*
-}
-
-pkg_postinst() {
-	cron_pkg_postinst
-
-	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
-		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
-		ewarn "or ${PN} not working reliably anymore."
-		einfo "(see https://bugs.gentoo.org/557406 for details.)"
-	fi
-}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2017-02-23 12:10 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2017-02-23 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     6ba0a475569468dcf6d36805833207eb75854189
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Feb 23 12:10:12 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Feb 23 12:10:30 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6ba0a475

sys-process/cronie: Changed HOMEPAGE from fedorahosted to github.

This also resulted in a different source tarball for version 1.5.1
because the tarball on github does not contain any pre-processed
autotools files.

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 sys-process/cronie/Manifest            |  2 +-
 sys-process/cronie/cronie-1.5.1.ebuild | 21 ++++++++++++++-------
 2 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 1fa47d4578..b1a3bfe394 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1,2 @@
 DIST cronie-1.5.0.tar.gz 242072 SHA256 9cf0e3f4f5042a9c09413d62c8e0c055e12401f70b112465f0f81f2c84ebfb3f SHA512 cad4d78cbb58ea32d1093890b316b6599d115b29f367eecc2e4a0a3560ab85ac85aa159886c883e46defb6212432d37f425396cfca686e4dd8526102ca4dd8fe WHIRLPOOL 69cb81b1d5673137132d921f8ed917e83965c5511004f58d386bb36e40787d30c640a3527d933346f3071b781c217b3001ee089045841ff054b965638e217744
-DIST cronie-1.5.1.tar.gz 243384 SHA256 6c73666102a6b5d35e2eaf1bd06925f2d4b0cef8d3323c37286dda3089a85338 SHA512 01cd289c459c916bc53d1b0d8a8235060d6670d8bb401e6b324757780461e0071d247e3cc98f72a845a0b4aedea79b502e8077976cb38a37e88628e31e4c23d4 WHIRLPOOL 4540d16dff83d7c30da89896df75f83c54b688e0e89eec6820a2b5e8ee734fb2f04265508306f40eddc54dad157890ed6d6c3389e10516a1159e8cf5d9ecb733
+DIST cronie-1.5.1.tar.gz 114848 SHA256 14701a1b952d3cf730ac73db626a6becd049c2d44dde43cd53e00643c573e0b6 SHA512 7e5b2e5cc782d04b84ffced21b4601ed5a041c125ec9daa3ae3c704c04b376b07f8f6e6e1351659690ce695ca4c9373456420099eefde985e15fbe5d3ebdcf5a WHIRLPOOL 9eb12a529fb5072d4b3e69a1c3d2af8c01515ff044b7f453959f992f1b60bd7ed2b7343d50e8d9ff7eca241d3a6ffcd33b8e1359747ca3c652025af18c2b409a

diff --git a/sys-process/cronie/cronie-1.5.1.ebuild b/sys-process/cronie/cronie-1.5.1.ebuild
index a70590a8a0..baf6397d15 100644
--- a/sys-process/cronie/cronie-1.5.1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1.ebuild
@@ -1,14 +1,14 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI=6
 
-inherit cron eutils pam systemd user
+inherit autotools 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"
+HOMEPAGE="https://github.com/cronie-crond/cronie"
+SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
@@ -21,14 +21,21 @@ RDEPEND="${DEPEND}"
 #cronie supports /etc/crontab
 CRON_SYSTEM_CRONTAB="yes"
 
-pkg_setup() {
-	enewgroup crontab
-}
+S="${WORKDIR}/${PN}-${P}"
 
 PATCHES=(
 	"${FILESDIR}/cronie-systemd.patch"
 )
 
+pkg_setup() {
+	enewgroup crontab
+}
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
 src_configure() {
 	SPOOL_DIR="/var/spool/cron/crontabs" \
 	ANACRON_SPOOL_DIR="/var/spool/anacron" \


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-13 21:09 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2018-05-13 21:09 UTC (permalink / raw
  To: gentoo-commits

commit:     756d35dd80dde6db58e81b589fa034650bc7a317
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 21:08:41 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun May 13 21:08:56 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=756d35dd

sys-process/cronie: Bump to version 1.5.2

Closes: https://bugs.gentoo.org/655662
Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-process/cronie/Manifest            |   1 +
 sys-process/cronie/cronie-1.5.2.ebuild | 103 +++++++++++++++++++++++++++++++++
 2 files changed, 104 insertions(+)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index d647b69d9cc..3b2145890ab 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1,3 @@
 DIST cronie-1.5.0.tar.gz 242072 BLAKE2B ef21cfabbc70981a0d57ff85cbdbae786aae2d01095e7da3f55c5a9c97c1b62cde2e29e7e872b34872e9b8faacb36d86cfb37a8257faf49f1586761eb8797f23 SHA512 cad4d78cbb58ea32d1093890b316b6599d115b29f367eecc2e4a0a3560ab85ac85aa159886c883e46defb6212432d37f425396cfca686e4dd8526102ca4dd8fe
 DIST cronie-1.5.1.tar.gz 114848 BLAKE2B 9b2a045c2c3c18a931588c620e455c4f2efbf17a5f5826bc1b276bd2c4537fe91d7f81cdb7434dc7d8357414c14d9dc89c90bb7a5dc22956d90b6a84c731f498 SHA512 7e5b2e5cc782d04b84ffced21b4601ed5a041c125ec9daa3ae3c704c04b376b07f8f6e6e1351659690ce695ca4c9373456420099eefde985e15fbe5d3ebdcf5a
+DIST cronie-1.5.2.tar.gz 121604 BLAKE2B 4225439fd13a32bba3bd24f25d7dd405cdb123e666ebbf14574143af9d161867f82ea3fc479d81a884590faaa9c42e19c971285e01a19d6ac793b7deb7fc4775 SHA512 6455e234becc44e6568fa25fd72abfaa293cb0bc2d2f1d124e551c068ba01083192b21e82e941158c8c1f41cb6dad3851d665b9f3baa82fd49080f3f8619740b

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
new file mode 100644
index 00000000000..f9c9fbc31a1
--- /dev/null
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -0,0 +1,103 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit autotools cron pam systemd user
+
+DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
+HOMEPAGE="https://github.com/cronie-crond/cronie"
+SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
+
+LICENSE="ISC BSD BSD-2 GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+IUSE="+anacron +inotify pam selinux"
+
+DEPEND="pam? ( virtual/pam )
+	anacron? ( !sys-process/anacron )"
+RDEPEND="${DEPEND}
+	sys-apps/debianutils"
+
+#cronie supports /etc/crontab
+CRON_SYSTEM_CRONTAB="yes"
+
+S="${WORKDIR}/${PN}-${P}"
+
+PATCHES=(
+	"${FILESDIR}/cronie-systemd.patch"
+)
+
+pkg_setup() {
+	enewgroup crontab
+}
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with inotify)
+		$(use_with pam)
+		$(use_with selinux)
+		$(use_enable anacron)
+		--enable-syscrontab
+		--with-daemon_username=cron
+		--with-daemon_groupname=cron
+	)
+	SPOOL_DIR="/var/spool/cron/crontabs" \
+	ANACRON_SPOOL_DIR="/var/spool/anacron" \
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	emake install DESTDIR="${D}"
+
+	docrondir -m 1730 -o root -g crontab
+	fowners root:crontab /usr/bin/crontab
+	fperms 2751 /usr/bin/crontab
+
+	newconfd "${S}"/crond.sysconfig ${PN}
+
+	insinto /etc
+	newins "${FILESDIR}/${PN}-crontab" crontab
+	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
+
+	insinto /etc/cron.d
+	doins contrib/0hourly
+
+	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
+	newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+
+	systemd_newunit contrib/cronie.systemd 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
+	else
+		insinto /etc/cron.d
+		doins contrib/dailyjobs
+	fi
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
+}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-13 22:06 Thomas Deutschmann
  0 siblings, 0 replies; 115+ messages in thread
From: Thomas Deutschmann @ 2018-05-13 22:06 UTC (permalink / raw
  To: gentoo-commits

commit:     4c7040cb4b2c2b3f21021fd9307103360d95a22a
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 21:50:25 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun May 13 22:06:02 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7040cb

sys-process/cronie: x86 stable (bug #655686)

Package-Manager: Portage-2.3.34, Repoman-2.3.9

 sys-process/cronie/cronie-1.5.1-r1.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild b/sys-process/cronie/cronie-1.5.1-r1.ebuild
index 9030fc8fb1d..87fc5cedae2 100644
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-14  0:08 Aaron Bauman
  0 siblings, 0 replies; 115+ messages in thread
From: Aaron Bauman @ 2018-05-14  0:08 UTC (permalink / raw
  To: gentoo-commits

commit:     5074840101c1e6f3a6dd37ee1f1aba086924e6ef
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 00:07:22 2018 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 14 00:08:35 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=50748401

sys-process/cronie: amd64 stable wrt bug #655686

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-process/cronie/cronie-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild b/sys-process/cronie/cronie-1.5.1-r1.ebuild
index 87fc5cedae2..a53dac9e3ef 100644
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-14  7:21 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2018-05-14  7:21 UTC (permalink / raw
  To: gentoo-commits

commit:     aca4d0d8ea28b3d26391d4660d46be3d8e0bad02
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 21:11:24 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon May 14 07:16:59 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aca4d0d8

sys-process/cronie: Removed old.

Package-Manager: Portage-2.3.36, Repoman-2.3.9

 sys-process/cronie/cronie-1.5.1.ebuild | 95 ----------------------------------
 1 file changed, 95 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.1.ebuild b/sys-process/cronie/cronie-1.5.1.ebuild
deleted file mode 100644
index 845934d3239..00000000000
--- a/sys-process/cronie/cronie-1.5.1.ebuild
+++ /dev/null
@@ -1,95 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools cron eutils pam systemd user
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
-HOMEPAGE="https://github.com/cronie-crond/cronie"
-SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
-
-LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~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"
-
-S="${WORKDIR}/${PN}-${P}"
-
-PATCHES=(
-	"${FILESDIR}/cronie-systemd.patch"
-)
-
-pkg_setup() {
-	enewgroup crontab
-}
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-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
-
-	newconfd "${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
-
-	systemd_newunit contrib/cronie.systemd 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 NEWS contrib/*
-}
-
-pkg_postinst() {
-	cron_pkg_postinst
-
-	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
-		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
-		ewarn "or ${PN} not working reliably anymore."
-		einfo "(see https://bugs.gentoo.org/557406 for details.)"
-	fi
-}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-14 21:19 Tobias Klausmann
  0 siblings, 0 replies; 115+ messages in thread
From: Tobias Klausmann @ 2018-05-14 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     2c899378d43d84aa276f1297eca1338e85023942
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Mon May 14 19:24:32 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Mon May 14 21:19:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2c899378

sys-process/cronie-1.5.1-r1: alpha stable

Gentoo-Bug: http://bugs.gentoo.org/655686

 sys-process/cronie/cronie-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild b/sys-process/cronie/cronie-1.5.1-r1.ebuild
index a53dac9e3ef..ee886255482 100644
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-15 17:35 Mart Raudsepp
  0 siblings, 0 replies; 115+ messages in thread
From: Mart Raudsepp @ 2018-05-15 17:35 UTC (permalink / raw
  To: gentoo-commits

commit:     dba8ed6cc192a1efbe86bbefd2ba615e7ba19b30
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Tue May 15 17:34:50 2018 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Tue May 15 17:34:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dba8ed6c

sys-process/cronie-1.5.1-r1: arm64 stable (bug #655686)

Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="arm64"

 sys-process/cronie/cronie-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild b/sys-process/cronie/cronie-1.5.1-r1.ebuild
index ee886255482..2e9a275496e 100644
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-16 21:19 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2018-05-16 21:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0f448ad6b77279c7a8d7d849b9db8fd80cd743f1
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed May 16 21:17:33 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed May 16 21:19:11 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0f448ad6

sys-process/cronie: stable 1.5.1-r1 for ia64, bug #655686

Bug: https://bugs.gentoo.org/655686
Package-Manager: Portage-2.3.36, Repoman-2.3.9
RepoMan-Options: --include-arches="ia64"

 sys-process/cronie/cronie-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild b/sys-process/cronie/cronie-1.5.1-r1.ebuild
index 2e9a275496e..703d584fe47 100644
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-19  9:26 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2018-05-19  9:26 UTC (permalink / raw
  To: gentoo-commits

commit:     68fb95956b900476f9a78acaff6eb3033cf19aa0
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Sat May 19 08:26:58 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat May 19 09:25:55 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68fb9595

sys-process/cronie: stable 1.5.1-r1 for sparc

Bug: https://bugs.gentoo.org/655686
Package-Manager: Portage-2.3.24, Repoman-2.3.6
RepoMan-Options: --include-arches="sparc"

 sys-process/cronie/cronie-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild b/sys-process/cronie/cronie-1.5.1-r1.ebuild
index 703d584fe47..2d3cdc74a07 100644
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86"
+KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-26  7:56 Mikle Kolyada
  0 siblings, 0 replies; 115+ messages in thread
From: Mikle Kolyada @ 2018-05-26  7:56 UTC (permalink / raw
  To: gentoo-commits

commit:     31cdd9c3c66534474b6c0e8b69a1d40203b1202a
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 07:56:44 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat May 26 07:56:44 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31cdd9c3

sys-process/cronie: arm/ppc/ppc64 stable wrt bug #655686

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 sys-process/cronie/cronie-1.5.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild b/sys-process/cronie/cronie-1.5.1-r1.ebuild
index 2d3cdc74a07..43b64498605 100644
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 ~arm arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-05-26  8:10 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2018-05-26  8:10 UTC (permalink / raw
  To: gentoo-commits

commit:     7608eaaf382efafe9619f89f767f521181d68245
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Sat May 26 08:10:31 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sat May 26 08:10:49 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7608eaaf

sys-process/cronie: Removed old.

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-process/cronie/Manifest               |  1 -
 sys-process/cronie/cronie-1.5.0-r1.ebuild | 90 -------------------------------
 2 files changed, 91 deletions(-)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 3b2145890ab..bbbaf37067c 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,3 +1,2 @@
-DIST cronie-1.5.0.tar.gz 242072 BLAKE2B ef21cfabbc70981a0d57ff85cbdbae786aae2d01095e7da3f55c5a9c97c1b62cde2e29e7e872b34872e9b8faacb36d86cfb37a8257faf49f1586761eb8797f23 SHA512 cad4d78cbb58ea32d1093890b316b6599d115b29f367eecc2e4a0a3560ab85ac85aa159886c883e46defb6212432d37f425396cfca686e4dd8526102ca4dd8fe
 DIST cronie-1.5.1.tar.gz 114848 BLAKE2B 9b2a045c2c3c18a931588c620e455c4f2efbf17a5f5826bc1b276bd2c4537fe91d7f81cdb7434dc7d8357414c14d9dc89c90bb7a5dc22956d90b6a84c731f498 SHA512 7e5b2e5cc782d04b84ffced21b4601ed5a041c125ec9daa3ae3c704c04b376b07f8f6e6e1351659690ce695ca4c9373456420099eefde985e15fbe5d3ebdcf5a
 DIST cronie-1.5.2.tar.gz 121604 BLAKE2B 4225439fd13a32bba3bd24f25d7dd405cdb123e666ebbf14574143af9d161867f82ea3fc479d81a884590faaa9c42e19c971285e01a19d6ac793b7deb7fc4775 SHA512 6455e234becc44e6568fa25fd72abfaa293cb0bc2d2f1d124e551c068ba01083192b21e82e941158c8c1f41cb6dad3851d665b9f3baa82fd49080f3f8619740b

diff --git a/sys-process/cronie/cronie-1.5.0-r1.ebuild b/sys-process/cronie/cronie-1.5.0-r1.ebuild
deleted file mode 100644
index 5d8fdef51b6..00000000000
--- a/sys-process/cronie/cronie-1.5.0-r1.ebuild
+++ /dev/null
@@ -1,90 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-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 ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh 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_prepare() {
-	epatch "${FILESDIR}/cronie-systemd.patch"
-}
-
-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
-
-	systemd_newunit contrib/cronie.systemd 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 NEWS contrib/*
-}
-
-pkg_postinst() {
-	cron_pkg_postinst
-
-	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
-		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
-		ewarn "or ${PN} not working reliably anymore."
-		einfo "(see https://bugs.gentoo.org/557406 for details.)"
-	fi
-}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-06-24 17:36 Anthony G. Basile
  0 siblings, 0 replies; 115+ messages in thread
From: Anthony G. Basile @ 2018-06-24 17:36 UTC (permalink / raw
  To: gentoo-commits

commit:     8cb75eb073694925dbcc2c5c5846a880806a9951
Author:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 24 17:36:08 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sun Jun 24 17:36:26 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb75eb0

sys-process/cronie: fix bug #658846

Package-Manager: Portage-2.3.40, Repoman-2.3.9

 sys-process/cronie/cronie-1.5.2.ebuild | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index f9c9fbc31a1..04f7c7876b1 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=6
 
-inherit autotools cron pam systemd user
+inherit autotools cron flag-o-matic pam systemd user
 
 DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
 HOMEPAGE="https://github.com/cronie-crond/cronie"
@@ -14,7 +14,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~s
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )
-	anacron? ( !sys-process/anacron )"
+	anacron? ( !sys-process/anacron
+		elibc_musl? ( sys-libs/obstack-standalone )
+	)"
 RDEPEND="${DEPEND}
 	sys-apps/debianutils"
 
@@ -46,6 +48,10 @@ src_configure() {
 		--with-daemon_username=cron
 		--with-daemon_groupname=cron
 	)
+
+	if use anacron; then
+		use elibc_musl && append-cflags "-lobstack"
+	fi
 	SPOOL_DIR="/var/spool/cron/crontabs" \
 	ANACRON_SPOOL_DIR="/var/spool/anacron" \
 	econf "${myeconfargs[@]}"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-11-23  7:36 Mikle Kolyada
  0 siblings, 0 replies; 115+ messages in thread
From: Mikle Kolyada @ 2018-11-23  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     3cee59446c63a46ed54b8bc7c8154acd6b7c57aa
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 07:36:03 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 07:36:03 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cee5944

sys-process/cronie: amd64 stable wrt bug #671686

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-process/cronie/cronie-1.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index 04f7c7876b1..5de4345a13a 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-11-23 16:18 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2018-11-23 16:18 UTC (permalink / raw
  To: gentoo-commits

commit:     40542992658b99939447abac8a3536f6b7f1858a
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Fri Nov 23 07:26:14 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 16:18:14 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=40542992

sys-process/cronie: stable 1.5.2 for sparc, bug #671686

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index 5de4345a13a..73976ea2af1 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-11-23 20:30 Thomas Deutschmann
  0 siblings, 0 replies; 115+ messages in thread
From: Thomas Deutschmann @ 2018-11-23 20:30 UTC (permalink / raw
  To: gentoo-commits

commit:     9f8569f5a163a43363af988e16e0382f565eb228
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 23 20:27:24 2018 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Fri Nov 23 20:27:24 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9f8569f5

sys-process/cronie: x86 stable (bug #671686)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index 73976ea2af1..ca3bfd7cbba 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-11-24 10:45 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2018-11-24 10:45 UTC (permalink / raw
  To: gentoo-commits

commit:     97ee2753d1f745d91255071a9f74e443fa5729b6
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 24 10:43:34 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 24 10:43:34 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=97ee2753

sys-process/cronie: stable 1.5.2 for ia64, bug #671686

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index ca3bfd7cbba..8d85602f376 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-11-24 10:49 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2018-11-24 10:49 UTC (permalink / raw
  To: gentoo-commits

commit:     f73c4b36e0d6c39c7059c6c27cf0d5a2cfae4f6b
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 24 10:48:37 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 24 10:48:37 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f73c4b36

sys-process/cronie: stable 1.5.2 for ppc, bug #671686

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index 8d85602f376..b60908ee0f8 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-11-24 11:00 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2018-11-24 11:00 UTC (permalink / raw
  To: gentoo-commits

commit:     5ded17ed774d915ea0adf775e4c72bde1ee2fd64
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 24 10:59:18 2018 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Nov 24 10:59:52 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ded17ed

sys-process/cronie: stable 1.5.2 for ppc64, bug #671686

Package-Manager: Portage-2.3.52, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index b60908ee0f8..f4be254bc31 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-11-26 18:53 Mikle Kolyada
  0 siblings, 0 replies; 115+ messages in thread
From: Mikle Kolyada @ 2018-11-26 18:53 UTC (permalink / raw
  To: gentoo-commits

commit:     f8ca652a8ac71aebae2aec1c20347d7be38ff2e0
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 26 18:53:09 2018 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Nov 26 18:53:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f8ca652a

sys-process/cronie: arm stable wrt bug #671686

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 sys-process/cronie/cronie-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index f4be254bc31..f678088bd7f 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2018-11-29 17:44 Tobias Klausmann
  0 siblings, 0 replies; 115+ messages in thread
From: Tobias Klausmann @ 2018-11-29 17:44 UTC (permalink / raw
  To: gentoo-commits

commit:     4c2dfb7057343a781a4ce2c972846cc69197e416
Author:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 29 17:43:50 2018 +0000
Commit:     Tobias Klausmann <klausman <AT> gentoo <DOT> org>
CommitDate: Thu Nov 29 17:43:50 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c2dfb70

sys-process/cronie-1.5.2-r0: alpha stable

Bug: http://bugs.gentoo.org/671686
Signed-off-by: Tobias Klausmann <klausman <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index f678088bd7f..b6dffbd5976 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-01-12 16:28 Mart Raudsepp
  0 siblings, 0 replies; 115+ messages in thread
From: Mart Raudsepp @ 2019-01-12 16:28 UTC (permalink / raw
  To: gentoo-commits

commit:     5fcbfa9d282fa1a28b358f674543dcd0c561ab64
Author:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 12 15:38:15 2019 +0000
Commit:     Mart Raudsepp <leio <AT> gentoo <DOT> org>
CommitDate: Sat Jan 12 16:27:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5fcbfa9d

sys-process/cronie: arm64 stable (bug #671686)

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.2.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index b6dffbd5976..34872882b77 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-01-14 17:03 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2019-01-14 17:03 UTC (permalink / raw
  To: gentoo-commits

commit:     bf80b30548b904aff57482f8eeaa352a1ebcad36
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 14 16:39:21 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Jan 14 17:03:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf80b305

sys-process/cronie: Removed old.

Package-Manager: Portage-2.3.55, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/Manifest               |   1 -
 sys-process/cronie/cronie-1.5.1-r1.ebuild | 101 ------------------------------
 2 files changed, 102 deletions(-)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index bbbaf37067c..5b198abb6e9 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1 @@
-DIST cronie-1.5.1.tar.gz 114848 BLAKE2B 9b2a045c2c3c18a931588c620e455c4f2efbf17a5f5826bc1b276bd2c4537fe91d7f81cdb7434dc7d8357414c14d9dc89c90bb7a5dc22956d90b6a84c731f498 SHA512 7e5b2e5cc782d04b84ffced21b4601ed5a041c125ec9daa3ae3c704c04b376b07f8f6e6e1351659690ce695ca4c9373456420099eefde985e15fbe5d3ebdcf5a
 DIST cronie-1.5.2.tar.gz 121604 BLAKE2B 4225439fd13a32bba3bd24f25d7dd405cdb123e666ebbf14574143af9d161867f82ea3fc479d81a884590faaa9c42e19c971285e01a19d6ac793b7deb7fc4775 SHA512 6455e234becc44e6568fa25fd72abfaa293cb0bc2d2f1d124e551c068ba01083192b21e82e941158c8c1f41cb6dad3851d665b9f3baa82fd49080f3f8619740b

diff --git a/sys-process/cronie/cronie-1.5.1-r1.ebuild b/sys-process/cronie/cronie-1.5.1-r1.ebuild
deleted file mode 100644
index 43b64498605..00000000000
--- a/sys-process/cronie/cronie-1.5.1-r1.ebuild
+++ /dev/null
@@ -1,101 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit autotools cron pam systemd user
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
-HOMEPAGE="https://github.com/cronie-crond/cronie"
-SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
-
-LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
-IUSE="+anacron +inotify pam selinux"
-
-DEPEND="pam? ( virtual/pam )
-	anacron? ( !sys-process/anacron )"
-RDEPEND="${DEPEND}
-	sys-apps/debianutils"
-
-#cronie supports /etc/crontab
-CRON_SYSTEM_CRONTAB="yes"
-
-S="${WORKDIR}/${PN}-${P}"
-
-PATCHES=(
-	"${FILESDIR}/cronie-systemd.patch"
-)
-
-pkg_setup() {
-	enewgroup crontab
-}
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-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
-
-	newconfd "${S}"/crond.sysconfig ${PN}
-
-	insinto /etc
-	newins "${FILESDIR}/${PN}-crontab" crontab
-	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
-
-	insinto /etc/cron.d
-	doins contrib/0hourly
-
-	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
-	newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
-
-	systemd_newunit contrib/cronie.systemd 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
-	else
-		insinto /etc/cron.d
-		doins contrib/dailyjobs
-	fi
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	cron_pkg_postinst
-
-	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
-		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
-		ewarn "or ${PN} not working reliably anymore."
-		einfo "(see https://bugs.gentoo.org/557406 for details.)"
-	fi
-}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-03-20  9:46 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2019-03-20  9:46 UTC (permalink / raw
  To: gentoo-commits

commit:     55795752bad0202f9c83e28002528d94d60bdbf8
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 20 09:45:05 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 20 09:45:05 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55795752

sys-process/cronie: Bump to version 1.5.4. Removed old.

Closes: https://bugs.gentoo.org/680764
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/Manifest                                        | 2 +-
 sys-process/cronie/{cronie-1.5.3-r1.ebuild => cronie-1.5.4.ebuild} | 0
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 2c0f13a6a84..67b6243c32d 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1,2 @@
 DIST cronie-1.5.2.tar.gz 121604 BLAKE2B 4225439fd13a32bba3bd24f25d7dd405cdb123e666ebbf14574143af9d161867f82ea3fc479d81a884590faaa9c42e19c971285e01a19d6ac793b7deb7fc4775 SHA512 6455e234becc44e6568fa25fd72abfaa293cb0bc2d2f1d124e551c068ba01083192b21e82e941158c8c1f41cb6dad3851d665b9f3baa82fd49080f3f8619740b
-DIST cronie-1.5.3.tar.gz 122363 BLAKE2B 68bfc5e83a1d006534291ab054dd8aaa4b351ba1abda8feed0a04885b74cfefa39cc3bd5d2caa5394b1167353da9f2c98a30e6343956cee1014d53370743acbd SHA512 18c5b51d27258f7d37286d6d1684142a74ec49994ba8332ae3afeb77320d242ada5fe5923baf043b460c2769658d74ec60ac73f37836947620660a6c2119086d
+DIST cronie-1.5.4.tar.gz 122452 BLAKE2B 042961390807c22aa1db3ab592470538d9a348d33fee8f088dfa20e45ee72c72d9502bf5eb5a957494c55d99a6705b94774442f5a2fb06eeab1aa0b0e1a4d6ae SHA512 40a8cd750bc18dcb264e88cf049b0ea66f053b7b6cc10f38fd4f4e6b912871f41ce7ad126521a08203e81c00846e001016b47da3c5e8730a7b49fc970d7b2a6a

diff --git a/sys-process/cronie/cronie-1.5.3-r1.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
similarity index 100%
rename from sys-process/cronie/cronie-1.5.3-r1.ebuild
rename to sys-process/cronie/cronie-1.5.4.ebuild


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-05-13 20:17 Aaron Bauman
  0 siblings, 0 replies; 115+ messages in thread
From: Aaron Bauman @ 2019-05-13 20:17 UTC (permalink / raw
  To: gentoo-commits

commit:     2746dbc47324972acab482e6ad60f06e771a289b
Author:     Aaron Bauman <bman <AT> gentoo <DOT> org>
AuthorDate: Mon May 13 20:16:39 2019 +0000
Commit:     Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Mon May 13 20:16:39 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2746dbc4

sys-process/cronie: arm64 stable (bug #685848)

Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="arm64"

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index a9589e5fbea..11806a528fd 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-05-14  8:08 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2019-05-14  8:08 UTC (permalink / raw
  To: gentoo-commits

commit:     445e511d7289d128cd667e884c958b675a973790
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue May 14 07:27:29 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue May 14 08:07:53 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=445e511d

sys-process/cronie: stable 1.5.4 for sparc, bug #685848

Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index 11806a528fd..29a62b838ad 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-05-15 14:50 Mikle Kolyada
  0 siblings, 0 replies; 115+ messages in thread
From: Mikle Kolyada @ 2019-05-15 14:50 UTC (permalink / raw
  To: gentoo-commits

commit:     95a5a087b748178312b0b7ea000d266623ef9d08
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Wed May 15 14:49:40 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Wed May 15 14:49:40 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95a5a087

sys-process/cronie: amd64 stable wrt bug #685848

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.62, Repoman-2.3.11
RepoMan-Options: --include-arches="amd64"

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index 29a62b838ad..a3fdc7e5a62 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-05-16 17:30 Jeroen Roovers
  0 siblings, 0 replies; 115+ messages in thread
From: Jeroen Roovers @ 2019-05-16 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     8cb4b3799e7b59dff335e6064fd023cd2173bffe
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 17:20:04 2019 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Thu May 16 17:30:04 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8cb4b379

sys-process/cronie: Stable for HPPA too.

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --ignore-arches
Signed-off-by: Jeroen Roovers <jer <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.2.ebuild | 2 +-
 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.2.ebuild b/sys-process/cronie/cronie-1.5.2.ebuild
index 9daf0a21a94..f0233d3f4e6 100644
--- a/sys-process/cronie/cronie-1.5.2.ebuild
+++ b/sys-process/cronie/cronie-1.5.2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 arm arm64 ~hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="pam? ( virtual/pam )

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index a3fdc7e5a62..fa332ae1479 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-05-16 23:56 Thomas Deutschmann
  0 siblings, 0 replies; 115+ messages in thread
From: Thomas Deutschmann @ 2019-05-16 23:56 UTC (permalink / raw
  To: gentoo-commits

commit:     f1c934a38a381df367bc136d1e8cf8bcbf5c9222
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Thu May 16 23:36:08 2019 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Thu May 16 23:36:08 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f1c934a3

sys-process/cronie: x86 stable (bug #685848)

Package-Manager: Portage-2.3.66, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index fa332ae1479..ed86f92448e 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-05-22  7:36 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2019-05-22  7:36 UTC (permalink / raw
  To: gentoo-commits

commit:     fbc2e80ca588b5f42bd087719e882c2dd1b1cf61
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Wed May 22 07:33:50 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Wed May 22 07:34:54 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbc2e80c

sys-process/cronie: stable 1.5.4 for ia64, bug #685848

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ia64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index ed86f92448e..2afa41518d7 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 hppa ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-05-24 22:50 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2019-05-24 22:50 UTC (permalink / raw
  To: gentoo-commits

commit:     da534bd75d447fa6b62ff6fd2c965459ca1d9954
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri May 24 22:14:18 2019 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri May 24 22:50:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=da534bd7

sys-process/cronie: stable 1.5.4 for ppc64, bug #685848

Package-Manager: Portage-2.3.66, Repoman-2.3.12
RepoMan-Options: --include-arches="ppc64"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index 73d28da52d5..668ffb5ef57 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-06-06  6:46 Agostino Sarubbo
  0 siblings, 0 replies; 115+ messages in thread
From: Agostino Sarubbo @ 2019-06-06  6:46 UTC (permalink / raw
  To: gentoo-commits

commit:     9038c99d4cf1714928aefb426402cb718bf37127
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  6 06:45:49 2019 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Thu Jun  6 06:45:49 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9038c99d

sys-process/cronie: alpha stable wrt bug #685848

Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="alpha"

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index 668ffb5ef57..179c8a56f84 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-07-22 15:10 Mikle Kolyada
  0 siblings, 0 replies; 115+ messages in thread
From: Mikle Kolyada @ 2019-07-22 15:10 UTC (permalink / raw
  To: gentoo-commits

commit:     87c8c6a2e1e885b00ab5a5b2b21cac3a9a440a94
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 22 15:09:21 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Mon Jul 22 15:10:45 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=87c8c6a2

sys-process/cronie: Add ~riscv keyword wrt bug #689836

Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>
Package-Manager: Portage-2.3.66, Repoman-2.3.11
RepoMan-Options: --include-arches="~riscv"

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index 179c8a56f84..3dddeac5895 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86"
+KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-10-12 18:18 Mikle Kolyada
  0 siblings, 0 replies; 115+ messages in thread
From: Mikle Kolyada @ 2019-10-12 18:18 UTC (permalink / raw
  To: gentoo-commits

commit:     d1e57a8643f34ac20272c76474971e17f3341e78
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 12 18:18:30 2019 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Oct 12 18:18:30 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d1e57a86

sys-process/cronie: migrate to sys-libs/pam

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4.ebuild
index 3dddeac5895..82d3f8f131a 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4.ebuild
@@ -14,7 +14,7 @@ KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sh
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="
-	pam? ( virtual/pam )
+	pam? ( sys-libs/pam )
 	anacron? ( !sys-process/anacron
 		elibc_musl? ( sys-libs/obstack-standalone )
 	)


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-10-28  9:30 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2019-10-28  9:30 UTC (permalink / raw
  To: gentoo-commits

commit:     20783520eec8b8ba5cefed1b400c7254a0e94471
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 28 09:29:57 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Oct 28 09:30:29 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20783520

sys-process/cronie: Move sys-apps/debianutils from BDEPEND to RDEPEND

Thanks-to: Alexander Tsoy <alexander <AT> tsoy.me>
Bug: https://bugs.gentoo.org/551352
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/{cronie-1.5.4.ebuild => cronie-1.5.4-r1.ebuild} | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.4.ebuild b/sys-process/cronie/cronie-1.5.4-r1.ebuild
similarity index 98%
rename from sys-process/cronie/cronie-1.5.4.ebuild
rename to sys-process/cronie/cronie-1.5.4-r1.ebuild
index 82d3f8f131a..29ca8c72c0c 100644
--- a/sys-process/cronie/cronie-1.5.4.ebuild
+++ b/sys-process/cronie/cronie-1.5.4-r1.ebuild
@@ -19,8 +19,7 @@ DEPEND="
 		elibc_musl? ( sys-libs/obstack-standalone )
 	)
 "
-RDEPEND="${DEPEND}"
-BDEPEND="
+RDEPEND="${DEPEND}
 	sys-apps/debianutils
 "
 


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-12-23 17:56 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2019-12-23 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     c95d8ef87dbeef6e31ea525c8a34f5c699ac3def
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 23 17:56:06 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 17:56:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c95d8ef8

sys-process/cronie: Simplified ebuilds a bit

Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.4-r1.ebuild | 5 +++--
 sys-process/cronie/cronie-1.5.5.ebuild    | 5 +++--
 2 files changed, 6 insertions(+), 4 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.4-r1.ebuild b/sys-process/cronie/cronie-1.5.4-r1.ebuild
index 06e156a8cb7..c56c8960c7f 100644
--- a/sys-process/cronie/cronie-1.5.4-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.4-r1.ebuild
@@ -54,8 +54,9 @@ src_configure() {
 	)
 
 	if use anacron; then
-		use elibc_musl && append-cflags "-lobstack"
-		use elibc_uclibc && append-cflags "-lobstack"
+		if use elibc_musl || use elibc_uclibc ; then
+			append-cflags "-lobstack"
+		fi
 	fi
 	SPOOL_DIR="/var/spool/cron/crontabs" \
 	ANACRON_SPOOL_DIR="/var/spool/anacron" \

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index d6478c60ec6..b27c909f26e 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -54,8 +54,9 @@ src_configure() {
 	)
 
 	if use anacron; then
-		use elibc_musl && append-cflags "-lobstack"
-		use elibc_uclibc && append-cflags "-lobstack"
+		if use elibc_musl || use elibc_uclibc ; then
+			append-cflags "-lobstack"
+		fi
 	fi
 	SPOOL_DIR="/var/spool/cron/crontabs" \
 	ANACRON_SPOOL_DIR="/var/spool/anacron" \


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2019-12-23 17:56 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2019-12-23 17:56 UTC (permalink / raw
  To: gentoo-commits

commit:     92731111617b2c6ba7c0d301fec2aab1a71ed0d9
Author:     Steffen Christgau <mail <AT> s14u <DOT> de>
AuthorDate: Mon Dec 23 17:53:39 2019 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Dec 23 17:56:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92731111

sys-process/cronie: Fixed build on uclibc-ng systems

Closes: https://bugs.gentoo.org/703126
Package-Manager: Portage-2.3.82, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.4-r1.ebuild | 2 ++
 sys-process/cronie/cronie-1.5.5.ebuild    | 2 ++
 2 files changed, 4 insertions(+)

diff --git a/sys-process/cronie/cronie-1.5.4-r1.ebuild b/sys-process/cronie/cronie-1.5.4-r1.ebuild
index 29ca8c72c0c..06e156a8cb7 100644
--- a/sys-process/cronie/cronie-1.5.4-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.4-r1.ebuild
@@ -17,6 +17,7 @@ DEPEND="
 	pam? ( sys-libs/pam )
 	anacron? ( !sys-process/anacron
 		elibc_musl? ( sys-libs/obstack-standalone )
+		elibc_uclibc? ( sys-libs/obstack-standalone )
 	)
 "
 RDEPEND="${DEPEND}
@@ -54,6 +55,7 @@ src_configure() {
 
 	if use anacron; then
 		use elibc_musl && append-cflags "-lobstack"
+		use elibc_uclibc && append-cflags "-lobstack"
 	fi
 	SPOOL_DIR="/var/spool/cron/crontabs" \
 	ANACRON_SPOOL_DIR="/var/spool/anacron" \

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index 33cb53bf282..d6478c60ec6 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -17,6 +17,7 @@ DEPEND="
 	pam? ( sys-libs/pam )
 	anacron? ( !sys-process/anacron
 		elibc_musl? ( sys-libs/obstack-standalone )
+		elibc_uclibc? ( sys-libs/obstack-standalone )
 	)
 "
 RDEPEND="${DEPEND}
@@ -54,6 +55,7 @@ src_configure() {
 
 	if use anacron; then
 		use elibc_musl && append-cflags "-lobstack"
+		use elibc_uclibc && append-cflags "-lobstack"
 	fi
 	SPOOL_DIR="/var/spool/cron/crontabs" \
 	ANACRON_SPOOL_DIR="/var/spool/anacron" \


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-24  7:02 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2020-07-24  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     bf55ee6dd5e9bb7ae86dc8ab203e30f939af01f2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 07:01:46 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 07:01:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf55ee6d

sys-process/cronie: ppc stable (bug #733700)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index f6ccd54dc31..503c8d56c84 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-24  7:02 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2020-07-24  7:02 UTC (permalink / raw
  To: gentoo-commits

commit:     4c7250e3eefa84f0ba056cd3c5f6d567e9be7328
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 07:01:19 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 07:01:19 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4c7250e3

sys-process/cronie: ppc64 stable (bug #733700)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index f3ffbf7333e..f6ccd54dc31 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-24 12:23 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2020-07-24 12:23 UTC (permalink / raw
  To: gentoo-commits

commit:     b8f59885ca1e8a618ad8533131a6fbe734e2b120
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 12:20:46 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 12:23:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b8f59885

sys-process/cronie: sparc stable (bug #733700)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index 503c8d56c84..e63bc853f31 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-24 12:44 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2020-07-24 12:44 UTC (permalink / raw
  To: gentoo-commits

commit:     ed494b19a6b6de393b48243c9c27c9affae960cf
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 12:39:28 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 12:44:15 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed494b19

sys-process/cronie: Block sys-process/systemd-cron when USE="anacron"

Bug: https://bugs.gentoo.org/733760
Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.4-r1.ebuild | 4 +++-
 sys-process/cronie/cronie-1.5.5.ebuild    | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.4-r1.ebuild b/sys-process/cronie/cronie-1.5.4-r1.ebuild
index ce74a8a6366..50c1b98619e 100644
--- a/sys-process/cronie/cronie-1.5.4-r1.ebuild
+++ b/sys-process/cronie/cronie-1.5.4-r1.ebuild
@@ -15,7 +15,9 @@ IUSE="+anacron +inotify pam selinux"
 
 DEPEND="
 	pam? ( sys-libs/pam )
-	anacron? ( !sys-process/anacron
+	anacron? (
+		!sys-process/anacron
+		!sys-process/systemd-cron
 		elibc_musl? ( sys-libs/obstack-standalone )
 		elibc_uclibc? ( sys-libs/obstack-standalone )
 	)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index e63bc853f31..ee77af51c77 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -15,7 +15,9 @@ IUSE="+anacron +inotify pam selinux"
 
 DEPEND="
 	pam? ( sys-libs/pam )
-	anacron? ( !sys-process/anacron
+	anacron? (
+		!sys-process/anacron
+		!sys-process/systemd-cron
 		elibc_musl? ( sys-libs/obstack-standalone )
 		elibc_uclibc? ( sys-libs/obstack-standalone )
 	)


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-24 15:09 Agostino Sarubbo
  0 siblings, 0 replies; 115+ messages in thread
From: Agostino Sarubbo @ 2020-07-24 15:09 UTC (permalink / raw
  To: gentoo-commits

commit:     429338be0499397de153359e10162959f676789d
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Fri Jul 24 15:09:13 2020 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Fri Jul 24 15:09:13 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=429338be

sys-process/cronie: amd64 stable wrt bug #733700

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index ee77af51c77..e73f6d3427e 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-25  2:51 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2020-07-25  2:51 UTC (permalink / raw
  To: gentoo-commits

commit:     8345e0227011644a7cc1df8db77b4ae5c625c7a1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 02:33:18 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 02:33:18 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8345e022

sys-process/cronie: x86 stable (bug #733700)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index e73f6d3427e..01b2814c408 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-25 11:16 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2020-07-25 11:16 UTC (permalink / raw
  To: gentoo-commits

commit:     f0b92cbf3f020059af319531e2ba41dd37c1ebdc
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 10:44:49 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 11:16:40 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0b92cbf

sys-process/cronie: arm64 stable (bug #733700)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index 01b2814c408..257a76e0976 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-25 11:40 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2020-07-25 11:40 UTC (permalink / raw
  To: gentoo-commits

commit:     0c39b37728962747f1055c2b53af6a05f633215d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 25 11:40:19 2020 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 25 11:40:36 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c39b377

sys-process/cronie: arm stable (bug #733700)

Package-Manager: Portage-3.0.0, Repoman-2.3.23
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index 257a76e0976..c1292ba331c 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-07-28 21:25 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2020-07-28 21:25 UTC (permalink / raw
  To: gentoo-commits

commit:     7ab6dcc6111bd767e571557f504f13f4d800faed
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Tue Jul 28 19:04:36 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Tue Jul 28 21:15:22 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ab6dcc6

sys-process/cronie: stable 1.5.5 for hppa, bug #733700

Package-Manager: Portage-2.3.103, Repoman-2.3.23
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5.ebuild
index c1292ba331c..50c1b98619e 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2020-11-03  6:49 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2020-11-03  6:49 UTC (permalink / raw
  To: gentoo-commits

commit:     3a6b4e18f5023176eab1e50e2cc9887f78f3bf4a
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  3 06:45:23 2020 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Tue Nov  3 06:49:01 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a6b4e18

sys-process/cronie: Removed old

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/Manifest               |   1 -
 sys-process/cronie/cronie-1.5.4-r1.ebuild | 117 ------------------------------
 2 files changed, 118 deletions(-)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 85685348109..2d8069394e6 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1 @@
-DIST cronie-1.5.4.tar.gz 122452 BLAKE2B 042961390807c22aa1db3ab592470538d9a348d33fee8f088dfa20e45ee72c72d9502bf5eb5a957494c55d99a6705b94774442f5a2fb06eeab1aa0b0e1a4d6ae SHA512 40a8cd750bc18dcb264e88cf049b0ea66f053b7b6cc10f38fd4f4e6b912871f41ce7ad126521a08203e81c00846e001016b47da3c5e8730a7b49fc970d7b2a6a
 DIST cronie-1.5.5.tar.gz 124642 BLAKE2B 19bb690a2ae66b9b99dcd0536c115fbdf46c0f1c58922e08fb31d9789df3358438001bd4b6b55d16e99e3927364c618ac22cb04661db1245d09709fcb58eef1e SHA512 88b0e877e5b36a0063b37a6ce82133117c95ebd4435ce843e09c6247ac50f36c66503b850aafa75512fab07d46a110ddfdf52e7e984638ed794588e338547166

diff --git a/sys-process/cronie/cronie-1.5.4-r1.ebuild b/sys-process/cronie/cronie-1.5.4-r1.ebuild
deleted file mode 100644
index 50c1b98619e..00000000000
--- a/sys-process/cronie/cronie-1.5.4-r1.ebuild
+++ /dev/null
@@ -1,117 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools cron flag-o-matic pam systemd user
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
-HOMEPAGE="https://github.com/cronie-crond/cronie"
-SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
-
-LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="+anacron +inotify pam selinux"
-
-DEPEND="
-	pam? ( sys-libs/pam )
-	anacron? (
-		!sys-process/anacron
-		!sys-process/systemd-cron
-		elibc_musl? ( sys-libs/obstack-standalone )
-		elibc_uclibc? ( sys-libs/obstack-standalone )
-	)
-"
-RDEPEND="${DEPEND}
-	sys-apps/debianutils
-"
-
-#cronie supports /etc/crontab
-CRON_SYSTEM_CRONTAB="yes"
-
-S="${WORKDIR}/${PN}-${P}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-1.5.3-systemd.patch"
-)
-
-pkg_setup() {
-	enewgroup crontab
-}
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_with inotify)
-		$(use_with pam)
-		$(use_with selinux)
-		$(use_enable anacron)
-		--enable-syscrontab
-		--with-daemon_username=cron
-		--with-daemon_groupname=cron
-	)
-
-	if use anacron; then
-		if use elibc_musl || use elibc_uclibc ; then
-			append-cflags "-lobstack"
-		fi
-	fi
-	SPOOL_DIR="/var/spool/cron/crontabs" \
-	ANACRON_SPOOL_DIR="/var/spool/anacron" \
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	docrondir -m 1730 -o root -g crontab
-	fowners root:crontab /usr/bin/crontab
-	fperms 2751 /usr/bin/crontab
-
-	newconfd "${S}"/crond.sysconfig ${PN}
-
-	insinto /etc
-	newins "${FILESDIR}/${PN}-crontab" crontab
-	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
-
-	insinto /etc/cron.d
-	doins contrib/0hourly
-
-	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
-	newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
-
-	systemd_newunit contrib/cronie.systemd 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
-	else
-		insinto /etc/cron.d
-		doins contrib/dailyjobs
-	fi
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	cron_pkg_postinst
-
-	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
-		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
-		ewarn "or ${PN} not working reliably anymore."
-		einfo "(see https://bugs.gentoo.org/557406 for details.)"
-	fi
-}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-01-23 10:58 Mikle Kolyada
  0 siblings, 0 replies; 115+ messages in thread
From: Mikle Kolyada @ 2021-01-23 10:58 UTC (permalink / raw
  To: gentoo-commits

commit:     20328c8cd972ba7edad62e5a13f597a8d64094fe
Author:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 23 10:56:55 2021 +0000
Commit:     Mikle Kolyada <zlogene <AT> gentoo <DOT> org>
CommitDate: Sat Jan 23 10:56:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20328c8c

sys-process/cronie: install pam files conditionally

Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene <AT> gentoo.org>

 sys-process/cronie/{cronie-1.5.5.ebuild => cronie-1.5.5-r1.ebuild} | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.5.ebuild b/sys-process/cronie/cronie-1.5.5-r1.ebuild
similarity index 95%
rename from sys-process/cronie/cronie-1.5.5.ebuild
rename to sys-process/cronie/cronie-1.5.5-r1.ebuild
index 4bbef2e9bb0..87d7137e8e3 100644
--- a/sys-process/cronie/cronie-1.5.5.ebuild
+++ b/sys-process/cronie/cronie-1.5.5-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -83,7 +83,10 @@ src_install() {
 	doins contrib/0hourly
 
 	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
-	newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+
+	if use pam; then
+		newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+	fi
 
 	systemd_newunit contrib/cronie.systemd cronie.service
 


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-03-17 17:26 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2021-03-17 17:26 UTC (permalink / raw
  To: gentoo-commits

commit:     88cefb94e8655ac8b993ec59e77f8b01213048eb
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 17 17:25:58 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Mar 17 17:26:19 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88cefb94

sys-process/cronie: Removed superfluous USE flag description

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/metadata.xml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/sys-process/cronie/metadata.xml b/sys-process/cronie/metadata.xml
index 091908ba8d4..a9981088401 100644
--- a/sys-process/cronie/metadata.xml
+++ b/sys-process/cronie/metadata.xml
@@ -14,7 +14,6 @@
   </longdescription>
   <use>
     <flag name="anacron">Install the periodic anacron command scheduler.</flag>
-    <flag name="inotify">Enable inotify filesystem monitoring support.</flag>
   </use>
   <upstream>
     <remote-id type="github">cronie-crond/cronie</remote-id>


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-03-29 12:10 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2021-03-29 12:10 UTC (permalink / raw
  To: gentoo-commits

commit:     e94902a92a9bd2c3f27ffa96c47ef87614607a4c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 29 12:09:46 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Mar 29 12:10:15 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e94902a9

sys-process/cronie: Bump to version 1.5.7

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/Manifest            |   1 +
 sys-process/cronie/cronie-1.5.7.ebuild | 117 +++++++++++++++++++++++++++++++++
 2 files changed, 118 insertions(+)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 7bb22e3b92a..ed42df79f8b 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1,3 @@
 DIST cronie-1.5.5.tar.gz 124642 BLAKE2B 19bb690a2ae66b9b99dcd0536c115fbdf46c0f1c58922e08fb31d9789df3358438001bd4b6b55d16e99e3927364c618ac22cb04661db1245d09709fcb58eef1e SHA512 88b0e877e5b36a0063b37a6ce82133117c95ebd4435ce843e09c6247ac50f36c66503b850aafa75512fab07d46a110ddfdf52e7e984638ed794588e338547166
 DIST cronie-1.5.6.tar.gz 148374 BLAKE2B d511ea49804bf8e1fb10bd43bd37c03594ca4836c79a25b6c8a3e29efe50c11d0ecb6252e4d45bb186c33e2034040c7fdf009d20c305a03198365aba93979fd1 SHA512 bfae9b03627256367c7cdecd8ee13a3625386ea01ffa318d6f2b2d9c3f8efd5e31572125fbf7efd6ade8a22e5cd69e36e915a4ca8f554b553478059bc8be3337
+DIST cronie-1.5.7.tar.gz 148739 BLAKE2B 3e9f8b78a29d2304e2ece7ce2b794b80e6023428d5b07f21936f3690eae2741b9e6814f966d8e3cb3d4f9daf32b3fe730ce6adebb76f8779c3f5039d2a19b6a4 SHA512 cddf1ffd518bf8daed8ae2634ace41da669f6d1039b1936b602200e2f2902944d8e84c80f73f6ab67b2fa755c4192f9181cf44d87bc893201b756367ab55148e

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
new file mode 100644
index 00000000000..5606e21fbe5
--- /dev/null
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -0,0 +1,117 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools cron flag-o-matic pam systemd
+
+DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
+HOMEPAGE="https://github.com/cronie-crond/cronie"
+SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
+
+LICENSE="ISC BSD BSD-2 GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+anacron +inotify pam selinux"
+
+DEPEND="
+	acct-group/crontab
+	pam? ( sys-libs/pam )
+	anacron? (
+		!sys-process/anacron
+		!sys-process/systemd-cron
+		elibc_musl? ( sys-libs/obstack-standalone )
+		elibc_uclibc? ( sys-libs/obstack-standalone )
+	)
+"
+RDEPEND="${DEPEND}
+	sys-apps/debianutils
+"
+
+#cronie supports /etc/crontab
+CRON_SYSTEM_CRONTAB="yes"
+
+S="${WORKDIR}/${PN}-${P}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.5.3-systemd.patch"
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with inotify)
+		$(use_with pam)
+		$(use_with selinux)
+		$(use_enable anacron)
+		--enable-syscrontab
+		--with-daemon_username=cron
+		--with-daemon_groupname=cron
+	)
+
+	if use anacron ; then
+		if use elibc_musl || use elibc_uclibc ; then
+			append-cflags "-lobstack"
+		fi
+	fi
+	SPOOL_DIR="/var/spool/cron/crontabs" \
+	ANACRON_SPOOL_DIR="/var/spool/anacron" \
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	docrondir -m 1730 -o root -g crontab
+	fowners root:crontab /usr/bin/crontab
+	fperms 2751 /usr/bin/crontab
+
+	newconfd "${S}"/crond.sysconfig ${PN}
+
+	insinto /etc
+	newins "${FILESDIR}/${PN}-crontab" crontab
+	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
+
+	insinto /etc/cron.d
+	doins contrib/0hourly
+
+	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
+
+	if use pam ; then
+		newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+	fi
+
+	systemd_newunit contrib/cronie.systemd 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
+	else
+		insinto /etc/cron.d
+		doins contrib/dailyjobs
+	fi
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
+}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-06-20 21:08 Sergei Trofimovich
  0 siblings, 0 replies; 115+ messages in thread
From: Sergei Trofimovich @ 2021-06-20 21:08 UTC (permalink / raw
  To: gentoo-commits

commit:     1ea31c5e2d3f587caf294da0035814a19efe4aff
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 21:08:23 2021 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 21:08:23 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ea31c5e

sys-process/cronie: stable 1.5.7 for sparc

stable wrt bug #796872

Package-Manager: Portage-3.0.20, Repoman-3.0.3
RepoMan-Options: --include-arches="sparc"
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index 5606e21fbe5..391e6a3078f 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-06-20 22:32 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2021-06-20 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     592985a2b9388eb216adde631275f4a3c71fee58
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 22:29:59 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 22:32:09 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=592985a2

sys-process/cronie: Stabilize 1.5.7 ppc64, #796872

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index 391e6a3078f..3590a98d1f4 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-06-20 22:32 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2021-06-20 22:32 UTC (permalink / raw
  To: gentoo-commits

commit:     04a34667876278d44d33acfc381fd1ae7121e3f8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 20 22:30:14 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 20 22:32:10 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a34667

sys-process/cronie: Stabilize 1.5.7 ppc, #796872

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index 3590a98d1f4..60605f3347a 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-06-21  6:17 Agostino Sarubbo
  0 siblings, 0 replies; 115+ messages in thread
From: Agostino Sarubbo @ 2021-06-21  6:17 UTC (permalink / raw
  To: gentoo-commits

commit:     6b089f0cc595dc8ed1f3099407fa785bd5d1b9ce
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 06:17:37 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 06:17:37 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b089f0c

sys-process/cronie: amd64 stable wrt bug #796872

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index 60605f3347a..471b97bd991 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-06-21  6:19 Agostino Sarubbo
  0 siblings, 0 replies; 115+ messages in thread
From: Agostino Sarubbo @ 2021-06-21  6:19 UTC (permalink / raw
  To: gentoo-commits

commit:     4bc9e8fc446975943029039e5b5251d1f1a8ca28
Author:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 21 06:19:40 2021 +0000
Commit:     Agostino Sarubbo <ago <AT> gentoo <DOT> org>
CommitDate: Mon Jun 21 06:19:40 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bc9e8fc

sys-process/cronie: x86 stable wrt bug #796872

Package-Manager: Portage-3.0.20, Repoman-3.0.2
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index 471b97bd991..733765f80ee 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-06-22 19:45 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2021-06-22 19:45 UTC (permalink / raw
  To: gentoo-commits

commit:     5dfd215b807e0db5102a3cde5cc1a66e710f1eb8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 22 19:36:02 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 22 19:36:02 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dfd215b

sys-process/cronie: Stabilize 1.5.7 arm64, #796872

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index 733765f80ee..a45d025b055 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2021-06-26  1:34 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2021-06-26  1:34 UTC (permalink / raw
  To: gentoo-commits

commit:     867c53531763e9c1a07e767c80165b076a60bcaa
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Jun 26 01:02:56 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jun 26 01:02:56 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=867c5353

sys-process/cronie: Stabilize 1.5.7 arm, #796872

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index a45d025b055..af83982205f 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-01-01 20:08 David Seifert
  0 siblings, 0 replies; 115+ messages in thread
From: David Seifert @ 2022-01-01 20:08 UTC (permalink / raw
  To: gentoo-commits

commit:     a17e66fed1090f4bbb594e11e609e0b72cdb43a7
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Jan  1 20:07:35 2022 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Jan  1 20:07:35 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a17e66fe

sys-process/cronie: remove uclibc

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index af83982205fc..26e6f5561229 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -20,7 +20,6 @@ DEPEND="
 		!sys-process/anacron
 		!sys-process/systemd-cron
 		elibc_musl? ( sys-libs/obstack-standalone )
-		elibc_uclibc? ( sys-libs/obstack-standalone )
 	)
 "
 RDEPEND="${DEPEND}
@@ -53,7 +52,7 @@ src_configure() {
 	)
 
 	if use anacron ; then
-		if use elibc_musl || use elibc_uclibc ; then
+		if use elibc_musl ; then
 			append-cflags "-lobstack"
 		fi
 	fi


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-01-24 19:19 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-01-24 19:19 UTC (permalink / raw
  To: gentoo-commits

commit:     0fe21b1d2249ebc4c6e012ebf6d4e6e8c83f6356
Author:     Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
AuthorDate: Mon Jan 24 16:57:33 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Jan 24 19:18:58 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fe21b1d

sys-process/cronie: stable 1.5.7 for hppa, bug #831629

Package-Manager: Portage-3.0.28, Repoman-3.0.3
RepoMan-Options: --include-arches="hppa"
Signed-off-by: Rolf Eike Beer <eike <AT> sf-mail.de>
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.5.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.5.7.ebuild b/sys-process/cronie/cronie-1.5.7.ebuild
index 26e6f5561229..e4bba82a5797 100644
--- a/sys-process/cronie/cronie-1.5.7.ebuild
+++ b/sys-process/cronie/cronie-1.5.7.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-03-24  7:42 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2022-03-24  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     9d36b56b990f150502a050d8d2444539bde32741
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 07:41:27 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 07:41:50 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d36b56b

sys-process/cronie: Revbump to give correct path to pidfile location

Closes: https://bugs.gentoo.org/835814
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/{cronie-1.6.0.ebuild => cronie-1.6.0-r1.ebuild} | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/sys-process/cronie/cronie-1.6.0.ebuild b/sys-process/cronie/cronie-1.6.0-r1.ebuild
similarity index 97%
rename from sys-process/cronie/cronie-1.6.0.ebuild
rename to sys-process/cronie/cronie-1.6.0-r1.ebuild
index 803851ce4c04..f45298904d22 100644
--- a/sys-process/cronie/cronie-1.6.0.ebuild
+++ b/sys-process/cronie/cronie-1.6.0-r1.ebuild
@@ -47,6 +47,8 @@ src_configure() {
 		$(use_with selinux)
 		$(use_enable anacron)
 		--enable-syscrontab
+		# Required for correct pidfile location #835814
+		--runstatedir="/run"
 		--with-daemon_username=cron
 		--with-daemon_groupname=cron
 	)


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-03-24 12:49 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2022-03-24 12:49 UTC (permalink / raw
  To: gentoo-commits

commit:     aad7f5357b9912d99b92aa692579280d62307263
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 12:48:34 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 12:48:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aad7f535

sys-process/cronie: Use EPREFIX for --runstatedir

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.0-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.0-r1.ebuild b/sys-process/cronie/cronie-1.6.0-r1.ebuild
index f45298904d22..93c845e1da39 100644
--- a/sys-process/cronie/cronie-1.6.0-r1.ebuild
+++ b/sys-process/cronie/cronie-1.6.0-r1.ebuild
@@ -48,7 +48,7 @@ src_configure() {
 		$(use_enable anacron)
 		--enable-syscrontab
 		# Required for correct pidfile location #835814
-		--runstatedir="/run"
+		--runstatedir="${EPREFIX}/run"
 		--with-daemon_username=cron
 		--with-daemon_groupname=cron
 	)


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-04-25 15:38 Lars Wendler
  0 siblings, 0 replies; 115+ messages in thread
From: Lars Wendler @ 2022-04-25 15:38 UTC (permalink / raw
  To: gentoo-commits

commit:     7b807ae687b2c1ec3fc32c06a4accfc0d7d626fa
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 25 15:37:47 2022 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Mon Apr 25 15:38:14 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7b807ae6

sys-process/cronie: Bump to version 1.6.1

Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 sys-process/cronie/Manifest            |   1 +
 sys-process/cronie/cronie-1.6.1.ebuild | 118 +++++++++++++++++++++++++++++++++
 2 files changed, 119 insertions(+)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 8238b355cca7..ad71e811a63a 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1,3 @@
 DIST cronie-1.5.7.tar.gz 148739 BLAKE2B 3e9f8b78a29d2304e2ece7ce2b794b80e6023428d5b07f21936f3690eae2741b9e6814f966d8e3cb3d4f9daf32b3fe730ce6adebb76f8779c3f5039d2a19b6a4 SHA512 cddf1ffd518bf8daed8ae2634ace41da669f6d1039b1936b602200e2f2902944d8e84c80f73f6ab67b2fa755c4192f9181cf44d87bc893201b756367ab55148e
 DIST cronie-1.6.0.tar.gz 149859 BLAKE2B 0b63b07d8138c74c57ff0cbe1ae3cd3abb21178116322327d06cbc5e12a0c54e5f2512fb9f810787721f7ad1bba897f206b96fd83645bbfeeace734eedbcaf3d SHA512 9d078e2f8ffc0d2feaa16d419fcccf354f8de8021869b14d315b6f0a0acbd888da98fb47888b71672354ec221bbbaf5b77a543b909ae44b0fc6d2b39394ddf5b
+DIST cronie-1.6.1.tar.gz 149913 BLAKE2B 7b563b90f386a8df09398661e2b3ddc1f83d6c0d19290a02c0622be461e1d160218572adf132d634c60ef8fd0a4bb100e830b90e26270c28c75a69591ccc18a6 SHA512 1e095df9670ec25d6629f4cf2cacd82c6c1cb1487a859815a7881a1d130e4f18f9976396f773abae24dadc232166bb6467bbaeac1cb0254209fcadf3530d5e6f

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
new file mode 100644
index 000000000000..93c845e1da39
--- /dev/null
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -0,0 +1,118 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools cron flag-o-matic pam systemd
+
+DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
+HOMEPAGE="https://github.com/cronie-crond/cronie"
+SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
+
+LICENSE="ISC BSD BSD-2 GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+anacron +inotify pam selinux"
+
+DEPEND="
+	acct-group/crontab
+	pam? ( sys-libs/pam )
+	anacron? (
+		!sys-process/anacron
+		!sys-process/systemd-cron
+		elibc_musl? ( sys-libs/obstack-standalone )
+	)
+"
+RDEPEND="${DEPEND}
+	sys-apps/debianutils
+"
+
+#cronie supports /etc/crontab
+CRON_SYSTEM_CRONTAB="yes"
+
+S="${WORKDIR}/${PN}-${P}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.5.3-systemd.patch"
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with inotify)
+		$(use_with pam)
+		$(use_with selinux)
+		$(use_enable anacron)
+		--enable-syscrontab
+		# Required for correct pidfile location #835814
+		--runstatedir="${EPREFIX}/run"
+		--with-daemon_username=cron
+		--with-daemon_groupname=cron
+	)
+
+	if use anacron ; then
+		if use elibc_musl ; then
+			append-cflags "-lobstack"
+		fi
+	fi
+	SPOOL_DIR="/var/spool/cron/crontabs" \
+	ANACRON_SPOOL_DIR="/var/spool/anacron" \
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	docrondir -m 1730 -o root -g crontab
+	fowners root:crontab /usr/bin/crontab
+	fperms 2751 /usr/bin/crontab
+
+	newconfd "${S}"/crond.sysconfig ${PN}
+
+	insinto /etc
+	newins "${FILESDIR}/${PN}-crontab" crontab
+	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
+
+	insinto /etc/cron.d
+	doins contrib/dailyjobs
+
+	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
+
+	if use pam ; then
+		newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+	fi
+
+	systemd_newunit contrib/cronie.systemd 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
+
+		insinto /etc/cron.d
+		doins contrib/0hourly
+	fi
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
+}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-06-29  7:26 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-06-29  7:26 UTC (permalink / raw
  To: gentoo-commits

commit:     5c157b1227d3721a9be8b5448a86744cbd885e68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 29 06:39:57 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 29 07:25:20 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c157b12

sys-process/cronie: update maintainers (add base-system@)

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/metadata.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/sys-process/cronie/metadata.xml b/sys-process/cronie/metadata.xml
index 1a89bc516d00..5b5f4362010e 100644
--- a/sys-process/cronie/metadata.xml
+++ b/sys-process/cronie/metadata.xml
@@ -1,7 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-  <!-- maintainer-needed -->
+   <maintainer type="project">
+    <email>base-system@gentoo.org</email>
+    <name>Gentoo Base System</name>
+  </maintainer>
   <longdescription lang="en">
   Cronie contains the standard UNIX daemon crond that runs specified programs at
   scheduled times and related tools. It is based on the original cron and


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-08-28  6:30 WANG Xuerui
  0 siblings, 0 replies; 115+ messages in thread
From: WANG Xuerui @ 2022-08-28  6:30 UTC (permalink / raw
  To: gentoo-commits

commit:     6668753bff4cd59648e37aa7df158bd8bf469399
Author:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 28 06:23:46 2022 +0000
Commit:     WANG Xuerui <xen0n <AT> gentoo <DOT> org>
CommitDate: Sun Aug 28 06:28:05 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6668753b

sys-process/cronie: keyword 1.6.1 for ~loong

Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index 93c845e1da39..15e4fd10d597 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-06 21:35 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-09-06 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     eca4341d954753064a47ab548ce4df7488025af6
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 21:34:59 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 21:34:59 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eca4341d

sys-process/cronie: Stabilize 1.6.1 arm64, #868951

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index 15e4fd10d597..77948ef95c32 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-06 21:35 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-09-06 21:35 UTC (permalink / raw
  To: gentoo-commits

commit:     cbd83ba8ee064250608dea3384cf53dca9a2740f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 21:35:25 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 21:35:25 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cbd83ba8

sys-process/cronie: Stabilize 1.6.1 arm, #868951

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index 77948ef95c32..f48032407133 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-06 21:41 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-09-06 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     877500acada3d3599f5700be9a9ed9c375b94bc8
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 21:40:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 21:40:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=877500ac

sys-process/cronie: Stabilize 1.6.1 x86, #868951

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index f48032407133..0e536d735c8b 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-06 21:44 Jakov Smolić
  0 siblings, 0 replies; 115+ messages in thread
From: Jakov Smolić @ 2022-09-06 21:44 UTC (permalink / raw
  To: gentoo-commits

commit:     e927b579e492a6e345357dba3a3c0b574bcdf8b5
Author:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  6 21:44:31 2022 +0000
Commit:     Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
CommitDate: Tue Sep  6 21:44:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e927b579

sys-process/cronie: Stabilize 1.6.1 amd64, #868951

Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index 0e536d735c8b..8d60646343c0 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-07  1:50 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-09-07  1:50 UTC (permalink / raw
  To: gentoo-commits

commit:     528038e82a3cc2b28ca0d42aa5cb742eb880dc68
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep  7 01:49:01 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Sep  7 01:49:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=528038e8

sys-process/cronie: Stabilize 1.6.1 sparc, #868951

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index 8d60646343c0..f6bc9f00d6dd 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-14 19:27 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2022-09-14 19:27 UTC (permalink / raw
  To: gentoo-commits

commit:     6a04afd6bea66784705e81fe779e3ce928656f57
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 14 19:27:13 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Wed Sep 14 19:27:13 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a04afd6

sys-process/cronie: Stabilize 1.6.1 ppc, #868951

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index f6bc9f00d6dd..80108c800c5f 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-16 17:17 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2022-09-16 17:17 UTC (permalink / raw
  To: gentoo-commits

commit:     4ce06df73b7a84219099ce3fada6a074a4561665
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 17:17:09 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 17:17:09 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4ce06df7

sys-process/cronie: Stabilize 1.6.1 hppa, #868951

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index 80108c800c5f..4b8edd3e6dc4 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-16 17:45 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2022-09-16 17:45 UTC (permalink / raw
  To: gentoo-commits

commit:     3ba1cc484bc811bacf29747f4700a2d3bc4f1e35
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 16 17:45:00 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 16 17:45:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3ba1cc48

sys-process/cronie: Stabilize 1.6.1 ppc64, #868951

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1.ebuild
index 4b8edd3e6dc4..0a609cc5a6ca 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-23  0:42 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-09-23  0:42 UTC (permalink / raw
  To: gentoo-commits

commit:     b625145e4db43898797646eb539c4b0f7bb9ac70
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Sep 23 00:26:08 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Sep 23 00:30:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b625145e

sys-process/cronie: add missing libselinux dep

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/{cronie-1.6.1.ebuild => cronie-1.6.1-r1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sys-process/cronie/cronie-1.6.1.ebuild b/sys-process/cronie/cronie-1.6.1-r1.ebuild
similarity index 98%
rename from sys-process/cronie/cronie-1.6.1.ebuild
rename to sys-process/cronie/cronie-1.6.1-r1.ebuild
index 0a609cc5a6ca..97bb68713f7a 100644
--- a/sys-process/cronie/cronie-1.6.1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r1.ebuild
@@ -21,6 +21,7 @@ DEPEND="
 		!sys-process/systemd-cron
 		elibc_musl? ( sys-libs/obstack-standalone )
 	)
+	selinux? ( sys-libs/libselinux )
 "
 RDEPEND="${DEPEND}
 	sys-apps/debianutils


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-09-24 21:20 Mike Gilbert
  0 siblings, 0 replies; 115+ messages in thread
From: Mike Gilbert @ 2022-09-24 21:20 UTC (permalink / raw
  To: gentoo-commits

commit:     148d949d279f94cfade0bd994b1312aa584e92be
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 24 21:18:39 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Sat Sep 24 21:18:39 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=148d949d

sys-process/cronie: install /etc/cron.d/0hourly unconditionally

Closes: https://bugs.gentoo.org/872656
Closes: https://bugs.gentoo.org/825026
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 116 ++++++++++++++++++++++++++++++
 1 file changed, 116 insertions(+)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
new file mode 100644
index 000000000000..18db278ec2e5
--- /dev/null
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -0,0 +1,116 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit autotools cron flag-o-matic pam systemd
+
+DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
+HOMEPAGE="https://github.com/cronie-crond/cronie"
+SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
+
+LICENSE="ISC BSD BSD-2 GPL-2"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+anacron +inotify pam selinux"
+
+DEPEND="
+	acct-group/crontab
+	pam? ( sys-libs/pam )
+	anacron? (
+		!sys-process/anacron
+		!sys-process/systemd-cron
+		elibc_musl? ( sys-libs/obstack-standalone )
+	)
+	selinux? ( sys-libs/libselinux )
+"
+RDEPEND="${DEPEND}
+	sys-apps/debianutils
+"
+
+#cronie supports /etc/crontab
+CRON_SYSTEM_CRONTAB="yes"
+
+S="${WORKDIR}/${PN}-${P}"
+
+PATCHES=(
+	"${FILESDIR}/${PN}-1.5.3-systemd.patch"
+)
+
+src_prepare() {
+	default
+	eautoreconf
+}
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with inotify)
+		$(use_with pam)
+		$(use_with selinux)
+		$(use_enable anacron)
+		--enable-syscrontab
+		# Required for correct pidfile location #835814
+		--runstatedir="${EPREFIX}/run"
+		--with-daemon_username=cron
+		--with-daemon_groupname=cron
+	)
+
+	if use anacron ; then
+		if use elibc_musl ; then
+			append-cflags "-lobstack"
+		fi
+	fi
+	SPOOL_DIR="/var/spool/cron/crontabs" \
+	ANACRON_SPOOL_DIR="/var/spool/anacron" \
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	docrondir -m 1730 -o root -g crontab
+	fowners root:crontab /usr/bin/crontab
+	fperms 2751 /usr/bin/crontab
+
+	newconfd "${S}"/crond.sysconfig ${PN}
+
+	insinto /etc
+	newins "${FILESDIR}/${PN}-crontab" crontab
+	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
+
+	insinto /etc/cron.d
+	doins contrib/{0hourly,dailyjobs}
+
+	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
+
+	if use pam ; then
+		newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+	fi
+
+	systemd_newunit contrib/cronie.systemd 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
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
+}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-10-24 15:51 Mike Gilbert
  0 siblings, 0 replies; 115+ messages in thread
From: Mike Gilbert @ 2022-10-24 15:51 UTC (permalink / raw
  To: gentoo-commits

commit:     34020565b1edced28c0b02197598735b703b660f
Author:     Wiktor Jaskulski <wjaskulski <AT> adva <DOT> com>
AuthorDate: Sun Oct 23 20:50:54 2022 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Mon Oct 24 15:47:44 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=34020565

sys-process/cronie: Adding acct-group/crontab to BDEPEND

Closes: https://github.com/gentoo/gentoo/pull/27921
Signed-off-by: Wiktor Jaskulski <wjaskulski <AT> adva.com>
Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r1.ebuild | 7 +++++--
 sys-process/cronie/cronie-1.6.1-r2.ebuild | 7 +++++--
 2 files changed, 10 insertions(+), 4 deletions(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r1.ebuild b/sys-process/cronie/cronie-1.6.1-r1.ebuild
index 97bb68713f7a..86e6ae54c2a8 100644
--- a/sys-process/cronie/cronie-1.6.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r1.ebuild
@@ -13,8 +13,9 @@ LICENSE="ISC BSD BSD-2 GPL-2"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
+BDEPEND="acct-group/crontab"
+
 DEPEND="
-	acct-group/crontab
 	pam? ( sys-libs/pam )
 	anacron? (
 		!sys-process/anacron
@@ -23,7 +24,9 @@ DEPEND="
 	)
 	selinux? ( sys-libs/libselinux )
 "
-RDEPEND="${DEPEND}
+RDEPEND="
+	${BDEPEND}
+	${DEPEND}
 	sys-apps/debianutils
 "
 

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 18db278ec2e5..9c847ae19872 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -13,8 +13,9 @@ LICENSE="ISC BSD BSD-2 GPL-2"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
+BDEPEND="acct-group/crontab"
+
 DEPEND="
-	acct-group/crontab
 	pam? ( sys-libs/pam )
 	anacron? (
 		!sys-process/anacron
@@ -23,7 +24,9 @@ DEPEND="
 	)
 	selinux? ( sys-libs/libselinux )
 "
-RDEPEND="${DEPEND}
+RDEPEND="
+	${BDEPEND}
+	${DEPEND}
 	sys-apps/debianutils
 "
 


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-11-25  5:02 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-11-25  5:02 UTC (permalink / raw
  To: gentoo-commits

commit:     48870ce41c152b0995d4aa8997606c99ab15e7b4
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 05:02:31 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 05:02:31 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48870ce4

sys-process/cronie: Stabilize 1.6.1-r2 amd64, #882847

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 9c847ae19872..c13f25eba4da 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 BDEPEND="acct-group/crontab"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-11-25  5:06 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-11-25  5:06 UTC (permalink / raw
  To: gentoo-commits

commit:     f5fd4828589b866622e597d8dd7d16b735231267
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 05:06:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 05:06:10 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5fd4828

sys-process/cronie: Stabilize 1.6.1-r2 arm, #882847

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index c13f25eba4da..424f7c9b078b 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 BDEPEND="acct-group/crontab"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-11-25  5:15 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-11-25  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     61538590e96248b4b68de2e3ae4fac5703fa75b1
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 05:15:09 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 05:15:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=61538590

sys-process/cronie: Stabilize 1.6.1-r2 ppc, #882847

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 424f7c9b078b..1e11e5f696b1 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 BDEPEND="acct-group/crontab"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-11-25  5:15 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-11-25  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     7c482ec8b6b63b42237ef4b84f05b5762336398d
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 05:15:10 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 05:15:37 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c482ec8

sys-process/cronie: Stabilize 1.6.1-r2 arm64, #882847

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 1e11e5f696b1..0c5b1b9fa79c 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 BDEPEND="acct-group/crontab"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-11-25  5:15 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-11-25  5:15 UTC (permalink / raw
  To: gentoo-commits

commit:     4eae9e1dec0a0c4da7bf1ba4de1546a05bf2e2d9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 05:15:11 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 05:15:38 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4eae9e1d

sys-process/cronie: Stabilize 1.6.1-r2 x86, #882847

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 0c5b1b9fa79c..52dd127bee15 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 BDEPEND="acct-group/crontab"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-11-25  5:21 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-11-25  5:21 UTC (permalink / raw
  To: gentoo-commits

commit:     f247b2f0cde569877aea5b9c96e828d88596508f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 05:20:52 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 05:20:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f247b2f0

sys-process/cronie: Stabilize 1.6.1-r2 ppc64, #882847

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 52dd127bee15..63f1e2e45c14 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 BDEPEND="acct-group/crontab"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-11-25  7:24 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2022-11-25  7:24 UTC (permalink / raw
  To: gentoo-commits

commit:     1c9eecd43572326562b5f5518bd072bdee1f45ef
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 07:24:28 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 07:24:28 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c9eecd4

sys-process/cronie: Stabilize 1.6.1-r2 hppa, #882847

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 63f1e2e45c14..138bb8dc7bf8 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 BDEPEND="acct-group/crontab"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-11-25  9:45 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2022-11-25  9:45 UTC (permalink / raw
  To: gentoo-commits

commit:     bf5138b51329f6b6bb01f87303583bf9ae9ba876
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 25 09:45:03 2022 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Nov 25 09:45:03 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf5138b5

sys-process/cronie: Stabilize 1.6.1-r2 sparc, #882847

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 138bb8dc7bf8..2cab18466846 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 BDEPEND="acct-group/crontab"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2022-12-26  8:35 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2022-12-26  8:35 UTC (permalink / raw
  To: gentoo-commits

commit:     237910686c0f01560dd124374eabbbf8598ddf6b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 26 08:31:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Dec 26 08:33:07 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23791068

sys-process/cronie: drop 1.6.1-r1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r1.ebuild | 122 ------------------------------
 1 file changed, 122 deletions(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r1.ebuild b/sys-process/cronie/cronie-1.6.1-r1.ebuild
deleted file mode 100644
index 86e6ae54c2a8..000000000000
--- a/sys-process/cronie/cronie-1.6.1-r1.ebuild
+++ /dev/null
@@ -1,122 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit autotools cron flag-o-matic pam systemd
-
-DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
-HOMEPAGE="https://github.com/cronie-crond/cronie"
-SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
-
-LICENSE="ISC BSD BSD-2 GPL-2"
-KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
-IUSE="+anacron +inotify pam selinux"
-
-BDEPEND="acct-group/crontab"
-
-DEPEND="
-	pam? ( sys-libs/pam )
-	anacron? (
-		!sys-process/anacron
-		!sys-process/systemd-cron
-		elibc_musl? ( sys-libs/obstack-standalone )
-	)
-	selinux? ( sys-libs/libselinux )
-"
-RDEPEND="
-	${BDEPEND}
-	${DEPEND}
-	sys-apps/debianutils
-"
-
-#cronie supports /etc/crontab
-CRON_SYSTEM_CRONTAB="yes"
-
-S="${WORKDIR}/${PN}-${P}"
-
-PATCHES=(
-	"${FILESDIR}/${PN}-1.5.3-systemd.patch"
-)
-
-src_prepare() {
-	default
-	eautoreconf
-}
-
-src_configure() {
-	local myeconfargs=(
-		$(use_with inotify)
-		$(use_with pam)
-		$(use_with selinux)
-		$(use_enable anacron)
-		--enable-syscrontab
-		# Required for correct pidfile location #835814
-		--runstatedir="${EPREFIX}/run"
-		--with-daemon_username=cron
-		--with-daemon_groupname=cron
-	)
-
-	if use anacron ; then
-		if use elibc_musl ; then
-			append-cflags "-lobstack"
-		fi
-	fi
-	SPOOL_DIR="/var/spool/cron/crontabs" \
-	ANACRON_SPOOL_DIR="/var/spool/anacron" \
-	econf "${myeconfargs[@]}"
-}
-
-src_install() {
-	default
-
-	docrondir -m 1730 -o root -g crontab
-	fowners root:crontab /usr/bin/crontab
-	fperms 2751 /usr/bin/crontab
-
-	newconfd "${S}"/crond.sysconfig ${PN}
-
-	insinto /etc
-	newins "${FILESDIR}/${PN}-crontab" crontab
-	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
-
-	insinto /etc/cron.d
-	doins contrib/dailyjobs
-
-	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
-
-	if use pam ; then
-		newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
-	fi
-
-	systemd_newunit contrib/cronie.systemd 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
-
-		insinto /etc/cron.d
-		doins contrib/0hourly
-	fi
-
-	einstalldocs
-}
-
-pkg_postinst() {
-	cron_pkg_postinst
-
-	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
-		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
-		ewarn "or ${PN} not working reliably anymore."
-		einfo "(see https://bugs.gentoo.org/557406 for details.)"
-	fi
-}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-03-11 23:35 David Seifert
  0 siblings, 0 replies; 115+ messages in thread
From: David Seifert @ 2023-03-11 23:35 UTC (permalink / raw
  To: gentoo-commits

commit:     164bbf86b6921ca8901d66413d09c6dccadc9c6d
Author:     David Seifert <soap <AT> gentoo <DOT> org>
AuthorDate: Sat Mar 11 23:35:25 2023 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Mar 11 23:35:25 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=164bbf86

sys-process/cronie: add SLOT

Signed-off-by: David Seifert <soap <AT> gentoo.org>

 sys-process/cronie/cronie-1.6.1-r2.ebuild | 9 ++++-----
 1 file changed, 4 insertions(+), 5 deletions(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r2.ebuild
index 2cab18466846..d9f124e3ec06 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2023 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
@@ -8,13 +8,13 @@ inherit autotools cron flag-o-matic pam systemd
 DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
 HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/archive/${P}.tar.gz"
+S="${WORKDIR}/${PN}-${P}"
 
 LICENSE="ISC BSD BSD-2 GPL-2"
+SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
-BDEPEND="acct-group/crontab"
-
 DEPEND="
 	pam? ( sys-libs/pam )
 	anacron? (
@@ -29,12 +29,11 @@ RDEPEND="
 	${DEPEND}
 	sys-apps/debianutils
 "
+BDEPEND="acct-group/crontab"
 
 #cronie supports /etc/crontab
 CRON_SYSTEM_CRONTAB="yes"
 
-S="${WORKDIR}/${PN}-${P}"
-
 PATCHES=(
 	"${FILESDIR}/${PN}-1.5.3-systemd.patch"
 )


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-04-27 18:37 Ionen Wolkens
  0 siblings, 0 replies; 115+ messages in thread
From: Ionen Wolkens @ 2023-04-27 18:37 UTC (permalink / raw
  To: gentoo-commits

commit:     04a879abb8625e11595b869529c92902fa052d8c
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 18:33:21 2023 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 18:37:09 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04a879ab

sys-process/cronie: fix acct-group/crontab dependency

BDEPEND was moved below for more typical ordering, but
this does RDEPEND="${BDEPEND}" which ended up empty.

Opting to move it just above RDEPEND so the relation
is more visible.

Fixes: 164bbf86b6921ca8901d66413d09c6dccadc9c6d
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 sys-process/cronie/{cronie-1.6.1-r2.ebuild => cronie-1.6.1-r3.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.6.1-r2.ebuild b/sys-process/cronie/cronie-1.6.1-r3.ebuild
similarity index 100%
rename from sys-process/cronie/cronie-1.6.1-r2.ebuild
rename to sys-process/cronie/cronie-1.6.1-r3.ebuild
index d9f124e3ec06..2658c34efbc0 100644
--- a/sys-process/cronie/cronie-1.6.1-r2.ebuild
+++ b/sys-process/cronie/cronie-1.6.1-r3.ebuild
@@ -24,12 +24,12 @@ DEPEND="
 	)
 	selinux? ( sys-libs/libselinux )
 "
+BDEPEND="acct-group/crontab"
 RDEPEND="
 	${BDEPEND}
 	${DEPEND}
 	sys-apps/debianutils
 "
-BDEPEND="acct-group/crontab"
 
 #cronie supports /etc/crontab
 CRON_SYSTEM_CRONTAB="yes"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-10-13 15:00 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2023-10-13 15:00 UTC (permalink / raw
  To: gentoo-commits

commit:     061d88c1f9281e8c503ee02fcd3bc186a6c090a5
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 13 14:31:51 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Oct 13 14:59:50 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=061d88c1

sys-process/cronie: add 1.7.0

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/Manifest            |   1 +
 sys-process/cronie/cronie-1.7.0.ebuild | 107 +++++++++++++++++++++++++++++++++
 2 files changed, 108 insertions(+)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 7de940b99a44..280c35491b30 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1 +1,2 @@
 DIST cronie-1.6.1.tar.gz 149913 BLAKE2B 7b563b90f386a8df09398661e2b3ddc1f83d6c0d19290a02c0622be461e1d160218572adf132d634c60ef8fd0a4bb100e830b90e26270c28c75a69591ccc18a6 SHA512 1e095df9670ec25d6629f4cf2cacd82c6c1cb1487a859815a7881a1d130e4f18f9976396f773abae24dadc232166bb6467bbaeac1cb0254209fcadf3530d5e6f
+DIST cronie-1.7.0.tar.gz 271404 BLAKE2B 44745f68dba212da60f3013b10737be2390d8c76186dc641fa1930b1c7d103fa2e3127a63fe73571434683137044f7fda8cc31435c59092a14c0091a372ffead SHA512 a8e6688a164540e2cd3741c58813b6684c4c22a04806bcc8ba028a9ff72f986f165715ac3663bd34133af6566bdbd272a3e7be893f139e315aef35b2dbeb622f

diff --git a/sys-process/cronie/cronie-1.7.0.ebuild b/sys-process/cronie/cronie-1.7.0.ebuild
new file mode 100644
index 000000000000..8dfc21e17ea9
--- /dev/null
+++ b/sys-process/cronie/cronie-1.7.0.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# cronie supports /etc/crontab
+CRON_SYSTEM_CRONTAB="yes"
+
+inherit cron flag-o-matic pam systemd
+
+DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
+HOMEPAGE="https://github.com/cronie-crond/cronie"
+SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="ISC BSD BSD-2 GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+anacron +inotify pam selinux"
+
+DEPEND="
+	pam? ( sys-libs/pam )
+	anacron? (
+		!sys-process/anacron
+		!sys-process/systemd-cron
+		elibc_musl? ( sys-libs/obstack-standalone )
+	)
+	selinux? ( sys-libs/libselinux )
+"
+BDEPEND="acct-group/crontab"
+RDEPEND="
+	${BDEPEND}
+	${DEPEND}
+	sys-apps/debianutils
+"
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with inotify)
+		$(use_with pam)
+		$(use_with selinux)
+		$(use_enable anacron)
+		--enable-syscrontab
+		# Required for correct pidfile location, bug #835814
+		--runstatedir="${EPREFIX}/run"
+		--with-daemon_username=cron
+		--with-daemon_groupname=cron
+	)
+
+	if use anacron && use elibc_musl ; then
+		append-cflags "-lobstack"
+	fi
+
+	SPOOL_DIR="/var/spool/cron/crontabs" \
+	ANACRON_SPOOL_DIR="/var/spool/anacron" \
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	docrondir -m 1730 -o root -g crontab
+	fowners root:crontab /usr/bin/crontab
+	fperms 2751 /usr/bin/crontab
+
+	newconfd "${S}"/crond.sysconfig ${PN}
+
+	insinto /etc
+	newins "${FILESDIR}/${PN}-crontab" crontab
+	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
+
+	insinto /etc/cron.d
+	doins contrib/{0hourly,dailyjobs}
+
+	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
+
+	if use pam ; then
+		newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+	fi
+
+	systemd_newunit contrib/cronie.systemd 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
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
+}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-12-15  7:14 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2023-12-15  7:14 UTC (permalink / raw
  To: gentoo-commits

commit:     3017ef89d9e37efc271b0d91f02492716a9eac76
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 07:13:45 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 07:13:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3017ef89

sys-process/cronie: Stabilize 1.7.0-r2 arm, #919971

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index f546d36ecbbd..810b3e24e75a 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-12-15  7:42 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2023-12-15  7:42 UTC (permalink / raw
  To: gentoo-commits

commit:     56c204bd0946ad6d828e7940356650ff2d705937
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 07:42:03 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 07:42:03 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56c204bd

sys-process/cronie: Stabilize 1.7.0-r2 sparc, #919971

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index 810b3e24e75a..6ace6a097501 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-12-15  7:49 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2023-12-15  7:49 UTC (permalink / raw
  To: gentoo-commits

commit:     e1d8d5948570ee085ce6c1c198b2c8d3d5be0045
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 07:48:56 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 07:48:56 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1d8d594

sys-process/cronie: Stabilize 1.7.0-r2 arm64, #919971

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index 6ace6a097501..704f84bedc2c 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-12-15  8:29 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2023-12-15  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     3676f97d34c35b31c7738b8f0f83367d7f3918e9
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 08:29:13 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 08:29:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3676f97d

sys-process/cronie: Stabilize 1.7.0-r2 amd64, #919971

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index 704f84bedc2c..aa08bc52ead8 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-12-15 10:10 Michał Górny
  0 siblings, 0 replies; 115+ messages in thread
From: Michał Górny @ 2023-12-15 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     f53d78c41769380d330b70519a64460d190f3c53
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 10:10:13 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 10:10:13 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f53d78c4

sys-process/cronie: Stabilize 1.7.0-r2 ppc64, #919971

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index aa08bc52ead8..d711ae165aa9 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-12-15 10:10 Michał Górny
  0 siblings, 0 replies; 115+ messages in thread
From: Michał Górny @ 2023-12-15 10:10 UTC (permalink / raw
  To: gentoo-commits

commit:     d807d717c4cf06023faac8591cf8726fd900ec91
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 10:10:14 2023 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 10:10:14 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d807d717

sys-process/cronie: Stabilize 1.7.0-r2 ppc, #919971

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index d711ae165aa9..05ac6734450d 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-12-15 13:07 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2023-12-15 13:07 UTC (permalink / raw
  To: gentoo-commits

commit:     8a0ec9cffd76f4bdaa4e8ad38218bc52f1e4bc30
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 15 13:07:45 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Dec 15 13:07:45 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a0ec9cf

sys-process/cronie: Stabilize 1.7.0-r2 x86, #919971

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index 05ac6734450d..c7ead15c72e8 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2023-12-17 16:56 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2023-12-17 16:56 UTC (permalink / raw
  To: gentoo-commits

commit:     aae151a05ac9eb97ec2c32bab4ef08c7fc4abc4e
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 17 16:56:35 2023 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Dec 17 16:56:35 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=aae151a0

sys-process/cronie: Stabilize 1.7.0-r2 hppa, #919971

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index c7ead15c72e8..2871359a9de2 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-16  2:16 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-01-16  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     4b7a0aeea443782bf8611ff181d73b35c47562b0
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 02:11:55 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 02:11:55 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b7a0aee

sys-process/cronie: fix LICENSE

Closes: https://bugs.gentoo.org/913207
Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.0-r2.ebuild | 4 ++--
 sys-process/cronie/cronie-1.7.1.ebuild    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys-process/cronie/cronie-1.7.0-r2.ebuild b/sys-process/cronie/cronie-1.7.0-r2.ebuild
index 2871359a9de2..2dbbbb127ec4 100644
--- a/sys-process/cronie/cronie-1.7.0-r2.ebuild
+++ b/sys-process/cronie/cronie-1.7.0-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -12,7 +12,7 @@ DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-c
 HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.gz"
 
-LICENSE="ISC BSD BSD-2 GPL-2"
+LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"

diff --git a/sys-process/cronie/cronie-1.7.1.ebuild b/sys-process/cronie/cronie-1.7.1.ebuild
index 13415f7c1a50..623981c18a36 100644
--- a/sys-process/cronie/cronie-1.7.1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1.ebuild
@@ -12,7 +12,7 @@ DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-c
 HOMEPAGE="https://github.com/cronie-crond/cronie"
 SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.gz"
 
-LICENSE="ISC BSD BSD-2 GPL-2"
+LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-16  2:16 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-01-16  2:16 UTC (permalink / raw
  To: gentoo-commits

commit:     20b7f80ab031f99966690f49afaa6483a98d0543
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 16 02:11:17 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 16 02:11:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20b7f80a

sys-process/cronie: add 1.7.1

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/Manifest            |   1 +
 sys-process/cronie/cronie-1.7.1.ebuild | 107 +++++++++++++++++++++++++++++++++
 2 files changed, 108 insertions(+)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index a302c696b61e..746eed3ee96f 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1 +1,2 @@
 DIST cronie-1.7.0.tar.gz 271404 BLAKE2B 44745f68dba212da60f3013b10737be2390d8c76186dc641fa1930b1c7d103fa2e3127a63fe73571434683137044f7fda8cc31435c59092a14c0091a372ffead SHA512 a8e6688a164540e2cd3741c58813b6684c4c22a04806bcc8ba028a9ff72f986f165715ac3663bd34133af6566bdbd272a3e7be893f139e315aef35b2dbeb622f
+DIST cronie-1.7.1.tar.gz 271985 BLAKE2B 9cbf22fe9c86f265e625563fc5426f39f79ac9c9cfa090ba47957c14391ed3b8ac202b244fed35ea043bed428b4c97a71ad400719a265bd95f5ac28bf3dc9b3a SHA512 4479f6f05ca9da3ecefa0e9b73662f1db58ffff309916de9f92f89c5e7f93f1c5c744f18cb3e1a3df9664d533afe7dad710f97484e72a314c87d84f57a6c56fb

diff --git a/sys-process/cronie/cronie-1.7.1.ebuild b/sys-process/cronie/cronie-1.7.1.ebuild
new file mode 100644
index 000000000000..13415f7c1a50
--- /dev/null
+++ b/sys-process/cronie/cronie-1.7.1.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# cronie supports /etc/crontab
+CRON_SYSTEM_CRONTAB="yes"
+
+inherit cron flag-o-matic pam systemd
+
+DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
+HOMEPAGE="https://github.com/cronie-crond/cronie"
+SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="ISC BSD BSD-2 GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+anacron +inotify pam selinux"
+
+DEPEND="
+	pam? ( sys-libs/pam )
+	anacron? (
+		!sys-process/anacron
+		!sys-process/systemd-cron
+		elibc_musl? ( sys-libs/obstack-standalone )
+	)
+	selinux? ( sys-libs/libselinux )
+"
+BDEPEND="acct-group/crontab"
+RDEPEND="
+	${BDEPEND}
+	${DEPEND}
+	sys-apps/debianutils
+"
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with inotify)
+		$(use_with pam)
+		$(use_with selinux)
+		$(use_enable anacron)
+		--enable-syscrontab
+		# Required for correct pidfile location, bug #835814
+		--runstatedir="${EPREFIX}/run"
+		--with-daemon_username=cron
+		--with-daemon_groupname=cron
+	)
+
+	if use anacron && use elibc_musl ; then
+		append-cflags "-lobstack"
+	fi
+
+	SPOOL_DIR="/var/spool/cron/crontabs" \
+	ANACRON_SPOOL_DIR="/var/spool/anacron" \
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	docrondir -m 1730 -o root -g crontab
+	fowners root:crontab /usr/bin/crontab
+	fperms 2751 /usr/bin/crontab
+
+	newconfd "${S}"/crond.sysconfig ${PN}
+
+	insinto /etc
+	newins "${FILESDIR}/${PN}-crontab" crontab
+	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
+
+	insinto /etc/cron.d
+	doins contrib/{0hourly,dailyjobs}
+
+	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
+
+	if use pam ; then
+		newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+	fi
+
+	systemd_newunit contrib/cronie.systemd 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
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
+}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-19 12:25 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2024-01-19 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     cddf332a3d774e685c6ed0d95c615074dd719c43
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:25:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:25:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cddf332a

sys-process/cronie: Stabilize 1.7.1-r1 sparc, #922480

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.1-r1.ebuild b/sys-process/cronie/cronie-1.7.1-r1.ebuild
index 08b8a3ac1c2a..1b314bcebabc 100644
--- a/sys-process/cronie/cronie-1.7.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-19 12:25 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2024-01-19 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     f6a29bbd3ef28486741c6e4919eccc8cf5f36d9a
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:25:12 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:25:12 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6a29bbd

sys-process/cronie: Stabilize 1.7.1-r1 arm, #922480

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.1-r1.ebuild b/sys-process/cronie/cronie-1.7.1-r1.ebuild
index fd6264ef71e1..08b8a3ac1c2a 100644
--- a/sys-process/cronie/cronie-1.7.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-19 12:25 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2024-01-19 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     381c48e2735f5fb25ec5053be703e8474449e36c
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:25:11 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:25:11 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=381c48e2

sys-process/cronie: Stabilize 1.7.1-r1 ppc64, #922480

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.1-r1.ebuild b/sys-process/cronie/cronie-1.7.1-r1.ebuild
index cd49c8370d95..fd6264ef71e1 100644
--- a/sys-process/cronie/cronie-1.7.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 ~sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-19 12:25 Arthur Zamarin
  0 siblings, 0 replies; 115+ messages in thread
From: Arthur Zamarin @ 2024-01-19 12:25 UTC (permalink / raw
  To: gentoo-commits

commit:     2370501ac840a918efefd75131dc8e430b564de1
Author:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:25:13 2024 +0000
Commit:     Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:25:13 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2370501a

sys-process/cronie: Stabilize 1.7.1-r1 arm64, #922480

Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.1-r1.ebuild b/sys-process/cronie/cronie-1.7.1-r1.ebuild
index 1b314bcebabc..2296c1304caa 100644
--- a/sys-process/cronie/cronie-1.7.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-19 12:32 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-01-19 12:32 UTC (permalink / raw
  To: gentoo-commits

commit:     c1c4d61b462fdb18495c109897ab70896799d56a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 12:30:57 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 12:30:57 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1c4d61b

sys-process/cronie: Stabilize 1.7.1-r1 amd64, #922480

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.1-r1.ebuild b/sys-process/cronie/cronie-1.7.1-r1.ebuild
index 2296c1304caa..4db79d75ef5d 100644
--- a/sys-process/cronie/cronie-1.7.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-19 23:27 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-01-19 23:27 UTC (permalink / raw
  To: gentoo-commits

commit:     93cbcad66f9c80b3ab6061a490871cef4871d5af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Jan 19 23:26:53 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Jan 19 23:26:53 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=93cbcad6

sys-process/cronie: Stabilize 1.7.1-r1 x86, #922480

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.1-r1.ebuild b/sys-process/cronie/cronie-1.7.1-r1.ebuild
index 4db79d75ef5d..85c633fdd3ed 100644
--- a/sys-process/cronie/cronie-1.7.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-23 15:08 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-01-23 15:08 UTC (permalink / raw
  To: gentoo-commits

commit:     6a27d59bd3ee6e7fdb78945b8146a8007e291a1b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 23 15:05:58 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jan 23 15:05:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a27d59b

sys-process/cronie: Stabilize 1.7.1-r1 ppc, #922480

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.1-r1.ebuild b/sys-process/cronie/cronie-1.7.1-r1.ebuild
index 85c633fdd3ed..0d9b1856615f 100644
--- a/sys-process/cronie/cronie-1.7.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-01-24 11:11 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-01-24 11:11 UTC (permalink / raw
  To: gentoo-commits

commit:     a000176439a6d9877b03f6dbf003ca11adf1a51e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 24 11:11:05 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jan 24 11:11:05 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a0001764

sys-process/cronie: Stabilize 1.7.1-r1 hppa, #922480

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.1-r1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.1-r1.ebuild b/sys-process/cronie/cronie-1.7.1-r1.ebuild
index 0d9b1856615f..aa9d0f91111b 100644
--- a/sys-process/cronie/cronie-1.7.1-r1.ebuild
+++ b/sys-process/cronie/cronie-1.7.1-r1.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-04-08  8:41 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-04-08  8:41 UTC (permalink / raw
  To: gentoo-commits

commit:     d3f992dab2c76c8bea36b9d2eef7696aff36cc0a
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Apr  8 08:41:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Apr  8 08:41:30 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3f992da

sys-process/cronie: add 1.7.2

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/Manifest            |   1 +
 sys-process/cronie/cronie-1.7.2.ebuild | 107 +++++++++++++++++++++++++++++++++
 2 files changed, 108 insertions(+)

diff --git a/sys-process/cronie/Manifest b/sys-process/cronie/Manifest
index 746eed3ee96f..6e508534e273 100644
--- a/sys-process/cronie/Manifest
+++ b/sys-process/cronie/Manifest
@@ -1,2 +1,3 @@
 DIST cronie-1.7.0.tar.gz 271404 BLAKE2B 44745f68dba212da60f3013b10737be2390d8c76186dc641fa1930b1c7d103fa2e3127a63fe73571434683137044f7fda8cc31435c59092a14c0091a372ffead SHA512 a8e6688a164540e2cd3741c58813b6684c4c22a04806bcc8ba028a9ff72f986f165715ac3663bd34133af6566bdbd272a3e7be893f139e315aef35b2dbeb622f
 DIST cronie-1.7.1.tar.gz 271985 BLAKE2B 9cbf22fe9c86f265e625563fc5426f39f79ac9c9cfa090ba47957c14391ed3b8ac202b244fed35ea043bed428b4c97a71ad400719a265bd95f5ac28bf3dc9b3a SHA512 4479f6f05ca9da3ecefa0e9b73662f1db58ffff309916de9f92f89c5e7f93f1c5c744f18cb3e1a3df9664d533afe7dad710f97484e72a314c87d84f57a6c56fb
+DIST cronie-1.7.2.tar.gz 272450 BLAKE2B 8e426fd0e279bc6a98a4f31dff867b66c87fe0629aca12b4b85557d0162b58aabf5b9789f0b36af417a92bdffa721e2309e125e9b07bfa21aee53aa1135294c7 SHA512 5b55c677a5b812dbfa70f6ee25e41907e99cc63a4883974c6bb8115ad65155d66665704808c338d2f7be6b0a57028c319f2d1115c69bb5f3efdda1efafd144de

diff --git a/sys-process/cronie/cronie-1.7.2.ebuild b/sys-process/cronie/cronie-1.7.2.ebuild
new file mode 100644
index 000000000000..623981c18a36
--- /dev/null
+++ b/sys-process/cronie/cronie-1.7.2.ebuild
@@ -0,0 +1,107 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+# cronie supports /etc/crontab
+CRON_SYSTEM_CRONTAB="yes"
+
+inherit cron flag-o-matic pam systemd
+
+DESCRIPTION="Cronie is a standard UNIX daemon cron based on the original vixie-cron"
+HOMEPAGE="https://github.com/cronie-crond/cronie"
+SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.gz"
+
+LICENSE="ISC BSD BSD-2 GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"
+IUSE="+anacron +inotify pam selinux"
+
+DEPEND="
+	pam? ( sys-libs/pam )
+	anacron? (
+		!sys-process/anacron
+		!sys-process/systemd-cron
+		elibc_musl? ( sys-libs/obstack-standalone )
+	)
+	selinux? ( sys-libs/libselinux )
+"
+BDEPEND="acct-group/crontab"
+RDEPEND="
+	${BDEPEND}
+	${DEPEND}
+	sys-apps/debianutils
+"
+
+src_configure() {
+	local myeconfargs=(
+		$(use_with inotify)
+		$(use_with pam)
+		$(use_with selinux)
+		$(use_enable anacron)
+		--enable-syscrontab
+		# Required for correct pidfile location, bug #835814
+		--runstatedir="${EPREFIX}/run"
+		--with-daemon_username=cron
+		--with-daemon_groupname=cron
+	)
+
+	if use anacron && use elibc_musl ; then
+		append-cflags "-lobstack"
+	fi
+
+	SPOOL_DIR="/var/spool/cron/crontabs" \
+	ANACRON_SPOOL_DIR="/var/spool/anacron" \
+	econf "${myeconfargs[@]}"
+}
+
+src_install() {
+	default
+
+	docrondir -m 1730 -o root -g crontab
+	fowners root:crontab /usr/bin/crontab
+	fperms 2751 /usr/bin/crontab
+
+	newconfd "${S}"/crond.sysconfig ${PN}
+
+	insinto /etc
+	newins "${FILESDIR}/${PN}-crontab" crontab
+	newins "${FILESDIR}/${PN}-1.2-cron.deny" cron.deny
+
+	insinto /etc/cron.d
+	doins contrib/{0hourly,dailyjobs}
+
+	newinitd "${FILESDIR}/${PN}-1.3-initd" ${PN}
+
+	if use pam ; then
+		newpamd "${FILESDIR}/${PN}-1.4.3-pamd" crond
+	fi
+
+	systemd_newunit contrib/cronie.systemd 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
+
+	einstalldocs
+}
+
+pkg_postinst() {
+	cron_pkg_postinst
+
+	if [[ -n "${REPLACING_VERSIONS}" ]] ; then
+		ewarn "You should restart ${PN} daemon or else you might experience segfaults"
+		ewarn "or ${PN} not working reliably anymore."
+		einfo "(see https://bugs.gentoo.org/557406 for details.)"
+	fi
+}


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-05-30  3:24 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-05-30  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     76d6c9411f1869af743893d31449a527d12ca034
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 03:23:03 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 03:23:03 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76d6c941

sys-process/cronie: Stabilize 1.7.2 x86, #933153

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.2.ebuild b/sys-process/cronie/cronie-1.7.2.ebuild
index d176794d1d66..8e779fe0915f 100644
--- a/sys-process/cronie/cronie-1.7.2.ebuild
+++ b/sys-process/cronie/cronie-1.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc ~x86"
+KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-05-30  3:24 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-05-30  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     49a1ae1c8c21da0ce6a1902bbd82f115a4d0f1af
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 03:23:04 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 03:23:04 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49a1ae1c

sys-process/cronie: Stabilize 1.7.2 amd64, #933153

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.2.ebuild b/sys-process/cronie/cronie-1.7.2.ebuild
index 8e779fe0915f..b2cb5007cf9a 100644
--- a/sys-process/cronie/cronie-1.7.2.ebuild
+++ b/sys-process/cronie/cronie-1.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/
@ 2024-05-30  3:24 Sam James
  0 siblings, 0 replies; 115+ messages in thread
From: Sam James @ 2024-05-30  3:24 UTC (permalink / raw
  To: gentoo-commits

commit:     72f34e6d1029475765568e0f1d264f2e3679685f
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu May 30 03:23:06 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu May 30 03:23:06 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72f34e6d

sys-process/cronie: Stabilize 1.7.2 ppc, #933153

Signed-off-by: Sam James <sam <AT> gentoo.org>

 sys-process/cronie/cronie-1.7.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys-process/cronie/cronie-1.7.2.ebuild b/sys-process/cronie/cronie-1.7.2.ebuild
index b2cb5007cf9a..c26b137b1b1e 100644
--- a/sys-process/cronie/cronie-1.7.2.ebuild
+++ b/sys-process/cronie/cronie-1.7.2.ebuild
@@ -14,7 +14,7 @@ SRC_URI="https://github.com/cronie-crond/cronie/releases/download/${P}/${P}.tar.
 
 LICENSE="ISC BSD BSD-2 GPL-2+"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ppc64 ~riscv ~s390 sparc x86"
+KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 sparc x86"
 IUSE="+anacron +inotify pam selinux"
 
 DEPEND="


^ permalink raw reply related	[flat|nested] 115+ messages in thread

end of thread, other threads:[~2024-05-30  3:24 UTC | newest]

Thread overview: 115+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-12-15  7:42 [gentoo-commits] repo/gentoo:master commit in: sys-process/cronie/ Sam James
  -- strict thread matches above, loose matches on Subject: below --
2024-05-30  3:24 Sam James
2024-05-30  3:24 Sam James
2024-05-30  3:24 Sam James
2024-04-08  8:41 Sam James
2024-01-24 11:11 Sam James
2024-01-23 15:08 Sam James
2024-01-19 23:27 Sam James
2024-01-19 12:32 Sam James
2024-01-19 12:25 Arthur Zamarin
2024-01-19 12:25 Arthur Zamarin
2024-01-19 12:25 Arthur Zamarin
2024-01-19 12:25 Arthur Zamarin
2024-01-16  2:16 Sam James
2024-01-16  2:16 Sam James
2023-12-17 16:56 Arthur Zamarin
2023-12-15 13:07 Arthur Zamarin
2023-12-15 10:10 Michał Górny
2023-12-15 10:10 Michał Górny
2023-12-15  8:29 Sam James
2023-12-15  7:49 Sam James
2023-12-15  7:14 Sam James
2023-10-13 15:00 Sam James
2023-04-27 18:37 Ionen Wolkens
2023-03-11 23:35 David Seifert
2022-12-26  8:35 Sam James
2022-11-25  9:45 Arthur Zamarin
2022-11-25  7:24 Arthur Zamarin
2022-11-25  5:21 Sam James
2022-11-25  5:15 Sam James
2022-11-25  5:15 Sam James
2022-11-25  5:15 Sam James
2022-11-25  5:06 Sam James
2022-11-25  5:02 Sam James
2022-10-24 15:51 Mike Gilbert
2022-09-24 21:20 Mike Gilbert
2022-09-23  0:42 Sam James
2022-09-16 17:45 Arthur Zamarin
2022-09-16 17:17 Arthur Zamarin
2022-09-14 19:27 Arthur Zamarin
2022-09-07  1:50 Sam James
2022-09-06 21:44 Jakov Smolić
2022-09-06 21:41 Sam James
2022-09-06 21:35 Sam James
2022-09-06 21:35 Sam James
2022-08-28  6:30 WANG Xuerui
2022-06-29  7:26 Sam James
2022-04-25 15:38 Lars Wendler
2022-03-24 12:49 Lars Wendler
2022-03-24  7:42 Lars Wendler
2022-01-24 19:19 Sam James
2022-01-01 20:08 David Seifert
2021-06-26  1:34 Sam James
2021-06-22 19:45 Sam James
2021-06-21  6:19 Agostino Sarubbo
2021-06-21  6:17 Agostino Sarubbo
2021-06-20 22:32 Sam James
2021-06-20 22:32 Sam James
2021-06-20 21:08 Sergei Trofimovich
2021-03-29 12:10 Lars Wendler
2021-03-17 17:26 Lars Wendler
2021-01-23 10:58 Mikle Kolyada
2020-11-03  6:49 Lars Wendler
2020-07-28 21:25 Sergei Trofimovich
2020-07-25 11:40 Sam James
2020-07-25 11:16 Sam James
2020-07-25  2:51 Sam James
2020-07-24 15:09 Agostino Sarubbo
2020-07-24 12:44 Lars Wendler
2020-07-24 12:23 Sam James
2020-07-24  7:02 Sam James
2020-07-24  7:02 Sam James
2019-12-23 17:56 Lars Wendler
2019-12-23 17:56 Lars Wendler
2019-10-28  9:30 Lars Wendler
2019-10-12 18:18 Mikle Kolyada
2019-07-22 15:10 Mikle Kolyada
2019-06-06  6:46 Agostino Sarubbo
2019-05-24 22:50 Sergei Trofimovich
2019-05-22  7:36 Sergei Trofimovich
2019-05-16 23:56 Thomas Deutschmann
2019-05-16 17:30 Jeroen Roovers
2019-05-15 14:50 Mikle Kolyada
2019-05-14  8:08 Sergei Trofimovich
2019-05-13 20:17 Aaron Bauman
2019-03-20  9:46 Lars Wendler
2019-01-14 17:03 Lars Wendler
2019-01-12 16:28 Mart Raudsepp
2018-11-29 17:44 Tobias Klausmann
2018-11-26 18:53 Mikle Kolyada
2018-11-24 11:00 Sergei Trofimovich
2018-11-24 10:49 Sergei Trofimovich
2018-11-24 10:45 Sergei Trofimovich
2018-11-23 20:30 Thomas Deutschmann
2018-11-23 16:18 Sergei Trofimovich
2018-11-23  7:36 Mikle Kolyada
2018-06-24 17:36 Anthony G. Basile
2018-05-26  8:10 Lars Wendler
2018-05-26  7:56 Mikle Kolyada
2018-05-19  9:26 Sergei Trofimovich
2018-05-16 21:19 Sergei Trofimovich
2018-05-15 17:35 Mart Raudsepp
2018-05-14 21:19 Tobias Klausmann
2018-05-14  7:21 Lars Wendler
2018-05-14  0:08 Aaron Bauman
2018-05-13 22:06 Thomas Deutschmann
2018-05-13 21:09 Lars Wendler
2017-02-23 12:10 Lars Wendler
2017-01-17 16:23 Lars Wendler
2016-08-09  7:08 Lars Wendler
2016-07-18  5:10 Jeroen Roovers
2016-07-08 14:52 Markus Meier
2016-07-04 11:50 Tobias Klausmann
2015-08-30 13:10 Lars Wendler
2015-08-30 13:10 Lars Wendler

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox