summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
committerMike Frysinger <vapier@gentoo.org>2004-06-28 04:18:52 +0000
commit1f1c696c6ad348ac3341a5e47e4d738f312c96e4 (patch)
treefb502443810d7994ab9b00ab480ba88b8ffca98b /app-misc/sonypid
parentunmask baselayout-1.10 (diff)
downloadgentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.tar.gz
gentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.tar.bz2
gentoo-2-1f1c696c6ad348ac3341a5e47e4d738f312c96e4.zip
change glibc to libc and clean up other horribly ugly ebuilds
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r--app-misc/sonypid/sonypid-1.9.ebuild15
1 files changed, 8 insertions, 7 deletions
diff --git a/app-misc/sonypid/sonypid-1.9.ebuild b/app-misc/sonypid/sonypid-1.9.ebuild
index 864686b4a982..07e1904e79ea 100644
--- a/app-misc/sonypid/sonypid-1.9.ebuild
+++ b/app-misc/sonypid/sonypid-1.9.ebuild
@@ -1,14 +1,15 @@
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild,v 1.4 2004/06/24 22:33:52 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.9.ebuild,v 1.5 2004/06/28 04:14:09 vapier Exp $
-DESCRIPTION="sonypid - a tool to use the Sony Vaios jog-dial as a mouse-wheel"
+DESCRIPTION="tool to use the Sony Vaios jog-dial as a mouse-wheel"
HOMEPAGE="http://spop.free.fr/sonypi/"
SRC_URI="http://spop.free.fr/sonypi/${P}.tar.bz2"
-IUSE=""
-SLOT="0"
+
LICENSE="GPL-2"
-KEYWORDS="x86 -ppc -sparc"
+SLOT="0"
+KEYWORDS="x86"
+IUSE=""
DEPEND="virtual/x11"
@@ -16,7 +17,7 @@ src_compile() {
emake CFLAGS="${CFLAGS}" || die
}
-src_install () {
- dobin sonypid
+src_install() {
+ dobin sonypid || die
dodoc AUTHORS CHANGES
}