[arch-commits] Commit in at/repos (6 files)

Alexander Rødseth arodseth at archlinux.org
Fri Aug 26 10:58:10 UTC 2016


    Date: Friday, August 26, 2016 @ 10:58:10
  Author: arodseth
Revision: 187599

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

Added:
  at/repos/community-i686/PKGBUILD
    (from rev 187598, at/trunk/PKGBUILD)
  at/repos/community-x86_64/PKGBUILD
    (from rev 187598, at/trunk/PKGBUILD)
Deleted:
  at/repos/community-i686/PKGBUILD
  at/repos/community-i686/atd.service
  at/repos/community-x86_64/PKGBUILD
  at/repos/community-x86_64/atd.service

------------------------------+
 /PKGBUILD                    |   70 +++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD      |   35 --------------------
 community-i686/atd.service   |    9 -----
 community-x86_64/PKGBUILD    |   35 --------------------
 community-x86_64/atd.service |    9 -----
 5 files changed, 70 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-26 10:56:40 UTC (rev 187598)
+++ community-i686/PKGBUILD	2016-08-26 10:58:10 UTC (rev 187599)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Todd Musall <tmusall at comcast.net>
-
-pkgname=at
-pkgver=3.1.16
-pkgrel=1
-pkgdesc='AT and batch delayed command scheduling utility and daemon'
-arch=('x86_64' 'i686')
-url='http://packages.qa.debian.org/a/at.html'
-license=('GPL')
-depends=('pam' 'flex')
-makedepends=('ssmtp' 'git')
-backup=('etc/at.deny')
-options=('!makeflags')
-source=("git://anonscm.debian.org/collab-maint/at.git#tag=upstream/$pkgver"
-        'atd.service')
-sha256sums=('SKIP'
-            '34cea1b7d109efe8b515d02092f73a7c5f1ce6992bba5855f9d428f5be55cdfd')
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr --sbindir=/usr/bin \
-              --with-jobdir=/var/spool/atd \
-              --with-atspool=/var/spool/atd
-  make
-}
-
-package() {
-  make -C "$pkgname" IROOT="$pkgdir" docdir=/usr/share/doc install
-  install -Dm644 atd.service "$pkgdir/usr/lib/systemd/system/atd.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at/repos/community-i686/PKGBUILD (from rev 187598, at/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-26 10:58:10 UTC (rev 187599)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Todd Musall <tmusall at comcast.net>
+
+pkgname=at
+pkgver=3.1.20
+pkgrel=1
+pkgdesc='AT and batch delayed command scheduling utility and daemon'
+arch=('x86_64' 'i686')
+url='http://blog.calhariz.com/tag/at'
+license=('GPL')
+depends=('pam' 'flex')
+makedepends=('ssmtp' 'git')
+backup=('etc/at.deny')
+options=('!makeflags')
+source=("http://blog.calhariz.com/public/sft/$pkgname/${pkgname}_${pkgver}.orig.tar.gz")
+sha256sums=('0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --with-jobdir=/var/spool/atd \
+    --with-atspool=/var/spool/atd
+  CFLAGS="$CFLAGS -w" make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/atd.service
===================================================================
--- community-i686/atd.service	2016-08-26 10:56:40 UTC (rev 187598)
+++ community-i686/atd.service	2016-08-26 10:58:10 UTC (rev 187599)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ATD daemon
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/atd
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-26 10:56:40 UTC (rev 187598)
+++ community-x86_64/PKGBUILD	2016-08-26 10:58:10 UTC (rev 187599)
@@ -1,35 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth <rodseth at gmail.com>
-# Contributor: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Todd Musall <tmusall at comcast.net>
-
-pkgname=at
-pkgver=3.1.16
-pkgrel=1
-pkgdesc='AT and batch delayed command scheduling utility and daemon'
-arch=('x86_64' 'i686')
-url='http://packages.qa.debian.org/a/at.html'
-license=('GPL')
-depends=('pam' 'flex')
-makedepends=('ssmtp' 'git')
-backup=('etc/at.deny')
-options=('!makeflags')
-source=("git://anonscm.debian.org/collab-maint/at.git#tag=upstream/$pkgver"
-        'atd.service')
-sha256sums=('SKIP'
-            '34cea1b7d109efe8b515d02092f73a7c5f1ce6992bba5855f9d428f5be55cdfd')
-
-build() {
-  cd "$pkgname"
-  ./configure --prefix=/usr --sbindir=/usr/bin \
-              --with-jobdir=/var/spool/atd \
-              --with-atspool=/var/spool/atd
-  make
-}
-
-package() {
-  make -C "$pkgname" IROOT="$pkgdir" docdir=/usr/share/doc install
-  install -Dm644 atd.service "$pkgdir/usr/lib/systemd/system/atd.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at/repos/community-x86_64/PKGBUILD (from rev 187598, at/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-26 10:58:10 UTC (rev 187599)
@@ -0,0 +1,35 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Todd Musall <tmusall at comcast.net>
+
+pkgname=at
+pkgver=3.1.20
+pkgrel=1
+pkgdesc='AT and batch delayed command scheduling utility and daemon'
+arch=('x86_64' 'i686')
+url='http://blog.calhariz.com/tag/at'
+license=('GPL')
+depends=('pam' 'flex')
+makedepends=('ssmtp' 'git')
+backup=('etc/at.deny')
+options=('!makeflags')
+source=("http://blog.calhariz.com/public/sft/$pkgname/${pkgname}_${pkgver}.orig.tar.gz")
+sha256sums=('0871923cab73050b98ace020664eb2ddc1e669e4166b5abb64d864d02fcefab9')
+
+build() {
+  cd "$pkgname-$pkgver"
+
+  ./configure \
+    --prefix=/usr \
+    --sbindir=/usr/bin \
+    --with-jobdir=/var/spool/atd \
+    --with-atspool=/var/spool/atd
+  CFLAGS="$CFLAGS -w" make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/atd.service
===================================================================
--- community-x86_64/atd.service	2016-08-26 10:56:40 UTC (rev 187598)
+++ community-x86_64/atd.service	2016-08-26 10:58:10 UTC (rev 187599)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ATD daemon
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/atd
-
-[Install]
-WantedBy=multi-user.target



More information about the arch-commits mailing list