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

2017-09-11 Thread Jelle van der Waa
Date: Monday, September 11, 2017 @ 19:06:23
  Author: jelle
Revision: 256982

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   30 --
 community-x86_64/PKGBUILD |   30 --
 3 files changed, 60 insertions(+), 60 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-09-11 19:06:10 UTC (rev 256981)
+++ community-i686/PKGBUILD 2017-09-11 19:06:23 UTC (rev 256982)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-pkgname=tcpreplay
-pkgver=4.2.5
-pkgrel=1
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('8765cad213335cc58daa3697dc3043fb'
- 'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}

Copied: tcpreplay/repos/community-i686/PKGBUILD (from rev 256981, 
tcpreplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-09-11 19:06:23 UTC (rev 256982)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Sébastien Duquette 
+# Contributor: Dawid Wrobel 
+pkgname=tcpreplay
+pkgver=4.2.5
+pkgrel=2
+pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
+url="http://tcpreplay.appneta.com;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('8765cad213335cc58daa3697dc3043fb'
+ 'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-09-11 19:06:10 UTC (rev 256981)
+++ community-x86_64/PKGBUILD   2017-09-11 19:06:23 UTC (rev 256982)
@@ -1,30 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-pkgname=tcpreplay
-pkgver=4.2.5
-pkgrel=1
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
-md5sums=('8765cad213335cc58daa3697dc3043fb'
- 'SKIP')
-validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 256981, 
tcpreplay/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-09-11 19:06:23 UTC (rev 256982)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Sébastien Duquette 

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

2017-06-08 Thread Timothy Redaelli
Date: Thursday, June 8, 2017 @ 10:31:32
  Author: tredaelli
Revision: 235397

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

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

---+
 /PKGBUILD |   60 
 community-i686/PKGBUILD   |   28 
 community-x86_64/PKGBUILD |   28 
 3 files changed, 60 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2017-06-08 10:31:22 UTC (rev 235396)
+++ community-i686/PKGBUILD 2017-06-08 10:31:32 UTC (rev 235397)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-pkgname=tcpreplay
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('fd48d73d84ade30ece0a9abb538c82d5')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}

Copied: tcpreplay/repos/community-i686/PKGBUILD (from rev 235396, 
tcpreplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2017-06-08 10:31:32 UTC (rev 235397)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Sébastien Duquette 
+# Contributor: Dawid Wrobel 
+pkgname=tcpreplay
+pkgver=4.2.5
+pkgrel=1
+pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
+url="http://tcpreplay.appneta.com;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(https://github.com/appneta/tcpreplay/releases/download/v${pkgver}/${pkgname}-${pkgver}.tar.gz{,.asc})
+md5sums=('8765cad213335cc58daa3697dc3043fb'
+ 'SKIP')
+validpgpkeys=('84E4FA215C934A7D97DC76D5E9E2149793BDE17E')
+
+build() {
+ cd "$srcdir/$pkgname-$pkgver"
+ ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
+ make
+}
+
+package() {
+ cd "$srcdir/$pkgname-$pkgver"
+ make DESTDIR="$pkgdir/" install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2017-06-08 10:31:22 UTC (rev 235396)
+++ community-x86_64/PKGBUILD   2017-06-08 10:31:32 UTC (rev 235397)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli 
-# Contributor: Sébastien Duquette 
-# Contributor: Dawid Wrobel 
-pkgname=tcpreplay
-pkgver=4.1.0
-pkgrel=1
-pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"
-url="http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=("http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('fd48d73d84ade30ece0a9abb538c82d5')
-
-build() {
- cd "$srcdir/$pkgname-$pkgver"
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
- make
-}
-
-package() {
- cd "$srcdir/$pkgname-$pkgver"
- make DESTDIR="$pkgdir/" install
-}

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 235396, 
tcpreplay/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2017-06-08 10:31:32 UTC (rev 235397)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Timothy Redaelli 
+# Contributor: Sébastien Duquette 
+# Contributor: Dawid Wrobel 
+pkgname=tcpreplay
+pkgver=4.2.5
+pkgrel=1
+pkgdesc="Gives the ability to replay previously captured traffic in a libpcap 
format"

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

2014-12-19 Thread Timothy Redaelli
Date: Friday, December 19, 2014 @ 14:43:17
  Author: tredaelli
Revision: 124102

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

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

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-12-19 13:43:04 UTC (rev 124101)
+++ community-i686/PKGBUILD 2014-12-19 13:43:17 UTC (rev 124102)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Sébastien Duquette ekse...@gmail.com
-# Contributor: Dawid Wrobel cr...@klej.net
-pkgname=tcpreplay
-pkgver=4.0.5
-pkgrel=1
-pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
-url=http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1a6f108a62bf526eeffa2998a6f311af')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir/ install
-}

Copied: tcpreplay/repos/community-i686/PKGBUILD (from rev 124101, 
tcpreplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-12-19 13:43:17 UTC (rev 124102)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Sébastien Duquette ekse...@gmail.com
+# Contributor: Dawid Wrobel cr...@klej.net
+pkgname=tcpreplay
+pkgver=4.1.0
+pkgrel=1
+pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
+url=http://tcpreplay.appneta.com;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('fd48d73d84ade30ece0a9abb538c82d5')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump ac_cv_header_net_bpf_h=n
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-12-19 13:43:04 UTC (rev 124101)
+++ community-x86_64/PKGBUILD   2014-12-19 13:43:17 UTC (rev 124102)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Sébastien Duquette ekse...@gmail.com
-# Contributor: Dawid Wrobel cr...@klej.net
-pkgname=tcpreplay
-pkgver=4.0.5
-pkgrel=1
-pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
-url=http://tcpreplay.appneta.com;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('1a6f108a62bf526eeffa2998a6f311af')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir/ install
-}

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 124101, 
tcpreplay/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-12-19 13:43:17 UTC (rev 124102)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Sébastien Duquette ekse...@gmail.com
+# Contributor: Dawid Wrobel cr...@klej.net
+pkgname=tcpreplay
+pkgver=4.1.0
+pkgrel=1
+pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
+url=http://tcpreplay.appneta.com;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')

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

2014-10-22 Thread Timothy Redaelli
Date: Wednesday, October 22, 2014 @ 16:43:36
  Author: tredaelli
Revision: 121220

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

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

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-10-22 14:43:24 UTC (rev 121219)
+++ community-i686/PKGBUILD 2014-10-22 14:43:36 UTC (rev 121220)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Sébastien Duquette ekse...@gmail.com
-# Contributor: Dawid Wrobel cr...@klej.net
-pkgname=tcpreplay
-pkgver=3.4.4
-pkgrel=4
-pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
-url=http://tcpreplay.synfin.net;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('22725feb9b2590809f9350308ec65180')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir/ install
-}

Copied: tcpreplay/repos/community-i686/PKGBUILD (from rev 121219, 
tcpreplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-10-22 14:43:36 UTC (rev 121220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Sébastien Duquette ekse...@gmail.com
+# Contributor: Dawid Wrobel cr...@klej.net
+pkgname=tcpreplay
+pkgver=4.0.5
+pkgrel=1
+pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
+url=http://tcpreplay.appneta.com;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('1a6f108a62bf526eeffa2998a6f311af')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-10-22 14:43:24 UTC (rev 121219)
+++ community-x86_64/PKGBUILD   2014-10-22 14:43:36 UTC (rev 121220)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Sébastien Duquette ekse...@gmail.com
-# Contributor: Dawid Wrobel cr...@klej.net
-pkgname=tcpreplay
-pkgver=3.4.4
-pkgrel=4
-pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
-url=http://tcpreplay.synfin.net;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('22725feb9b2590809f9350308ec65180')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir/ install
-}

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 121219, 
tcpreplay/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-10-22 14:43:36 UTC (rev 121220)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Sébastien Duquette ekse...@gmail.com
+# Contributor: Dawid Wrobel cr...@klej.net
+pkgname=tcpreplay
+pkgver=4.0.5
+pkgrel=1
+pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
+url=http://tcpreplay.appneta.com;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')

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

2014-07-05 Thread Felix Yan
Date: Saturday, July 5, 2014 @ 08:36:26
  Author: fyan
Revision: 115052

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

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

---+
 /PKGBUILD |   56 
 community-i686/PKGBUILD   |   28 --
 community-x86_64/PKGBUILD |   28 --
 3 files changed, 56 insertions(+), 56 deletions(-)

Deleted: community-i686/PKGBUILD
===
--- community-i686/PKGBUILD 2014-07-05 06:35:55 UTC (rev 115051)
+++ community-i686/PKGBUILD 2014-07-05 06:36:26 UTC (rev 115052)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Sébastien Duquette ekse...@gmail.com
-# Contributor: Dawid Wrobel cr...@klej.net
-pkgname=tcpreplay
-pkgver=3.4.4
-pkgrel=3
-pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
-url=http://tcpreplay.synfin.net;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('22725feb9b2590809f9350308ec65180')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir/ install
-}

Copied: tcpreplay/repos/community-i686/PKGBUILD (from rev 115051, 
tcpreplay/trunk/PKGBUILD)
===
--- community-i686/PKGBUILD (rev 0)
+++ community-i686/PKGBUILD 2014-07-05 06:36:26 UTC (rev 115052)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Sébastien Duquette ekse...@gmail.com
+# Contributor: Dawid Wrobel cr...@klej.net
+pkgname=tcpreplay
+pkgver=3.4.4
+pkgrel=4
+pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
+url=http://tcpreplay.synfin.net;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')
+source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
+md5sums=('22725feb9b2590809f9350308ec65180')
+
+build() {
+ cd $srcdir/$pkgname-$pkgver
+ ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
+ make
+}
+
+package() {
+ cd $srcdir/$pkgname-$pkgver
+ make DESTDIR=$pkgdir/ install
+}

Deleted: community-x86_64/PKGBUILD
===
--- community-x86_64/PKGBUILD   2014-07-05 06:35:55 UTC (rev 115051)
+++ community-x86_64/PKGBUILD   2014-07-05 06:36:26 UTC (rev 115052)
@@ -1,28 +0,0 @@
-# $Id$
-# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
-# Contributor: Sébastien Duquette ekse...@gmail.com
-# Contributor: Dawid Wrobel cr...@klej.net
-pkgname=tcpreplay
-pkgver=3.4.4
-pkgrel=3
-pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
-url=http://tcpreplay.synfin.net;
-arch=('i686' 'x86_64')
-license=('GPL3')
-depends=('libpcap' 'libdnet')
-makedepends=('tcpdump')
-optdepends=('tcpdump: decoding of packets support')
-options=('!emptydirs')
-source=(http://downloads.sourceforge.net/sourceforge/tcpreplay/${pkgname}-${pkgver}.tar.gz;)
-md5sums=('22725feb9b2590809f9350308ec65180')
-
-build() {
- cd $srcdir/$pkgname-$pkgver
- ./configure --prefix=/usr --enable-dynamic-link 
--with-tcpdump=/usr/sbin/tcpdump
- make
-}
-
-package() {
- cd $srcdir/$pkgname-$pkgver
- make DESTDIR=$pkgdir/ install
-}

Copied: tcpreplay/repos/community-x86_64/PKGBUILD (from rev 115051, 
tcpreplay/trunk/PKGBUILD)
===
--- community-x86_64/PKGBUILD   (rev 0)
+++ community-x86_64/PKGBUILD   2014-07-05 06:36:26 UTC (rev 115052)
@@ -0,0 +1,28 @@
+# $Id$
+# Maintainer: Timothy Redaelli timothy.redae...@gmail.com
+# Contributor: Sébastien Duquette ekse...@gmail.com
+# Contributor: Dawid Wrobel cr...@klej.net
+pkgname=tcpreplay
+pkgver=3.4.4
+pkgrel=4
+pkgdesc=Gives the ability to replay previously captured traffic in a libpcap 
format
+url=http://tcpreplay.synfin.net;
+arch=('i686' 'x86_64')
+license=('GPL3')
+depends=('libpcap' 'libdnet')
+makedepends=('tcpdump')
+optdepends=('tcpdump: decoding of packets support')
+options=('!emptydirs')