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

Alexander Rødseth arodseth at archlinux.org
Sun Oct 4 17:36:02 UTC 2015


    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 <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: fnord0 [fnord0 <AT> riseup <DOT> net]
-# Contributor: dninja <dninja at gmail.com>
-# Contributor: Jon Gjengset <jon at thesquareplanet.com>
-
-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 <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: fnord0 [fnord0 <AT> riseup <DOT> net]
+# Contributor: dninja <dninja at gmail.com>
+# Contributor: Jon Gjengset <jon at thesquareplanet.com>
+
+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 <rodseth at gmail.com>
-# Contributor: Brad Fanella <bradfanella at archlinux.us>
-# Contributor: fnord0 [fnord0 <AT> riseup <DOT> net]
-# Contributor: dninja <dninja at gmail.com>
-# Contributor: Jon Gjengset <jon at thesquareplanet.com>
-
-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 +1,46 @@
+# $Id$
+# Maintainer: Alexander Rødseth <rodseth at gmail.com>
+# Contributor: Brad Fanella <bradfanella at archlinux.us>
+# Contributor: fnord0 [fnord0 <AT> riseup <DOT> net]
+# Contributor: dninja <dninja at gmail.com>
+# Contributor: Jon Gjengset <jon at thesquareplanet.com>
+
+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: 



More information about the arch-commits mailing list