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

Ionut Biru ibiru at archlinux.org
Sat Oct 8 12:02:47 UTC 2011


    Date: Saturday, October 8, 2011 @ 08:02:46
  Author: ibiru
Revision: 140175

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

Added:
  mtr/repos/extra-i686/PKGBUILD
    (from rev 140174, mtr/trunk/PKGBUILD)
  mtr/repos/extra-x86_64/PKGBUILD
    (from rev 140174, 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-10-08 12:01:35 UTC (rev 140174)
+++ extra-i686/PKGBUILD	2011-10-08 12:02:46 UTC (rev 140175)
@@ -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.80
-pkgrel=2
-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=('fa68528eaec1757f52bacf9fea8c68a9')
-
-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 --enable-gtk2
-    make
-}
-
-package_mtr() {
-    pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)"
-    depends=('ncurses>=5.7')
-    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>=5.7' "gtk2>=2.22.0")
-    conflicts=("mtr")
-    provides=("mtr=${pkgver}")
-
-    cd "${srcdir}/mtr-gtk"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mtr/repos/extra-i686/PKGBUILD (from rev 140174, mtr/trunk/PKGBUILD)
===================================================================
--- extra-i686/PKGBUILD	                        (rev 0)
+++ extra-i686/PKGBUILD	2011-10-08 12:02:46 UTC (rev 140175)
@@ -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.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
+}

Deleted: extra-x86_64/PKGBUILD
===================================================================
--- extra-x86_64/PKGBUILD	2011-10-08 12:01:35 UTC (rev 140174)
+++ extra-x86_64/PKGBUILD	2011-10-08 12:02:46 UTC (rev 140175)
@@ -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.80
-pkgrel=2
-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=('fa68528eaec1757f52bacf9fea8c68a9')
-
-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 --enable-gtk2
-    make
-}
-
-package_mtr() {
-    pkgdesc="Combines the functionality of traceroute and ping into one tool (CLI version)"
-    depends=('ncurses>=5.7')
-    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>=5.7' "gtk2>=2.22.0")
-    conflicts=("mtr")
-    provides=("mtr=${pkgver}")
-
-    cd "${srcdir}/mtr-gtk"
-    make DESTDIR="${pkgdir}" install
-}

Copied: mtr/repos/extra-x86_64/PKGBUILD (from rev 140174, mtr/trunk/PKGBUILD)
===================================================================
--- extra-x86_64/PKGBUILD	                        (rev 0)
+++ extra-x86_64/PKGBUILD	2011-10-08 12:02:46 UTC (rev 140175)
@@ -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.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
+}




More information about the arch-commits mailing list