summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2002-11-17 22:04:55 +0000
committerHanno Böck <hanno@gentoo.org>2002-11-17 22:04:55 +0000
commit600840a2e8a1e8f6c8349bd0f99d101f071ab7fa (patch)
treef3c0de406906948573bbff717084b1ba59122a87 /app-misc/sonypid
parentmade everything games{func} (diff)
downloadgentoo-2-600840a2e8a1e8f6c8349bd0f99d101f071ab7fa.tar.gz
gentoo-2-600840a2e8a1e8f6c8349bd0f99d101f071ab7fa.tar.bz2
gentoo-2-600840a2e8a1e8f6c8349bd0f99d101f071ab7fa.zip
new version 1.4 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.0.200101231
-rw-r--r--app-misc/sonypid/files/digest-sonypid-1.21
-rw-r--r--app-misc/sonypid/sonypid-1.0.20010123.ebuild22
-rw-r--r--app-misc/sonypid/sonypid-1.2.ebuild22
-rw-r--r--app-misc/sonypid/sonypid-1.3.ebuild4
6 files changed, 8 insertions, 49 deletions
diff --git a/app-misc/sonypid/ChangeLog b/app-misc/sonypid/ChangeLog
index 6be411c7cad0..1d712fce8bfc 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.3 2002/11/02 20:46:48 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/ChangeLog,v 1.4 2002/11/17 22:04:54 hanno Exp $
+
+*sonypid-1.4 (17 Nov 2002)
+
+ 17 Nov 2002; Hanno Boeck <hanno@gentoo.org> sonypid-1.4.ebuild :
+ New version.
*sonypid-1.3 (02 Nov 2002)
diff --git a/app-misc/sonypid/files/digest-sonypid-1.0.20010123 b/app-misc/sonypid/files/digest-sonypid-1.0.20010123
deleted file mode 100644
index 62edbbe09140..000000000000
--- a/app-misc/sonypid/files/digest-sonypid-1.0.20010123
+++ /dev/null
@@ -1 +0,0 @@
-MD5 9c4dabf352641e8a0524ec783610a353 sonypid.tar.bz2 2218
diff --git a/app-misc/sonypid/files/digest-sonypid-1.2 b/app-misc/sonypid/files/digest-sonypid-1.2
deleted file mode 100644
index 9423299adc59..000000000000
--- a/app-misc/sonypid/files/digest-sonypid-1.2
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4a1ddafa1a9ec2684396db1a9101b719 sonypid-1.2.tar.bz2 2264
diff --git a/app-misc/sonypid/sonypid-1.0.20010123.ebuild b/app-misc/sonypid/sonypid-1.0.20010123.ebuild
deleted file mode 100644
index 909a431e39cd..000000000000
--- a/app-misc/sonypid/sonypid-1.0.20010123.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.0.20010123.ebuild,v 1.4 2002/11/17 18:31:21 hanno Exp $
-
-S=${WORKDIR}/${PN}
-DESCRIPTION="sonypid - a tool to use the Sony Vaios jog-dial as a mouse-wheel"
-HOMEPAGE="http://www.alcove-labs.org/en/software/sonypi/"
-SRC_URI="http://download.alcove-labs.org/software/sonypi/sonypid.tar.bz2"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="x86 -ppc -sparc -sparc64"
-
-DEPEND="virtual/kernel"
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -Wall -Wstrict-prototypes -I/usr/src/linux/include" || die
-}
-
-src_install() {
- dobin sonypid
-}
diff --git a/app-misc/sonypid/sonypid-1.2.ebuild b/app-misc/sonypid/sonypid-1.2.ebuild
deleted file mode 100644
index d9f6aa95e25b..000000000000
--- a/app-misc/sonypid/sonypid-1.2.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# 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.2.ebuild,v 1.3 2002/11/17 18:31:21 hanno Exp $
-
-S=${WORKDIR}/${P}
-DESCRIPTION="sonypid - a tool to use the Sony Vaios jog-dial as a mouse-wheel"
-HOMEPAGE="http://www.alcove-labs.org/en/software/sonypi/"
-SRC_URI="http://download.alcove-labs.org/software/sonypi/${P}.tar.bz2"
-IUSE=""
-SLOT="0"
-LICENSE="GPL-2"
-KEYWORDS="~x86 -ppc -sparc -sparc64"
-
-DEPEND="virtual/x11"
-
-src_compile() {
- emake CFLAGS="${CFLAGS} -I/usr/src/linux/include" || die
-}
-
-src_install () {
- dobin sonypid
-}
diff --git a/app-misc/sonypid/sonypid-1.3.ebuild b/app-misc/sonypid/sonypid-1.3.ebuild
index d4869645c63f..baaa652d4c50 100644
--- a/app-misc/sonypid/sonypid-1.3.ebuild
+++ b/app-misc/sonypid/sonypid-1.3.ebuild
@@ -1,6 +1,6 @@
# 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.3.ebuild,v 1.1 2002/11/02 20:46:48 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.3.ebuild,v 1.2 2002/11/17 22:04:54 hanno Exp $
S=${WORKDIR}/${P}
DESCRIPTION="sonypid - a tool to use the Sony Vaios jog-dial as a mouse-wheel"
@@ -10,7 +10,7 @@ SRC_URI="http://download.alcove-labs.org/software/sonypi/${P}.tar.bz2"
IUSE=""
SLOT="0"
LICENSE="GPL-2"
-KEYWORDS="~x86 -ppc -sparc -sparc64"
+KEYWORDS="x86 -ppc -sparc -sparc64"
DEPEND="virtual/x11"