Date: Friday, May 15, 2015 @ 14:02:35 Author: pierre Revision: 239396
archrelease: copy trunk to extra-i686, extra-x86_64 Added: fetchmail/repos/extra-i686/PKGBUILD (from rev 239395, fetchmail/trunk/PKGBUILD) fetchmail/repos/extra-i686/fetchmail.install (from rev 239395, fetchmail/trunk/fetchmail.install) fetchmail/repos/extra-i686/fetchmail.service (from rev 239395, fetchmail/trunk/fetchmail.service) fetchmail/repos/extra-i686/fetchmail.tmpfiles (from rev 239395, fetchmail/trunk/fetchmail.tmpfiles) fetchmail/repos/extra-x86_64/PKGBUILD (from rev 239395, fetchmail/trunk/PKGBUILD) fetchmail/repos/extra-x86_64/fetchmail.install (from rev 239395, fetchmail/trunk/fetchmail.install) fetchmail/repos/extra-x86_64/fetchmail.service (from rev 239395, fetchmail/trunk/fetchmail.service) fetchmail/repos/extra-x86_64/fetchmail.tmpfiles (from rev 239395, fetchmail/trunk/fetchmail.tmpfiles) Deleted: fetchmail/repos/extra-i686/PKGBUILD fetchmail/repos/extra-i686/fetchmail.install fetchmail/repos/extra-i686/fetchmail.service fetchmail/repos/extra-i686/fetchmail.tmpfiles fetchmail/repos/extra-x86_64/PKGBUILD fetchmail/repos/extra-x86_64/fetchmail.install fetchmail/repos/extra-x86_64/fetchmail.service fetchmail/repos/extra-x86_64/fetchmail.tmpfiles ---------------------------------+ /PKGBUILD | 76 ++++++++++++++++++++++++++++++++++++++ /fetchmail.install | 38 +++++++++++++++++++ /fetchmail.service | 22 +++++++++++ /fetchmail.tmpfiles | 2 + extra-i686/PKGBUILD | 37 ------------------ extra-i686/fetchmail.install | 26 ------------- extra-i686/fetchmail.service | 11 ----- extra-i686/fetchmail.tmpfiles | 1 extra-x86_64/PKGBUILD | 37 ------------------ extra-x86_64/fetchmail.install | 26 ------------- extra-x86_64/fetchmail.service | 11 ----- extra-x86_64/fetchmail.tmpfiles | 1 12 files changed, 138 insertions(+), 150 deletions(-) Deleted: extra-i686/PKGBUILD =================================================================== --- extra-i686/PKGBUILD 2015-05-15 12:02:17 UTC (rev 239395) +++ extra-i686/PKGBUILD 2015-05-15 12:02:35 UTC (rev 239396) @@ -1,37 +0,0 @@ -# $Id$ - -pkgname=fetchmail -pkgver=6.3.26 -pkgrel=2 -pkgdesc="A remote-mail retrieval utility" -arch=('i686' 'x86_64') -url="http://www.fetchmail.info" -license=('GPL') -depends=('openssl') -makedepends=('python2') -optdepends=('tk: for using fetchmailconf' - 'python2: for using fetchmailconf') -options=('!makeflags') -install='fetchmail.install' -source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz" - "http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc" - 'fetchmail.tmpfiles' 'fetchmail.service') -sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a' - 'SKIP' - '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6' - '69caf3fd4d4446db3bf53144e4fa8edbdbbfcd10') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py - PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -d -o 90 -g nobody "${pkgdir}/var/lib/fetchmail" - install -D -m644 ${srcdir}/fetchmail.tmpfiles ${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf - install -D -m644 ${srcdir}/fetchmail.service ${pkgdir}/usr/lib/systemd/system/fetchmail.service -} Copied: fetchmail/repos/extra-i686/PKGBUILD (from rev 239395, fetchmail/trunk/PKGBUILD) =================================================================== --- extra-i686/PKGBUILD (rev 0) +++ extra-i686/PKGBUILD 2015-05-15 12:02:35 UTC (rev 239396) @@ -0,0 +1,38 @@ +# $Id$ + +pkgname=fetchmail +pkgver=6.3.26 +pkgrel=3 +pkgdesc="A remote-mail retrieval utility" +arch=('i686' 'x86_64') +url="http://www.fetchmail.info" +license=('GPL') +depends=('openssl') +makedepends=('python2') +optdepends=('tk: for using fetchmailconf' + 'python2: for using fetchmailconf') +options=('!makeflags') +install='fetchmail.install' +source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz" + "http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc" + 'fetchmail.tmpfiles' 'fetchmail.service') +sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a' + 'SKIP' + '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6' + '0fc1870a33d1e0efb70169ddf1b6adc9d253e076') +validpgpkeys=('FDD00C436E3307E10758C6A8BE618339052E7D95') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py + PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -d -o 90 -g nobody "${pkgdir}/var/lib/fetchmail" + install -D -m644 ${srcdir}/fetchmail.tmpfiles ${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf + install -D -m644 ${srcdir}/fetchmail.service ${pkgdir}/usr/lib/systemd/system/fetchmail.service +} Deleted: extra-i686/fetchmail.install =================================================================== --- extra-i686/fetchmail.install 2015-05-15 12:02:17 UTC (rev 239395) +++ extra-i686/fetchmail.install 2015-05-15 12:02:35 UTC (rev 239396) @@ -1,26 +0,0 @@ -post_install() { - # /etc/fetchmail must be owned by fetchmail for daemon to work. - echo "If you run fetchmail as a daemon and not a cron job" - echo "then 'chown fetchmail /etc/fetchmailrc'" - getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \ - -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail - if [[ ! -d run/fetchmail ]]; then - usr/bin/systemd-tmpfiles --create fetchmail.conf - fi -} - -post_upgrade() { - getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \ - -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail - - if [ "$(vercmp $2 6.3.19-3)" -lt 0 ] ; then - usermod -d '/var/lib/fetchmail' -s /bin/false fetchmail - fi - if [[ ! -d run/fetchmail ]]; then - usr/bin/systemd-tmpfiles --create fetchmail.conf - fi -} - -pre_remove() { - usr/sbin/userdel fetchmail &>/dev/null -} Copied: fetchmail/repos/extra-i686/fetchmail.install (from rev 239395, fetchmail/trunk/fetchmail.install) =================================================================== --- extra-i686/fetchmail.install (rev 0) +++ extra-i686/fetchmail.install 2015-05-15 12:02:35 UTC (rev 239396) @@ -0,0 +1,19 @@ +post_install() { + # /etc/fetchmail must be owned by fetchmail for daemon to work. + echo "If you run fetchmail as a daemon and not a cron job" + echo "then 'chown fetchmail /etc/fetchmailrc'" + getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \ + -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail + if [[ ! -d run/fetchmail ]]; then + usr/bin/systemd-tmpfiles --create fetchmail.conf + fi +} + +post_upgrade() { + getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \ + -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail + + if [[ ! -d run/fetchmail ]]; then + usr/bin/systemd-tmpfiles --create fetchmail.conf + fi +} Deleted: extra-i686/fetchmail.service =================================================================== --- extra-i686/fetchmail.service 2015-05-15 12:02:17 UTC (rev 239395) +++ extra-i686/fetchmail.service 2015-05-15 12:02:35 UTC (rev 239396) @@ -1,11 +0,0 @@ -[Unit] -Description=A remote-mail retrieval utility -After=network.target - -[Service] -User=fetchmail -ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc -RestartSec=1 - -[Install] -WantedBy=multi-user.target Copied: fetchmail/repos/extra-i686/fetchmail.service (from rev 239395, fetchmail/trunk/fetchmail.service) =================================================================== --- extra-i686/fetchmail.service (rev 0) +++ extra-i686/fetchmail.service 2015-05-15 12:02:35 UTC (rev 239396) @@ -0,0 +1,11 @@ +[Unit] +Description=Fetchmail +After=network.target + +[Service] +User=fetchmail +ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc +RestartSec=1 + +[Install] +WantedBy=multi-user.target Deleted: extra-i686/fetchmail.tmpfiles =================================================================== --- extra-i686/fetchmail.tmpfiles 2015-05-15 12:02:17 UTC (rev 239395) +++ extra-i686/fetchmail.tmpfiles 2015-05-15 12:02:35 UTC (rev 239396) @@ -1 +0,0 @@ -d /run/fetchmail 700 fetchmail nobody Copied: fetchmail/repos/extra-i686/fetchmail.tmpfiles (from rev 239395, fetchmail/trunk/fetchmail.tmpfiles) =================================================================== --- extra-i686/fetchmail.tmpfiles (rev 0) +++ extra-i686/fetchmail.tmpfiles 2015-05-15 12:02:35 UTC (rev 239396) @@ -0,0 +1 @@ +d /run/fetchmail 700 fetchmail nobody Deleted: extra-x86_64/PKGBUILD =================================================================== --- extra-x86_64/PKGBUILD 2015-05-15 12:02:17 UTC (rev 239395) +++ extra-x86_64/PKGBUILD 2015-05-15 12:02:35 UTC (rev 239396) @@ -1,37 +0,0 @@ -# $Id$ - -pkgname=fetchmail -pkgver=6.3.26 -pkgrel=2 -pkgdesc="A remote-mail retrieval utility" -arch=('i686' 'x86_64') -url="http://www.fetchmail.info" -license=('GPL') -depends=('openssl') -makedepends=('python2') -optdepends=('tk: for using fetchmailconf' - 'python2: for using fetchmailconf') -options=('!makeflags') -install='fetchmail.install' -source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz" - "http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc" - 'fetchmail.tmpfiles' 'fetchmail.service') -sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a' - 'SKIP' - '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6' - '69caf3fd4d4446db3bf53144e4fa8edbdbbfcd10') - -build() { - cd "${srcdir}/${pkgname}-${pkgver}" - sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py - PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr - make -} - -package() { - cd "${srcdir}/${pkgname}-${pkgver}" - make DESTDIR="${pkgdir}" install - install -d -o 90 -g nobody "${pkgdir}/var/lib/fetchmail" - install -D -m644 ${srcdir}/fetchmail.tmpfiles ${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf - install -D -m644 ${srcdir}/fetchmail.service ${pkgdir}/usr/lib/systemd/system/fetchmail.service -} Copied: fetchmail/repos/extra-x86_64/PKGBUILD (from rev 239395, fetchmail/trunk/PKGBUILD) =================================================================== --- extra-x86_64/PKGBUILD (rev 0) +++ extra-x86_64/PKGBUILD 2015-05-15 12:02:35 UTC (rev 239396) @@ -0,0 +1,38 @@ +# $Id$ + +pkgname=fetchmail +pkgver=6.3.26 +pkgrel=3 +pkgdesc="A remote-mail retrieval utility" +arch=('i686' 'x86_64') +url="http://www.fetchmail.info" +license=('GPL') +depends=('openssl') +makedepends=('python2') +optdepends=('tk: for using fetchmailconf' + 'python2: for using fetchmailconf') +options=('!makeflags') +install='fetchmail.install' +source=("http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz" + "http://sourceforge.net/projects/fetchmail/files/branch_6.3/${pkgname}-${pkgver}.tar.xz.asc" + 'fetchmail.tmpfiles' 'fetchmail.service') +sha1sums=('de8dbe62a8edfa232ee4278257a1fe67aa1c797a' + 'SKIP' + '199ba749c829f22286c34aabcf8b7dd5bbd7c0e6' + '0fc1870a33d1e0efb70169ddf1b6adc9d253e076') +validpgpkeys=('FDD00C436E3307E10758C6A8BE618339052E7D95') + +build() { + cd "${srcdir}/${pkgname}-${pkgver}" + sed -i 's|/usr/bin/env python|/usr/bin/env python2|' fetchmailconf.py + PYTHON=python2 ./configure --prefix=/usr --with-ssl=/usr + make +} + +package() { + cd "${srcdir}/${pkgname}-${pkgver}" + make DESTDIR="${pkgdir}" install + install -d -o 90 -g nobody "${pkgdir}/var/lib/fetchmail" + install -D -m644 ${srcdir}/fetchmail.tmpfiles ${pkgdir}/usr/lib/tmpfiles.d/fetchmail.conf + install -D -m644 ${srcdir}/fetchmail.service ${pkgdir}/usr/lib/systemd/system/fetchmail.service +} Deleted: extra-x86_64/fetchmail.install =================================================================== --- extra-x86_64/fetchmail.install 2015-05-15 12:02:17 UTC (rev 239395) +++ extra-x86_64/fetchmail.install 2015-05-15 12:02:35 UTC (rev 239396) @@ -1,26 +0,0 @@ -post_install() { - # /etc/fetchmail must be owned by fetchmail for daemon to work. - echo "If you run fetchmail as a daemon and not a cron job" - echo "then 'chown fetchmail /etc/fetchmailrc'" - getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \ - -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail - if [[ ! -d run/fetchmail ]]; then - usr/bin/systemd-tmpfiles --create fetchmail.conf - fi -} - -post_upgrade() { - getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \ - -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail - - if [ "$(vercmp $2 6.3.19-3)" -lt 0 ] ; then - usermod -d '/var/lib/fetchmail' -s /bin/false fetchmail - fi - if [[ ! -d run/fetchmail ]]; then - usr/bin/systemd-tmpfiles --create fetchmail.conf - fi -} - -pre_remove() { - usr/sbin/userdel fetchmail &>/dev/null -} Copied: fetchmail/repos/extra-x86_64/fetchmail.install (from rev 239395, fetchmail/trunk/fetchmail.install) =================================================================== --- extra-x86_64/fetchmail.install (rev 0) +++ extra-x86_64/fetchmail.install 2015-05-15 12:02:35 UTC (rev 239396) @@ -0,0 +1,19 @@ +post_install() { + # /etc/fetchmail must be owned by fetchmail for daemon to work. + echo "If you run fetchmail as a daemon and not a cron job" + echo "then 'chown fetchmail /etc/fetchmailrc'" + getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \ + -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail + if [[ ! -d run/fetchmail ]]; then + usr/bin/systemd-tmpfiles --create fetchmail.conf + fi +} + +post_upgrade() { + getent passwd fetchmail >/dev/null || usr/sbin/useradd -u 90 -g nobody \ + -d '/var/lib/fetchmail' -c 'Fetchmail daemon' -s /bin/false fetchmail + + if [[ ! -d run/fetchmail ]]; then + usr/bin/systemd-tmpfiles --create fetchmail.conf + fi +} Deleted: extra-x86_64/fetchmail.service =================================================================== --- extra-x86_64/fetchmail.service 2015-05-15 12:02:17 UTC (rev 239395) +++ extra-x86_64/fetchmail.service 2015-05-15 12:02:35 UTC (rev 239396) @@ -1,11 +0,0 @@ -[Unit] -Description=A remote-mail retrieval utility -After=network.target - -[Service] -User=fetchmail -ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc -RestartSec=1 - -[Install] -WantedBy=multi-user.target Copied: fetchmail/repos/extra-x86_64/fetchmail.service (from rev 239395, fetchmail/trunk/fetchmail.service) =================================================================== --- extra-x86_64/fetchmail.service (rev 0) +++ extra-x86_64/fetchmail.service 2015-05-15 12:02:35 UTC (rev 239396) @@ -0,0 +1,11 @@ +[Unit] +Description=Fetchmail +After=network.target + +[Service] +User=fetchmail +ExecStart=/usr/bin/fetchmail -d 900 -f /etc/fetchmailrc +RestartSec=1 + +[Install] +WantedBy=multi-user.target Deleted: extra-x86_64/fetchmail.tmpfiles =================================================================== --- extra-x86_64/fetchmail.tmpfiles 2015-05-15 12:02:17 UTC (rev 239395) +++ extra-x86_64/fetchmail.tmpfiles 2015-05-15 12:02:35 UTC (rev 239396) @@ -1 +0,0 @@ -d /run/fetchmail 700 fetchmail nobody Copied: fetchmail/repos/extra-x86_64/fetchmail.tmpfiles (from rev 239395, fetchmail/trunk/fetchmail.tmpfiles) =================================================================== --- extra-x86_64/fetchmail.tmpfiles (rev 0) +++ extra-x86_64/fetchmail.tmpfiles 2015-05-15 12:02:35 UTC (rev 239396) @@ -0,0 +1 @@ +d /run/fetchmail 700 fetchmail nobody