[arch-commits] Commit in at/repos (8 files)
Felix Yan
fyan at nymeria.archlinux.org
Thu Apr 17 07:59:27 UTC 2014
Date: Thursday, April 17, 2014 @ 09:59:27
Author: fyan
Revision: 109640
archrelease: copy trunk to community-i686, community-x86_64
Added:
at/repos/community-i686/PKGBUILD
(from rev 109639, at/trunk/PKGBUILD)
at/repos/community-i686/atd.service
(from rev 109639, at/trunk/atd.service)
at/repos/community-x86_64/PKGBUILD
(from rev 109639, at/trunk/PKGBUILD)
at/repos/community-x86_64/atd.service
(from rev 109639, 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 | 66 +++++++++++++++++++++++++++++++++++++++++
/atd.service | 18 +++++++++++
community-i686/PKGBUILD | 33 --------------------
community-i686/atd.service | 9 -----
community-x86_64/PKGBUILD | 33 --------------------
community-x86_64/atd.service | 9 -----
6 files changed, 84 insertions(+), 84 deletions(-)
Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD 2014-04-17 07:55:51 UTC (rev 109639)
+++ community-i686/PKGBUILD 2014-04-17 07:59:27 UTC (rev 109640)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Todd Musall <tmusall at comcast.net>
-
-pkgname=at
-pkgver=3.1.13
-pkgrel=3
-pkgdesc="AT and batch delayed command scheduling utility and daemon"
-arch=('i686' 'x86_64')
-url="http://packages.qa.debian.org/a/at.html"
-license=('GPL')
-depends=('pam')
-makedepends=('ssmtp')
-backup=('etc/at.deny')
-options=('!makeflags')
-source=(http://ftp.debian.org/debian/pool/main/a/at/at_${pkgver}.orig.tar.gz
- atd.service)
-md5sums=('1da61af6c29e323abaaf13ee1a8dad79'
- '58856a1081e101ed6f0f02f9a20ada4e')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sbindir=/usr/bin \
- --with-jobdir=/var/spool/atd \
- --with-atspool=/var/spool/atd
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make IROOT="${pkgdir}" docdir=/usr/share/doc install
- install -D -m644 "${srcdir}/atd.service" "${pkgdir}/usr/lib/systemd/system/atd.service"
-}
Copied: at/repos/community-i686/PKGBUILD (from rev 109639, at/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-04-17 07:59:27 UTC (rev 109640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Todd Musall <tmusall at comcast.net>
+
+pkgname=at
+pkgver=3.1.14
+pkgrel=1
+pkgdesc="AT and batch delayed command scheduling utility and daemon"
+arch=('i686' 'x86_64')
+url="http://packages.qa.debian.org/a/at.html"
+license=('GPL')
+depends=('pam')
+makedepends=('ssmtp')
+backup=('etc/at.deny')
+options=('!makeflags')
+source=(http://ftp.debian.org/debian/pool/main/a/at/at_${pkgver}.orig.tar.gz
+ atd.service)
+md5sums=('d41cfd79033b6e49a8838add59a42ac6'
+ '58856a1081e101ed6f0f02f9a20ada4e')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sbindir=/usr/bin \
+ --with-jobdir=/var/spool/atd \
+ --with-atspool=/var/spool/atd
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make IROOT="${pkgdir}" docdir=/usr/share/doc install
+ install -D -m644 "${srcdir}/atd.service" "${pkgdir}/usr/lib/systemd/system/atd.service"
+}
Deleted: community-i686/atd.service
===================================================================
--- community-i686/atd.service 2014-04-17 07:55:51 UTC (rev 109639)
+++ community-i686/atd.service 2014-04-17 07:59:27 UTC (rev 109640)
@@ -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 109639, at/trunk/atd.service)
===================================================================
--- community-i686/atd.service (rev 0)
+++ community-i686/atd.service 2014-04-17 07:59:27 UTC (rev 109640)
@@ -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-04-17 07:55:51 UTC (rev 109639)
+++ community-x86_64/PKGBUILD 2014-04-17 07:59:27 UTC (rev 109640)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Judd Vinet <jvinet at zeroflux.org>
-# Contributor: Todd Musall <tmusall at comcast.net>
-
-pkgname=at
-pkgver=3.1.13
-pkgrel=3
-pkgdesc="AT and batch delayed command scheduling utility and daemon"
-arch=('i686' 'x86_64')
-url="http://packages.qa.debian.org/a/at.html"
-license=('GPL')
-depends=('pam')
-makedepends=('ssmtp')
-backup=('etc/at.deny')
-options=('!makeflags')
-source=(http://ftp.debian.org/debian/pool/main/a/at/at_${pkgver}.orig.tar.gz
- atd.service)
-md5sums=('1da61af6c29e323abaaf13ee1a8dad79'
- '58856a1081e101ed6f0f02f9a20ada4e')
-
-build() {
- cd ${pkgname}-${pkgver}
- ./configure --prefix=/usr --sbindir=/usr/bin \
- --with-jobdir=/var/spool/atd \
- --with-atspool=/var/spool/atd
- make
-}
-
-package() {
- cd ${pkgname}-${pkgver}
- make IROOT="${pkgdir}" docdir=/usr/share/doc install
- install -D -m644 "${srcdir}/atd.service" "${pkgdir}/usr/lib/systemd/system/atd.service"
-}
Copied: at/repos/community-x86_64/PKGBUILD (from rev 109639, at/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD (rev 0)
+++ community-x86_64/PKGBUILD 2014-04-17 07:59:27 UTC (rev 109640)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Judd Vinet <jvinet at zeroflux.org>
+# Contributor: Todd Musall <tmusall at comcast.net>
+
+pkgname=at
+pkgver=3.1.14
+pkgrel=1
+pkgdesc="AT and batch delayed command scheduling utility and daemon"
+arch=('i686' 'x86_64')
+url="http://packages.qa.debian.org/a/at.html"
+license=('GPL')
+depends=('pam')
+makedepends=('ssmtp')
+backup=('etc/at.deny')
+options=('!makeflags')
+source=(http://ftp.debian.org/debian/pool/main/a/at/at_${pkgver}.orig.tar.gz
+ atd.service)
+md5sums=('d41cfd79033b6e49a8838add59a42ac6'
+ '58856a1081e101ed6f0f02f9a20ada4e')
+
+build() {
+ cd ${pkgname}-${pkgver}
+ ./configure --prefix=/usr --sbindir=/usr/bin \
+ --with-jobdir=/var/spool/atd \
+ --with-atspool=/var/spool/atd
+ make
+}
+
+package() {
+ cd ${pkgname}-${pkgver}
+ make IROOT="${pkgdir}" docdir=/usr/share/doc install
+ install -D -m644 "${srcdir}/atd.service" "${pkgdir}/usr/lib/systemd/system/atd.service"
+}
Deleted: community-x86_64/atd.service
===================================================================
--- community-x86_64/atd.service 2014-04-17 07:55:51 UTC (rev 109639)
+++ community-x86_64/atd.service 2014-04-17 07:59:27 UTC (rev 109640)
@@ -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 109639, at/trunk/atd.service)
===================================================================
--- community-x86_64/atd.service (rev 0)
+++ community-x86_64/atd.service 2014-04-17 07:59:27 UTC (rev 109640)
@@ -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