[arch-commits] Commit in iperf/repos (16 files)

Sébastien Luttringer seblu at archlinux.org
Wed Aug 23 17:30:18 UTC 2017


    Date: Wednesday, August 23, 2017 @ 17:30:17
  Author: seblu
Revision: 253086

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

Added:
  iperf/repos/community-i686/PKGBUILD
    (from rev 253085, iperf/trunk/PKGBUILD)
  iperf/repos/community-i686/iperf-tcp.service
    (from rev 253085, iperf/trunk/iperf-tcp.service)
  iperf/repos/community-i686/iperf-udp.service
    (from rev 253085, iperf/trunk/iperf-udp.service)
  iperf/repos/community-i686/iperf.install
    (from rev 253085, iperf/trunk/iperf.install)
  iperf/repos/community-x86_64/PKGBUILD
    (from rev 253085, iperf/trunk/PKGBUILD)
  iperf/repos/community-x86_64/iperf-tcp.service
    (from rev 253085, iperf/trunk/iperf-tcp.service)
  iperf/repos/community-x86_64/iperf-udp.service
    (from rev 253085, iperf/trunk/iperf-udp.service)
  iperf/repos/community-x86_64/iperf.install
    (from rev 253085, iperf/trunk/iperf.install)
Deleted:
  iperf/repos/community-i686/PKGBUILD
  iperf/repos/community-i686/iperf-tcp.service
  iperf/repos/community-i686/iperf-udp.service
  iperf/repos/community-i686/iperf.install
  iperf/repos/community-x86_64/PKGBUILD
  iperf/repos/community-x86_64/iperf-tcp.service
  iperf/repos/community-x86_64/iperf-udp.service
  iperf/repos/community-x86_64/iperf.install

------------------------------------+
 /PKGBUILD                          |  106 +++++++++++++++++++++++++++++++++++
 /iperf-tcp.service                 |   18 +++++
 /iperf-udp.service                 |   18 +++++
 /iperf.install                     |   22 +++++++
 community-i686/PKGBUILD            |   53 -----------------
 community-i686/iperf-tcp.service   |    9 --
 community-i686/iperf-udp.service   |    9 --
 community-i686/iperf.install       |   11 ---
 community-x86_64/PKGBUILD          |   53 -----------------
 community-x86_64/iperf-tcp.service |    9 --
 community-x86_64/iperf-udp.service |    9 --
 community-x86_64/iperf.install     |   11 ---
 12 files changed, 164 insertions(+), 164 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2017-08-23 17:29:53 UTC (rev 253085)
+++ community-i686/PKGBUILD	2017-08-23 17:30:17 UTC (rev 253086)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Dale Blount <dale at archlinux.org>
-
-pkgname=iperf
-pkgver=2.0.9
-pkgrel=1
-pkgdesc='A tool to measure maximum TCP bandwidth'
-arch=('i686' 'x86_64')
-license=('custom')
-url='https://sourceforge.net/projects/iperf2/'
-depends=('gcc-libs')
-install=iperf.install
-source=("http://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz"
-        'iperf-tcp.service'
-        'iperf-udp.service')
-md5sums=('351b018b71176b8cb25f20eef6a9e37c'
-         '1d8660b540aa0db2e627d3d400cb8de4'
-         'a27a8d27b1585bc999a04a2f082e2726')
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-    if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch $filename"
-      patch -p1 -N -i "$srcdir/$filename"
-    fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-              --enable-ipv6 \
-              --enable-multicast \
-              --enable-threads
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/iperf/LICENSE"
-  popd
-  # systemd
-  install -Dm644 iperf-tcp.service "$pkgdir/usr/lib/systemd/system/iperf-tcp.service"
-  install -Dm644 iperf-udp.service "$pkgdir/usr/lib/systemd/system/iperf-udp.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iperf/repos/community-i686/PKGBUILD (from rev 253085, iperf/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2017-08-23 17:30:17 UTC (rev 253086)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=iperf
+pkgver=2.0.10
+pkgrel=1
+pkgdesc='A tool to measure maximum TCP bandwidth'
+arch=('i686' 'x86_64')
+license=('custom')
+url='https://sourceforge.net/projects/iperf2/'
+depends=('gcc-libs')
+install=iperf.install
+source=("http://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz"
+        'iperf-tcp.service'
+        'iperf-udp.service')
+md5sums=('097cf0754bc1afa165975c06a91e6906'
+         '1d8660b540aa0db2e627d3d400cb8de4'
+         'a27a8d27b1585bc999a04a2f082e2726')
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+    if [[ "$filename" =~ \.patch$ ]]; then
+      msg2 "Applying patch ${filename##*/}"
+      patch -p1 -N -i "$srcdir/${filename##*/}"
+    fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+              --enable-ipv6 \
+              --enable-multicast \
+              --enable-threads
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/iperf/LICENSE"
+  popd
+  # systemd
+  install -Dm644 iperf-tcp.service "$pkgdir/usr/lib/systemd/system/iperf-tcp.service"
+  install -Dm644 iperf-udp.service "$pkgdir/usr/lib/systemd/system/iperf-udp.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-i686/iperf-tcp.service
===================================================================
--- community-i686/iperf-tcp.service	2017-08-23 17:29:53 UTC (rev 253085)
+++ community-i686/iperf-tcp.service	2017-08-23 17:30:17 UTC (rev 253086)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Iperf TCP Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/iperf -s -V
-
-[Install]
-WantedBy=multi-user.target

