[arch-commits] Commit in hostapd/repos (24 files)

2017-06-28 Thread Sergej Pupykin
Date: Wednesday, June 28, 2017 @ 14:52:19
  Author: spupykin
Revision: 241349

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 241348, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 241348, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 241348, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 241348, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 241348, hostapd/trunk/hostapd.service)
  hostapd/repos/community-i686/openvswitch.patch
(from rev 241348, hostapd/trunk/openvswitch.patch)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 241348, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 241348, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 241348, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 241348, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 241348, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/openvswitch.patch
(from rev 241348, hostapd/trunk/openvswitch.patch)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-i686/openvswitch.patch
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service
  hostapd/repos/community-x86_64/openvswitch.patch

---+
 /PKGBUILD |  132 
 /config   |  200 ++
 /hostapd-2.3-noscan.patch |  152 +
 /hostapd.install  |6 
 /hostapd.service  |   20 +
 /openvswitch.patch|  306 
 community-i686/PKGBUILD   |   66 --
 community-i686/config |   98 
 community-i686/hostapd-2.3-noscan.patch   |   76 --
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 
 community-i686/openvswitch.patch  |  153 --
 community-x86_64/PKGBUILD |   66 --
 community-x86_64/config   |   98 
 community-x86_64/hostapd-2.3-noscan.patch |   76 --
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 
 community-x86_64/openvswitch.patch|  153 --
 18 files changed, 816 insertions(+), 812 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-28 14:51:46 UTC (rev 241348)
+++ community-i686/PKGBUILD 2017-06-28 14:52:19 UTC (rev 241349)
@@ -1,66 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hostapd
-pkgver=2.6
-pkgrel=4
-pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
-arch=('i686' 'x86_64')
-url="http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-validpgpkeys=('EC4AA0A991A5F2464582D52D2B6EF432EFC895FA')
-source=(https://w1.fi/releases/$pkgname-$pkgver.tar.gz{,.asc}
-   config
-   hostapd.service
-   hostapd-2.3-noscan.patch
-   openvswitch.patch)
-sha256sums=('01526b90c1d23bec4b0f052039cc4456c2fd19347b4d830d1d58a0a6aea7117d'
-'SKIP'
-'6ecafb0be226b29ba7fe7a080ef3dbc2fe4cb5afa34d2ede2b39d9c32081ba53'
-'989bc6855f44c0b360e3d4cd4a146c35b7c12f8a0ced627b4b033f58edcade8e'
-'c15b4310f21b41254e4d4485bc04e36926572f213e7c4d3a17038fdff19529b5'
-'eeb07b5a3b971b3108ce8c5c947f4600d98ec9b338b8b88a96a7774cef269e49')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 <"$srcdir"/hostapd-2.3-noscan.patch
-  patch -p1 <"$srcdir"/openvswitch.patch
-}
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd hostapd
-
-  # Binaries
-  install -d "$pkgdir/usr/bin"
-  install -t "$pkgdir/usr/bin" hostapd hostapd_cli
-
-  # 

[arch-commits] Commit in hostapd/repos (24 files)

2016-10-06 Thread Sergej Pupykin
Date: Thursday, October 6, 2016 @ 08:29:48
  Author: spupykin
Revision: 191471

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 191470, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 191470, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 191470, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 191470, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 191470, hostapd/trunk/hostapd.service)
  hostapd/repos/community-i686/openvswitch.patch
(from rev 191470, hostapd/trunk/openvswitch.patch)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 191470, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 191470, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 191470, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 191470, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 191470, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/openvswitch.patch
(from rev 191470, hostapd/trunk/openvswitch.patch)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-i686/openvswitch.patch
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service
  hostapd/repos/community-x86_64/openvswitch.patch

---+
 /PKGBUILD |  128 +++
 /config   |  196 +
 /hostapd-2.3-noscan.patch |  152 +
 /hostapd.install  |6 
 /hostapd.service  |   20 +
 /openvswitch.patch|  306 
 community-i686/PKGBUILD   |   64 -
 community-i686/config |   98 
 community-i686/hostapd-2.3-noscan.patch   |   58 -
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 
 community-i686/openvswitch.patch  |  153 --
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/config   |   98 
 community-x86_64/hostapd-2.3-noscan.patch |   58 -
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 
 community-x86_64/openvswitch.patch|  153 --
 18 files changed, 808 insertions(+), 772 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-06 08:29:18 UTC (rev 191470)
