diff options
author | Hanno Böck <hanno@gentoo.org> | 2002-11-02 13:43:18 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2002-11-02 13:43:18 +0000 |
commit | 394dfeda67b137548e5754393fc7c1b3647a83a9 (patch) | |
tree | 7811828b0717ae06378b9026f022f09c09313ee4 /app-misc/sonypid | |
parent | new version (diff) | |
download | gentoo-2-394dfeda67b137548e5754393fc7c1b3647a83a9.tar.gz gentoo-2-394dfeda67b137548e5754393fc7c1b3647a83a9.tar.bz2 gentoo-2-394dfeda67b137548e5754393fc7c1b3647a83a9.zip |
removed outdated version
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r-- | app-misc/sonypid/files/digest-sonypid-20010123 | 1 | ||||
-rw-r--r-- | app-misc/sonypid/sonypid-20010123.ebuild | 23 |
2 files changed, 0 insertions, 24 deletions
diff --git a/app-misc/sonypid/files/digest-sonypid-20010123 b/app-misc/sonypid/files/digest-sonypid-20010123 deleted file mode 100644 index a46001f18ea4..000000000000 --- a/app-misc/sonypid/files/digest-sonypid-20010123 +++ /dev/null @@ -1 +0,0 @@ -MD5 d6a111ab8b924e496771bd960b56c1bb sonypid.tar.bz2 2200 diff --git a/app-misc/sonypid/sonypid-20010123.ebuild b/app-misc/sonypid/sonypid-20010123.ebuild deleted file mode 100644 index 98dbf52338d4..000000000000 --- a/app-misc/sonypid/sonypid-20010123.ebuild +++ /dev/null @@ -1,23 +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-20010123.ebuild,v 1.6 2002/10/20 18:40:23 vapier 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" - -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 -} |