diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-04-01 22:55:35 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-04-01 22:55:35 +0000 |
commit | 5774bf716fbc70890aa419d3e550a030fd37aebc (patch) | |
tree | e171c95c15ddde617ecd6e8f31eb3c9ab0e05559 /x11-misc | |
parent | fixed problem with patch filename (Manifest recommit) (diff) | |
download | gentoo-2-5774bf716fbc70890aa419d3e550a030fd37aebc.tar.gz gentoo-2-5774bf716fbc70890aa419d3e550a030fd37aebc.tar.bz2 gentoo-2-5774bf716fbc70890aa419d3e550a030fd37aebc.zip |
Spring cleaning
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/synaptics/files/digest-synaptics-0.12.0 | 1 | ||||
-rw-r--r-- | x11-misc/synaptics/files/digest-synaptics-0.12.1 | 1 | ||||
-rw-r--r-- | x11-misc/synaptics/files/synaptics-0.11.8-makefile-fixup.patch | 14 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.12.0.ebuild | 39 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.12.1.ebuild | 42 |
5 files changed, 0 insertions, 97 deletions
diff --git a/x11-misc/synaptics/files/digest-synaptics-0.12.0 b/x11-misc/synaptics/files/digest-synaptics-0.12.0 deleted file mode 100644 index 243d63716b3a..000000000000 --- a/x11-misc/synaptics/files/digest-synaptics-0.12.0 +++ /dev/null @@ -1 +0,0 @@ -MD5 f89f285c15d39679b9c403f6bbddedef synaptics-0.12.0.tar.bz2 133551 diff --git a/x11-misc/synaptics/files/digest-synaptics-0.12.1 b/x11-misc/synaptics/files/digest-synaptics-0.12.1 deleted file mode 100644 index 49f4abd6b66f..000000000000 --- a/x11-misc/synaptics/files/digest-synaptics-0.12.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 7106431c76d363f11c3cc29d66c19b85 synaptics-0.12.1.tar.bz2 111674 diff --git a/x11-misc/synaptics/files/synaptics-0.11.8-makefile-fixup.patch b/x11-misc/synaptics/files/synaptics-0.11.8-makefile-fixup.patch deleted file mode 100644 index e18f24de7a2a..000000000000 --- a/x11-misc/synaptics/files/synaptics-0.11.8-makefile-fixup.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -urN synaptics-old/Makefile synaptics/Makefile ---- synaptics-old/Makefile 2003-10-12 17:32:04.000000000 -0400 -+++ synaptics/Makefile 2003-10-12 18:00:59.000000000 -0400 -@@ -9,8 +9,8 @@ - TOP_X_INCLUDES = -I$(TOP)/exports/include - TOP_INCLUDES = -I$(TOP) $(TOP_X_INCLUDES) - --INSTALLED_X = /usr/X11R6 --BINDIR = /usr/local/bin -+INSTALLED_X = ${D}/usr/X11R6 -+BINDIR = ${D}/usr/X11R6/bin - - XF86SRC = $(SERVERSRC)/hw/xfree86 - XF86COMSRC = $(XF86SRC)/common diff --git a/x11-misc/synaptics/synaptics-0.12.0.ebuild b/x11-misc/synaptics/synaptics-0.12.0.ebuild deleted file mode 100644 index 598b9c035dae..000000000000 --- a/x11-misc/synaptics/synaptics-0.12.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.0.ebuild,v 1.4 2003/11/24 04:13:46 spyderous Exp $ - -# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r3 -# and xfree-4.3.99.14 >= X >= xfree-4.3.99.8. - -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="~x86" -IUSE="nls" -RDEPEND="virtual/x11 - >=x11-base/xfree-4.3.0-r4" -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - - # This Makefile sucks. no prefix, no DESTDIR, nothing useful. - # At some point I'd like to fix that and submit upstream. - # It still doesn't respect CFLAGS. - epatch ${FILESDIR}/${PN}-0.11.8-makefile-fixup.patch - # If we don't do this, it won't compile anything and use binaries instead. - rm ${PN}/{*.o,synclient} -} - -src_compile() { - emake || die -} - -src_install() { - dodir /usr/X11R6/{bin,lib/modules/input} - make install || die - dodoc {COMPATIBILITY,FEATURES,FILES,INSTALL,LICENSE,NEWS,PARAMETER,TODO,VERSION} - use nls && dodoc INSTALL.DE -} diff --git a/x11-misc/synaptics/synaptics-0.12.1.ebuild b/x11-misc/synaptics/synaptics-0.12.1.ebuild deleted file mode 100644 index 0319e28495ca..000000000000 --- a/x11-misc/synaptics/synaptics-0.12.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.1.ebuild,v 1.2 2004/02/29 15:14:25 aliz Exp $ - -# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r3 -# and xfree-4.3.99.14 >= X >= xfree-4.3.99.8. - -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="~x86" -IUSE="" -RDEPEND=">=x11-base/xfree-4.3.0-r4" -S=${WORKDIR}/${PN} - -src_unpack() { - unpack ${A} - - # This Makefile sucks. no prefix, no DESTDIR, nothing useful. - # At some point I'd like to fix that and submit upstream. - sed -i -e "s:BINDIR = /usr/local/bin:BINDIR = ${D}/usr/X11R6/bin:g" ${S}/Makefile - sed -i -e "s:CC = gcc:CC = ${CC}:g" ${S}/Makefile - sed -i -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" ${S}/Makefile -} - -src_compile() { - emake || die -} - -src_install() { - # Dies with sandbox violation if we don't change this - sed -i -e "s:INSTALLED_X = /usr/X11R6:INSTALLED_X = ${D}/usr/X11R6:g" ${S}/Makefile - - dodir /usr/X11R6/{bin,lib/modules/input} - make install || die - dodoc {script/usbmouse,alps.patch,COMPATIBILITY,FILES,INSTALL{,.DE},LICENSE,NEWS,TODO,VERSION,README{,.alps}} - # 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 -} |