From 7dea012758cbd0184d1040cc1e7255ddd95ba2fd Mon Sep 17 00:00:00 2001 From: James Meyer Date: Tue, 7 Aug 2012 12:37:52 -0500 Subject: module-init-tools removed --- abs/core/module-init-tools/PKGBUILD | 39 --------- abs/core/module-init-tools/docfix.patch | 90 --------------------- abs/core/module-init-tools/modprobe.conf | 3 - .../module-init-tools-3.16-1.src.tar.gz | Bin 1426 -> 0 bytes 4 files changed, 132 deletions(-) delete mode 100644 abs/core/module-init-tools/PKGBUILD delete mode 100644 abs/core/module-init-tools/docfix.patch delete mode 100644 abs/core/module-init-tools/modprobe.conf delete mode 100644 abs/core/module-init-tools/module-init-tools-3.16-1.src.tar.gz diff --git a/abs/core/module-init-tools/PKGBUILD b/abs/core/module-init-tools/PKGBUILD deleted file mode 100644 index e65f419..0000000 --- a/abs/core/module-init-tools/PKGBUILD +++ /dev/null @@ -1,39 +0,0 @@ -# $Id: PKGBUILD 128937 2011-06-25 14:35:00Z dreisner $ -# Maintainer: Aaron Griffin -# Contributor: judd - -pkgname=module-init-tools -pkgver=3.16 -pkgrel=1 -pkgdesc="utilities needed by Linux systems for managing loadable kernel modules" -arch=('i686' 'x86_64') -url="http://kerneltools.org" -license=('GPL') -depends=('glibc') -makedepends=('docbook2x') -backup=('etc/modprobe.d/modprobe.conf') -source=(http://www.kernel.org/pub/linux/utils/kernel/module-init-tools/module-init-tools-$pkgver.tar.bz2 - modprobe.conf - docfix.patch) -md5sums=('bc44832c6e41707b8447e2847d2019f5' - '316f1bda4c21af02b30252eb014a0a55' - '4320d19902ded43bed55c804b065cdc7') - -build() { - cd $srcdir/$pkgname-$pkgver - - # fix headers in SGML manpage sources and an XML typo - patch -Np0 < "$srcdir/docfix.patch" - - ./configure --prefix=/usr --exec-prefix=/ --enable-zlib - make -} - -package() { - cd $srcdir/$pkgname-$pkgver - - make DESTDIR=$pkgdir install - - # Install our custom (read: empty) modprobe.conf - install -Dm644 $srcdir/modprobe.conf $pkgdir/etc/modprobe.d/modprobe.conf -} diff --git a/abs/core/module-init-tools/docfix.patch b/abs/core/module-init-tools/docfix.patch deleted file mode 100644 index 0151ca3..0000000 --- a/abs/core/module-init-tools/docfix.patch +++ /dev/null @@ -1,90 +0,0 @@ ---- doc/depmod.conf.sgml.orig 2011-06-25 10:07:15.897805024 -0400 -+++ doc/depmod.conf.sgml 2011-06-25 10:07:48.810805020 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> ---- doc/depmod.sgml.orig 2011-06-25 10:07:15.898805024 -0400 -+++ doc/depmod.sgml 2011-06-25 10:07:56.636805021 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> -@@ -52,7 +52,7 @@ - - - -- -+ - - - ---- doc/insmod.sgml.orig 2011-06-25 10:07:15.899805024 -0400 -+++ doc/insmod.sgml 2011-06-25 10:07:59.228805019 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> ---- doc/lsmod.sgml.orig 2011-06-25 10:07:15.899805024 -0400 -+++ doc/lsmod.sgml 2011-06-25 10:08:04.804805020 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> ---- doc/modinfo.sgml.orig 2011-06-25 10:07:15.900805024 -0400 -+++ doc/modinfo.sgml 2011-06-25 10:08:07.630805019 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> ---- doc/modprobe.conf.sgml.orig 2011-06-25 10:07:15.901805024 -0400 -+++ doc/modprobe.conf.sgml 2011-06-25 10:08:10.173805018 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> ---- doc/modprobe.sgml.orig 2011-06-25 10:07:15.902805024 -0400 -+++ doc/modprobe.sgml 2011-06-25 10:08:13.623805019 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> ---- doc/modules.dep.sgml.orig 2011-06-25 10:07:15.903805024 -0400 -+++ doc/modules.dep.sgml 2011-06-25 10:08:19.323805019 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> ---- doc/rmmod.sgml.orig 2011-06-25 10:07:15.904805024 -0400 -+++ doc/rmmod.sgml 2011-06-25 10:08:27.691805017 -0400 -@@ -1,4 +1,5 @@ --Debian GNU/Linux"> - DocBook"> - SGML"> diff --git a/abs/core/module-init-tools/modprobe.conf b/abs/core/module-init-tools/modprobe.conf deleted file mode 100644 index 83865a3..0000000 --- a/abs/core/module-init-tools/modprobe.conf +++ /dev/null @@ -1,3 +0,0 @@ -# -# /etc/modprobe.d/modprobe.conf (for v2.6 kernels) -# diff --git a/abs/core/module-init-tools/module-init-tools-3.16-1.src.tar.gz b/abs/core/module-init-tools/module-init-tools-3.16-1.src.tar.gz deleted file mode 100644 index b75ae8b..0000000 Binary files a/abs/core/module-init-tools/module-init-tools-3.16-1.src.tar.gz and /dev/null differ -- cgit v0.12