+++ community-i686/PKGBUILD 2016-10-06 08:29:48 UTC (rev 191471)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hostapd
-pkgver=2.6
-pkgrel=2
-pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
-arch=('i686' 'x86_64')
-url="http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service
-   hostapd-2.3-noscan.patch
-   openvswitch.patch)
-md5sums=('eaa56dce9bd8f1d195eb62596eab34c7'
- '43c0ec1d8b4d4e46f468bc161bb05c4b'
- '380042b9cf4950e34ed34b3093ab9e7f'
- 'f3875fc2ac90d9b99501d690a0988857'
- 'a0802a604ed957078da0e14863df74f0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
-  patch -p1 <$srcdir/openvswitch.patch
-}
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd hostapd
-
-  # Binaries
-  install -d "$pkgdir/usr/bin"
-  install -t "$pkgdir/usr/bin" hostapd hostapd_cli
-
-  # Configuration
-  install -d "$pkgdir/etc/hostapd"
-  install -d "$pkgdir/usr/share/doc/hostapd"
-  install -m644 -t "$pkgdir/usr/share/doc/hostapd" \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man 

[arch-commits] Commit in hostapd/repos (24 files)

2016-10-04 Thread Sergej Pupykin
Date: Tuesday, October 4, 2016 @ 18:20:37
  Author: spupykin
Revision: 191335

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 191334, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 191334, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 191334, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 191334, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 191334, hostapd/trunk/hostapd.service)
  hostapd/repos/community-i686/openvswitch.patch
(from rev 191334, hostapd/trunk/openvswitch.patch)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 191334, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 191334, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 191334, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 191334, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 191334, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/openvswitch.patch
(from rev 191334, hostapd/trunk/openvswitch.patch)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-i686/openvswitch.patch
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service
  hostapd/repos/community-x86_64/openvswitch.patch

---+
 /PKGBUILD |  128 +++
 /config   |  196 +
 /hostapd-2.3-noscan.patch |  116 ++
 /hostapd.install  |6 
 /hostapd.service  |   20 +
 /openvswitch.patch|  306 
 community-i686/PKGBUILD   |   64 -
 community-i686/config |   98 
 community-i686/hostapd-2.3-noscan.patch   |   54 
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 
 community-i686/openvswitch.patch  |  153 --
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/config   |   98 
 community-x86_64/hostapd-2.3-noscan.patch |   54 
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 
 community-x86_64/openvswitch.patch|  153 --
 18 files changed, 772 insertions(+), 764 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 18:20:10 UTC (rev 191334)
+++ community-i686/PKGBUILD 2016-10-04 18:20:37 UTC (rev 191335)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hostapd
-pkgver=2.6
-pkgrel=1
-pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
-arch=('i686' 'x86_64')
-url="http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service
-   hostapd-2.3-noscan.patch
-   openvswitch.patch)
-md5sums=('eaa56dce9bd8f1d195eb62596eab34c7'
- '43c0ec1d8b4d4e46f468bc161bb05c4b'
- '380042b9cf4950e34ed34b3093ab9e7f'
- 'eaf8e48a9a63b5902fddadff2b8933fa'
- 'a0802a604ed957078da0e14863df74f0')
-
-prepare() {
-  cd $pkgname-$pkgver
-#  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
-  patch -p1 <$srcdir/openvswitch.patch
-}
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd hostapd
-
-  # Binaries
-  install -d "$pkgdir/usr/bin"
-  install -t "$pkgdir/usr/bin" hostapd hostapd_cli
-
-  # Configuration
-  install -d "$pkgdir/etc/hostapd"
-  install -d "$pkgdir/usr/share/doc/hostapd"
-  install -m644 -t "$pkgdir/usr/share/doc/hostapd" \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages

[arch-commits] Commit in hostapd/repos (24 files)

2016-10-04 Thread Sergej Pupykin
Date: Tuesday, October 4, 2016 @ 11:09:22
  Author: spupykin
Revision: 191307

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 191306, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 191306, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 191306, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 191306, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 191306, hostapd/trunk/hostapd.service)
  hostapd/repos/community-i686/openvswitch.patch
(from rev 191306, hostapd/trunk/openvswitch.patch)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 191306, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 191306, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 191306, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 191306, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 191306, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/openvswitch.patch
(from rev 191306, hostapd/trunk/openvswitch.patch)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-i686/openvswitch.patch
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service
  hostapd/repos/community-x86_64/openvswitch.patch

