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

Kyle Keen kkeen at archlinux.org
Wed Jan 13 17:22:37 UTC 2016


    Date: Wednesday, January 13, 2016 @ 18:22:37
  Author: kkeen
Revision: 156312

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

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

---------------------------+
 /PKGBUILD                 |   94 ++++++++++++++++++++++++++++++++++++++++++++
 community-i686/PKGBUILD   |   47 ----------------------
 community-x86_64/PKGBUILD |   47 ----------------------
 3 files changed, 94 insertions(+), 94 deletions(-)

Deleted: community-i686/PKGBUILD
===================================================================
--- community-i686/PKGBUILD	2016-01-13 17:21:41 UTC (rev 156311)
+++ community-i686/PKGBUILD	2016-01-13 17:22:37 UTC (rev 156312)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-pkgname=libuhd
-pkgver=3.9.1
-_verstring='003_009_001'
-pkgrel=3
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
-
-source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz")
-md5sums=('9732fe05d562ea8038f120c29410ce02')
-
-build() {
-  cd "$srcdir/uhd-release_$_verstring/host"
-  # fix for py2
-  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-           -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-           -DENABLE_EXAMPLES=OFF \
-           -DENABLE_UTILS=ON \
-           -DENABLE_TESTS=OFF \
-           -DENABLE_E100=ON \
-           -DENABLE_E300=ON
-  make
-}
-
-check() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make test
-}
-
-package() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
-} 
-

Copied: libuhd/repos/community-i686/PKGBUILD (from rev 156311, libuhd/trunk/PKGBUILD)
===================================================================
--- community-i686/PKGBUILD	                        (rev 0)
+++ community-i686/PKGBUILD	2016-01-13 17:22:37 UTC (rev 156312)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=libuhd
+pkgver=3.9.2
+_verstring='003_009_002'
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz")
+md5sums=('d402bc374938118cdc66e8b74aab2cd0')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+           -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+           -DENABLE_EXAMPLES=OFF \
+           -DENABLE_UTILS=ON \
+           -DENABLE_TESTS=OFF \
+           -DENABLE_E100=ON \
+           -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+

Deleted: community-x86_64/PKGBUILD
===================================================================
--- community-x86_64/PKGBUILD	2016-01-13 17:21:41 UTC (rev 156311)
+++ community-x86_64/PKGBUILD	2016-01-13 17:22:37 UTC (rev 156312)
@@ -1,47 +0,0 @@
-# $Id$
-# Maintainer: Kyle Keen <keenerd at gmail.com>
-# Contributor: Dominik Heidler <dheidler at gmail.com>
-
-pkgname=libuhd
-pkgver=3.9.1
-_verstring='003_009_001'
-pkgrel=3
-pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
-arch=('x86_64' 'i686')
-url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
-license=('GPL')
-depends=('boost-libs' 'orc' 'libusbx')
-optdepends=('python2: usrp utils')
-makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
-
-source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz")
-md5sums=('9732fe05d562ea8038f120c29410ce02')
-
-build() {
-  cd "$srcdir/uhd-release_$_verstring/host"
-  # fix for py2
-  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
-
-  mkdir -p build
-  cd build
-  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
-           -DPYTHON_EXECUTABLE=/usr/bin/python2 \
-           -DENABLE_EXAMPLES=OFF \
-           -DENABLE_UTILS=ON \
-           -DENABLE_TESTS=OFF \
-           -DENABLE_E100=ON \
-           -DENABLE_E300=ON
-  make
-}
-
-check() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make test
-}
-
-package() {
-  cd "$srcdir/uhd-release_$_verstring/host/build"
-  make DESTDIR="$pkgdir" install
-  install -Dm644 "../utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
-} 
-

Copied: libuhd/repos/community-x86_64/PKGBUILD (from rev 156311, libuhd/trunk/PKGBUILD)
===================================================================
--- community-x86_64/PKGBUILD	                        (rev 0)
+++ community-x86_64/PKGBUILD	2016-01-13 17:22:37 UTC (rev 156312)
@@ -0,0 +1,47 @@
+# $Id$
+# Maintainer: Kyle Keen <keenerd at gmail.com>
+# Contributor: Dominik Heidler <dheidler at gmail.com>
+
+pkgname=libuhd
+pkgver=3.9.2
+_verstring='003_009_002'
+pkgrel=1
+pkgdesc="Universal Software Radio Peripheral (USRP) userspace driver"
+arch=('x86_64' 'i686')
+url="http://www.ettus.com/kb/category/software-documentation/uhd-manual"
+license=('GPL')
+depends=('boost-libs' 'orc' 'libusbx')
+optdepends=('python2: usrp utils')
+makedepends=('cmake' 'boost' 'python2-cheetah' 'python2-mako')
+
+source=("libuhd-$pkgver.tar.gz::https://github.com/EttusResearch/uhd/archive/release_${_verstring}.tar.gz")
+md5sums=('d402bc374938118cdc66e8b74aab2cd0')
+
+build() {
+  cd "$srcdir/uhd-release_$_verstring/host"
+  # fix for py2
+  find -name "*.py" -or -name '*.py.in' | xargs sed -i "s|#!/usr/bin/env python$|#!/usr/bin/env python2|"
+
+  mkdir -p build
+  cd build
+  cmake .. -DCMAKE_INSTALL_PREFIX=/usr/ \
+           -DPYTHON_EXECUTABLE=/usr/bin/python2 \
+           -DENABLE_EXAMPLES=OFF \
+           -DENABLE_UTILS=ON \
+           -DENABLE_TESTS=OFF \
+           -DENABLE_E100=ON \
+           -DENABLE_E300=ON
+  make
+}
+
+check() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make test
+}
+
+package() {
+  cd "$srcdir/uhd-release_$_verstring/host/build"
+  make DESTDIR="$pkgdir" install
+  install -Dm644 "../utils/uhd-usrp.rules" "$pkgdir/usr/lib/udev/rules.d/10-uhd-usrp.rules"
+} 
+



More information about the arch-commits mailing list