diff options
author | Hanno Boeck <hanno@gentoo.org> | 2003-01-08 12:10:48 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2003-01-08 12:10:48 +0000 |
commit | 7ad29a39c02749e4b286ca7b62c4aac0d25619ee (patch) | |
tree | f77a12d5721b409e22d5e28164cdea312e58f0ef /app-misc/sonypid | |
parent | bug 13465 (diff) | |
download | historical-7ad29a39c02749e4b286ca7b62c4aac0d25619ee.tar.gz historical-7ad29a39c02749e4b286ca7b62c4aac0d25619ee.tar.bz2 historical-7ad29a39c02749e4b286ca7b62c4aac0d25619ee.zip |
changed ~x86 to x86 and removed old version
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r-- | app-misc/sonypid/files/digest-sonypid-1.5 | 1 | ||||
-rw-r--r-- | app-misc/sonypid/sonypid-1.5.ebuild | 22 | ||||
-rw-r--r-- | app-misc/sonypid/sonypid-1.6.ebuild | 4 |
3 files changed, 2 insertions, 25 deletions
diff --git a/app-misc/sonypid/files/digest-sonypid-1.5 b/app-misc/sonypid/files/digest-sonypid-1.5 deleted file mode 100644 index e8a8e4f9402b..000000000000 --- a/app-misc/sonypid/files/digest-sonypid-1.5 +++ /dev/null @@ -1 +0,0 @@ -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 deleted file mode 100644 index 3a37d2c7b2b1..000000000000 --- a/app-misc/sonypid/sonypid-1.5.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.5.ebuild,v 1.3 2002/12/25 11:36:04 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" - -DEPEND="virtual/x11" - -src_compile() { - emake CFLAGS="${CFLAGS}" || die -} - -src_install () { - dobin sonypid -} diff --git a/app-misc/sonypid/sonypid-1.6.ebuild b/app-misc/sonypid/sonypid-1.6.ebuild index 85fa278dc210..a3f37469e9aa 100644 --- a/app-misc/sonypid/sonypid-1.6.ebuild +++ b/app-misc/sonypid/sonypid-1.6.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.6.ebuild,v 1.1 2002/12/25 11:36:04 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/sonypid/sonypid-1.6.ebuild,v 1.2 2003/01/08 12:10:48 hanno Exp $ S=${WORKDIR}/${P} DESCRIPTION="sonypid - a tool to use the Sony Vaios jog-dial as a mouse-wheel" @@ -9,7 +9,7 @@ SRC_URI="http://spop.free.fr/sonypi/${P}.tar.bz2" IUSE="" SLOT="0" LICENSE="GPL-2" -KEYWORDS="~x86 -ppc -sparc" +KEYWORDS="x86 -ppc -sparc" DEPEND="virtual/x11" |