[arch-commits] Commit in aiccu (8 files)

Sébastien Luttringer seblu at nymeria.archlinux.org
Sat Feb 9 13:54:03 UTC 2013


    Date: Saturday, February 9, 2013 @ 14:54:03
  Author: seblu
Revision: 84051

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

Added:
  aiccu/repos/
  aiccu/repos/community-i686/
  aiccu/repos/community-i686/PKGBUILD
    (from rev 84050, aiccu/trunk/PKGBUILD)
  aiccu/repos/community-i686/aiccu.service
    (from rev 84050, aiccu/trunk/aiccu.service)
  aiccu/repos/community-x86_64/
  aiccu/repos/community-x86_64/PKGBUILD
    (from rev 84050, aiccu/trunk/PKGBUILD)
  aiccu/repos/community-x86_64/aiccu.service
    (from rev 84050, aiccu/trunk/aiccu.service)
Deleted:
  aiccu/PKGBUILD

--------------------------------------+
 PKGBUILD                             |   40 ---------------------------------
 repos/community-i686/PKGBUILD        |   40 +++++++++++++++++++++++++++++++++
 repos/community-i686/aiccu.service   |   12 +++++++++
 repos/community-x86_64/PKGBUILD      |   40 +++++++++++++++++++++++++++++++++
 repos/community-x86_64/aiccu.service |   12 +++++++++
 5 files changed, 104 insertions(+), 40 deletions(-)

