Date: Wednesday, December 5, 2012 @ 10:37:00 Author: tomegun Revision: 172773
db-move: moved hwids from [testing] to [core] (any) Added: hwids/repos/core-any/PKGBUILD (from rev 172770, hwids/repos/testing-any/PKGBUILD) Deleted: hwids/repos/core-any/PKGBUILD hwids/repos/testing-any/ ----------+ PKGBUILD | 36 +++++++++++++++++++----------------- 1 file changed, 19 insertions(+), 17 deletions(-) Deleted: core-any/PKGBUILD =================================================================== --- core-any/PKGBUILD 2012-12-05 15:36:59 UTC (rev 172772) +++ core-any/PKGBUILD 2012-12-05 15:37:00 UTC (rev 172773) @@ -1,17 +0,0 @@ -# $Id$ -# Maintainer: Tom Gundersen <t...@jklm.no> -pkgname=hwids -pkgver=20121125 -pkgrel=1 -pkgdesc="hardware identification databases" -url=https://github.com/gentoo/hwids -license=('GPL2') -arch=('any') -source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}") - -package() { - cd ${srcdir}/* - mkdir -p "${pkgdir}/usr/share/hwdata" - cp pci.ids usb.ids "${pkgdir}/usr/share/hwdata/" -} -md5sums=('f9909b07f76c07f9b39ee1fde849fe4c') Copied: hwids/repos/core-any/PKGBUILD (from rev 172770, hwids/repos/testing-any/PKGBUILD) =================================================================== --- core-any/PKGBUILD (rev 0) +++ core-any/PKGBUILD 2012-12-05 15:37:00 UTC (rev 172773) @@ -0,0 +1,19 @@ +# $Id$ +# Maintainer: Tom Gundersen <t...@jklm.no> +pkgname=hwids +pkgver=20121203 +pkgrel=1 +pkgdesc="hardware identification databases" +url=https://github.com/gentoo/hwids +license=('GPL2') +arch=('any') +source=("https://github.com/gentoo/${pkgname}/tarball/${pkgname}-${pkgver}") + +package() { + cd ${srcdir}/* + + for ids in pci.ids usb.ids; do + install -Dm644 "$ids" "${pkgdir}/usr/share/hwdata/${ids}" + done +} +md5sums=('32c1e06a2a4d72f52fb8e2085ef9ab67')