diff options
author | 2007-12-10 14:30:09 +0000 | |
---|---|---|
committer | 2007-12-10 14:30:09 +0000 | |
commit | eede7f6c79885b47871305b918dcc45867b7676f (patch) | |
tree | 7deba218e6aeb3d54f9c79ab3d6ba8c8b39a6335 /x11-drivers/synaptics-git/synaptics-git-9999.ebuild | |
parent | Fix so megatextures is installed. (diff) | |
download | je_fro-eede7f6c79885b47871305b918dcc45867b7676f.tar.gz je_fro-eede7f6c79885b47871305b918dcc45867b7676f.tar.bz2 je_fro-eede7f6c79885b47871305b918dcc45867b7676f.zip |
Cleanup and test latest pommed.
svn path=/; revision=142
Diffstat (limited to 'x11-drivers/synaptics-git/synaptics-git-9999.ebuild')
-rw-r--r-- | x11-drivers/synaptics-git/synaptics-git-9999.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
diff --git a/x11-drivers/synaptics-git/synaptics-git-9999.ebuild b/x11-drivers/synaptics-git/synaptics-git-9999.ebuild deleted file mode 100644 index d70f190..0000000 --- a/x11-drivers/synaptics-git/synaptics-git-9999.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EGIT_REPO_URI="http://web.telia.com/~u89404340/touchpad/synaptics/.git/" -inherit git - -DESCRIPTION="The latest from the synaptics git tree." -HOMEPAGE="http://web.telia.com/~u89404340/touchpad/" -SRC_URI="" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="x11-libs/libXext" -DEPEND="${RDEPEND} - x11-base/xorg-server - >=sys-apps/sed-4" - -src_unpack() { - git_src_unpack - - # 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 - - epatch $FILESDIR/pixman.patch -} - -src_install() { - make \ - DESTDIR="${D}" \ - PREFIX=/usr \ - MANDIR="${D}"/usr/share/man \ - install || die - - dodoc script/usbmouse script/usbhid alps.patch trouble-shooting.txt - dodoc COMPATIBILITY FILES INSTALL* LICENSE NEWS TODO README* - -} |