[arch-commits] Commit in fcron/repos (12 files)

2016-09-25 Thread Thorsten Töpper
Date: Sunday, September 25, 2016 @ 13:04:38
  Author: ttoepper
Revision: 190479

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 190478, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 190478, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 190478, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 190478, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 190478, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 190478, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  180 +++
 /fcron.install |   78 
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 --
 community-i686/fcron.install   |   39 
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 --
 community-x86_64/fcron.install |   39 
 community-x86_64/systab.orig   |4 
 9 files changed, 266 insertions(+), 260 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-09-25 13:04:33 UTC (rev 190478)
+++ community-i686/PKGBUILD 2016-09-25 13:04:38 UTC (rev 190479)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando 
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper 
-
-pkgname=fcron
-pkgver=3.2.0
-pkgrel=3
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vim' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vim: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh  for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vim \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 files/fcron.pam "$pkgdir/etc/pam.d/fcron"
-  install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
-
-  # Add cron.* directories
-  install -d -m755 "$pkgdir/etc/cron.daily"
-  install -d -m755 "$pkgdir/etc/cron.hourly"
-  install -d -m755 "$pkgdir/etc/cron.monthly"
-  install -d -m755 "$pkgdir/etc/cron.weekly"
-
-  # remove docs
-  rm -r "$pkgdir/usr/share/doc"
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir"/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm "$pkgdir/usr/share/man/man3/bitstring.3" \
-"$pkgdir/usr/share/man/fr/man3/bitstring.3"
-  rmdir --ignore-fail-on-non-empty "$pkgdir/usr/share/man/man3" \
-"$pkgdir/usr/share/man/fr/man3"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 190478, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD

[arch-commits] Commit in fcron/repos (12 files)

2016-03-28 Thread Jelle van der Waa
Date: Monday, March 28, 2016 @ 12:21:24
  Author: jelle
Revision: 168692

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 168691, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 168691, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 168691, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 168691, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 168691, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 168691, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  174 +++
 /fcron.install |   78 +
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 ---
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 ---
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 260 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-03-28 10:21:09 UTC (rev 168691)
+++ community-i686/PKGBUILD 2016-03-28 10:21:24 UTC (rev 168692)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando 
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper 
-
-pkgname=fcron
-pkgver=3.2.0
-pkgrel=2
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vim-minimal' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vim-minimal: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=("http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh  for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vim \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir/" install
-  install -Dm644 files/fcron.pam "$pkgdir/etc/pam.d/fcron"
-  install -Dm644 files/fcrontab.pam "$pkgdir/etc/pam.d/fcrontab"
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 "$srcdir/systab.orig" "$pkgdir/var/spool/fcron/systab.orig"
-
-  # Add cron.* directories
-  install -d -m755 "$pkgdir/etc/cron.daily"
-  install -d -m755 "$pkgdir/etc/cron.hourly"
-  install -d -m755 "$pkgdir/etc/cron.monthly"
-  install -d -m755 "$pkgdir/etc/cron.weekly"
-
-  # remove docs
-  rm -r "$pkgdir/usr/share/doc"
-
-  # avoid conflict with filesystem>=2012.06
-  rmdir "$pkgdir"/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm "$pkgdir/usr/share/man/man3/bitstring.3" \
-"$pkgdir/usr/share/man/fr/man3/bitstring.3"
-  rmdir --ignore-fail-on-non-empty "$pkgdir/usr/share/man/man3" \
-"$pkgdir/usr/share/man/fr/man3"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 168691, 
fcron/trunk/PKGBUILD)
===
--- 

[arch-commits] Commit in fcron/repos (12 files)

2015-08-08 Thread Thorsten Töpper
Date: Sunday, August 9, 2015 @ 07:55:18
  Author: ttoepper
