diff options
author | Hanno Böck <hanno@gentoo.org> | 2002-11-18 10:42:46 +0000 |
---|---|---|
committer | Hanno Böck <hanno@gentoo.org> | 2002-11-18 10:42:46 +0000 |
commit | 33a176cb55f0333c578bcd019816581a819f30e4 (patch) | |
tree | 53c621b24e5837867f22a9a31deffe295ef6435c /app-emulation/psemu-cdr | |
parent | fix lintool warnings (diff) | |
download | gentoo-2-33a176cb55f0333c578bcd019816581a819f30e4.tar.gz gentoo-2-33a176cb55f0333c578bcd019816581a819f30e4.tar.bz2 gentoo-2-33a176cb55f0333c578bcd019816581a819f30e4.zip |
fix lintool-warnings
Diffstat (limited to 'app-emulation/psemu-cdr')
-rw-r--r-- | app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild b/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild index 9e024f7a48c5..b2d295d8a17d 100644 --- a/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild +++ b/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild @@ -1,15 +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/psemu-cdr/psemu-cdr-1.62.ebuild,v 1.5 2002/10/20 18:37:50 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/psemu-cdr/psemu-cdr-1.62.ebuild,v 1.6 2002/11/18 10:42:46 hanno Exp $ DESCRIPTION="PSEmu plugin to read from CD-ROM" HOMEPAGE="http://www.pcsx.net" LICENSE="GPL-2" KEYWORDS="x86 -ppc" -SLOT="0" +SLOT="0" SRC_URI="http://linux.pcsx.net/downloads/plugins/cdr-${PV}.tgz" DEPEND="x11-libs/gtk+" S=${WORKDIR} +IUSE="" src_compile() { cd src @@ -24,4 +25,3 @@ src_install () { chmod 755 ${D}/usr/lib/psemu/plugins/* dodoc ReadMe.txt } - |