summaryrefslogtreecommitdiff
path: root/legacy
diff options
context:
space:
mode:
authorA. Wilcox <AWilcox@Wilcox-Tech.com>2019-02-21 17:07:06 +0000
committerA. Wilcox <AWilcox@Wilcox-Tech.com>2019-02-21 17:07:06 +0000
commitd397ab02f9c6c4e5a0ac0a2d5331999d056ae27b (patch)
treedb6d578639aa6d80af2c9768a2b72b6d6a0beeda /legacy
parente4ef98a8e2dd12c6acecca29e52cab57509f1e61 (diff)
downloadpackages-d397ab02f9c6c4e5a0ac0a2d5331999d056ae27b.tar.gz
packages-d397ab02f9c6c4e5a0ac0a2d5331999d056ae27b.tar.bz2
packages-d397ab02f9c6c4e5a0ac0a2d5331999d056ae27b.tar.xz
packages-d397ab02f9c6c4e5a0ac0a2d5331999d056ae27b.zip
legacy/hwdata: purge permanently
Diffstat (limited to 'legacy')
-rw-r--r--legacy/hwdata/APKBUILD47
-rw-r--r--legacy/hwdata/install-T.patch11
2 files changed, 0 insertions, 58 deletions
diff --git a/legacy/hwdata/APKBUILD b/legacy/hwdata/APKBUILD
deleted file mode 100644
index a25f9b891..000000000
--- a/legacy/hwdata/APKBUILD
+++ /dev/null
@@ -1,47 +0,0 @@
-# Maintainer:
-pkgname=hwdata
-pkgver=0.316
-pkgrel=0
-pkgdesc="Hardware identification and configuration data"
-url="https://github.com/vcrhonek/hwdata"
-arch="noarch"
-options="!check" # requires pciutils, which causes build loop
-license="GPL-2.0+"
-subpackages="$pkgname-usb $pkgname-pci $pkgname-pnp $pkgname-oui"
-depends="$subpackages"
-makedepends="bash"
-source="$pkgname-$pkgver.tar.gz::https://github.com/vcrhonek/hwdata/archive/v$pkgver.tar.gz
- install-T.patch"
-
-build() {
- cd "$builddir"
- ./configure \
- --build=$CBUILD \
- --host=$CHOST \
- --prefix=/usr \
- --sysconfdir=/etc \
- --datadir=/usr/share
- # nothing to make
-}
-
-package() {
- cd "$builddir"
- make -j1 DESTDIR="$pkgdir" install
- # remove modprobe blacklist
- rm -r "$pkgdir"/usr/lib
-}
-
-_mv() {
- pkgdesc="$pkgdesc - $1"
- depends=""
- mkdir -p "$subpkgdir"/usr/share/hwdata
- mv "$pkgdir"/usr/share/hwdata/$1 "$subpkgdir"/usr/share/hwdata
-}
-
-usb() { replaces="usbutils"; _mv usb.ids; }
-pci() { replaces="pciutils"; _mv pci.ids; }
-pnp() { _mv pnp.ids; }
-oui() { _mv oui.txt; }
-
-sha512sums="8d43b91e6c410c43d6831f793a8e5a71903072ebc72cfd3414fa70fb76efaa873474bfbdd6af015970c3e43f7ba65eaa4e0a781f87ad1170be82afc793ef6d3c hwdata-0.316.tar.gz
-88a786d8feb5c8b7de587ac70f3e4307d10ac5ed9b0edfc8711de1ba51808ca33a76df518cb5a508215c309289a079a778a91c3e6fc359d644d230de8d23f049 install-T.patch"
diff --git a/legacy/hwdata/install-T.patch b/legacy/hwdata/install-T.patch
deleted file mode 100644
index a98400841..000000000
--- a/legacy/hwdata/install-T.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./Makefile.orig 2014-04-22 06:38:35.320410230 +0000
-+++ ./Makefile 2014-04-22 06:39:15.260889885 +0000
-@@ -33,7 +33,7 @@
- install -m 644 $$foo $(DESTDIR)$(datadir)/$(NAME) ;\
- done
- mkdir -p -m 755 $(DESTDIR)$(libdir)/modprobe.d
-- install -m 644 -T blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf
-+ install -m 644 blacklist.conf $(DESTDIR)$(libdir)/modprobe.d/dist-blacklist.conf
-
- commit:
- git commit -a ||: