diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-12-15 21:32:39 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-12-15 21:32:39 +0000 |
commit | c37d8e4eb39609d8746f81cfcb0c71f77c7af09a (patch) | |
tree | e06fa288ec8e98c4a2c2b05599bf090537f4b4e0 /x11-drivers/synaptics | |
parent | Revision, which adds better logic for install locations of the driver. Also,... (diff) | |
download | gentoo-2-c37d8e4eb39609d8746f81cfcb0c71f77c7af09a.tar.gz gentoo-2-c37d8e4eb39609d8746f81cfcb0c71f77c7af09a.tar.bz2 gentoo-2-c37d8e4eb39609d8746f81cfcb0c71f77c7af09a.zip |
remove old buggy version
(Portage version: 2.0.53)
Diffstat (limited to 'x11-drivers/synaptics')
-rw-r--r-- | x11-drivers/synaptics/ChangeLog | 6 | ||||
-rw-r--r-- | x11-drivers/synaptics/files/digest-synaptics-0.14.4 | 1 | ||||
-rw-r--r-- | x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch | 30 | ||||
-rw-r--r-- | x11-drivers/synaptics/synaptics-0.14.4.ebuild | 54 |
4 files changed, 5 insertions, 86 deletions
diff --git a/x11-drivers/synaptics/ChangeLog b/x11-drivers/synaptics/ChangeLog index eaee8446a616..f627b4995866 100644 --- a/x11-drivers/synaptics/ChangeLog +++ b/x11-drivers/synaptics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-drivers/synaptics # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/ChangeLog,v 1.3 2005/12/15 21:31:32 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/ChangeLog,v 1.4 2005/12/15 21:32:39 seemant Exp $ + + 15 Dec 2005; Seemant Kulleen <seemant@gentoo.org> + -files/synaptics-0.14.4-makefile.patch, -synaptics-0.14.4.ebuild: + remove old buggy version *synaptics-0.14.4-r1 (15 Dec 2005) diff --git a/x11-drivers/synaptics/files/digest-synaptics-0.14.4 b/x11-drivers/synaptics/files/digest-synaptics-0.14.4 deleted file mode 100644 index e4c6cde43e5b..000000000000 --- a/x11-drivers/synaptics/files/digest-synaptics-0.14.4 +++ /dev/null @@ -1 +0,0 @@ -MD5 ae9aef7a146346fbfc7edfdd63cdd273 synaptics-0.14.4.tar.bz2 125524 diff --git a/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch b/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch deleted file mode 100644 index 0ea0adc9980a..000000000000 --- a/x11-drivers/synaptics/files/synaptics-0.14.4-makefile.patch +++ /dev/null @@ -1,30 +0,0 @@ ---- Makefile.orig 2005-12-09 10:14:00.000000000 -0500 -+++ Makefile 2005-12-09 10:14:44.000000000 -0500 -@@ -7,10 +7,10 @@ - # Define the TOP variable to build using include files from a local source tree. - #TOP = /usr/src/redhat/BUILD/XFree86-4.3.0/xc - --INSTALLED_X = $(DESTDIR)/usr/X11R6 -+INSTALLED_X = $(DESTDIR)/usr - LOCAL_X = Xincludes/usr/X11R6 --BINDIR = $(DESTDIR)/usr/local/bin --MANDIR = $(DESTDIR)/usr/local/man -+BINDIR = $(DESTDIR)/usr/bin -+MANDIR = $(DESTDIR)/usr/share/man - - ifeq ($(ARCH),) - ARCH = $(shell /bin/arch) -@@ -62,10 +62,10 @@ - - CCOPTIONS := -pedantic -Wall -Wpointer-arith - CCOPTIONS += $(call check_gcc,-fno-merge-constants,) --CCOPTIONS += $(call check_gcc,-fno-pic,) -+CCOPTIONS += $(call check_gcc,) - CDEBUGFLAGS = -O2 --CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" --CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -I$(X_INCLUDES_ROOT)/include -+CFLAGS = $(CDEBUGFLAGS) $(CCOPTIONS) $(ALLDEFINES) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -fPIC -+CFLAGSCLIENT = $(CDEBUGFLAGS) $(CCOPTIONS) -DVERSION="\"$(VERSION)\"" -DVERSION_ID="$(VERSION_ID)" -I$(X_INCLUDES_ROOT)/include -fno-pic - - CC = gcc - diff --git a/x11-drivers/synaptics/synaptics-0.14.4.ebuild b/x11-drivers/synaptics/synaptics-0.14.4.ebuild deleted file mode 100644 index d87f39252d5e..000000000000 --- a/x11-drivers/synaptics/synaptics-0.14.4.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/synaptics/synaptics-0.14.4.ebuild,v 1.2 2005/12/14 19:50:25 joshuabaergen Exp $ - -inherit toolchain-funcs eutils - -DESCRIPTION="Driver for Synaptics touchpads" -HOMEPAGE="http://w1.894.telia.com/~u89404340/touchpad/" -SRC_URI="http://w1.894.telia.com/~u89404340/touchpad/files/${P}.tar.bz2" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="dlloader" -RDEPEND="|| ( x11-libs/libXext virtual/x11 )" -DEPEND="${RDEPEND} - || ( x11-base/xorg-server virtual/x11 ) - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} ; cd ${S} - epatch ${FILESDIR}/${P}-makefile.patch - - # Switch up the CC and CFLAGS stuff. - sed -i \ - -e "s:CC = gcc:CC = $(tc-getCC):g" \ - -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" \ - ${S}/Makefile -} - -src_compile() { - emake || die - if use dlloader || has_version ">=x11-base/xorg-x11-6.8.99.15" - then - $(tc-getCC) -shared -nostdlib -o synaptics_drv.so synaptics_drv.o -Bstatic -lgcc - fi -} - -src_install() { - # Yes, they got the DESTDIR stuff going. And there was much rejoicing. - make DESTDIR=${D} install || die - if ! has_version "<=x11-base/xorg-x11-6.99" - then - exeinto /usr/$(get_libdir)/xorg/modules/input - doexe synaptics_drv.so - rm ${D}/usr/$(get_libdir)/modules/input/synaptics_drv.o - fi - - dodoc script/usbmouse alps.patch - dodoc COMPATIBILITY FILES INSTALL* LICENSE NEWS TODO README* - - # Stupid new daemon, didn't work for me because of shm issues - exeinto /etc/init.d && newexe ${FILESDIR}/rc.init syndaemon - insinto /etc/conf.d && newins ${FILESDIR}/rc.conf syndaemon -} |