---+
 /PKGBUILD |  128 +++
 /config   |  196 +
 /hostapd-2.3-noscan.patch |  108 +
 /hostapd.install  |6 
 /hostapd.service  |   20 +
 /openvswitch.patch|  306 
 community-i686/PKGBUILD   |   64 -
 community-i686/config |   98 
 community-i686/hostapd-2.3-noscan.patch   |   54 
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 
 community-i686/openvswitch.patch  |  153 --
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/config   |   98 
 community-x86_64/hostapd-2.3-noscan.patch |   54 
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 
 community-x86_64/openvswitch.patch|  153 --
 18 files changed, 764 insertions(+), 764 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2016-10-04 11:08:54 UTC (rev 191306)
+++ community-i686/PKGBUILD 2016-10-04 11:09:22 UTC (rev 191307)
@@ -1,64 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin 
-
-pkgname=hostapd
-pkgver=2.5
-pkgrel=2
-pkgdesc="IEEE 802.11 AP, IEEE 802.1X/WPA/WPA2/EAP/RADIUS Authenticator"
-arch=('i686' 'x86_64')
-url="http://w1.fi/hostapd/;
-license=('custom')
-depends=('openssl' 'libnl')
-install=hostapd.install
-options=(emptydirs)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service
-   hostapd-2.3-noscan.patch
-   openvswitch.patch)
-md5sums=('69f9cec3f76d74f402864a43e4f8624f'
- '43c0ec1d8b4d4e46f468bc161bb05c4b'
- '380042b9cf4950e34ed34b3093ab9e7f'
- 'eaf8e48a9a63b5902fddadff2b8933fa'
- 'a0802a604ed957078da0e14863df74f0')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 <$srcdir/hostapd-2.3-noscan.patch
-  patch -p1 <$srcdir/openvswitch.patch
-}
-
-build() {
-  cd $pkgname-$pkgver/hostapd
-  cp ../../config .config
-  sed -i 's#/etc/hostapd#/etc/hostapd/hostapd#' hostapd.conf
-  export CFLAGS="$CFLAGS $(pkg-config --cflags libnl-3.0)"
-  make
-}
-
-package() {
-  # Systemd unit
-  install -Dm644 hostapd.service 
"$pkgdir/usr/lib/systemd/system/hostapd.service"
-
-  cd $pkgname-$pkgver
-
-  # License
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-
-  cd hostapd
-
-  # Binaries
-  install -d "$pkgdir/usr/bin"
-  install -t "$pkgdir/usr/bin" hostapd hostapd_cli
-
-  # Configuration
-  install -d "$pkgdir/etc/hostapd"
-  install -d "$pkgdir/usr/share/doc/hostapd"
-  install -m644 -t "$pkgdir/usr/share/doc/hostapd" \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
- 

[arch-commits] Commit in hostapd/repos (24 files)

2015-10-01 Thread Sergej Pupykin
Date: Thursday, October 1, 2015 @ 16:25:52
  Author: spupykin
Revision: 142314

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 142313, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 142313, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 142313, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 142313, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 142313, hostapd/trunk/hostapd.service)
  hostapd/repos/community-i686/openvswitch.patch
(from rev 142313, hostapd/trunk/openvswitch.patch)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 142313, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 142313, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 142313, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 142313, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 142313, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/openvswitch.patch
(from rev 142313, hostapd/trunk/openvswitch.patch)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-i686/openvswitch.patch
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service
  hostapd/repos/community-x86_64/openvswitch.patch

---+
 /PKGBUILD |  128 +++
 /config   |  196 +
 /hostapd-2.3-noscan.patch |  108 +
 /hostapd.install  |6 
 /hostapd.service  |   20 +
 /openvswitch.patch|  306 
 community-i686/PKGBUILD   |   64 -
 community-i686/config |   98 
 community-i686/hostapd-2.3-noscan.patch   |   54 
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 
 community-i686/openvswitch.patch  |  153 --
 community-x86_64/PKGBUILD |   64 -
 community-x86_64/config   |   98 
 community-x86_64/hostapd-2.3-noscan.patch |   54 
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 
 community-x86_64/openvswitch.patch|  153 --
 18 files changed, 764 insertions(+), 764 deletions(-)

The diff is longer than the limit of 200KB.
Use svn diff -r 142313:142314 to see the changes.