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

Ionut Biru ibiru at archlinux.org
Sat Dec 3 12:24:56 UTC 2011


    Date: Saturday, December 3, 2011 @ 07:24:56
  Author: ibiru
Revision: 144089

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

Added:
  mtr/repos/extra-i686/PKGBUILD
    (from rev 144088, mtr/trunk/PKGBUILD)
  mtr/repos/extra-x86_64/PKGBUILD
    (from rev 144088, mtr/trunk/PKGBUILD)
Deleted:
  mtr/repos/extra-i686/PKGBUILD
  mtr/repos/extra-x86_64/PKGBUILD

-----------------------+
 extra-i686/PKGBUILD   |   84 ++++++++++++++++++++++++------------------------
 extra-x86_64/PKGBUILD |   84 ++++++++++++++++++++++++------------------------
 2 files changed, 84 insertions(+), 84 deletions(-)

Deleted: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2011-12-03 12:20:36 UTC (rev 144088)
+++ extra-i686/PKGBUILD	2011-12-03 12:24:56 UTC (rev 144089)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgbase=mtr
-pkgname=(mtr mtr-gtk)
-pkgver=0.81
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('ncurses' 'gtk2')
-source=(ftp://ftp.bitwizard.nl/mtr/${pkgbase}-${pkgver}.tar.gz)
-url="http://www.bitwizard.nl/mtr/"
-md5sums=('b7a7914f1fc1b5a21ab10bdca44356e1')
-
-build() {
-    install -d  "${srcdir}/"{mtr-cli,mtr-gtk}
-    cd "${srcdir}/mtr-cli"
-    ../${pkgbase}-${pkgver}/configure --prefix=/usr --disable-gtktest --without-gtk
-    make
-
-    cd "${srcdir}/mtr-gtk"
-    ../${pkgbase}-${pkgver}/configure --prefix=/usr
-    make
-}
-
-package_mtr() {
-    pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)"
-    depends=('ncurses')
-    cd "${srcdir}/mtr-cli"
-    make DESTDIR="${pkgdir}" install
-}
-
-package_mtr-gtk() {
-    pkgdesc="Combines the functionality of traceroute and ping into one tool (GTK version)"
-    depends=('ncurses' "gtk2")
-    conflicts=("mtr")
-    provides=("mtr=${pkgver}")
-
-    cd "${srcdir}/mtr-gtk"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mtr/repos/extra-i686/PKGBUILD (from rev 144088, mtr/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-12-03 12:24:56 UTC (rev 144089)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgbase=mtr
+pkgname=(mtr mtr-gtk)
+pkgver=0.82
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('ncurses' 'gtk2')
+source=(ftp://ftp.bitwizard.nl/mtr/$pkgbase-$pkgver.tar.gz)
+url="http://www.bitwizard.nl/mtr/"
+md5sums=('10601ea543fda3e51545c4bce195b64c')
+
+build() {
+    install -d  "$srcdir/"{mtr-cli,mtr-gtk}
+    cd "$srcdir/mtr-cli"
+    ../$pkgbase-$pkgver/configure --prefix=/usr --disable-gtktest --without-gtk
+    make
+
+    cd "$srcdir/mtr-gtk"
+    ../$pkgbase-$pkgver/configure --prefix=/usr
+    make
+}
+
+package_mtr() {
+    pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)"
+    depends=('ncurses')
+    cd "$srcdir/mtr-cli"
+    make DESTDIR="$pkgdir" install
+}
+
+package_mtr-gtk() {
+    pkgdesc="Combines the functionality of traceroute and ping into one tool (GTK version)"
+    depends=('ncurses' "gtk2")
+    conflicts=("mtr")
+    provides=("mtr=$pkgver")
+
+    cd "$srcdir/mtr-gtk"
+    make DESTDIR="$pkgdir" install
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-12-03 12:20:36 UTC (rev 144088)
+++ extra-x86_64/PKGBUILD	2011-12-03 12:24:56 UTC (rev 144089)
@@ -1,42 +0,0 @@
-# $Id$
-# Maintainer : Ionut Biru <ibiru at archlinux.org>
-# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
-
-pkgbase=mtr
-pkgname=(mtr mtr-gtk)
-pkgver=0.81
-pkgrel=1
-arch=('i686' 'x86_64')
-license=('GPL')
-makedepends=('ncurses' 'gtk2')
-source=(ftp://ftp.bitwizard.nl/mtr/${pkgbase}-${pkgver}.tar.gz)
-url="http://www.bitwizard.nl/mtr/"
-md5sums=('b7a7914f1fc1b5a21ab10bdca44356e1')
-
-build() {
-    install -d  "${srcdir}/"{mtr-cli,mtr-gtk}
-    cd "${srcdir}/mtr-cli"
-    ../${pkgbase}-${pkgver}/configure --prefix=/usr --disable-gtktest --without-gtk
-    make
-
-    cd "${srcdir}/mtr-gtk"
-    ../${pkgbase}-${pkgver}/configure --prefix=/usr
-    make
-}
-
-package_mtr() {
-    pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)"
-    depends=('ncurses')
-    cd "${srcdir}/mtr-cli"
-    make DESTDIR="${pkgdir}" install
-}
-
-package_mtr-gtk() {
-    pkgdesc="Combines the functionality of traceroute and ping into one tool (GTK version)"
-    depends=('ncurses' "gtk2")
-    conflicts=("mtr")
-    provides=("mtr=${pkgver}")
-
-    cd "${srcdir}/mtr-gtk"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mtr/repos/extra-x86_64/PKGBUILD (from rev 144088, mtr/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-12-03 12:24:56 UTC (rev 144089)
@@ -0,0 +1,42 @@
+# $Id$
+# Maintainer : Ionut Biru <ibiru at archlinux.org>
+# Contributor: Douglas Soares de Andrade <douglas at archlinux.org>
+
+pkgbase=mtr
+pkgname=(mtr mtr-gtk)
+pkgver=0.82
+pkgrel=1
+arch=('i686' 'x86_64')
+license=('GPL')
+makedepends=('ncurses' 'gtk2')
+source=(ftp://ftp.bitwizard.nl/mtr/$pkgbase-$pkgver.tar.gz)
+url="http://www.bitwizard.nl/mtr/"
+md5sums=('10601ea543fda3e51545c4bce195b64c')
+
+build() {
+    install -d  "$srcdir/"{mtr-cli,mtr-gtk}
+    cd "$srcdir/mtr-cli"
+    ../$pkgbase-$pkgver/configure --prefix=/usr --disable-gtktest --without-gtk
+    make
+
+    cd "$srcdir/mtr-gtk"
+    ../$pkgbase-$pkgver/configure --prefix=/usr
+    make
+}
+
+package_mtr() {
+    pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)"
+    depends=('ncurses')
+    cd "$srcdir/mtr-cli"
+    make DESTDIR="$pkgdir" install
+}
+
+package_mtr-gtk() {
+    pkgdesc="Combines the functionality of traceroute and ping into one tool (GTK version)"
+    depends=('ncurses' "gtk2")
+    conflicts=("mtr")
+    provides=("mtr=$pkgver")
+
+    cd "$srcdir/mtr-gtk"
+    make DESTDIR="$pkgdir" install
+}




More information about the arch-commits mailing list