diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 13:18:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 13:18:50 +0000 |
commit | 4f14315f97873bfe8f02b8a09be482e7a86c8ab1 (patch) | |
tree | 7456f40f68e80d9e7a8104efeec5676ca1d2517d /app-emulation | |
parent | Added IUSE. (diff) | |
download | historical-4f14315f97873bfe8f02b8a09be482e7a86c8ab1.tar.gz historical-4f14315f97873bfe8f02b8a09be482e7a86c8ab1.tar.bz2 historical-4f14315f97873bfe8f02b8a09be482e7a86c8ab1.zip |
lintool
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/basiliskII/basiliskII-0.9.0.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/dosemu/dosemu-1.1.3-r1.ebuild | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/app-emulation/basiliskII/basiliskII-0.9.0.ebuild b/app-emulation/basiliskII/basiliskII-0.9.0.ebuild index 94437a7e3917..e6cd4983152a 100644 --- a/app-emulation/basiliskII/basiliskII-0.9.0.ebuild +++ b/app-emulation/basiliskII/basiliskII-0.9.0.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-emulation/basiliskII/basiliskII-0.9.0.ebuild,v 1.6 2002/10/05 05:39:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/basiliskII/basiliskII-0.9.0.ebuild,v 1.7 2002/10/17 13:18:50 vapier Exp $ IUSE="X gtk xv esd dga" @@ -12,7 +12,7 @@ inherit flag-o-matic DESCRIPTION="BasiliskII-0.9.0 Macintosh Emulator (Stable Release)" HOMEPAGE="http://phcip1.phyzik.uni-mainz.de/~bauec002/B2Main.html" -LICENSE="GPL | LGPL" +LICENSE="GPL-2 | LGPL-2.1" KEYWORDS="x86 -ppc" SLOT="0" diff --git a/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild b/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild index d1d39304bb05..05c4b092ab35 100644 --- a/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild +++ b/app-emulation/dosemu/dosemu-1.1.3-r1.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-emulation/dosemu/dosemu-1.1.3-r1.ebuild,v 1.7 2002/10/05 05:39:07 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/dosemu/dosemu-1.1.3-r1.ebuild,v 1.8 2002/10/17 13:18:50 vapier Exp $ IUSE="X svga" @@ -8,12 +8,12 @@ S=${WORKDIR}/${P} DESCRIPTION="DOS Emulator" SRC_URI="http://telia.dl.sourceforge.net/sourceforge/dosemu/dosemu-freedos-bin.tgz http://telia.dl.sourceforge.net/sourceforge/dosemu/dosemu-1.1.3.tgz" -HOMEPAGE="http://www.dosemu.org" -LICENSE="GPL | LGPL" +HOMEPAGE="http://www.dosemu.org/" +LICENSE="GPL-2 | LGPL-2.1" KEYWORDS="x86 -ppc" SLOT="0" DEPEND="X? ( virtual/x11 ) - svga? ( media-libs/svgalib )" + svga? ( media-libs/svgalib )" RDEPEND="${DEPEND}" src_compile() { |