Copied: iperf/repos/community-i686/iperf-tcp.service (from rev 253085, iperf/trunk/iperf-tcp.service)
===================================================================
--- community-i686/iperf-tcp.service	                        (rev 0)
+++ community-i686/iperf-tcp.service	2017-08-23 17:30:17 UTC (rev 253086)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Iperf TCP Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/iperf -s -V
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/iperf-udp.service
===================================================================
--- community-i686/iperf-udp.service	2017-08-23 17:29:53 UTC (rev 253085)
+++ community-i686/iperf-udp.service	2017-08-23 17:30:17 UTC (rev 253086)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Iperf UDP Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/iperf -u -s -V
-
-[Install]
-WantedBy=multi-user.target

Copied: iperf/repos/community-i686/iperf-udp.service (from rev 253085, iperf/trunk/iperf-udp.service)
===================================================================
--- community-i686/iperf-udp.service	                        (rev 0)
+++ community-i686/iperf-udp.service	2017-08-23 17:30:17 UTC (rev 253086)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Iperf UDP Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/iperf -u -s -V
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-i686/iperf.install
===================================================================
--- community-i686/iperf.install	2017-08-23 17:29:53 UTC (rev 253085)
+++ community-i686/iperf.install	2017-08-23 17:30:17 UTC (rev 253086)
@@ -1,11 +0,0 @@
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ "$(vercmp $2 2.0.5-6)" -lt 0 ]; then
-    cat << EOF
-===> iperf.service unit has been moved to iperf-udp.service and iperf-tcp.service.
-EOF
-    fi
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: iperf/repos/community-i686/iperf.install (from rev 253085, iperf/trunk/iperf.install)
===================================================================
--- community-i686/iperf.install	                        (rev 0)
+++ community-i686/iperf.install	2017-08-23 17:30:17 UTC (rev 253086)
@@ -0,0 +1,11 @@
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 2.0.5-6)" -lt 0 ]; then
+    cat << EOF
+===> iperf.service unit has been moved to iperf-udp.service and iperf-tcp.service.
+EOF
+    fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2017-08-23 17:29:53 UTC (rev 253085)
+++ community-x86_64/PKGBUILD	2017-08-23 17:30:17 UTC (rev 253086)
@@ -1,53 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Giovanni Scafora <giovanni at archlinux.org>
-# Contributor: Dale Blount <dale at archlinux.org>
-
-pkgname=iperf
-pkgver=2.0.9
-pkgrel=1
-pkgdesc='A tool to measure maximum TCP bandwidth'
-arch=('i686' 'x86_64')
-license=('custom')
-url='https://sourceforge.net/projects/iperf2/'
-depends=('gcc-libs')
-install=iperf.install
-source=("http://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz"
-        'iperf-tcp.service'
-        'iperf-udp.service')
-md5sums=('351b018b71176b8cb25f20eef6a9e37c'
-         '1d8660b540aa0db2e627d3d400cb8de4'
-         'a27a8d27b1585bc999a04a2f082e2726')
-prepare() {
-  cd $pkgname-$pkgver
-  # apply patch from the source array (should be a pacman feature)
-  local filename
-  for filename in "${source[@]}"; do
-    if [[ "$filename" =~ \.patch$ ]]; then
-      msg2 "Applying patch $filename"
-      patch -p1 -N -i "$srcdir/$filename"
-    fi
-  done
-  :
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure --prefix=/usr \
-              --enable-ipv6 \
-              --enable-multicast \
-              --enable-threads
-  make
-}
-
-package() {
-  pushd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  install -Dm644 COPYING "$pkgdir/usr/share/licenses/iperf/LICENSE"
-  popd
-  # systemd
-  install -Dm644 iperf-tcp.service "$pkgdir/usr/lib/systemd/system/iperf-tcp.service"
-  install -Dm644 iperf-udp.service "$pkgdir/usr/lib/systemd/system/iperf-udp.service"
-}
-
-# vim:set ts=2 sw=2 et:

