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

2013-09-09 Thread Tobias Powalowski
Date: Monday, September 9, 2013 @ 15:40:39
  Author: tpowa
Revision: 193986

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 193985, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 193985, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 193985, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-09-09 13:40:39 UTC (rev 193986)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.17
+pkgrel=1
+depends=('glibc' 'systemd')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('99467ca2cb81c19c4a172de9f30e7576')

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 193985, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-09-09 13:40:39 UTC (rev 193986)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.17
+pkgrel=1
+depends=('glibc' 'systemd')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('99467ca2cb81c19c4a172de9f30e7576')



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

2013-07-15 Thread Tobias Powalowski
Date: Monday, July 15, 2013 @ 08:30:54
  Author: tpowa
Revision: 190089

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 190088, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 190088, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 190088, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-07-15 06:30:54 UTC (rev 190089)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.16
+pkgrel=1
+depends=('glibc' 'systemd')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('7f5715d624cd6c26b30a317eb6c2fe5e')

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 190088, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-07-15 06:30:54 UTC (rev 190089)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.16
+pkgrel=1
+depends=('glibc' 'systemd')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/releases/${pkgver}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}
+md5sums=('7f5715d624cd6c26b30a317eb6c2fe5e')



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

2013-04-16 Thread Tobias Powalowski
Date: Tuesday, April 16, 2013 @ 15:56:05
  Author: tpowa
Revision: 182953

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 182952, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 182952, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 182952, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2013-04-16 13:56:05 UTC (rev 182953)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.15
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('0fa83bfd8845893b9b28a921297606d0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 182952, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2013-04-16 13:56:05 UTC (rev 182953)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.15
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('0fa83bfd8845893b9b28a921297606d0')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-09-30 Thread Tobias Powalowski
Date: Sunday, September 30, 2012 @ 15:31:57
  Author: tpowa
Revision: 167303

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 167302, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 167302, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 167302, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-09-30 19:31:57 UTC (rev 167303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.14
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 167302, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-09-30 19:31:57 UTC (rev 167303)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.14
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('0a6a75edb4b4eae7dc82c1dd71ddc470')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-28 Thread Tobias Powalowski
Date: Thursday, June 28, 2012 @ 16:58:52
  Author: tpowa
Revision: 162718

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 162717, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 162717, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 162717, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-28 20:58:52 UTC (rev 162718)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=2
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 162717, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-28 20:58:52 UTC (rev 162718)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=2
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr --disable-static
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-21 Thread Tobias Powalowski
Date: Thursday, June 21, 2012 @ 02:54:30
  Author: tpowa
Revision: 162126

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 162125, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 162125, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   32 
 testing-x86_64/PKGBUILD |   32 
 2 files changed, 64 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 162125, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-21 06:54:30 UTC (rev 162126)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 162125, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-21 06:54:30 UTC (rev 162126)
@@ -0,0 +1,32 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.12
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+md5sums=('c41352ac755c7992edfcbb2ea4ad1349')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-01 Thread Tobias Powalowski
Date: Friday, June 1, 2012 @ 03:07:35
  Author: tpowa
Revision: 160330

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

Added:
  libusbx/repos/testing-i686/
  libusbx/repos/testing-i686/PKGBUILD
(from rev 160329, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 160329, libusbx/trunk/PKGBUILD)

-+
 testing-i686/PKGBUILD   |   31 +++
 testing-x86_64/PKGBUILD |   31 +++
 2 files changed, 62 insertions(+)

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 160329, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-01 07:07:35 UTC (rev 160330)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.11
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=('libusb')
+md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 160329, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-01 07:07:35 UTC (rev 160330)
@@ -0,0 +1,31 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.11
+pkgrel=1
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=('libusb')
+md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}



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

2012-06-01 Thread Tobias Powalowski
Date: Friday, June 1, 2012 @ 05:33:39
  Author: tpowa
Revision: 160333

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

Added:
  libusbx/repos/testing-i686/PKGBUILD
(from rev 160332, libusbx/trunk/PKGBUILD)
  libusbx/repos/testing-x86_64/PKGBUILD
(from rev 160332, libusbx/trunk/PKGBUILD)
Deleted:
  libusbx/repos/testing-i686/PKGBUILD
  libusbx/repos/testing-x86_64/PKGBUILD

-+
 testing-i686/PKGBUILD   |   64 +++---
 testing-x86_64/PKGBUILD |   64 +++---
 2 files changed, 66 insertions(+), 62 deletions(-)

Deleted: testing-i686/PKGBUILD
===
--- testing-i686/PKGBUILD   2012-06-01 09:33:07 UTC (rev 160332)
+++ testing-i686/PKGBUILD   2012-06-01 09:33:39 UTC (rev 160333)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=libusbx
-pkgver=1.0.11
-pkgrel=1
-depends=('glibc')
-pkgdesc=Library that provides generic access to USB device
-arch=(i686 x86_64)
-url=http://libusbx.org;
-license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-options=(!libtool)
-replaces=('libusb1' 'libusb')
-provides=('libusb')
-md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libusbx/repos/testing-i686/PKGBUILD (from rev 160332, 
libusbx/trunk/PKGBUILD)
===
--- testing-i686/PKGBUILD   (rev 0)
+++ testing-i686/PKGBUILD   2012-06-01 09:33:39 UTC (rev 160333)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.11
+pkgrel=2
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+
+md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}

Deleted: testing-x86_64/PKGBUILD
===
--- testing-x86_64/PKGBUILD 2012-06-01 09:33:07 UTC (rev 160332)
+++ testing-x86_64/PKGBUILD 2012-06-01 09:33:39 UTC (rev 160333)
@@ -1,31 +0,0 @@
-# $Id$
-# Maintainer: Tobias Powalowski tp...@archlinux.org
-pkgname=libusbx
-pkgver=1.0.11
-pkgrel=1
-depends=('glibc')
-pkgdesc=Library that provides generic access to USB device
-arch=(i686 x86_64)
-url=http://libusbx.org;
-license=('LGPL')
-source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
-options=(!libtool)
-replaces=('libusb1' 'libusb')
-provides=('libusb')
-md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
-
-build() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  ./configure --prefix=/usr 
-  make
-}
-
-check() {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make check
-}
-
-package () {
-  cd ${srcdir}/${pkgname}-${pkgver}
-  make DESTDIR=${pkgdir} install
-}

Copied: libusbx/repos/testing-x86_64/PKGBUILD (from rev 160332, 
libusbx/trunk/PKGBUILD)
===
--- testing-x86_64/PKGBUILD (rev 0)
+++ testing-x86_64/PKGBUILD 2012-06-01 09:33:39 UTC (rev 160333)
@@ -0,0 +1,33 @@
+# $Id$
+# Maintainer: Tobias Powalowski tp...@archlinux.org
+pkgname=libusbx
+pkgver=1.0.11
+pkgrel=2
+depends=('glibc')
+pkgdesc=Library that provides generic access to USB device
+arch=(i686 x86_64)
+url=http://libusbx.org;
+license=('LGPL')
+source=(http://downloads.sourceforge.net/${pkgname}/${pkgname}-${pkgver}.tar.bz2)
+options=(!libtool)
+replaces=('libusb1' 'libusb')
+provides=(libusb=$pkgver)
+conflicts=(libusb)
+
+md5sums=('9aaab6aee72f65900cc731ecbffb4cf4')
+
+build() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  ./configure --prefix=/usr 
+  make
+}
+
+check() {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make check
+}
+
+package () {
+  cd ${srcdir}/${pkgname}-${pkgver}
+  make DESTDIR=${pkgdir} install
+}