Revision: 138128

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 138127, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 138127, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 138127, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 138127, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 138127, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 138127, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  174 +++
 /fcron.install |   88 +++
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 ---
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 ---
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 270 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-08-09 05:55:12 UTC (rev 138127)
+++ community-i686/PKGBUILD 2015-08-09 05:55:18 UTC (rev 138128)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.2.0
-pkgrel=1
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('4b031c2fba32a98fa814d1557158b0e9'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh ky...@theslinux.org for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 files/fcron.pam $pkgdir/etc/pam.d/fcron
-  install -Dm644 files/fcrontab.pam $pkgdir/etc/pam.d/fcrontab
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-
-  # remove docs
-  rm -r $pkgdir/usr/share/doc
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm $pkgdir/usr/share/man/man3/bitstring.3 \
-$pkgdir/usr/share/man/fr/man3/bitstring.3
-  rmdir --ignore-fail-on-non-empty $pkgdir/usr/share/man/man3 \
-$pkgdir/usr/share/man/fr/man3
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 138127, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD

[arch-commits] Commit in fcron/repos (12 files)

2014-07-06 Thread Sébastien Luttringer
Date: Monday, July 7, 2014 @ 02:32:53
  Author: seblu
Revision: 115220

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 115219, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 115219, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 115219, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 115219, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 115219, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 115219, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  174 +++
 /fcron.install |   88 +++
 /systab.orig   |8 +
 community-i686/PKGBUILD|   87 ---
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   87 ---
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 270 insertions(+), 270 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-07 00:32:31 UTC (rev 115219)
+++ community-i686/PKGBUILD 2014-07-07 00:32:53 UTC (rev 115220)
@@ -1,87 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.1.3
-pkgrel=2
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny'
-'var/spool/fcron/systab.orig')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('b58ce88344eb4c80a353066547d20a24'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh ky...@theslinux.org for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 files/fcron.pam $pkgdir/etc/pam.d/fcron
-  install -Dm644 files/fcrontab.pam $pkgdir/etc/pam.d/fcrontab
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-
-  # remove docs
-  rm -r $pkgdir/usr/share/doc
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm $pkgdir/usr/share/man/man3/bitstring.3 \
-$pkgdir/usr/share/man/fr/man3/bitstring.3
-  rmdir --ignore-fail-on-non-empty $pkgdir/usr/share/man/man3 \
-$pkgdir/usr/share/man/fr/man3
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 115219, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD 

[arch-commits] Commit in fcron/repos (12 files)

2014-06-14 Thread Thorsten Töpper
Date: Saturday, June 14, 2014 @ 13:13:18
  Author: ttoepper
Revision: 113140

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 113139, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 113139, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 113139, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 113139, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 113139, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 113139, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  174 +++
 /fcron.install |   88 +++
 /systab.orig   |8 +
 community-i686/PKGBUILD|   86 ---
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   86 ---
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 270 insertions(+), 268 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-06-14 11:13:12 UTC (rev 113139)
+++ community-i686/PKGBUILD 2014-06-14 11:13:18 UTC (rev 113140)
@@ -1,86 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.1.3
-pkgrel=1
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('b58ce88344eb4c80a353066547d20a24'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh ky...@theslinux.org for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 files/fcron.pam $pkgdir/etc/pam.d/fcron
-  install -Dm644 files/fcrontab.pam $pkgdir/etc/pam.d/fcrontab
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-
-  # remove docs
-  rm -r $pkgdir/usr/share/doc
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm $pkgdir/usr/share/man/man3/bitstring.3 \
-$pkgdir/usr/share/man/fr/man3/bitstring.3
-  rmdir --ignore-fail-on-non-empty $pkgdir/usr/share/man/man3 \
-$pkgdir/usr/share/man/fr/man3
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 113139, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ 

[arch-commits] Commit in fcron/repos (12 files)

2014-05-12 Thread Sébastien Luttringer
Date: Monday, May 12, 2014 @ 12:09:29
  Author: seblu
Revision: 111045

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 111044, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 111044, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 111044, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 111044, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 111044, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 111044, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  172 +++
 /fcron.install |   88 +++
 /systab.orig   |8 +
 community-i686/PKGBUILD|   83 --
 community-i686/fcron.install   |   44 -
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   83 --
 community-x86_64/fcron.install |   44 -
 community-x86_64/systab.orig   |4 
 9 files changed, 268 insertions(+), 262 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-05-12 10:09:07 UTC (rev 111044)
+++ community-i686/PKGBUILD 2014-05-12 10:09:29 UTC (rev 111045)
@@ -1,83 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.1.2
-pkgrel=8
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi' 'fcron')
-# use fcron as recursive deps to have user fcron installed during installation
-# else add the following in build chroot
-# groupadd -g 23 fcron
-# useradd -r -d /var/spool/fcron -u 23 -g 23 fcron
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('36bf213e15f3a480f2274f8e46cced0a'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  # Don't use --username=root and --groupname=root, this completly break
-  # fcron security and allow local root escalation.
-  # Thanks to Anh K. Huynh ky...@theslinux.org for reporting it.
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/bin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR=$pkgdir/ install
-  install -Dm644 files/fcron.pam $pkgdir/etc/pam.d/fcron
-  install -Dm644 files/fcrontab.pam $pkgdir/etc/pam.d/fcrontab
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -Dm640 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm $pkgdir/usr/share/man/man3/bitstring.3 \
-$pkgdir/usr/share/man/fr/man3/bitstring.3
-  rmdir --ignore-fail-on-non-empty $pkgdir/usr/share/man/man3 \
-$pkgdir/usr/share/man/fr/man3
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 111044, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-05-12 10:09:29 UTC (rev 111045)
@@ -0,0 

[arch-commits] Commit in fcron/repos (12 files)

2013-08-28 Thread Sébastien Luttringer
Date: Wednesday, August 28, 2013 @ 17:04:05
  Author: seblu
Revision: 96423

archrelease: copy trunk to community-i686, community-x86_64

Added:
  fcron/repos/community-i686/PKGBUILD
(from rev 96422, fcron/trunk/PKGBUILD)
  fcron/repos/community-i686/fcron.install
(from rev 96422, fcron/trunk/fcron.install)
  fcron/repos/community-i686/systab.orig
(from rev 96422, fcron/trunk/systab.orig)
  fcron/repos/community-x86_64/PKGBUILD
(from rev 96422, fcron/trunk/PKGBUILD)
  fcron/repos/community-x86_64/fcron.install
(from rev 96422, fcron/trunk/fcron.install)
  fcron/repos/community-x86_64/systab.orig
(from rev 96422, fcron/trunk/systab.orig)
Deleted:
  fcron/repos/community-i686/PKGBUILD
  fcron/repos/community-i686/fcron.install
  fcron/repos/community-i686/systab.orig
  fcron/repos/community-x86_64/PKGBUILD
  fcron/repos/community-x86_64/fcron.install
  fcron/repos/community-x86_64/systab.orig

+
 /PKGBUILD  |  166 +++
 /fcron.install |   88 
 /systab.orig   |8 +
 community-i686/PKGBUILD|   80 --
 community-i686/fcron.install   |   13 ---
 community-i686/systab.orig |4 
 community-x86_64/PKGBUILD  |   80 --
 community-x86_64/fcron.install |   13 ---
 community-x86_64/systab.orig   |4 
 9 files changed, 262 insertions(+), 194 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-08-28 15:03:56 UTC (rev 96422)
+++ community-i686/PKGBUILD 2013-08-28 15:04:05 UTC (rev 96423)
@@ -1,80 +0,0 @@
-# $Id$
-# Contributor: Giorgio Lando lando at imap dot cc
-# Contributor: Sergej Pupykin
-# Contributor: Thomas Bächler
-# Contributor: Sébastien Luttringer
-# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
-
-pkgname=fcron
-pkgver=3.1.2
-pkgrel=7
-pkgdesc='Feature-rich cron implementation'
-arch=(i686 x86_64)
-url='http://fcron.free.fr'
-license=('GPL')
-depends=('pam' 'run-parts')
-makedepends=('smtp-forwarder' 'vi')
-optdepends=('smtp-forwarder: to send mails from cron jobs'
-'vi: default editor for fcrontab')
-provides=('cron')
-conflicts=('dcron')
-backup=('etc/fcron/fcron.conf'
-'etc/fcron/fcron.allow'
-'etc/fcron/fcron.deny')
-options=('emptydirs' '!makeflags')
-install=$pkgname.install
-source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz;
-'systab.orig')
-md5sums=('36bf213e15f3a480f2274f8e46cced0a'
- 'afecbfd98caa49e8e4aa239fa1b19255')
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-  --sbindir=/usr/bin \
-  --sysconfdir=/etc/fcron \
-  --with-answer-all=no \
-  --with-boot-install=no \
-  --with-username=root \
-  --with-groupname=root \
-  --datarootdir=/usr/share \
-  --datadir=/usr/share \
-  --with-docdir=/usr/share/doc \
-  --localstatedir=/var \
-  --with-systemdsystemunitdir=/usr/lib/systemd/system \
-  --with-piddir=/run \
-  --with-editor=/usr/bin/vi \
-  --with-sendmail=/usr/sbin/sendmail
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-
-  make DESTDIR=$pkgdir/ install
-  install -D -m644 $srcdir/$pkgname-$pkgver/files/fcron.pam 
$pkgdir/etc/pam.d/fcron
-
-  install -D -m644 $srcdir/$pkgname-$pkgver/files/fcrontab.pam 
$pkgdir/etc/pam.d/fcrontab
-
-  # Install a default fcrontab so that fcron can completely replace dcron
-  # We doesn't use binary format which is incompatible between arch and may 
cause crash
-  # We regenerate the binary format at each update
-  install -D -m640 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
-
-  # Add cron.* directories
-  install -d -m755 $pkgdir/etc/cron.daily
-  install -d -m755 $pkgdir/etc/cron.hourly
-  install -d -m755 $pkgdir/etc/cron.monthly
-  install -d -m755 $pkgdir/etc/cron.weekly
-
-  # avoid conflict with filesystem=2012.06
-  rmdir $pkgdir/{var/,}run
-
-  # avoid conflict with libbsd - #31259
-  rm $pkgdir/usr/share/man/man3/bitstring.3 \
-$pkgdir/usr/share/man/fr/man3/bitstring.3
-  rmdir --ignore-fail-on-non-empty $pkgdir/usr/share/man/man3 \
-$pkgdir/usr/share/man/fr/man3
-}
-
-# vim:set ts=2 sw=2 et:

Copied: fcron/repos/community-i686/PKGBUILD (from rev 96422, 
fcron/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-08-28 15:04:05 UTC (rev 96423)
@@ -0,0 +1,83 @@
+# $Id$
+# Contributor: Giorgio Lando lando at imap dot cc
+# Contributor: Sergej Pupykin
+# Contributor: Thomas Bächler
+# Contributor: Sébastien Luttringer
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=fcron
+pkgver=3.1.2
+pkgrel=8

[arch-commits] Commit in fcron/repos (12 files)

2013-03-19 Thread Thorsten Töpper
Date: Tuesday, March 19, 2013 @ 11:30:42
  Author: ttoepper
Revision: 86558

archrelease: copy trunk to community-testing-i686, community-testing-x86_64

Added:
  fcron/repos/community-testing-i686/
  fcron/repos/community-testing-i686/PKGBUILD
(from rev 86557, fcron/trunk/PKGBUILD)
  fcron/repos/community-testing-i686/fcron.rc
(from rev 86557, fcron/trunk/fcron.rc)
  fcron/repos/community-testing-i686/run-cron
(from rev 86557, fcron/trunk/run-cron)
  fcron/repos/community-testing-i686/systab
(from rev 86557, fcron/trunk/systab)
  fcron/repos/community-testing-i686/systab.orig
(from rev 86557, fcron/trunk/systab.orig)
  fcron/repos/community-testing-x86_64/
  fcron/repos/community-testing-x86_64/PKGBUILD
(from rev 86557, fcron/trunk/PKGBUILD)
  fcron/repos/community-testing-x86_64/fcron.rc
(from rev 86557, fcron/trunk/fcron.rc)
  fcron/repos/community-testing-x86_64/run-cron
(from rev 86557, fcron/trunk/run-cron)
  fcron/repos/community-testing-x86_64/systab
(from rev 86557, fcron/trunk/systab)
  fcron/repos/community-testing-x86_64/systab.orig
(from rev 86557, fcron/trunk/systab.orig)

--+
 community-testing-i686/PKGBUILD  |   86 +
 community-testing-i686/fcron.rc  |   36 +
 community-testing-i686/run-cron  |   14 +
 community-testing-i686/systab.orig   |4 +
 community-testing-x86_64/PKGBUILD|   86 +
 community-testing-x86_64/fcron.rc|   36 +
 community-testing-x86_64/run-cron|   14 +
 community-testing-x86_64/systab.orig |4 +
 8 files changed, 280 insertions(+)

Copied: fcron/repos/community-testing-i686/PKGBUILD (from rev 86557, 
fcron/trunk/PKGBUILD)
===
--- community-testing-i686/PKGBUILD (rev 0)
+++ community-testing-i686/PKGBUILD 2013-03-19 10:30:42 UTC (rev 86558)
@@ -0,0 +1,86 @@
+# $Id$
+# Contributor: Giorgio Lando lando at imap dot cc
+# Contributor: Sergej Pupykin
+# Contributor: Thomas Bächler
+# Maintainer: Thorsten Töpper atsutane...@freethoughts.de
+
+pkgname=fcron
+pkgver=3.1.2
+pkgrel=1
+pkgdesc='Feature-rich cron implementation'
+arch=(i686 x86_64)
+url=http://fcron.free.fr;
+license=('GPL')
+depends=('pam')
+makedepends=('smtp-server')
+optdepends=('smtp-server: to receive mails from cron jobs')
+provides=('cron')
+conflicts=('dcron')
+backup=(etc/fcron/fcron.conf etc/fcron/fcron.allow etc/fcron/fcron.deny \
+var/spool/fcron/systab var/spool/fcron/systab.orig)
+options=('emptydirs' '!makeflags')
+source=(http://fcron.free.fr/archives/$pkgname-$pkgver.src.tar.gz fcron.rc \
+systab systab.orig run-cron)
+md5sums=('36bf213e15f3a480f2274f8e46cced0a'
+ 'e0c3f0bdc3c98fbbe46eff19001c18f2'
+ '938722c6654ef7b07f4aa10001905ba1'
+ 'bfb7daa22ebe22b9917e455c1ca4a382'
+ '5ff0cdcb9ec99778938ac6ef26800327')
+
+build() {
+  cd $srcdir/$pkgname-$pkgver
+  ./configure --prefix=/usr \
+  --sysconfdir=/etc/fcron \
+  --with-answer-all=no \
+  --with-boot-install=no \
+  --with-username=root \
+  --with-groupname=root \
+  --datarootdir=/usr/share \
+   --datadir=/usr/share \
+  --with-docdir=/usr/share/doc \
+  --localstatedir=/var \
+  --with-systemdsystemunitdir=/usr/lib/systemd/system \
+  --with-piddir=/run \
+   --with-editor=/usr/bin/vi \
+  --with-sendmail=/usr/sbin/sendmail
+  make
+
+  # Temporary bugfix make install expects the file in the files directory.
+  cp script/fcron.init.systemd files
+}
+
+package() {
+  cd $srcdir/$pkgname-$pkgver
+  
+  make DESTDIR=$pkgdir/ install
+  install -D -m755 $srcdir/fcron.rc $pkgdir/etc/rc.d/fcron
+  install -D -m644 $srcdir/$pkgname-$pkgver/files/fcron.pam 
$pkgdir/etc/pam.d/fcron
+  
+  install -D -m644 $srcdir/$pkgname-$pkgver/files/fcrontab.pam 
$pkgdir/etc/pam.d/fcrontab
+  # Install default fcrontab so that fcron can completely replace dcron
+  
+  install -D -m600 $srcdir/systab $pkgdir/var/spool/fcron/systab
+  # In order to preserve the systab crontab in any case it is better to have
+  # it in non-binary form too
+  install -D -m600 $srcdir/systab.orig $pkgdir/var/spool/fcron/systab.orig
+
+  # Add cron.* directories
+  install -d -m755 $pkgdir/etc/cron.daily
+  install -d -m755 $pkgdir/etc/cron.hourly
+  install -d -m755 $pkgdir/etc/cron.monthly
+  install -d -m755 $pkgdir/etc/cron.weekly
+  
+  # Install run-cron script to make fcron run without dcron
+  install -D -m755 $srcdir/run-cron $pkgdir/usr/sbin/run-cron
+
+  # avoid conflict with filesystem=2012.06
+  rmdir $pkgdir/var/run
+
+  # avoid conflict with libbsd - #31259
+  rm $pkgdir/usr/share/man/man3/bitstring.3 \
+$pkgdir/usr/share/man/fr/man3/bitstring.3
+  rmdir