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

Alexander Rødseth arodseth at archlinux.org
Thu Nov 20 12:37:12 UTC 2014


    Date: Thursday, November 20, 2014 @ 13:37:12
  Author: arodseth
Revision: 122829

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

Added:
  at/repos/community-i686/PKGBUILD
    (from rev 122828, at/trunk/PKGBUILD)
  at/repos/community-i686/atd.service
    (from rev 122828, at/trunk/atd.service)
  at/repos/community-x86_64/PKGBUILD
    (from rev 122828, at/trunk/PKGBUILD)
  at/repos/community-x86_64/atd.service
    (from rev 122828, at/trunk/atd.service)
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 +++++++++++++++++++++++++++++++++++++++++
 /atd.service                 |   18 ++++++++++
 community-i686/PKGBUILD      |   35 --------------------
 community-i686/atd.service   |    9 -----
 community-x86_64/PKGBUILD    |   35 --------------------
 community-x86_64/atd.service |    9 -----
 6 files changed, 88 insertions(+), 88 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-11-20 12:37:02 UTC (rev 122828)
+++ community-i686/PKGBUILD	2014-11-20 12:37:12 UTC (rev 122829)
@@ -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.15
-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 122828, at/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-11-20 12:37:12 UTC (rev 122829)
@@ -0,0 +1,35 @@
+# $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:

Deleted: community-i686/atd.service
===================================================================
--- community-i686/atd.service	2014-11-20 12:37:02 UTC (rev 122828)
+++ community-i686/atd.service	2014-11-20 12:37:12 UTC (rev 122829)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ATD daemon
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/atd
-
-[Install]
-WantedBy=multi-user.target

Copied: at/repos/community-i686/atd.service (from rev 122828, at/trunk/atd.service)
===================================================================
--- community-i686/atd.service	                        (rev 0)
+++ community-i686/atd.service	2014-11-20 12:37:12 UTC (rev 122829)
@@ -0,0 +1,9 @@
+[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	2014-11-20 12:37:02 UTC (rev 122828)
+++ community-x86_64/PKGBUILD	2014-11-20 12:37:12 UTC (rev 122829)
@@ -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.15
-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 122828, at/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-11-20 12:37:12 UTC (rev 122829)
@@ -0,0 +1,35 @@
+# $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:

Deleted: community-x86_64/atd.service
===================================================================
--- community-x86_64/atd.service	2014-11-20 12:37:02 UTC (rev 122828)
+++ community-x86_64/atd.service	2014-11-20 12:37:12 UTC (rev 122829)
@@ -1,9 +0,0 @@
-[Unit]
-Description=ATD daemon
-
-[Service]
-Type=forking
-ExecStart=/usr/bin/atd
-
-[Install]
-WantedBy=multi-user.target

Copied: at/repos/community-x86_64/atd.service (from rev 122828, at/trunk/atd.service)
===================================================================
--- community-x86_64/atd.service	                        (rev 0)
+++ community-x86_64/atd.service	2014-11-20 12:37:12 UTC (rev 122829)
@@ -0,0 +1,9 @@
+[Unit]
+Description=ATD daemon
+
+[Service]
+Type=forking
+ExecStart=/usr/bin/atd
+
+[Install]
+WantedBy=multi-user.target



More information about the arch-commits mailing list