Date: Tuesday, June 9, 2015 @ 02:35:59 Author: bisson Revision: 240433
db-move: moved cronie from [testing] to [core] (i686, x86_64) Added: cronie/repos/core-i686/PKGBUILD (from rev 240432, cronie/repos/testing-i686/PKGBUILD) cronie/repos/core-i686/deny (from rev 240432, cronie/repos/testing-i686/deny) cronie/repos/core-i686/pam.d (from rev 240432, cronie/repos/testing-i686/pam.d) cronie/repos/core-i686/service (from rev 240432, cronie/repos/testing-i686/service) cronie/repos/core-x86_64/PKGBUILD (from rev 240432, cronie/repos/testing-x86_64/PKGBUILD) cronie/repos/core-x86_64/deny (from rev 240432, cronie/repos/testing-x86_64/deny) cronie/repos/core-x86_64/pam.d (from rev 240432, cronie/repos/testing-x86_64/pam.d) cronie/repos/core-x86_64/service (from rev 240432, cronie/repos/testing-x86_64/service) Deleted: cronie/repos/core-i686/PKGBUILD cronie/repos/core-i686/deny cronie/repos/core-i686/pam.d cronie/repos/core-i686/service cronie/repos/core-x86_64/PKGBUILD cronie/repos/core-x86_64/deny cronie/repos/core-x86_64/pam.d cronie/repos/core-x86_64/service cronie/repos/testing-i686/ cronie/repos/testing-x86_64/ ----------------------+ /PKGBUILD | 130 +++++++++++++++++++++++++++++++++++++++++++++++++ /deny | 2 /pam.d | 20 +++++++ /service | 22 ++++++++ core-i686/PKGBUILD | 65 ------------------------ core-i686/deny | 1 core-i686/pam.d | 10 --- core-i686/service | 11 ---- core-x86_64/PKGBUILD | 65 ------------------------ core-x86_64/deny | 1 core-x86_64/pam.d | 10 --- core-x86_64/service | 11 ---- 12 files changed, 174 insertions(+), 174 deletions(-) Deleted: core-i686/PKGBUILD =================================================================== --- core-i686/PKGBUILD 2015-06-08 20:06:33 UTC (rev 240432) +++ core-i686/PKGBUILD 2015-06-09 00:35:59 UTC (rev 240433) @@ -1,65 +0,0 @@ -# $Id$ -# Contributor: Kaiting Chen <kaiting.c...@kiwilight.com> -# Maintainer: Gaetan Bisson <bis...@archlinux.org> - -pkgname='cronie' -pkgver=1.4.12 -pkgrel=1 -pkgdesc='Daemon that runs specified programs at scheduled times and related tools' -url='https://fedorahosted.org/cronie/' -license=('custom:BSD') -arch=('i686' 'x86_64') -depends=('pam' 'bash' 'run-parts') -optdepends=('pm-utils: defer anacron on battery power' - 'smtp-server: send job output via email' - 'smtp-forwarder: forward job output to email server') -source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'service' - 'pam.d' - 'deny') -sha1sums=('3bffa899d2c14ac0848cac40e9ecbcb7912e784a' - 'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649' - '5eff7fb31f6bc0a924243ff046704726cf20c221' - '0f279b8fb820340267d578dc85511c980715f91e') - -backup=('etc/cron.deny' - 'etc/pam.d/crond' - 'etc/cron.d/0hourly' - 'etc/anacrontab') - -conflicts=('cron') -provides=('cron') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --sbindir=/usr/bin \ - --enable-anacron \ - --with-inotify \ - --with-pam \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - chmod u+s "${pkgdir}"/usr/bin/crontab - install -d "${pkgdir}"/var/spool/{ana,}cron - install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly} - - install -Dm644 ../deny "${pkgdir}"/etc/cron.deny - install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond - install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/cronie.service - - install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab - install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly - install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron - - install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING -} Copied: cronie/repos/core-i686/PKGBUILD (from rev 240432, cronie/repos/testing-i686/PKGBUILD) =================================================================== --- core-i686/PKGBUILD (rev 0) +++ core-i686/PKGBUILD 2015-06-09 00:35:59 UTC (rev 240433) @@ -0,0 +1,65 @@ +# $Id$ +# Contributor: Kaiting Chen <kaiting.c...@kiwilight.com> +# Maintainer: Gaetan Bisson <bis...@archlinux.org> + +pkgname='cronie' +pkgver=1.5.0 +pkgrel=1 +pkgdesc='Daemon that runs specified programs at scheduled times and related tools' +url='https://fedorahosted.org/cronie/' +license=('custom:BSD') +arch=('i686' 'x86_64') +depends=('pam' 'bash' 'run-parts') +optdepends=('pm-utils: defer anacron on battery power' + 'smtp-server: send job output via email' + 'smtp-forwarder: forward job output to email server') +source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz" + 'service' + 'pam.d' + 'deny') +sha1sums=('bbf154a6db7c9802664d1f0397b5e7ae9a9618e4' + 'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649' + '5eff7fb31f6bc0a924243ff046704726cf20c221' + '0f279b8fb820340267d578dc85511c980715f91e') + +backup=('etc/cron.deny' + 'etc/pam.d/crond' + 'etc/cron.d/0hourly' + 'etc/anacrontab') + +conflicts=('cron') +provides=('cron') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --sbindir=/usr/bin \ + --enable-anacron \ + --with-inotify \ + --with-pam \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + chmod u+s "${pkgdir}"/usr/bin/crontab + install -d "${pkgdir}"/var/spool/{ana,}cron + install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly} + + install -Dm644 ../deny "${pkgdir}"/etc/cron.deny + install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond + install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/cronie.service + + install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab + install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly + install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron + + install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING +} Deleted: core-i686/deny =================================================================== --- core-i686/deny 2015-06-08 20:06:33 UTC (rev 240432) +++ core-i686/deny 2015-06-09 00:35:59 UTC (rev 240433) @@ -1 +0,0 @@ -# without this file, only users listed in /etc/cron.allow can use crontab Copied: cronie/repos/core-i686/deny (from rev 240432, cronie/repos/testing-i686/deny) =================================================================== --- core-i686/deny (rev 0) +++ core-i686/deny 2015-06-09 00:35:59 UTC (rev 240433) @@ -0,0 +1 @@ +# without this file, only users listed in /etc/cron.allow can use crontab Deleted: core-i686/pam.d =================================================================== --- core-i686/pam.d 2015-06-08 20:06:33 UTC (rev 240432) +++ core-i686/pam.d 2015-06-09 00:35:59 UTC (rev 240433) @@ -1,10 +0,0 @@ -auth required pam_unix.so -auth required pam_env.so - -account required pam_access.so -account required pam_unix.so -account required pam_time.so - -session required pam_loginuid.so -session required pam_limits.so -session required pam_unix.so Copied: cronie/repos/core-i686/pam.d (from rev 240432, cronie/repos/testing-i686/pam.d) =================================================================== --- core-i686/pam.d (rev 0) +++ core-i686/pam.d 2015-06-09 00:35:59 UTC (rev 240433) @@ -0,0 +1,10 @@ +auth required pam_unix.so +auth required pam_env.so + +account required pam_access.so +account required pam_unix.so +account required pam_time.so + +session required pam_loginuid.so +session required pam_limits.so +session required pam_unix.so Deleted: core-i686/service =================================================================== --- core-i686/service 2015-06-08 20:06:33 UTC (rev 240432) +++ core-i686/service 2015-06-09 00:35:59 UTC (rev 240433) @@ -1,11 +0,0 @@ -[Unit] -Description=Periodic Command Scheduler - -[Service] -ExecStart=/usr/bin/crond -n -ExecReload=/usr/bin/kill -HUP $MAINPID -KillMode=process -Restart=always - -[Install] -WantedBy=multi-user.target Copied: cronie/repos/core-i686/service (from rev 240432, cronie/repos/testing-i686/service) =================================================================== --- core-i686/service (rev 0) +++ core-i686/service 2015-06-09 00:35:59 UTC (rev 240433) @@ -0,0 +1,11 @@ +[Unit] +Description=Periodic Command Scheduler + +[Service] +ExecStart=/usr/bin/crond -n +ExecReload=/usr/bin/kill -HUP $MAINPID +KillMode=process +Restart=always + +[Install] +WantedBy=multi-user.target Deleted: core-x86_64/PKGBUILD =================================================================== --- core-x86_64/PKGBUILD 2015-06-08 20:06:33 UTC (rev 240432) +++ core-x86_64/PKGBUILD 2015-06-09 00:35:59 UTC (rev 240433) @@ -1,65 +0,0 @@ -# $Id$ -# Contributor: Kaiting Chen <kaiting.c...@kiwilight.com> -# Maintainer: Gaetan Bisson <bis...@archlinux.org> - -pkgname='cronie' -pkgver=1.4.12 -pkgrel=1 -pkgdesc='Daemon that runs specified programs at scheduled times and related tools' -url='https://fedorahosted.org/cronie/' -license=('custom:BSD') -arch=('i686' 'x86_64') -depends=('pam' 'bash' 'run-parts') -optdepends=('pm-utils: defer anacron on battery power' - 'smtp-server: send job output via email' - 'smtp-forwarder: forward job output to email server') -source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz" - 'service' - 'pam.d' - 'deny') -sha1sums=('3bffa899d2c14ac0848cac40e9ecbcb7912e784a' - 'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649' - '5eff7fb31f6bc0a924243ff046704726cf20c221' - '0f279b8fb820340267d578dc85511c980715f91e') - -backup=('etc/cron.deny' - 'etc/pam.d/crond' - 'etc/cron.d/0hourly' - 'etc/anacrontab') - -conflicts=('cron') -provides=('cron') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - ./configure \ - --prefix=/usr \ - --sysconfdir=/etc \ - --localstatedir=/var \ - --sbindir=/usr/bin \ - --enable-anacron \ - --with-inotify \ - --with-pam \ - - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - - make DESTDIR="${pkgdir}" install - - chmod u+s "${pkgdir}"/usr/bin/crontab - install -d "${pkgdir}"/var/spool/{ana,}cron - install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly} - - install -Dm644 ../deny "${pkgdir}"/etc/cron.deny - install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond - install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/cronie.service - - install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab - install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly - install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron - - install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING -} Copied: cronie/repos/core-x86_64/PKGBUILD (from rev 240432, cronie/repos/testing-x86_64/PKGBUILD) =================================================================== --- core-x86_64/PKGBUILD (rev 0) +++ core-x86_64/PKGBUILD 2015-06-09 00:35:59 UTC (rev 240433) @@ -0,0 +1,65 @@ +# $Id$ +# Contributor: Kaiting Chen <kaiting.c...@kiwilight.com> +# Maintainer: Gaetan Bisson <bis...@archlinux.org> + +pkgname='cronie' +pkgver=1.5.0 +pkgrel=1 +pkgdesc='Daemon that runs specified programs at scheduled times and related tools' +url='https://fedorahosted.org/cronie/' +license=('custom:BSD') +arch=('i686' 'x86_64') +depends=('pam' 'bash' 'run-parts') +optdepends=('pm-utils: defer anacron on battery power' + 'smtp-server: send job output via email' + 'smtp-forwarder: forward job output to email server') +source=("https://fedorahosted.org/releases/c/r/${pkgname}/${pkgname}-${pkgver}.tar.gz" + 'service' + 'pam.d' + 'deny') +sha1sums=('bbf154a6db7c9802664d1f0397b5e7ae9a9618e4' + 'eb8ed1e22dbe9c02075fe4bbe925b6eeb9954649' + '5eff7fb31f6bc0a924243ff046704726cf20c221' + '0f279b8fb820340267d578dc85511c980715f91e') + +backup=('etc/cron.deny' + 'etc/pam.d/crond' + 'etc/cron.d/0hourly' + 'etc/anacrontab') + +conflicts=('cron') +provides=('cron') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + ./configure \ + --prefix=/usr \ + --sysconfdir=/etc \ + --localstatedir=/var \ + --sbindir=/usr/bin \ + --enable-anacron \ + --with-inotify \ + --with-pam \ + + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + + make DESTDIR="${pkgdir}" install + + chmod u+s "${pkgdir}"/usr/bin/crontab + install -d "${pkgdir}"/var/spool/{ana,}cron + install -d "${pkgdir}"/etc/cron.{d,hourly,daily,weekly,monthly} + + install -Dm644 ../deny "${pkgdir}"/etc/cron.deny + install -Dm644 ../pam.d "${pkgdir}"/etc/pam.d/crond + install -Dm644 ../service "${pkgdir}"/usr/lib/systemd/system/cronie.service + + install -Dm644 contrib/anacrontab "${pkgdir}"/etc/anacrontab + install -Dm644 contrib/0hourly "${pkgdir}"/etc/cron.d/0hourly + install -Dm755 contrib/0anacron "${pkgdir}"/etc/cron.hourly/0anacron + + install -Dm644 COPYING "${pkgdir}"/usr/share/licenses/cronie/COPYING +} Deleted: core-x86_64/deny =================================================================== --- core-x86_64/deny 2015-06-08 20:06:33 UTC (rev 240432) +++ core-x86_64/deny 2015-06-09 00:35:59 UTC (rev 240433) @@ -1 +0,0 @@ -# without this file, only users listed in /etc/cron.allow can use crontab Copied: cronie/repos/core-x86_64/deny (from rev 240432, cronie/repos/testing-x86_64/deny) =================================================================== --- core-x86_64/deny (rev 0) +++ core-x86_64/deny 2015-06-09 00:35:59 UTC (rev 240433) @@ -0,0 +1 @@ +# without this file, only users listed in /etc/cron.allow can use crontab Deleted: core-x86_64/pam.d =================================================================== --- core-x86_64/pam.d 2015-06-08 20:06:33 UTC (rev 240432) +++ core-x86_64/pam.d 2015-06-09 00:35:59 UTC (rev 240433) @@ -1,10 +0,0 @@ -auth required pam_unix.so -auth required pam_env.so - -account required pam_access.so -account required pam_unix.so -account required pam_time.so - -session required pam_loginuid.so -session required pam_limits.so -session required pam_unix.so Copied: cronie/repos/core-x86_64/pam.d (from rev 240432, cronie/repos/testing-x86_64/pam.d) =================================================================== --- core-x86_64/pam.d (rev 0) +++ core-x86_64/pam.d 2015-06-09 00:35:59 UTC (rev 240433) @@ -0,0 +1,10 @@ +auth required pam_unix.so +auth required pam_env.so + +account required pam_access.so +account required pam_unix.so +account required pam_time.so + +session required pam_loginuid.so +session required pam_limits.so +session required pam_unix.so Deleted: core-x86_64/service =================================================================== --- core-x86_64/service 2015-06-08 20:06:33 UTC (rev 240432) +++ core-x86_64/service 2015-06-09 00:35:59 UTC (rev 240433) @@ -1,11 +0,0 @@ -[Unit] -Description=Periodic Command Scheduler - -[Service] -ExecStart=/usr/bin/crond -n -ExecReload=/usr/bin/kill -HUP $MAINPID -KillMode=process -Restart=always - -[Install] -WantedBy=multi-user.target Copied: cronie/repos/core-x86_64/service (from rev 240432, cronie/repos/testing-x86_64/service) =================================================================== --- core-x86_64/service (rev 0) +++ core-x86_64/service 2015-06-09 00:35:59 UTC (rev 240433) @@ -0,0 +1,11 @@ +[Unit] +Description=Periodic Command Scheduler + +[Service] +ExecStart=/usr/bin/crond -n +ExecReload=/usr/bin/kill -HUP $MAINPID +KillMode=process +Restart=always + +[Install] +WantedBy=multi-user.target