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

Felix Yan fyan at nymeria.archlinux.org
Wed Jan 22 10:17:20 UTC 2014


    Date: Wednesday, January 22, 2014 @ 11:17:20
  Author: fyan
Revision: 104526

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

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

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

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2014-01-22 10:16:08 UTC (rev 104525)
+++ community-i686/PKGBUILD	2014-01-22 10:17:20 UTC (rev 104526)
@@ -1,30 +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=1.0pre2
-pkgrel=1
-pkgdesc="Display bandwidth usage on an interface"
-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")
-
-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
-}
-sha512sums=('708172baa00a94671b494f33e7290af9ed4e0f764fabb500187855ee39840e379590274802e9ef360c128e881cfe0cefe7a12a9bfdcf9cfa7ffb49746b02300a')

Copied: iftop/repos/community-i686/PKGBUILD (from rev 104525, iftop/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2014-01-22 10:17:20 UTC (rev 104526)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: 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=1.0pre4
+pkgrel=1
+pkgdesc="Display bandwidth usage on an interface"
+arch=('i686' 'x86_64')
+url="http://www.ex-parrot.com/~pdw/iftop/"
+license=('GPL')
+depends=('libpcap' 'ncurses')
+source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('abd74e8025bb82fef9ebab4997b1d018201a523d47c0128128ca37797490046538d74758dc4471735c22b890e5bd238ad6b2a30776d465138ede367cdd263d22')

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2014-01-22 10:16:08 UTC (rev 104525)
+++ community-x86_64/PKGBUILD	2014-01-22 10:17:20 UTC (rev 104526)
@@ -1,30 +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=1.0pre2
-pkgrel=1
-pkgdesc="Display bandwidth usage on an interface"
-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")
-
-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
-}
-sha512sums=('708172baa00a94671b494f33e7290af9ed4e0f764fabb500187855ee39840e379590274802e9ef360c128e881cfe0cefe7a12a9bfdcf9cfa7ffb49746b02300a')

Copied: iftop/repos/community-x86_64/PKGBUILD (from rev 104525, iftop/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2014-01-22 10:17:20 UTC (rev 104526)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Felix Yan <felixonmars at gmail.com>
+# Contributor: 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=1.0pre4
+pkgrel=1
+pkgdesc="Display bandwidth usage on an interface"
+arch=('i686' 'x86_64')
+url="http://www.ex-parrot.com/~pdw/iftop/"
+license=('GPL')
+depends=('libpcap' 'ncurses')
+source=("http://www.ex-parrot.com/~pdw/$pkgname/download/$pkgname-$pkgver.tar.gz")
+
+build() {
+  cd $pkgname-$pkgver
+
+  ./configure --prefix=/usr --sbindir=/usr/bin --mandir=/usr/share/man
+  make
+}
+
+package() {
+  cd $pkgname-$pkgver
+
+  make DESTDIR="$pkgdir" install
+}
+
+sha512sums=('abd74e8025bb82fef9ebab4997b1d018201a523d47c0128128ca37797490046538d74758dc4471735c22b890e5bd238ad6b2a30776d465138ede367cdd263d22')




More information about the arch-commits mailing list