[arch-commits] Commit in wpa_actiond/repos (3 files)

Thomas Bächler thomas at archlinux.org
Sun Nov 6 10:21:31 UTC 2011


    Date: Sunday, November 6, 2011 @ 05:21:31
  Author: thomas
Revision: 142218

db-move: moved wpa_actiond from [testing] to [core] (i686)

Added:
  wpa_actiond/repos/core-i686/PKGBUILD
    (from rev 142213, wpa_actiond/repos/testing-i686/PKGBUILD)
Deleted:
  wpa_actiond/repos/core-i686/PKGBUILD
  wpa_actiond/repos/testing-i686/

----------+
 PKGBUILD |   50 +++++++++++++++++++++++++-------------------------
 1 file changed, 25 insertions(+), 25 deletions(-)

Deleted: core-i686/PKGBUILD
===================================================================
--- core-i686/PKGBUILD	2011-11-06 10:21:29 UTC (rev 142217)
+++ core-i686/PKGBUILD	2011-11-06 10:21:31 UTC (rev 142218)
@@ -1,25 +0,0 @@
-# $Id$
-# Maintainer: Thomas Bächler <thomas at archlinux.org>
-pkgname=wpa_actiond
-pkgver=1.1
-pkgrel=2
-pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
-arch=('i686' 'x86_64')
-url="http://projects.archlinux.org/wpa_actiond.git/"
-license=('GPL')
-depends=('glibc' 'wpa_supplicant')
-source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz)
-sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3')
-
-build() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-
-  make CFLAGS="${CFLAGS}"
-}
-
-package() {
-  cd "${srcdir}/${pkgname}-${pkgver}"
-  
-  install -D -m755 wpa_actiond "${pkgdir}/usr/sbin/wpa_actiond"
-}
-# vim:set ts=2 sw=2 et:

Copied: wpa_actiond/repos/core-i686/PKGBUILD (from rev 142213, wpa_actiond/repos/testing-i686/PKGBUILD)
===================================================================
--- core-i686/PKGBUILD	                        (rev 0)
+++ core-i686/PKGBUILD	2011-11-06 10:21:31 UTC (rev 142218)
@@ -0,0 +1,25 @@
+# $Id$
+# Maintainer: Thomas Bächler <thomas at archlinux.org>
+pkgname=wpa_actiond
+pkgver=1.1
+pkgrel=3
+pkgdesc="Daemon that connects to wpa_supplicant and handles connect and disconnect events"
+arch=('i686' 'x86_64')
+url="http://projects.archlinux.org/wpa_actiond.git/"
+license=('GPL')
+depends=('glibc' 'wpa_supplicant')
+source=(ftp://ftp.archlinux.org/other/wpa_actiond/${pkgname}-${pkgver}.tar.xz)
+sha256sums=('d50a49cb5d56c31345d18e58f017b4ff923e8959a7e4e709abd156744f1668c3')
+
+build() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+
+  make CFLAGS="${CFLAGS}"
+}
+
+package() {
+  cd "${srcdir}/${pkgname}-${pkgver}"
+  
+  install -D -m755 wpa_actiond "${pkgdir}/usr/sbin/wpa_actiond"
+}
+# vim:set ts=2 sw=2 et:




More information about the arch-commits mailing list