summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDonnie Berkholz <spyderous@gentoo.org>2004-10-04 06:04:10 +0000
committerDonnie Berkholz <spyderous@gentoo.org>2004-10-04 06:04:10 +0000
commit2b0614ea13ad2def314c1015c98524e50ac008cf (patch)
tree06a66f6493e2527dd11decaf6e7eeb9935d4449d /x11-misc/synaptics
parentx86. (Manifest recommit) (diff)
downloadgentoo-2-2b0614ea13ad2def314c1015c98524e50ac008cf.tar.gz
gentoo-2-2b0614ea13ad2def314c1015c98524e50ac008cf.tar.bz2
gentoo-2-2b0614ea13ad2def314c1015c98524e50ac008cf.zip
Drop old versions.
Diffstat (limited to 'x11-misc/synaptics')
-rw-r--r--x11-misc/synaptics/ChangeLog6
-rw-r--r--x11-misc/synaptics/files/digest-synaptics-0.13.21
-rw-r--r--x11-misc/synaptics/files/digest-synaptics-0.13.31
-rw-r--r--x11-misc/synaptics/synaptics-0.13.2.ebuild41
-rw-r--r--x11-misc/synaptics/synaptics-0.13.3.ebuild51
5 files changed, 5 insertions, 95 deletions
diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog
index 97f80bf08748..924f9a4faac6 100644
--- a/x11-misc/synaptics/ChangeLog
+++ b/x11-misc/synaptics/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-misc/synaptics
# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.28 2004/10/04 06:03:22 spyderous Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.29 2004/10/04 06:04:10 spyderous Exp $
+
+ 03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
+ -synaptics-0.13.2.ebuild, -synaptics-0.13.3.ebuild:
+ Drop old versions.
03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>;
synaptics-0.13.5.ebuild:
diff --git a/x11-misc/synaptics/files/digest-synaptics-0.13.2 b/x11-misc/synaptics/files/digest-synaptics-0.13.2
deleted file mode 100644
index fc1063936223..000000000000
--- a/x11-misc/synaptics/files/digest-synaptics-0.13.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 adffa678aba1977854e2c6a1ab5172cd synaptics-0.13.2.tar.bz2 112473
diff --git a/x11-misc/synaptics/files/digest-synaptics-0.13.3 b/x11-misc/synaptics/files/digest-synaptics-0.13.3
deleted file mode 100644
index c1a096d4eca6..000000000000
--- a/x11-misc/synaptics/files/digest-synaptics-0.13.3
+++ /dev/null
@@ -1 +0,0 @@
-MD5 d2a3c9cfc3147f08a7f67c001fc3e18d synaptics-0.13.3.tar.bz2 113787
diff --git a/x11-misc/synaptics/synaptics-0.13.2.ebuild b/x11-misc/synaptics/synaptics-0.13.2.ebuild
deleted file mode 100644
index 04f092b8264c..000000000000
--- a/x11-misc/synaptics/synaptics-0.13.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.2.ebuild,v 1.7 2004/06/28 20:14:38 agriffis Exp $
-
-# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r6
-# 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/xorg-x11 >=x11-base/xfree-4.3.0-r6 )"
-DEPEND=">=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
-
- # Put stuff into /usr/X11R6, also switch up the CC and CFLAGS stuff.
- sed -i -e "s:BINDIR = \\\$(DESTDIR)/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
- sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/man/man1:" ${S}/Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/X11R6/{bin,lib/modules/input}
-
- # Yes, they got the DESTDIR stuff going. And there was much rejoicing.
- make DESTDIR=${D} install || die
- dodoc {script/usbmouse,alps.patch,COMPATIBILITY,FILES,INSTALL{,.DE},LICENSE,NEWS,TODO,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
-}
diff --git a/x11-misc/synaptics/synaptics-0.13.3.ebuild b/x11-misc/synaptics/synaptics-0.13.3.ebuild
deleted file mode 100644
index 61d79aa9b178..000000000000
--- a/x11-misc/synaptics/synaptics-0.13.3.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2004 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.13.3.ebuild,v 1.5 2004/07/11 03:18:39 spyderous Exp $
-
-inherit eutils
-
-# This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r6
-# 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 ~amd64"
-IUSE=""
-RDEPEND="|| ( x11-base/xorg-x11 >=x11-base/xfree-4.3.0-r6 )"
-DEPEND=">=sys-apps/sed-4"
-
-src_unpack() {
- unpack ${A}
-
- cd ${S}
- # Fixes runtime brokenness with amd64 (bug 50384)
- if [ "${ARCH}" == "amd64" ]
- then
- einfo "Patching for amd64 arch..."
- epatch ${FILESDIR}/${P}-amd64.patch
- fi
-
- # Put stuff into /usr/X11R6, also switch up the CC and CFLAGS stuff.
- sed -i -e "s:BINDIR = \\\$(DESTDIR)/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
- sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/man/man1:" ${S}/Makefile
-}
-
-src_compile() {
- emake || die
-}
-
-src_install() {
- dodir /usr/X11R6/{bin,lib/modules/input}
-
- # Yes, they got the DESTDIR stuff going. And there was much rejoicing.
- make DESTDIR=${D} install || die
- dodoc {script/usbmouse,alps.patch,COMPATIBILITY,FILES,INSTALL{,.DE},LICENSE,NEWS,TODO,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
-}