[arch-commits] Commit in ntrack/repos (5 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:22
  Author: allan
Revision: 150905

db-move: moved ntrack from [testing] to [extra] (i686)

Added:
  ntrack/repos/extra-i686/PKGBUILD
(from rev 150896, ntrack/repos/testing-i686/PKGBUILD)
  ntrack/repos/extra-i686/libnl3.patch
(from rev 150896, ntrack/repos/testing-i686/libnl3.patch)
Deleted:
  ntrack/repos/extra-i686/PKGBUILD
  ntrack/repos/extra-i686/libnl3.patch
  ntrack/repos/testing-i686/

--+
 PKGBUILD |   66 +--
 libnl3.patch |  198 -
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-i686/PKGBUILD
===
--- extra-i686/PKGBUILD 2012-02-23 13:55:20 UTC (rev 150904)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:22 UTC (rev 150905)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ntrack
-pkgver=16
-pkgrel=2
-epoch=1
-pkgdesc=A network connectivity tracking library
-arch=('i686' 'x86_64')
-url=http://launchpad.net/ntrack/;
-license=('LGPL')
-depends=('qt' 'libnl')
-makedepends=('python2')
-options=('!libtool' '!emptydirs')
-source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
-'libnl3.patch')
-md5sums=('21691dac43460a6791cba3decbc68242'
- '0a1f6b7f9a01c323e81d6da95cad93cd')
-
-build() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  patch -p1 -i ${srcdir}/libnl3.patch
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ntrack/repos/extra-i686/PKGBUILD (from rev 150896, 
ntrack/repos/testing-i686/PKGBUILD)
===
--- extra-i686/PKGBUILD (rev 0)
+++ extra-i686/PKGBUILD 2012-02-23 13:55:22 UTC (rev 150905)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ntrack
+pkgver=16
+pkgrel=2
+epoch=1
+pkgdesc=A network connectivity tracking library
+arch=('i686' 'x86_64')
+url=http://launchpad.net/ntrack/;
+license=('LGPL')
+depends=('qt' 'libnl')
+makedepends=('python2')
+options=('!libtool' '!emptydirs')
+source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
+'libnl3.patch')
+md5sums=('21691dac43460a6791cba3decbc68242'
+ '0a1f6b7f9a01c323e81d6da95cad93cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  patch -p1 -i ${srcdir}/libnl3.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-i686/libnl3.patch
===
--- extra-i686/libnl3.patch 2012-02-23 13:55:20 UTC (rev 150904)
+++ extra-i686/libnl3.patch 2012-02-23 13:55:22 UTC (rev 150905)
@@ -1,99 +0,0 @@
-From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com
-Subject: Disable -pedantic, it makes ntrack fail to build against libnl3 3.2 
and glib.
-
-Index: ntrack/glib/Makefile.am
-===
 ntrack.orig/glib/Makefile.am   2011-12-22 19:25:13.13747 -0500
-+++ ntrack/glib/Makefile.am2011-12-22 20:07:10.243344976 -0500
-@@ -26,7 +26,6 @@
- AM_CFLAGS = \
-   -Wall \
-   -Werror \
--  -pedantic \
-   -I$(srcdir)/../common/
- 
- AM_LDFLAGS =
-Index: ntrack/glib/Makefile.in
-===
 ntrack.orig/glib/Makefile.in   2011-12-22 20:05:46.243208000 -0500
-+++ ntrack/glib/Makefile.in2011-12-22 20:07:14.871344769 -0500
-@@ -325,7 +325,6 @@
- AM_CFLAGS = \
-   -Wall \
-   -Werror \
--  -pedantic \
-   -I$(srcdir)/../common/
- 
- AM_LDFLAGS = 
-Index: ntrack/glib/test/Makefile.am
-===
 ntrack.orig/glib/test/Makefile.am  2011-12-22 19:25:13.13747 -0500
-+++ ntrack/glib/test/Makefile.am   2011-12-22 20:07:19.451344565 -0500
-@@ -27,7 +27,6 @@
-   ../../common/libntrack.la
- 
- AM_CFLAGS = \
--  -pedantic \
-   -Wall \
-   -Werror \
-   -I$(srcdir)/.. \
-Index: ntrack/glib/test/Makefile.in
-===
 ntrack.orig/glib/test/Makefile.in  2011-12-22 20:05:46.243208000 -0500
-+++ ntrack/glib/test/Makefile.in   2011-12-22 20:07:23.903344367 -0500
-@@ -260,7 +260,6 @@
-   ../../common/libntrack.la
- 
- AM_CFLAGS = \
--  -pedantic \
-   -Wall \
-   -Werror \
-   -I$(srcdir)/.. \
-Index: ntrack/gobject/Makefile.am
-===
 ntrack.orig/gobject/Makefile.am2011-12-22 20:05:46.243208000 

[arch-commits] Commit in ntrack/repos (5 files)

2012-02-23 Thread Allan McRae
Date: Thursday, February 23, 2012 @ 08:55:25
  Author: allan
Revision: 150906

db-move: moved ntrack from [testing] to [extra] (x86_64)

Added:
  ntrack/repos/extra-x86_64/PKGBUILD
(from rev 150896, ntrack/repos/testing-x86_64/PKGBUILD)
  ntrack/repos/extra-x86_64/libnl3.patch
(from rev 150896, ntrack/repos/testing-x86_64/libnl3.patch)
Deleted:
  ntrack/repos/extra-x86_64/PKGBUILD
  ntrack/repos/extra-x86_64/libnl3.patch
  ntrack/repos/testing-x86_64/

--+
 PKGBUILD |   66 +--
 libnl3.patch |  198 -
 2 files changed, 132 insertions(+), 132 deletions(-)

Deleted: extra-x86_64/PKGBUILD
===
--- extra-x86_64/PKGBUILD   2012-02-23 13:55:22 UTC (rev 150905)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:25 UTC (rev 150906)
@@ -1,33 +0,0 @@
-# $Id$
-# Maintainer: Andrea Scarpino and...@archlinux.org
-
-pkgname=ntrack
-pkgver=16
-pkgrel=2
-epoch=1
-pkgdesc=A network connectivity tracking library
-arch=('i686' 'x86_64')
-url=http://launchpad.net/ntrack/;
-license=('LGPL')
-depends=('qt' 'libnl')
-makedepends=('python2')
-options=('!libtool' '!emptydirs')
-source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
-'libnl3.patch')
-md5sums=('21691dac43460a6791cba3decbc68242'
- '0a1f6b7f9a01c323e81d6da95cad93cd')
-
-build() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  patch -p1 -i ${srcdir}/libnl3.patch
-
-  PYTHON=/usr/bin/python2 ./configure --prefix=/usr \
---sysconfdir=/etc \
---localstatedir=/var
-  make
-}
-
-package() {
-  cd ${srcdir}/${pkgname}-0${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: ntrack/repos/extra-x86_64/PKGBUILD (from rev 150896, 
ntrack/repos/testing-x86_64/PKGBUILD)
===
--- extra-x86_64/PKGBUILD   (rev 0)
+++ extra-x86_64/PKGBUILD   2012-02-23 13:55:25 UTC (rev 150906)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Andrea Scarpino and...@archlinux.org
+
+pkgname=ntrack
+pkgver=16
+pkgrel=2
+epoch=1
+pkgdesc=A network connectivity tracking library
+arch=('i686' 'x86_64')
+url=http://launchpad.net/ntrack/;
+license=('LGPL')
+depends=('qt' 'libnl')
+makedepends=('python2')
+options=('!libtool' '!emptydirs')
+source=(http://launchpad.net/${pkgname}/main/0${pkgver}/+download/${pkgname}-0${pkgver}.tar.gz;
+'libnl3.patch')
+md5sums=('21691dac43460a6791cba3decbc68242'
+ '0a1f6b7f9a01c323e81d6da95cad93cd')
+
+build() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  patch -p1 -i ${srcdir}/libnl3.patch
+
+  ./configure --prefix=/usr \
+--sysconfdir=/etc \
+--localstatedir=/var
+  make
+}
+
+package() {
+  cd ${srcdir}/${pkgname}-0${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: extra-x86_64/libnl3.patch
===
--- extra-x86_64/libnl3.patch   2012-02-23 13:55:22 UTC (rev 150905)
+++ extra-x86_64/libnl3.patch   2012-02-23 13:55:25 UTC (rev 150906)
@@ -1,99 +0,0 @@
-From: Mathieu Trudel-Lapierre mathieu.trudel-lapie...@canonical.com
-Subject: Disable -pedantic, it makes ntrack fail to build against libnl3 3.2 
and glib.
-
-Index: ntrack/glib/Makefile.am
-===
 ntrack.orig/glib/Makefile.am   2011-12-22 19:25:13.13747 -0500
-+++ ntrack/glib/Makefile.am2011-12-22 20:07:10.243344976 -0500
-@@ -26,7 +26,6 @@
- AM_CFLAGS = \
-   -Wall \
-   -Werror \
--  -pedantic \
-   -I$(srcdir)/../common/
- 
- AM_LDFLAGS =
-Index: ntrack/glib/Makefile.in
-===
 ntrack.orig/glib/Makefile.in   2011-12-22 20:05:46.243208000 -0500
-+++ ntrack/glib/Makefile.in2011-12-22 20:07:14.871344769 -0500
-@@ -325,7 +325,6 @@
- AM_CFLAGS = \
-   -Wall \
-   -Werror \
--  -pedantic \
-   -I$(srcdir)/../common/
- 
- AM_LDFLAGS = 
-Index: ntrack/glib/test/Makefile.am
-===
 ntrack.orig/glib/test/Makefile.am  2011-12-22 19:25:13.13747 -0500
-+++ ntrack/glib/test/Makefile.am   2011-12-22 20:07:19.451344565 -0500
-@@ -27,7 +27,6 @@
-   ../../common/libntrack.la
- 
- AM_CFLAGS = \
--  -pedantic \
-   -Wall \
-   -Werror \
-   -I$(srcdir)/.. \
-Index: ntrack/glib/test/Makefile.in
-===
 ntrack.orig/glib/test/Makefile.in  2011-12-22 20:05:46.243208000 -0500
-+++ ntrack/glib/test/Makefile.in   2011-12-22 20:07:23.903344367 -0500
-@@ -260,7 +260,6 @@
-   ../../common/libntrack.la
- 
- AM_CFLAGS = \
--  -pedantic \
-   -Wall \
-   -Werror \
-   -I$(srcdir)/.. \
-Index: ntrack/gobject/Makefile.am
-===