diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 01:06:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-10-17 01:06:26 +0000 |
commit | 590c93b5bded041428f34853091fb69a23e01fa6 (patch) | |
tree | 7b643a8496466a26739f30120f619f96bb56409f | |
parent | changed usage of USE var glide to 3dfx (diff) | |
download | historical-590c93b5bded041428f34853091fb69a23e01fa6.tar.gz historical-590c93b5bded041428f34853091fb69a23e01fa6.tar.bz2 historical-590c93b5bded041428f34853091fb69a23e01fa6.zip |
LICENSE update
-rw-r--r-- | app-emulation/spectemu/spectemu-0.9.4.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/uae/uae-0.8.22.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/app-emulation/spectemu/spectemu-0.9.4.ebuild b/app-emulation/spectemu/spectemu-0.9.4.ebuild index f7e8fa1c8b1a..564fb69533af 100644 --- a/app-emulation/spectemu/spectemu-0.9.4.ebuild +++ b/app-emulation/spectemu/spectemu-0.9.4.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-emulation/spectemu/spectemu-0.9.4.ebuild,v 1.4 2002/10/05 05:39:08 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/spectemu/spectemu-0.9.4.ebuild,v 1.5 2002/10/17 01:06:18 vapier Exp $ IUSE="X readline svga" DESCRIPTION="48k ZX Spectrum Emulator" HOMEPAGE="http://kempelen.iit.bme.hu/~mszeredi/spectemu/spectemu.html" -LICENSE="GPL | LGPL" +LICENSE="GPL-2 | LGPL-2" SRC_URI="http://home.gwi.net/~plemon/sources/spectemu-0.94.tar.gz" KEYWORDS="x86" SLOT="0" diff --git a/app-emulation/uae/uae-0.8.22.ebuild b/app-emulation/uae/uae-0.8.22.ebuild index 106467cd0ec7..33d3b3f4dc12 100644 --- a/app-emulation/uae/uae-0.8.22.ebuild +++ b/app-emulation/uae/uae-0.8.22.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.2 2002/10/17 01:04:00 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/uae/uae-0.8.22.ebuild,v 1.3 2002/10/17 01:06:26 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="An amiga emulator" HOMEPAGE="http://www.freiburg.linux.de/~uae/" -LICENSE="GPL" +LICENSE="GPL-2" DEPEND="X? ( virtual/x11 gtk? ( x11-libs/gtk+ ) ) : ( sys-libs/ncurses svga? ( media-libs/svgalib ) ) sdl? media-libs/libsdl" SRC_URI="ftp://ftp.freiburg.linux.de/pub/uae/sources/develop/${P}.tar.gz" |