Deleted: PKGBUILD
===================================================================
--- PKGBUILD	2013-02-09 13:53:54 UTC (rev 84050)
+++ PKGBUILD	2013-02-09 13:54:03 UTC (rev 84051)
@@ -1,40 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer
-
-pkgname=aiccu
-pkgver=20070115
-pkgrel=1
-pkgdesc='SixXS Automatic IPv6 Connectivity Client Utility'
-arch=('i686' 'x86_64')
-url='http://www.sixxs.net/tools/aiccu/'
-license=('custom')
-depends=('gnutls' 'iproute2')
-backup=('etc/aiccu.conf')
-source=("http://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz"
-        'aiccu.service')
-md5sums=('c9bcc83644ed788e22a7c3f3d4021350'
-         '4c7c350df0fab707c1524389519f0f04')
-
-build() {
-  cd $pkgname
-  [[ $LDFLAGS ]] && LDFLAGS="$LDFLAGS,--no-as-needed"
-  make
-}
-
-package() {
-  cd $pkgname
-  make DESTDIR="$pkgdir" install
-  # default config
-  install -Dm640 doc/aiccu.conf "$pkgdir/etc/aiccu.conf"
-  # license
-  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
-  # doc
-  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
-  install -m644 doc/{README,HOWTO,changelog} "$pkgdir/usr/share/doc/$pkgname/"
-  install -Dm644 doc/$pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
-  # systemd
-  install -Dm644 "$srcdir/aiccu.service" "$pkgdir/usr/lib/systemd/system/aiccu.service"
-  rm -r "$pkgdir/etc/init.d"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: aiccu/repos/community-i686/PKGBUILD (from rev 84050, aiccu/trunk/PKGBUILD)
===================================================================
--- repos/community-i686/PKGBUILD	                        (rev 0)
+++ repos/community-i686/PKGBUILD	2013-02-09 13:54:03 UTC (rev 84051)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=aiccu
+pkgver=20070115
+pkgrel=1
+pkgdesc='SixXS Automatic IPv6 Connectivity Client Utility'
+arch=('i686' 'x86_64')
+url='http://www.sixxs.net/tools/aiccu/'
+license=('custom')
+depends=('gnutls' 'iproute2')
+backup=('etc/aiccu.conf')
+source=("http://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz"
+        'aiccu.service')
+md5sums=('c9bcc83644ed788e22a7c3f3d4021350'
+         'e038c9d7882e6e603d87962bac7a0f2a')
+
+build() {
+  cd $pkgname
+  [[ $LDFLAGS ]] && LDFLAGS="$LDFLAGS,--no-as-needed"
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -Dm640 doc/aiccu.conf "$pkgdir/etc/aiccu.conf"
+  # license
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # doc
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/{README,HOWTO,changelog} "$pkgdir/usr/share/doc/$pkgname/"
+  install -Dm644 doc/$pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  # systemd
+  install -Dm644 "$srcdir/aiccu.service" "$pkgdir/usr/lib/systemd/system/aiccu.service"
+  rm -r "$pkgdir/etc/init.d"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: aiccu/repos/community-i686/aiccu.service (from rev 84050, aiccu/trunk/aiccu.service)
===================================================================
--- repos/community-i686/aiccu.service	                        (rev 0)
+++ repos/community-i686/aiccu.service	2013-02-09 13:54:03 UTC (rev 84051)
@@ -0,0 +1,12 @@
+[Unit]
+Description=SixXS Automatic IPv6 Connectivity Configuration Utility
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/aiccu.pid
+ExecStart=/usr/sbin/aiccu start
+ExecStop=/usr/sbin/aiccu stop
+
+[Install]
+WantedBy=multi-user.target

Copied: aiccu/repos/community-x86_64/PKGBUILD (from rev 84050, aiccu/trunk/PKGBUILD)
===================================================================
--- repos/community-x86_64/PKGBUILD	                        (rev 0)
+++ repos/community-x86_64/PKGBUILD	2013-02-09 13:54:03 UTC (rev 84051)
@@ -0,0 +1,40 @@
+# $Id$
+# Maintainer: Sébastien Luttringer
+
+pkgname=aiccu
+pkgver=20070115
+pkgrel=1
+pkgdesc='SixXS Automatic IPv6 Connectivity Client Utility'
+arch=('i686' 'x86_64')
+url='http://www.sixxs.net/tools/aiccu/'
+license=('custom')
+depends=('gnutls' 'iproute2')
+backup=('etc/aiccu.conf')
+source=("http://www.sixxs.net/archive/sixxs/aiccu/unix/${pkgname}_${pkgver}.tar.gz"
+        'aiccu.service')
+md5sums=('c9bcc83644ed788e22a7c3f3d4021350'
+         'e038c9d7882e6e603d87962bac7a0f2a')
+
+build() {
+  cd $pkgname
+  [[ $LDFLAGS ]] && LDFLAGS="$LDFLAGS,--no-as-needed"
+  make
+}
+
+package() {
+  cd $pkgname
+  make DESTDIR="$pkgdir" install
+  # default config
+  install -Dm640 doc/aiccu.conf "$pkgdir/etc/aiccu.conf"
+  # license
+  install -Dm644 doc/LICENSE "$pkgdir/usr/share/licenses/$pkgname/LICENSE"
+  # doc
+  install -dm755 "$pkgdir/usr/share/doc/$pkgname"
+  install -m644 doc/{README,HOWTO,changelog} "$pkgdir/usr/share/doc/$pkgname/"
+  install -Dm644 doc/$pkgname.1 "$pkgdir/usr/share/man/man1/$pkgname.1"
+  # systemd
+  install -Dm644 "$srcdir/aiccu.service" "$pkgdir/usr/lib/systemd/system/aiccu.service"
+  rm -r "$pkgdir/etc/init.d"
+}
+
+# vim:set ts=2 sw=2 et:

Copied: aiccu/repos/community-x86_64/aiccu.service (from rev 84050, aiccu/trunk/aiccu.service)
===================================================================
--- repos/community-x86_64/aiccu.service	                        (rev 0)
+++ repos/community-x86_64/aiccu.service	2013-02-09 13:54:03 UTC (rev 84051)
@@ -0,0 +1,12 @@
+[Unit]
+Description=SixXS Automatic IPv6 Connectivity Configuration Utility
+After=network.target
+
+[Service]
+Type=forking
+PIDFile=/var/run/aiccu.pid
+ExecStart=/usr/sbin/aiccu start
+ExecStop=/usr/sbin/aiccu stop
+
+[Install]
+WantedBy=multi-user.target




More information about the arch-commits mailing list