summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2005-07-22 22:44:45 +0000
committerBryan Stine <battousai@gentoo.org>2005-07-22 22:44:45 +0000
commit68f0d0545f328d6e03ec4b1dc51cdda153aa6178 (patch)
tree0c93facf3470e42486ad57c8a1086da18214d2f3 /x11-misc/synaptics
parentAdded patch for OSX compatibility. (diff)
downloadgentoo-2-68f0d0545f328d6e03ec4b1dc51cdda153aa6178.tar.gz
gentoo-2-68f0d0545f328d6e03ec4b1dc51cdda153aa6178.tar.bz2
gentoo-2-68f0d0545f328d6e03ec4b1dc51cdda153aa6178.zip
Way to quote, Bryan. Moron.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'x11-misc/synaptics')
-rw-r--r--x11-misc/synaptics/ChangeLog6
-rw-r--r--x11-misc/synaptics/Manifest2
-rw-r--r--x11-misc/synaptics/synaptics-0.14.1.ebuild6
-rw-r--r--x11-misc/synaptics/synaptics-0.14.2.ebuild6
-rw-r--r--x11-misc/synaptics/synaptics-0.14.3.ebuild6
5 files changed, 15 insertions, 11 deletions
diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog
index 6f351e1c70eb..ecf923805df4 100644
--- a/x11-misc/synaptics/ChangeLog
+++ b/x11-misc/synaptics/ChangeLog
@@ -1,6 +1,10 @@
# 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.40 2005/07/22 22:39:09 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.41 2005/07/22 22:44:45 battousai Exp $
+
+ 22 Jul 2005; Bryan Stine <battousai@gentoo.org> synaptics-0.14.1.ebuild,
+ synaptics-0.14.2.ebuild, synaptics-0.14.3.ebuild:
+ Way to quote, Bryan. Moron.
*synaptics-0.14.3 (22 Jul 2005)
diff --git a/x11-misc/synaptics/Manifest b/x11-misc/synaptics/Manifest
index b8b0619f4707..704cf71253e3 100644
--- a/x11-misc/synaptics/Manifest
+++ b/x11-misc/synaptics/Manifest
@@ -2,7 +2,7 @@ MD5 4e1b18ca1e820b2f0aacc701f8662386 ChangeLog 7334
MD5 1cb923bfa5e7e99ae6804f147a1c730c metadata.xml 164
MD5 98499810cbde070643ebe6429ff60fae synaptics-0.14.2.ebuild 1838
MD5 c4322ecb8f17c101898c1aaa7895cec8 synaptics-0.14.1.ebuild 1838
-MD5 f86d4369f3e39b4b472da6035f0c3a2a synaptics-0.14.3.ebuild 1839
+MD5 69d248012b94e1dc2fe275d3f7a26c14 synaptics-0.14.3.ebuild 1842
MD5 f2c16c935f2447340a41eb72bb137f57 files/digest-synaptics-0.14.3 69
MD5 595f2c641792adda7a9f78f547a3f98b files/digest-synaptics-0.14.1 69
MD5 e46163bec0b3237d0d7e371b767cd077 files/rc.conf 329
diff --git a/x11-misc/synaptics/synaptics-0.14.1.ebuild b/x11-misc/synaptics/synaptics-0.14.1.ebuild
index bb0a749460b7..1470ef6b4425 100644
--- a/x11-misc/synaptics/synaptics-0.14.1.ebuild
+++ b/x11-misc/synaptics/synaptics-0.14.1.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.1.ebuild,v 1.3 2005/07/22 22:39:09 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.1.ebuild,v 1.4 2005/07/22 22:44:45 battousai Exp $
inherit toolchain-funcs eutils
@@ -29,7 +29,7 @@ src_unpack() {
src_compile() {
emake || die
- if use dlloader || has_version >=x11-base/xorg-x11-6.8.99.15
+ 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
@@ -40,7 +40,7 @@ src_install() {
# 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
+ if use dlloader || has_version ">=x11-base/xorg-x11-6.8.99.15"
then
exeinto /usr/lib/modules/input
doexe synaptics_drv.so
diff --git a/x11-misc/synaptics/synaptics-0.14.2.ebuild b/x11-misc/synaptics/synaptics-0.14.2.ebuild
index 176119d93667..779e777df292 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.2 2005/07/22 22:39:09 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.2.ebuild,v 1.3 2005/07/22 22:44:45 battousai Exp $
inherit toolchain-funcs eutils
@@ -29,7 +29,7 @@ src_unpack() {
src_compile() {
emake || die
- if use dlloader || has_version >=x11-base/xorg-x11-6.8.99.15
+ 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
@@ -40,7 +40,7 @@ src_install() {
# 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
+ if use dlloader || has_version ">=x11-base/xorg-x11-6.8.99.15"
then
exeinto /usr/lib/modules/input
doexe synaptics_drv.so
diff --git a/x11-misc/synaptics/synaptics-0.14.3.ebuild b/x11-misc/synaptics/synaptics-0.14.3.ebuild
index 49733e06da39..56742ebce6df 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.1 2005/07/22 22:39:09 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.14.3.ebuild,v 1.2 2005/07/22 22:44:45 battousai Exp $
inherit toolchain-funcs eutils
@@ -29,7 +29,7 @@ src_unpack() {
src_compile() {
emake || die
- if use dlloader || has_version >=x11-base/xorg-x11-6.8.99.15
+ 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
@@ -40,7 +40,7 @@ src_install() {
# 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
+ if use dlloader || has_version ">=x11-base/xorg-x11-6.8.99.15"
then
exeinto /usr/lib/modules/input
doexe synaptics_drv.so