[arch-commits] Commit in lorcon/repos (4 files)

2013-11-14 Thread Alexander Rødseth
Date: Thursday, November 14, 2013 @ 21:43:40
  Author: arodseth
Revision: 101007

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

Added:
  lorcon/repos/community-i686/PKGBUILD
(from rev 101006, lorcon/trunk/PKGBUILD)
  lorcon/repos/community-x86_64/PKGBUILD
(from rev 101006, lorcon/trunk/PKGBUILD)
Deleted:
  lorcon/repos/community-i686/PKGBUILD
  lorcon/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   90 
 community-i686/PKGBUILD   |   42 
 community-x86_64/PKGBUILD |   42 
 3 files changed, 90 insertions(+), 84 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2013-11-14 20:43:28 UTC (rev 101006)
+++ community-i686/PKGBUILD 2013-11-14 20:43:40 UTC (rev 101007)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: fnord0 [fnord0  riseup  net]
-# Contributor: dninja 
-
-pkgname=lorcon
-pkgver=224
-pkgrel=2
-pkgdesc="Loss Of Radio CONnectivity: A generic library for injecting 802.11 
frames"
-url='http://802.11ninja.net/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('libpcap')
-makedepends=('subversion')
-replaces=('lorcon-old-svn')
-_svntrunk="http://802.11ninja.net/svn/lorcon/trunk";
-_svnrev=$pkgver
-
-build() {
-  cd "$srcdir"
-
-  if [ -d "$_svnmod/.svn" ]; then
-(cd "$_svnmod" && svn up -r "$_svnrev")
-  else
-svn co "$_svntrunk/$_svnmod" --config-dir ./ -r \
-  "$_svnrev" "$_svnmod"
-  fi
-  msg "SVN checkout done or server timeout"
-  cd "$_svnmod"
- 
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$_svnmod"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: 

Copied: lorcon/repos/community-i686/PKGBUILD (from rev 101006, 
lorcon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2013-11-14 20:43:40 UTC (rev 101007)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: fnord0 [fnord0  riseup  net]
+# Contributor: dninja 
+# Contributor: Jon Gjengset 
+
+pkgname=lorcon
+pkgver=2.0.0.20091101
+pkgrel=1
+epoch=1
+pkgdesc='Generic library for injecting 802.11 frames'
+url='http://802.11ninja.net/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('libpcap')
+makedepends=('git')
+source=('git+https://code.google.com/p/lorcon/')
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
+  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
+  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
+  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
+  echo "$major.$minor.$tiny.$version"
+}
+
+prepare() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  make -C "$pkgname"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2013-11-14 20:43:28 UTC (rev 101006)
+++ community-x86_64/PKGBUILD   2013-11-14 20:43:40 UTC (rev 101007)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: fnord0 [fnord0  riseup  net]
-# Contributor: dninja 
-
-pkgname=lorcon
-pkgver=224
-pkgrel=2
-pkgdesc="Loss Of Radio CONnectivity: A generic library for injecting 802.11 
frames"
-url='http://802.11ninja.net/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('libpcap')
-makedepends=('subversion')
-replaces=('lorcon-old-svn')
-_svntrunk="http://802.11ninja.net/svn/lorcon/trunk";
-_svnrev=$pkgver
-
-build() {
-  cd "$srcdir"
-
-  if [ -d "$_svnmod/.svn" ]; then
-(cd "$_svnmod" && svn up -r "$_svnrev")
-  else
-svn co "$_svntrunk/$_svnmod" --config-dir ./ -r \
-  "$_svnrev" "$_svnmod"
-  fi
-  msg "SVN checkout done or server timeout"
-  cd "$_svnmod"
- 
-  ./configure --prefix=/usr --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$_svnmod"
-
-  make DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: 

Copied: lorcon/repos/community-x86_64/PKGBUILD (from rev 101006, 
lorcon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2013-11-14 20:43:40 UTC (rev 101007)
@@ -0,0 +1,45 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: fnord0 [fnord0  riseup  net]
+# Contributor: dninja 
+# Contributor: Jon Gjengset 
+
+pkgname=lorcon
+pkgver=2.0.0.20091101
+pkgrel=1
+epoch=1
+pkgdesc='Generic library for injecting 802.11 frames'
+url='http://8

[arch-commits] Commit in lorcon/repos (4 files)

2015-10-04 Thread Alexander Rødseth
Date: Sunday, October 4, 2015 @ 19:36:01
  Author: arodseth
Revision: 142932

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

Added:
  lorcon/repos/community-i686/PKGBUILD
(from rev 142931, lorcon/trunk/PKGBUILD)
  lorcon/repos/community-x86_64/PKGBUILD
(from rev 142931, lorcon/trunk/PKGBUILD)
Deleted:
  lorcon/repos/community-i686/PKGBUILD
  lorcon/repos/community-x86_64/PKGBUILD

---+
 /PKGBUILD |   92 
 community-i686/PKGBUILD   |   45 -
 community-x86_64/PKGBUILD |   45 -
 3 files changed, 92 insertions(+), 90 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2015-10-04 17:35:49 UTC (rev 142931)
+++ community-i686/PKGBUILD 2015-10-04 17:36:01 UTC (rev 142932)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: fnord0 [fnord0  riseup  net]
-# Contributor: dninja 
-# Contributor: Jon Gjengset 
-
-pkgname=lorcon
-pkgver=2.0.0.20091101
-pkgrel=1
-epoch=1
-pkgdesc='Generic library for injecting 802.11 frames'
-url='http://802.11ninja.net/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('libpcap')
-makedepends=('git')
-source=('git+https://code.google.com/p/lorcon/')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
-  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
-  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
-  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
-  echo "$major.$minor.$tiny.$version"
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: 

Copied: lorcon/repos/community-i686/PKGBUILD (from rev 142931, 
lorcon/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2015-10-04 17:36:01 UTC (rev 142932)
@@ -0,0 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth 
+# Contributor: Brad Fanella 
+# Contributor: fnord0 [fnord0  riseup  net]
+# Contributor: dninja 
+# Contributor: Jon Gjengset 
+
+pkgname=lorcon
+# Version: raw.githubusercontent.com/lunixbochs/lorcon/master/Makefile.in
+pkgver=2.0.0.20091101
+pkgrel=2
+epoch=1
+pkgdesc='Generic library for injecting 802.11 frames'
+url='http://802.11ninja.net/'
+license=('GPL')
+arch=('x86_64' 'i686')
+depends=('libpcap')
+makedepends=('git')
+source=('git://github.com/lunixbochs/lorcon#commit=10d5c825aa')
+md5sums=('SKIP')
+
+pkgver() {
+  cd "$pkgname"
+
+  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
+  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
+  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
+  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
+  echo "$major.$minor.$tiny.$version"
+}
+
+prepare() {
+  cd "$pkgname"
+
+  ./configure --prefix=/usr --mandir=/usr/share/man
+}
+
+build() {
+  make -C "$pkgname"
+}
+
+package() {
+  make -C "$pkgname" DESTDIR="$pkgdir" install
+}
+
+# vim:set ts=2 sw=2 et: 

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2015-10-04 17:35:49 UTC (rev 142931)
+++ community-x86_64/PKGBUILD   2015-10-04 17:36:01 UTC (rev 142932)
@@ -1,45 +0,0 @@
-# $Id$
-# Maintainer: Alexander Rødseth 
-# Contributor: Brad Fanella 
-# Contributor: fnord0 [fnord0  riseup  net]
-# Contributor: dninja 
-# Contributor: Jon Gjengset 
-
-pkgname=lorcon
-pkgver=2.0.0.20091101
-pkgrel=1
-epoch=1
-pkgdesc='Generic library for injecting 802.11 frames'
-url='http://802.11ninja.net/'
-license=('GPL')
-arch=('x86_64' 'i686')
-depends=('libpcap')
-makedepends=('git')
-source=('git+https://code.google.com/p/lorcon/')
-md5sums=('SKIP')
-
-pkgver() {
-  cd "$pkgname"
-
-  major=$(cat Makefile.in | grep -E "^MAJOR " | sed 's/^.*= *//')
-  minor=$(cat Makefile.in | grep -E "^MINOR " | sed 's/^.*= *//')
-  tiny=$(cat Makefile.in | grep -E "^TINY " | sed 's/^.*= *//')
-  version=$(cat Makefile.in | grep -E "^VERSION " | sed 's/^.*= *//')
-  echo "$major.$minor.$tiny.$version"
-}
-
-prepare() {
-  cd "$pkgname"
-
-  ./configure --prefix=/usr --mandir=/usr/share/man
-}
-
-build() {
-  make -C "$pkgname"
-}
-
-package() {
-  make -C "$pkgname" DESTDIR="$pkgdir" install
-}
-
-# vim:set ts=2 sw=2 et: 

Copied: lorcon/repos/community-x86_64/PKGBUILD (from rev 142931, 
lorcon/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2015-10-04 17:36:01 UTC (rev 142932)
@@ -0,0 +