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

Sébastien Luttringer seblu at nymeria.archlinux.org
Thu May 30 23:36:55 UTC 2013


    Date: Friday, May 31, 2013 @ 01:36:54
  Author: seblu
Revision: 92025

db-move: moved iftop from [community-staging] to [community] (i686, x86_64)

Added:
  iftop/repos/community-i686/PKGBUILD
    (from rev 92023, iftop/repos/community-staging-i686/PKGBUILD)
  iftop/repos/community-x86_64/PKGBUILD
    (from rev 92023, iftop/repos/community-staging-x86_64/PKGBUILD)
Deleted:
  iftop/repos/community-i686/PKGBUILD
  iftop/repos/community-staging-i686/
  iftop/repos/community-staging-x86_64/
  iftop/repos/community-x86_64/PKGBUILD

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2013-05-30 23:36:53 UTC (rev 92024)
+++ community-i686/PKGBUILD	2013-05-30 23:36:54 UTC (rev 92025)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
-# Contributor: slubman <slubman at slubman.net>
-
-pkgname=iftop
-pkgver=0.17
-pkgrel=10
-pkgdesc="iftop does for network usage what top(1) does for CPU usage"
-arch=('i686' 'x86_64')
-url="http://www.ex-parrot.com/~pdw/iftop/"
-license=('GPL')
-depends=('libpcap' 'ncurses')
-options=('!makeflags')
-source=(http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz)
-md5sums=('062bc8fb3856580319857326e0b8752d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: iftop/repos/community-i686/PKGBUILD (from rev 92023, iftop/repos/community-staging-i686/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2013-05-30 23:36:54 UTC (rev 92025)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
+# Contributor: slubman <slubman at slubman.net>
+
+pkgname=iftop
+pkgver=0.17
+pkgrel=11
+pkgdesc="iftop does for network usage what top(1) does for CPU usage"
+arch=('i686' 'x86_64')
+url="http://www.ex-parrot.com/~pdw/iftop/"
+license=('GPL')
+depends=('libpcap' 'ncurses')
+options=('!makeflags')
+source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz")
+md5sums=('062bc8fb3856580319857326e0b8752d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2013-05-30 23:36:53 UTC (rev 92024)
+++ community-x86_64/PKGBUILD	2013-05-30 23:36:54 UTC (rev 92025)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
-# Contributor: Jeff Mickey <jeff at archlinux.org>
-# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
-# Contributor: slubman <slubman at slubman.net>
-
-pkgname=iftop
-pkgver=0.17
-pkgrel=10
-pkgdesc="iftop does for network usage what top(1) does for CPU usage"
-arch=('i686' 'x86_64')
-url="http://www.ex-parrot.com/~pdw/iftop/"
-license=('GPL')
-depends=('libpcap' 'ncurses')
-options=('!makeflags')
-source=(http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz)
-md5sums=('062bc8fb3856580319857326e0b8752d')
-
-build() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  ./configure --prefix=/usr \
-              --mandir=/usr/share/man
-  make
-}
-
-package() {
-  cd "$srcdir/$pkgname-$pkgver"
-
-  make DESTDIR="$pkgdir" install
-}

Copied: iftop/repos/community-x86_64/PKGBUILD (from rev 92023, iftop/repos/community-staging-x86_64/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2013-05-30 23:36:54 UTC (rev 92025)
@@ -0,0 +1,30 @@
+# $Id$
+# Maintainer: Daenyth <Daenyth+Arch at gmail dot com>
+# Contributor: Jeff Mickey <jeff at archlinux.org>
+# Contributor: Alexander Mieland (dma147) <dma147 at linux-stats.org>
+# Contributor: slubman <slubman at slubman.net>
+
+pkgname=iftop
+pkgver=0.17
+pkgrel=11
+pkgdesc="iftop does for network usage what top(1) does for CPU usage"
+arch=('i686' 'x86_64')
+url="http://www.ex-parrot.com/~pdw/iftop/"
+license=('GPL')
+depends=('libpcap' 'ncurses')
+options=('!makeflags')
+source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz")
+md5sums=('062bc8fb3856580319857326e0b8752d')
+
+build() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd "$srcdir/$pkgname-$pkgver"
+
+  make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list