[arch-commits] CVS update of extra/system/thinkpad (3 files)
Aaron Griffin
aaron at archlinux.org
Fri Mar 7 20:30:40 UTC 2008
Date: Friday, March 7, 2008 @ 15:30:40
Author: aaron
Path: /home/cvs-extra/extra/system/thinkpad
Removed: PKGBUILD (1.5) thinkpad-makefile.patch (1.1) thinkpad.install (1.1)
Remove this really outdated and dead kernel module
-------------------------+
PKGBUILD | 18 ------------------
thinkpad-makefile.patch | 11 -----------
thinkpad.install | 14 --------------
3 files changed, 43 deletions(-)
Index: extra/system/thinkpad/PKGBUILD
diff -u extra/system/thinkpad/PKGBUILD:1.5 extra/system/thinkpad/PKGBUILD:removed
--- extra/system/thinkpad/PKGBUILD:1.5 Wed Aug 24 18:29:01 2005
+++ extra/system/thinkpad/PKGBUILD Fri Mar 7 15:30:40 2008
@@ -1,18 +0,0 @@
-# $Id: PKGBUILD,v 1.5 2005/08/24 22:29:01 judd Exp $
-# Maintainer:
-pkgname=thinkpad
-pkgver=5.8
-pkgrel=4
-pkgdesc="Kernel module for Thinkpad laptops"
-url="http://tpctl.sourceforge.net"
-install=thinkpad.install
-source=(http://dl.sourceforge.net/sourceforge/tpctl/thinkpad_$pkgver.tar.gz \
- thinkpad-makefile.patch)
-md5sums=('288ab19587bb3a8a4d6097448059b4c6' 'f45f4e708b6eae46f91b0810fe83382b')
-
-build() {
- cd $startdir/src/$pkgname-$pkgver
- patch -Np1 -i ../thinkpad-makefile.patch || return 1
- make || return 1
- make DIR_MOD=$startdir/pkg/lib/modules install
-}
Index: extra/system/thinkpad/thinkpad-makefile.patch
diff -u extra/system/thinkpad/thinkpad-makefile.patch:1.1 extra/system/thinkpad/thinkpad-makefile.patch:removed
--- extra/system/thinkpad/thinkpad-makefile.patch:1.1 Thu Oct 28 01:45:56 2004
+++ extra/system/thinkpad/thinkpad-makefile.patch Fri Mar 7 15:30:40 2008
@@ -1,11 +0,0 @@
-diff -Naur thinkpad-5.8-orig/Makefile thinkpad-5.8/Makefile
---- thinkpad-5.8-orig/Makefile 2004-08-15 06:22:01.000000000 -0700
-+++ thinkpad-5.8/Makefile 2004-10-27 22:28:09.000000000 -0700
-@@ -39,7 +39,6 @@
- install -m 444 -o 0 -g 0 $(KTYPE)/drivers/superio.$(MODSUF) $(DIR_MOD_VER)/thinkpad/superio.$(MODSUF)
- install -m 444 -o 0 -g 0 $(KTYPE)/drivers/rtcmosram.$(MODSUF) $(DIR_MOD_VER)/thinkpad/rtcmosram.$(MODSUF)
- install -m 444 -o 0 -g 0 $(KTYPE)/drivers/thinkpadpm.$(MODSUF) $(DIR_MOD_VER)/thinkpad/thinkpadpm.$(MODSUF)
-- depmod -a
-
- uninstall_modules:
- $(DIR_MODUTILS)/modprobe -r smapi || true
Index: extra/system/thinkpad/thinkpad.install
diff -u extra/system/thinkpad/thinkpad.install:1.1 extra/system/thinkpad/thinkpad.install:removed
--- extra/system/thinkpad/thinkpad.install:1.1 Thu Oct 28 01:45:56 2004
+++ extra/system/thinkpad/thinkpad.install Fri Mar 7 15:30:40 2008
@@ -1,14 +0,0 @@
-# arg 1: the new package version
-post_install() {
- [ -x sbin/depmod ] && sbin/depmod -a
-}
-
-# arg 1: the new package version
-# arg 2: the old package version
-post_upgrade() {
- post_install $1
-}
-
-op=$1
-shift
-$op $*
More information about the arch-commits
mailing list