diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2005-12-09 15:42:27 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2005-12-09 15:42:27 +0000 |
commit | 0afcd01d584f3cdd194cf0a673838ed8a2f2546d (patch) | |
tree | b826b3a2d89944582e5cf8924f9631f9487eb1d6 /x11-misc | |
parent | bugs closed list (diff) | |
download | gentoo-2-0afcd01d584f3cdd194cf0a673838ed8a2f2546d.tar.gz gentoo-2-0afcd01d584f3cdd194cf0a673838ed8a2f2546d.tar.bz2 gentoo-2-0afcd01d584f3cdd194cf0a673838ed8a2f2546d.zip |
removed any amd64 keywords from versions prior to 0.14.4 which all do not work properly on amd64
(Portage version: 2.0.53)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/synaptics/ChangeLog | 8 | ||||
-rw-r--r-- | x11-misc/synaptics/files/digest-synaptics-0.14.1 | 1 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.14.1.ebuild | 56 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.14.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.14.3.ebuild | 4 |
5 files changed, 11 insertions, 62 deletions
diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog index c55f00c57f3d..9b35b2c3893e 100644 --- a/x11-misc/synaptics/ChangeLog +++ b/x11-misc/synaptics/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for x11-misc/synaptics # Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.49 2005/12/09 15:37:22 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.50 2005/12/09 15:42:27 seemant Exp $ + + 09 Dec 2005; Seemant Kulleen <seemant@gentoo.org> + -synaptics-0.14.1.ebuild, synaptics-0.14.2.ebuild, + synaptics-0.14.3.ebuild: + removed any amd64 keywords from versions prior to 0.14.4 which all do not + work properly on amd64 *synaptics-0.14.4 (09 Dec 2005) diff --git a/x11-misc/synaptics/files/digest-synaptics-0.14.1 b/x11-misc/synaptics/files/digest-synaptics-0.14.1 deleted file mode 100644 index 4b501c7039b6..000000000000 --- a/x11-misc/synaptics/files/digest-synaptics-0.14.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 5367adbeba27fd1964d74803a8dc5531 synaptics-0.14.1.tar.bz2 121708 diff --git a/x11-misc/synaptics/synaptics-0.14.1.ebuild b/x11-misc/synaptics/synaptics-0.14.1.ebuild deleted file mode 100644 index 8b86e0403418..000000000000 --- a/x11-misc/synaptics/synaptics-0.14.1.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.1.ebuild,v 1.9 2005/10/08 17:12:17 swegener 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="x86 ~amd64" -IUSE="dlloader" -RDEPEND="virtual/x11" -DEPEND="${RDEPEND} - >=sys-apps/sed-4" - -src_unpack() { - unpack ${A} - - cd ${S} - - epatch ${FILESDIR}/${PN}-0.14.x-gcc4-the-sentinels-have-attacked.patch - - # Put stuff into /usr, also switch up the CC and CFLAGS stuff. - sed -i -e "s:BINDIR = \\\$(DESTDIR)/usr/local/bin:BINDIR = ${D}/usr/bin:g" ${S}/Makefile - sed -i -e "s:CC = gcc:CC = $(tc-getCC):g" ${S}/Makefile - sed -i -e "s:CDEBUGFLAGS = -O2:CDEBUGFLAGS = ${CFLAGS}:g" ${S}/Makefile - sed -i -e "s:MANDIR = .*:MANDIR = \\\$(DESTDIR)/usr/share/man/man1:" ${S}/Makefile - sed -i -e "s:INSTALLED_X = .*:INSTALLED_X = \\\$(DESTDIR)/usr:" ${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() { - dodir /usr/$(get_libdir)/modules/input - - # Yes, they got the DESTDIR stuff going. And there was much rejoicing. - make DESTDIR=${D} install || die - if use dlloader || has_version ">=x11-base/xorg-x11-6.8.99.15" - then - exeinto /usr/$(get_libdir)/modules/input - doexe synaptics_drv.so - rm ${D}/usr/$(get_libdir)/modules/input/synaptics_drv.o - fi - 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.14.2.ebuild b/x11-misc/synaptics/synaptics-0.14.2.ebuild index 471614561ea3..0ea4e17a49f2 100644 --- a/x11-misc/synaptics/synaptics-0.14.2.ebuild +++ b/x11-misc/synaptics/synaptics-0.14.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.2.ebuild,v 1.8 2005/10/08 17:12:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.2.ebuild,v 1.9 2005/12/09 15:42:27 seemant Exp $ inherit toolchain-funcs eutils @@ -9,7 +9,7 @@ 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" +KEYWORDS="x86" IUSE="dlloader" RDEPEND="virtual/x11" DEPEND="${RDEPEND} diff --git a/x11-misc/synaptics/synaptics-0.14.3.ebuild b/x11-misc/synaptics/synaptics-0.14.3.ebuild index af5f5929bc63..f71e70c5d2ce 100644 --- a/x11-misc/synaptics/synaptics-0.14.3.ebuild +++ b/x11-misc/synaptics/synaptics-0.14.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.3.ebuild,v 1.7 2005/10/08 17:12:17 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.3.ebuild,v 1.8 2005/12/09 15:42:27 seemant Exp $ inherit toolchain-funcs eutils @@ -9,7 +9,7 @@ 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" +KEYWORDS="~ppc ~x86" IUSE="dlloader" RDEPEND="virtual/x11" DEPEND="${RDEPEND} |