diff options
author | Hanno Boeck <hanno@gentoo.org> | 2003-03-28 07:37:27 +0000 |
---|---|---|
committer | Hanno Boeck <hanno@gentoo.org> | 2003-03-28 07:37:27 +0000 |
commit | 5539a0c0df8441aedef183e4a2da8323f38011c9 (patch) | |
tree | 1b0bab53d382c396d9864d0044d7cc6315374467 /app-emulation/vice | |
parent | moved to stable (diff) | |
download | historical-5539a0c0df8441aedef183e4a2da8323f38011c9.tar.gz historical-5539a0c0df8441aedef183e4a2da8323f38011c9.tar.bz2 historical-5539a0c0df8441aedef183e4a2da8323f38011c9.zip |
mark vice-1.11 as stable
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/files/digest-vice-1.10 | 1 | ||||
-rw-r--r-- | app-emulation/vice/files/digest-vice-1.9 | 1 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.10.ebuild | 50 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.11.ebuild | 4 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.9.ebuild | 50 |
5 files changed, 2 insertions, 104 deletions
diff --git a/app-emulation/vice/files/digest-vice-1.10 b/app-emulation/vice/files/digest-vice-1.10 deleted file mode 100644 index d1ecbac36840..000000000000 --- a/app-emulation/vice/files/digest-vice-1.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 f8389487363ffe8e7708e6491ed20150 vice-1.10.tar.gz 3111990 diff --git a/app-emulation/vice/files/digest-vice-1.9 b/app-emulation/vice/files/digest-vice-1.9 deleted file mode 100644 index d72ef7274189..000000000000 --- a/app-emulation/vice/files/digest-vice-1.9 +++ /dev/null @@ -1 +0,0 @@ -MD5 de3bc8d2fb32a6848aee2fe7233a7ca6 vice-1.9.tar.gz 3056898 diff --git a/app-emulation/vice/vice-1.10.ebuild b/app-emulation/vice/vice-1.10.ebuild deleted file mode 100644 index 31ff7845fd6d..000000000000 --- a/app-emulation/vice/vice-1.10.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.10.ebuild,v 1.2 2003/02/13 07:16:51 vapier Exp $ - -IUSE="sdl nls gnome" - -DESCRIPTION="The Versatile Commodore 8-bit Emulator" -HOMEPAGE="http://viceteam.bei.t-online.de/" -SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86" - -DEPEND=">=x11-base/xfree-4.0 - sdl? ( media-libs/libsdl ) - gnome? ( gnome-base/libgnomeui )" - -S=${WORKDIR}/${P} - -src_compile() { - local myconf="--enable-fullscreen" - use sdl && myconf="${myconf} --with-sdl" - use gnome && myconf="${myconf} --enable-gnomeui" - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man ${myconf} || die "./configure failed" - emake || die -} - -src_install () { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - dohtml ${D}/usr/lib/vice/doc/*.html - dodoc \ - ${D}/usr/lib/vice/doc/NLS-Howto.txt \ - ${D}/usr/lib/vice/doc/Readme.beos \ - ${D}/usr/lib/vice/doc/Readme.dos \ - ${D}/usr/lib/vice/doc/Win32-Howto.txt \ - ${D}/usr/lib/vice/doc/mon.txt - - rm ${D}/usr/lib/vice/doc -rf -} diff --git a/app-emulation/vice/vice-1.11.ebuild b/app-emulation/vice/vice-1.11.ebuild index 2fc5e7cda957..b80932723cb3 100644 --- a/app-emulation/vice/vice-1.11.ebuild +++ b/app-emulation/vice/vice-1.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.11.ebuild,v 1.1 2003/03/23 07:48:49 hanno Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.11.ebuild,v 1.2 2003/03/28 07:37:27 hanno Exp $ IUSE="sdl nls gnome" @@ -9,7 +9,7 @@ HOMEPAGE="http://viceteam.bei.t-online.de/" SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" -KEYWORDS="~x86" +KEYWORDS="x86" DEPEND=">=x11-base/xfree-4.0 sdl? ( media-libs/libsdl ) diff --git a/app-emulation/vice/vice-1.9.ebuild b/app-emulation/vice/vice-1.9.ebuild deleted file mode 100644 index 3ea161a5c215..000000000000 --- a/app-emulation/vice/vice-1.9.ebuild +++ /dev/null @@ -1,50 +0,0 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.9.ebuild,v 1.5 2003/02/13 07:16:56 vapier Exp $ - -IUSE="sdl nls gnome" - -DESCRIPTION="The Versatile Commodore 8-bit Emulator" -HOMEPAGE="http://viceteam.bei.t-online.de/" -SRC_URI="ftp://ftp.funet.fi/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86" - -DEPEND=">=x11-base/xfree-4.0 - sdl? ( media-libs/libsdl ) - gnome? ( gnome-base/gnome )" - -S=${WORKDIR}/${P} - -src_compile() { - local myconf="--enable-fullscreen" - use sdl && myconf="${myconf} --with-sdl" - use gnome && myconf="${myconf} --enable-gnomeui" - use nls || myconf="${myconf} --disable-nls" - - ./configure \ - --host=${CHOST} \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man ${myconf} || die "./configure failed" - emake || die -} - -src_install () { - make \ - prefix=${D}/usr \ - mandir=${D}/usr/share/man \ - infodir=${D}/usr/share/info \ - install || die - - dohtml ${D}/usr/lib/vice/doc/*.html - dodoc \ - ${D}/usr/lib/vice/doc/NLS-Howto.txt \ - ${D}/usr/lib/vice/doc/Readme.beos \ - ${D}/usr/lib/vice/doc/Readme.dos \ - ${D}/usr/lib/vice/doc/Win32-Howto.txt \ - ${D}/usr/lib/vice/doc/mon.txt - - rm ${D}/usr/lib/vice/doc -rf -} |