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

2015-03-15 Thread Sergej Pupykin
Date: Sunday, March 15, 2015 @ 22:44:04
  Author: spupykin
Revision: 129322

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 129321, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 129321, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd-2.3-noscan.patch
(from rev 129321, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-i686/hostapd.install
(from rev 129321, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 129321, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 129321, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 129321, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd-2.3-noscan.patch
(from rev 129321, hostapd/trunk/hostapd-2.3-noscan.patch)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 129321, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 129321, hostapd/trunk/hostapd.service)
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-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

---+
 /PKGBUILD |  128 ++
 /config   |  192 
 /hostapd-2.3-noscan.patch |  108 +++
 /hostapd.install  |6 
 /hostapd.service  |   20 ++
 community-i686/PKGBUILD   |   61 
 community-i686/config |   96 --
 community-i686/hostapd-2.3-noscan.patch   |   54 ---
 community-i686/hostapd.install|3 
 community-i686/hostapd.service|   10 -
 community-x86_64/PKGBUILD |   61 
 community-x86_64/config   |   96 --
 community-x86_64/hostapd-2.3-noscan.patch |   54 ---
 community-x86_64/hostapd.install  |3 
 community-x86_64/hostapd.service  |   10 -
 15 files changed, 454 insertions(+), 448 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-03-15 21:43:45 UTC (rev 129321)
+++ community-i686/PKGBUILD 2015-03-15 21:44:04 UTC (rev 129322)
@@ -1,61 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.3
-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)
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd.service
-   hostapd-2.3-noscan.patch)
-md5sums=('40b89c61036add0c2dd1fc10767d3b5f'
- '72e8ecf8fadf8b06d87876ea8c3dfd07'
- '380042b9cf4950e34ed34b3093ab9e7f'
- 'f2f13cf359735ba0ab7bad7690101b60')
-
-prepare() {
-  cd $pkgname-$pkgver
-  patch -p1 $srcdir/hostapd-2.3-noscan.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
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 129321, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-03-15 21:44:04 UTC (rev 129322)
@@ -0,0 +1,64 @@
+# $Id$
+# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
+
+pkgname=hostapd
+pkgver=2.4
+pkgrel=1
+pkgdesc=IEEE 802.11 AP, IEEE 

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

2013-05-13 Thread Sergej Pupykin
Date: Monday, May 13, 2013 @ 16:26:11
  Author: spupykin
Revision: 90673

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

Added:
  hostapd/repos/community-i686/PKGBUILD
(from rev 90672, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-i686/config
(from rev 90672, hostapd/trunk/config)
  hostapd/repos/community-i686/hostapd.install
(from rev 90672, hostapd/trunk/hostapd.install)
  hostapd/repos/community-i686/hostapd.service
(from rev 90672, hostapd/trunk/hostapd.service)
  hostapd/repos/community-x86_64/PKGBUILD
(from rev 90672, hostapd/trunk/PKGBUILD)
  hostapd/repos/community-x86_64/config
(from rev 90672, hostapd/trunk/config)
  hostapd/repos/community-x86_64/hostapd.install
(from rev 90672, hostapd/trunk/hostapd.install)
  hostapd/repos/community-x86_64/hostapd.service
(from rev 90672, hostapd/trunk/hostapd.service)
Deleted:
  hostapd/repos/community-i686/PKGBUILD
  hostapd/repos/community-i686/config
  hostapd/repos/community-i686/hostapd
  hostapd/repos/community-i686/hostapd.conf.d
  hostapd/repos/community-i686/hostapd.install
  hostapd/repos/community-i686/hostapd.service
  hostapd/repos/community-x86_64/PKGBUILD
  hostapd/repos/community-x86_64/config
  hostapd/repos/community-x86_64/hostapd
  hostapd/repos/community-x86_64/hostapd.conf.d
  hostapd/repos/community-x86_64/hostapd.install
  hostapd/repos/community-x86_64/hostapd.service

--+
 /PKGBUILD|  126 +
 /config  |  184 +
 /hostapd.install |   14 ++
 /hostapd.service |   22 
 community-i686/PKGBUILD  |   71 --
 community-i686/config|   92 --
 community-i686/hostapd   |   35 ---
 community-i686/hostapd.conf.d|2 
 community-i686/hostapd.install   |7 -
 community-i686/hostapd.service   |   11 --
 community-x86_64/PKGBUILD|   71 --
 community-x86_64/config  |   92 --
 community-x86_64/hostapd |   35 ---
 community-x86_64/hostapd.conf.d  |2 
 community-x86_64/hostapd.install |7 -
 community-x86_64/hostapd.service |   11 --
 16 files changed, 346 insertions(+), 436 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-05-13 14:25:44 UTC (rev 90672)
+++ community-i686/PKGBUILD 2013-05-13 14:26:11 UTC (rev 90673)
@@ -1,71 +0,0 @@
-# $Id$
-# Maintainer: Sergej Pupykin pupykin.s+a...@gmail.com
-
-pkgname=hostapd
-pkgver=2.0
-pkgrel=3
-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')
-backup=('etc/hostapd/hostapd.conf'
-'etc/conf.d/hostapd'
-'etc/hostapd/hlr_auc_gw.milenage_db'
-'etc/hostapd/hostapd.accept'
-'etc/hostapd/hostapd.deny'
-'etc/hostapd/hostapd.eap_user'
-'etc/hostapd/hostapd.radius_clients'
-'etc/hostapd/hostapd.sim_db'
-'etc/hostapd/hostapd.vlan'
-'etc/hostapd/hostapd.wpa_psk'
-'etc/hostapd/wired.conf')
-install=hostapd.install
-source=(http://w1.fi/releases/$pkgname-$pkgver.tar.gz
-   config
-   hostapd
-   hostapd.conf.d
-   hostapd.service)
-md5sums=('ba22e639bc57aa4035d2ea8ffa9bbbee'
- '5d7ee10b04e33f22c37be56a4c33dddb'
- 'd570327c385f34a4af24d3a0d61cea19'
- 'f169534b0f59b341f6df1a21e0344511'
- 'a0a16879eed5e4e41ae6b225a4809955')
-
-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() {
-  # RC script
-  install -D hostapd $pkgdir/etc/rc.d/hostapd
-  install -Dm644 hostapd.conf.d $pkgdir/etc/conf.d/hostapd
-
-  # 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 -m644 -t $pkgdir/etc/hostapd \
-hostapd.{accept,conf,deny,eap_user,radius_clients,sim_db,vlan,wpa_psk} \
-wired.conf hlr_auc_gw.milenage_db
-
-  # Man pages
-  install -Dm644 hostapd.8 $pkgdir/usr/share/man/man8/hostapd.8
-  install -Dm644 hostapd_cli.1 $pkgdir/usr/share/man/man1/hostapd_cli.1
-}

Copied: hostapd/repos/community-i686/PKGBUILD (from rev 90672, 
hostapd/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-05-13 14:26:11 UTC (rev 90673)
@@