diff options
author | Hanno Boeck <hanno@gentoo.org> | 2002-11-17 18:31:21 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2002-11-17 18:31:21 +0000 |
commit | 00a51acdce9c48dcd572a9441dd1acee05abc1d0 (patch) | |
tree | 605b2266d5308272e868a0897ab381679dc8f969 /app-misc/sonypid | |
parent | fix awk module compile if bootstrap in USE (diff) | |
download | historical-00a51acdce9c48dcd572a9441dd1acee05abc1d0.tar.gz historical-00a51acdce9c48dcd572a9441dd1acee05abc1d0.tar.bz2 historical-00a51acdce9c48dcd572a9441dd1acee05abc1d0.zip |
fixed lintool warnings
Diffstat (limited to 'app-misc/sonypid')
-rw-r--r-- | app-misc/sonypid/sonypid-1.0.20010123.ebuild | 4 | ||||
-rw-r--r-- | app-misc/sonypid/sonypid-1.2.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-misc/sonypid/sonypid-1.0.20010123.ebuild b/app-misc/sonypid/sonypid-1.0.20010123.ebuild index a9ce202ed916..909a431e39cd 100644 --- a/app-misc/sonypid/sonypid-1.0.20010123.ebuild +++ b/app-misc/sonypid/sonypid-1.0.20010123.ebuild @@ -1,12 +1,12 @@ # 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.3 2002/10/20 18:40:23 vapier Exp $ +# $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" diff --git a/app-misc/sonypid/sonypid-1.2.ebuild b/app-misc/sonypid/sonypid-1.2.ebuild index ab7ab2ac906e..d9f6aa95e25b 100644 --- a/app-misc/sonypid/sonypid-1.2.ebuild +++ b/app-misc/sonypid/sonypid-1.2.ebuild @@ -1,12 +1,12 @@ # 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.2 2002/10/20 18:40:23 vapier Exp $ +# $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" |