Copied: iperf/repos/community-x86_64/PKGBUILD (from rev 253085, iperf/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2017-08-23 17:30:17 UTC (rev 253086)
@@ -0,0 +1,53 @@
+# $Id$
+# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
+# Contributor: Giovanni Scafora <giovanni at archlinux.org>
+# Contributor: Dale Blount <dale at archlinux.org>
+
+pkgname=iperf
+pkgver=2.0.10
+pkgrel=1
+pkgdesc='A tool to measure maximum TCP bandwidth'
+arch=('i686' 'x86_64')
+license=('custom')
+url='https://sourceforge.net/projects/iperf2/'
+depends=('gcc-libs')
+install=iperf.install
+source=("http://downloads.sourceforge.net/iperf2/iperf-$pkgver.tar.gz"
+        'iperf-tcp.service'
+        'iperf-udp.service')
+md5sums=('097cf0754bc1afa165975c06a91e6906'
+         '1d8660b540aa0db2e627d3d400cb8de4'
+         'a27a8d27b1585bc999a04a2f082e2726')
+prepare() {
+  cd $pkgname-$pkgver
+  # apply patch from the source array (should be a pacman feature)
+  local filename
+  for filename in "${source[@]}"; do
+    if [[ "$filename" =~ \.patch$ ]]; then
+      msg2 "Applying patch ${filename##*/}"
+      patch -p1 -N -i "$srcdir/${filename##*/}"
+    fi
+  done
+  :
+}
+
+build() {
+  cd $pkgname-$pkgver
+  ./configure --prefix=/usr \
+              --enable-ipv6 \
+              --enable-multicast \
+              --enable-threads
+  make
+}
+
+package() {
+  pushd $pkgname-$pkgver
+  make DESTDIR="$pkgdir" install
+  install -Dm644 COPYING "$pkgdir/usr/share/licenses/iperf/LICENSE"
+  popd
+  # systemd
+  install -Dm644 iperf-tcp.service "$pkgdir/usr/lib/systemd/system/iperf-tcp.service"
+  install -Dm644 iperf-udp.service "$pkgdir/usr/lib/systemd/system/iperf-udp.service"
+}
+
+# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/iperf-tcp.service
===================================================================
--- community-x86_64/iperf-tcp.service	2017-08-23 17:29:53 UTC (rev 253085)
+++ community-x86_64/iperf-tcp.service	2017-08-23 17:30:17 UTC (rev 253086)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Iperf TCP Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/iperf -s -V
-
-[Install]
-WantedBy=multi-user.target

Copied: iperf/repos/community-x86_64/iperf-tcp.service (from rev 253085, iperf/trunk/iperf-tcp.service)
===================================================================
--- community-x86_64/iperf-tcp.service	                        (rev 0)
+++ community-x86_64/iperf-tcp.service	2017-08-23 17:30:17 UTC (rev 253086)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Iperf TCP Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/iperf -s -V
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/iperf-udp.service
===================================================================
--- community-x86_64/iperf-udp.service	2017-08-23 17:29:53 UTC (rev 253085)
+++ community-x86_64/iperf-udp.service	2017-08-23 17:30:17 UTC (rev 253086)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Iperf UDP Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/iperf -u -s -V
-
-[Install]
-WantedBy=multi-user.target

Copied: iperf/repos/community-x86_64/iperf-udp.service (from rev 253085, iperf/trunk/iperf-udp.service)
===================================================================
--- community-x86_64/iperf-udp.service	                        (rev 0)
+++ community-x86_64/iperf-udp.service	2017-08-23 17:30:17 UTC (rev 253086)
@@ -0,0 +1,9 @@
+[Unit]
+Description=Iperf UDP Server
+After=network.target
+
+[Service]
+ExecStart=/usr/bin/iperf -u -s -V
+
+[Install]
+WantedBy=multi-user.target

Deleted: community-x86_64/iperf.install
===================================================================
--- community-x86_64/iperf.install	2017-08-23 17:29:53 UTC (rev 253085)
+++ community-x86_64/iperf.install	2017-08-23 17:30:17 UTC (rev 253086)
@@ -1,11 +0,0 @@
-# arg 1:  the new package version
-# arg 2:  the old package version
-post_upgrade() {
-  if [ "$(vercmp $2 2.0.5-6)" -lt 0 ]; then
-    cat << EOF
-===> iperf.service unit has been moved to iperf-udp.service and iperf-tcp.service.
-EOF
-    fi
-}
-
-# vim:set ts=2 sw=2 ft=sh et:

Copied: iperf/repos/community-x86_64/iperf.install (from rev 253085, iperf/trunk/iperf.install)
===================================================================
--- community-x86_64/iperf.install	                        (rev 0)
+++ community-x86_64/iperf.install	2017-08-23 17:30:17 UTC (rev 253086)
@@ -0,0 +1,11 @@
+# arg 1:  the new package version
+# arg 2:  the old package version
+post_upgrade() {
+  if [ "$(vercmp $2 2.0.5-6)" -lt 0 ]; then
+    cat << EOF
+===> iperf.service unit has been moved to iperf-udp.service and iperf-tcp.service.
+EOF
+    fi
+}
+
+# vim:set ts=2 sw=2 ft=sh et:



More information about the arch-commits mailing list