diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:57:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 00:57:46 +0000 |
commit | ac4e665f363df60d035abedb02f549729987bf39 (patch) | |
tree | d5c963acb3a301ebccae4a5432fb9ca1e9f8ca00 /app-emulation | |
parent | Fixed LICENSE (diff) | |
download | gentoo-2-ac4e665f363df60d035abedb02f549729987bf39.tar.gz gentoo-2-ac4e665f363df60d035abedb02f549729987bf39.tar.bz2 gentoo-2-ac4e665f363df60d035abedb02f549729987bf39.zip |
lintool fix
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/darcnes/darcnes-0401-r1.ebuild | 9 | ||||
-rw-r--r-- | app-emulation/pose/pose-3.5.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild | 4 |
3 files changed, 9 insertions, 8 deletions
diff --git a/app-emulation/darcnes/darcnes-0401-r1.ebuild b/app-emulation/darcnes/darcnes-0401-r1.ebuild index 0186000975c4..0bc7e29befd8 100644 --- a/app-emulation/darcnes/darcnes-0401-r1.ebuild +++ b/app-emulation/darcnes/darcnes-0401-r1.ebuild @@ -1,17 +1,16 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/darcnes/darcnes-0401-r1.ebuild,v 1.6 2002/10/05 05:39:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/darcnes/darcnes-0401-r1.ebuild,v 1.7 2002/10/17 00:55:10 vapier Exp $ IUSE="X gtk" S=${WORKDIR}/darcnes DESCRIPTION="A multi-system emulator" -SRC_URI="http://www.dridus.com/~nyef/darcnes/download/dn9b0401.tgz" -HOMEPAGE="http://www.netway.com/~nyef" -LICENSE="" +SRC_URI="http://www.dridus.com/~nyef/darcnes/download/dn9b${PV}.tgz" +HOMEPAGE="http://www.netway.com/~nyef/" SLOT="0" KEYWORDS="x86 -ppc" -LICENSE="GPL" +LICENSE="GPL-2" DEPEND=">=media-libs/svgalib-1.4.2 X? ( virtual/x11 ) diff --git a/app-emulation/pose/pose-3.5.ebuild b/app-emulation/pose/pose-3.5.ebuild index 2ebdc5c48c0d..d9e280de6fa8 100644 --- a/app-emulation/pose/pose-3.5.ebuild +++ b/app-emulation/pose/pose-3.5.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# /space/gentoo/cvsroot/gentoo-x86/dev-lang/gpc/gpc-20020410.ebuild,v 1.2 2002/04/27 23:08:36 bangert Exp +# $Header: /var/cvsroot/gentoo-x86/app-emulation/pose/pose-3.5.ebuild,v 1.6 2002/10/17 00:56:19 vapier Exp $ S=${WORKDIR}/${P} HOMEPAGE="http://www.palmos.com/dev/tools/emulator/" @@ -9,9 +9,11 @@ SRC_URI="http://www.palmos.com/dev/tools/emulator/sources/emulator_src_3.5.tar.g DESCRIPTION="Palm OS Emulator" DEPEND="=x11-libs/fltk-1.1.0_beta10-r1" +RDEPEND="${DEPEND}" KEYWORDS="x86" LICENSE="GPL-2" SLOT="0" + src_compile() { cd ${WORKDIR}/Emulator_Src_3.5/BuildUnix ./configure || die diff --git a/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild b/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild index eefcc04c7564..328bce497639 100644 --- a/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild +++ b/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild,v 1.4 2002/08/06 18:34:52 gerk Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-padxwin/psemu-padxwin-1.4.ebuild,v 1.5 2002/10/17 00:57:46 vapier Exp $ DESCRIPTION="PSEmu plugin to use the keyboard as a gamepad" HOMEPAGE="http://www.pcsx.net" -LICENSE="freedist" # ReadMe.txt says "The Plugin is free source code" +LICENSE="freedist" KEYWORDS="x86 -ppc" SLOT="0" DEPEND="x11-libs/gtk+" |