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

Alexander Rødseth arodseth at archlinux.org
Wed Aug 31 13:40:47 UTC 2016


    Date: Wednesday, August 31, 2016 @ 13:40:47
  Author: arodseth
Revision: 188132

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

Added:
  at/repos/community-i686/PKGBUILD
    (from rev 188131, at/trunk/PKGBUILD)
  at/repos/community-x86_64/PKGBUILD
    (from rev 188131, at/trunk/PKGBUILD)
Deleted:
  at/repos/community-i686/PKGBUILD
  at/repos/community-x86_64/PKGBUILD

---------------------------+
 /PKGBUILD                 |   76 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   36 --------------------
 community-x86_64/PKGBUILD |   36 --------------------
 3 files changed, 76 insertions(+), 72 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-08-31 13:39:18 UTC (rev 188131)
+++ community-i686/PKGBUILD	2016-08-31 13:40:47 UTC (rev 188132)
@@ -1,36 +0,0 @@
-# $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=2
-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 \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system
-  CFLAGS="$CFLAGS -w" make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at/repos/community-i686/PKGBUILD (from rev 188131, at/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-08-31 13:40:47 UTC (rev 188132)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Nathan Baum <n at p12a.org.uk>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Todd Musall <tmusall at comcast.net>
+
+pkgname=at
+pkgver=3.1.20
+pkgrel=3
+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=('smtp-forwarder' 'git')
+backup=('etc/at.deny' 'var/spool/atd/.SEQ')
+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 \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  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/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-08-31 13:39:18 UTC (rev 188131)
+++ community-x86_64/PKGBUILD	2016-08-31 13:40:47 UTC (rev 188132)
@@ -1,36 +0,0 @@
-# $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=2
-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 \
-    --with-systemdsystemunitdir=/usr/lib/systemd/system
-  CFLAGS="$CFLAGS -w" make
-}
-
-package() {
-  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
-}
-
-# vim:set ts=2 sw=2 et:

Copied: at/repos/community-x86_64/PKGBUILD (from rev 188131, at/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-08-31 13:40:47 UTC (rev 188132)
@@ -0,0 +1,38 @@
+# $Id$
+# Maintainer: Alexander F Rødseth <xyproto at archlinux.org>
+# Contributor: Nathan Baum <n at p12a.org.uk>
+# Contributor: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Todd Musall <tmusall at comcast.net>
+
+pkgname=at
+pkgver=3.1.20
+pkgrel=3
+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=('smtp-forwarder' 'git')
+backup=('etc/at.deny' 'var/spool/atd/.SEQ')
+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 \
+    --with-systemdsystemunitdir=/usr/lib/systemd/system
+
+  CFLAGS="$CFLAGS -w" make
+}
+
+package() {
+  make -C "$pkgname-$pkgver" IROOT="$pkgdir" docdir=/usr/share/doc install
+}
+
+# vim:set ts=2 sw=2 et:



More information about the arch-commits mailing list