[arch-commits] Commit in netperf/repos (6 files)

Sébastien Luttringer seblu at archlinux.org
Sat Aug 15 17:10:14 UTC 2015


    Date: Saturday, August 15, 2015 @ 19:10:14
  Author: seblu
Revision: 138386

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

Deleted:
  netperf/repos/community-i686/PKGBUILD
  netperf/repos/community-i686/netperf.install
  netperf/repos/community-i686/netperf.service
  netperf/repos/community-x86_64/PKGBUILD
  netperf/repos/community-x86_64/netperf.install
  netperf/repos/community-x86_64/netperf.service

----------------------------------+
 community-i686/PKGBUILD          |   47 -------------------------------------
 community-i686/netperf.install   |   20 ---------------
 community-i686/netperf.service   |    9 -------
 community-x86_64/PKGBUILD        |   47 -------------------------------------
 community-x86_64/netperf.install |   20 ---------------
 community-x86_64/netperf.service |    9 -------
 6 files changed, 152 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2015-08-15 12:58:30 UTC (rev 138385)
+++ community-i686/PKGBUILD	2015-08-15 17:10:14 UTC (rev 138386)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Tilman Blumenbach <tilman (at) ax86 (dot) net>
-
-pkgname=netperf
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Benchmarking tool for many different types of networking'
-url='http://www.netperf.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc' 'libsmbios' 'lksctp-tools')
-install=$pkgname.install
-source=("ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.service"
-        '001-fix-inlining.patch')
-md5sums=('ad1c5342d61f297c417a93133aeba65a'
-         '7bce5056b2a24d76fcc0c20e4b527416'
-         '0160c47c86ff1fca8df64cfb4cd4d9f2')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 001-fix-inlining.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --enable-demo \
-    --enable-unixdomain \
-    --enable-dccp \
-    --enable-sctp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -D -m 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-i686/netperf.install
===================================================================
--- community-i686/netperf.install	2015-08-15 12:58:30 UTC (rev 138385)
+++ community-i686/netperf.install	2015-08-15 17:10:14 UTC (rev 138386)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(netperf.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Deleted: community-i686/netperf.service
===================================================================
--- community-i686/netperf.service	2015-08-15 12:58:30 UTC (rev 138385)
+++ community-i686/netperf.service	2015-08-15 17:10:14 UTC (rev 138386)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Netperf Benchmark Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/netserver -D
-
-[Install]
-WantedBy=multi-user.target

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2015-08-15 12:58:30 UTC (rev 138385)
+++ community-x86_64/PKGBUILD	2015-08-15 17:10:14 UTC (rev 138386)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Sébastien Luttringer <seblu at archlinux.org>
-# Contributor: Kaiting Chen <kaitocracy at gmail.com>
-# Contributor: Tilman Blumenbach <tilman (at) ax86 (dot) net>
-
-pkgname=netperf
-pkgver=2.7.0
-pkgrel=1
-pkgdesc='Benchmarking tool for many different types of networking'
-url='http://www.netperf.org/'
-license=('custom')
-arch=('i686' 'x86_64')
-depends=('glibc' 'libsmbios' 'lksctp-tools')
-install=$pkgname.install
-source=("ftp://ftp.netperf.org/netperf/$pkgname-$pkgver.tar.bz2"
-        "$pkgname.service"
-        '001-fix-inlining.patch')
-md5sums=('ad1c5342d61f297c417a93133aeba65a'
-         '7bce5056b2a24d76fcc0c20e4b527416'
-         '0160c47c86ff1fca8df64cfb4cd4d9f2')
-
-prepare() {
-  patch -d $pkgname-$pkgver -p1 < 001-fix-inlining.patch
-}
-
-build() {
-  cd $pkgname-$pkgver
-  ./configure \
-    --prefix=/usr \
-    --enable-demo \
-    --enable-unixdomain \
-    --enable-dccp \
-    --enable-sctp
-  make
-}
-
-package() {
-  cd $pkgname-$pkgver
-  make DESTDIR="$pkgdir" install
-  # license
-  install -D -m 644 COPYING "$pkgdir/usr/share/licenses/$pkgname/COPYING"
-  # systemd
-  install -D -m 644 ../$pkgname.service \
-    "$pkgdir/usr/lib/systemd/system/$pkgname.service"
-}
-
-# vim:set ts=2 sw=2 et:

Deleted: community-x86_64/netperf.install
===================================================================
--- community-x86_64/netperf.install	2015-08-15 12:58:30 UTC (rev 138385)
+++ community-x86_64/netperf.install	2015-08-15 17:10:14 UTC (rev 138386)
@@ -1,20 +0,0 @@
-infodir=/usr/share/info
-filelist=(netperf.info)
-
-post_install() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}
-
-post_upgrade() {
-  post_install "$1"
-}
-
-pre_remove() {
-  [[ -x usr/bin/install-info ]] || return 0
-  for file in "${filelist[@]}"; do
-    install-info --delete $infodir/$file.gz $infodir/dir 2> /dev/null
-  done
-}

Deleted: community-x86_64/netperf.service
===================================================================
--- community-x86_64/netperf.service	2015-08-15 12:58:30 UTC (rev 138385)
+++ community-x86_64/netperf.service	2015-08-15 17:10:14 UTC (rev 138386)
@@ -1,9 +0,0 @@
-[Unit]
-Description=Netperf Benchmark Server
-After=network.target
-
-[Service]
-ExecStart=/usr/bin/netserver -D
-
-[Install]
-WantedBy=multi-user.target



More information about the arch-commits mailing list