summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2002-12-04 15:31:26 +0000
committerHanno Böck <hanno@gentoo.org>2002-12-04 15:31:26 +0000
commit92b197f6a1a4ac2eb405130fc09999a409cd85ed (patch)
tree01ab12738c4337bc0b668fceb9472b04597920ee /app-misc/sonypid
parent*pop* there it is again (diff)
downloadgentoo-2-92b197f6a1a4ac2eb405130fc09999a409cd85ed.tar.gz
gentoo-2-92b197f6a1a4ac2eb405130fc09999a409cd85ed.tar.bz2
gentoo-2-92b197f6a1a4ac2eb405130fc09999a409cd85ed.zip
new version of sonypid
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r--app-misc/sonypid/ChangeLog7
-rw-r--r--app-misc/sonypid/files/digest-sonypid-1.51
-rw-r--r--app-misc/sonypid/sonypid-1.5.ebuild22
3 files changed, 29 insertions, 1 deletions
diff --git a/app-misc/sonypid/ChangeLog b/app-misc/sonypid/ChangeLog
index 1d712fce8bfc..ef84d93ffc3d 100644
--- a/app-misc/sonypid/ChangeLog
+++ b/app-misc/sonypid/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-misc/sonypid
# Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/ChangeLog,v 1.4 2002/11/17 22:04:54 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/ChangeLog,v 1.5 2002/12/04 15:31:26 hanno Exp $
+
+*sonypid-1.5 (04 Dez 2002)
+
+ 04 Dez 2002; Hanno Boeck <hanno@gentoo.org> sonypid-1.5.ebuild :
+ New version. Cleaned up ebuild.
*sonypid-1.4 (17 Nov 2002)
diff --git a/app-misc/sonypid/files/digest-sonypid-1.5 b/app-misc/sonypid/files/digest-sonypid-1.5
new file mode 100644
index 000000000000..e8a8e4f9402b
--- /dev/null
+++ b/app-misc/sonypid/files/digest-sonypid-1.5
@@ -0,0 +1 @@
+MD5 76df61789532143dbf9e1776890ea571 sonypid-1.5.tar.bz2 2615
diff --git a/app-misc/sonypid/sonypid-1.5.ebuild b/app-misc/sonypid/sonypid-1.5.ebuild
new file mode 100644
index 000000000000..5bb1be8c0100
--- /dev/null
+++ b/app-misc/sonypid/sonypid-1.5.ebuild
@@ -0,0 +1,22 @@
+# Copyright 1999-2002 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.5.ebuild,v 1.1 2002/12/04 15:31:26 hanno Exp $
+
+S=${WORKDIR}/${P}
+DESCRIPTION="sonypid - a 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 -sparc64"
+
+DEPEND="virtual/x11"
+
+src_compile() {
+ emake CFLAGS="${CFLAGS}" || die
+}
+
+src_install () {
+ dobin sonypid
+}