diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 21:17:13 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2003-09-06 21:17:13 +0000 |
commit | b60f11afde8767e884b823d9150c681c06687147 (patch) | |
tree | 78b1f0f237de9359742b3fb2d4e060a80c56ec35 /app-emulation | |
parent | header fix (diff) | |
download | historical-b60f11afde8767e884b823d9150c681c06687147.tar.gz historical-b60f11afde8767e884b823d9150c681c06687147.tar.bz2 historical-b60f11afde8767e884b823d9150c681c06687147.zip |
removed old version
Diffstat (limited to 'app-emulation')
-rw-r--r-- | app-emulation/vice/Manifest | 6 | ||||
-rw-r--r-- | app-emulation/vice/files/digest-vice-1.12 | 1 | ||||
-rw-r--r-- | app-emulation/vice/vice-1.12.ebuild | 49 |
3 files changed, 2 insertions, 54 deletions
diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest index 0a0f8e5af6ed..e5c054f2f408 100644 --- a/app-emulation/vice/Manifest +++ b/app-emulation/vice/Manifest @@ -1,6 +1,4 @@ -MD5 6b44b25bb31dd21195c5bb6ac016d49d files/digest-vice-1.12 62 -MD5 bee1c24b1742b33f95f243358383697e files/1.12-po-Makefile.patch 555 -MD5 6b44b25bb31dd21195c5bb6ac016d49d files/digest-vice-1.12-r1 62 -MD5 5a082df64d50a0d2ecbe1ccb87bf2fbf vice-1.12.ebuild 1280 MD5 4a596b207c8313ab1add96f3e75509c4 ChangeLog 937 MD5 2d67e5e861a63fa88799c01cafc5d4f1 vice-1.12-r1.ebuild 1278 +MD5 bee1c24b1742b33f95f243358383697e files/1.12-po-Makefile.patch 555 +MD5 6b44b25bb31dd21195c5bb6ac016d49d files/digest-vice-1.12-r1 62 diff --git a/app-emulation/vice/files/digest-vice-1.12 b/app-emulation/vice/files/digest-vice-1.12 deleted file mode 100644 index b430d353eeda..000000000000 --- a/app-emulation/vice/files/digest-vice-1.12 +++ /dev/null @@ -1 +0,0 @@ -MD5 2d761503025a84758b289564e390c7c8 vice-1.12.tar.gz 3537855 diff --git a/app-emulation/vice/vice-1.12.ebuild b/app-emulation/vice/vice-1.12.ebuild deleted file mode 100644 index ec7d0e06486b..000000000000 --- a/app-emulation/vice/vice-1.12.ebuild +++ /dev/null @@ -1,49 +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.12.ebuild,v 1.2 2003/07/13 07:40:58 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" - - ./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 -} |