summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2006-01-24 23:47:23 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2006-01-24 23:47:23 +0000
commit84c7c3708b70bfb25fedb428703ec9092882c120 (patch)
tree6ce4156845327f653c6a39b4a3fc125d8804c21e /app-emulation/vice
parentFixed DEPEND for modular X. (diff)
downloadhistorical-84c7c3708b70bfb25fedb428703ec9092882c120.tar.gz
historical-84c7c3708b70bfb25fedb428703ec9092882c120.tar.bz2
historical-84c7c3708b70bfb25fedb428703ec9092882c120.zip
old
Package-Manager: portage-2.0.54
Diffstat (limited to 'app-emulation/vice')
-rw-r--r--app-emulation/vice/Manifest12
-rw-r--r--app-emulation/vice/files/digest-vice-1.181
-rw-r--r--app-emulation/vice/vice-1.18.ebuild53
3 files changed, 0 insertions, 66 deletions
diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest
index a0f80c3355ea..f9dd65ce943b 100644
--- a/app-emulation/vice/Manifest
+++ b/app-emulation/vice/Manifest
@@ -1,18 +1,6 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA1
-
MD5 f8a6d9d802321f81f966b4b0b31c58ae ChangeLog 4063
MD5 feb8195c915d5109dfd6b96df7bf4f91 files/digest-vice-1.17 62
-MD5 cd31f7a55868b771220fd5dac0c85413 files/digest-vice-1.18 62
MD5 a3c398734bf808672ba34c9328f8ef1e files/digest-vice-1.19 62
MD5 f17b9b8fa07a38914fe1c03268f51678 metadata.xml 158
MD5 55fb0dcd75db1a9a0e93d53e6daa5549 vice-1.17.ebuild 1368
-MD5 546ff74a5b9fa1734c8b4eb0afcc66e5 vice-1.18.ebuild 1373
MD5 5c1753cc3e669c9f0e61e4c8e82ab39c vice-1.19.ebuild 1369
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v1.4.2 (GNU/Linux)
-
-iD8DBQFDzXILr2QksT29OyARAnHoAJ9zlf+vhrlhTpQkeimgCaxr3U/E6wCfayEL
-9kALZzZ3EIqgeU65BUnS88U=
-=2L2F
------END PGP SIGNATURE-----
diff --git a/app-emulation/vice/files/digest-vice-1.18 b/app-emulation/vice/files/digest-vice-1.18
deleted file mode 100644
index 438aaedb360f..000000000000
--- a/app-emulation/vice/files/digest-vice-1.18
+++ /dev/null
@@ -1 +0,0 @@
-MD5 44266d2427510adcac58cbf58da05be1 vice-1.18.tar.gz 4733819
diff --git a/app-emulation/vice/vice-1.18.ebuild b/app-emulation/vice/vice-1.18.ebuild
deleted file mode 100644
index 2bf83ecf4385..000000000000
--- a/app-emulation/vice/vice-1.18.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2005 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.18.ebuild,v 1.1 2005/12/25 02:36:53 mr_bones_ Exp $
-
-inherit eutils games
-
-DESCRIPTION="The Versatile Commodore 8-bit Emulator"
-HOMEPAGE="http://www.viceteam.org/"
-SRC_URI="ftp://ftp.zimmers.net/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="X Xaw3d arts esd ffmpeg gnome nls readline sdl"
-
-DEPEND="esd? ( media-sound/esound )
- media-libs/libpng
- sys-libs/zlib
- arts? ( kde-base/arts )
- gnome? ( gnome-base/gnome-libs )
- readline? ( sys-libs/readline )
- sdl? ( media-libs/libsdl )
- X? ( virtual/x11 )
- Xaw3d? ( x11-libs/Xaw3d )
- ffmpeg? ( media-video/ffmpeg )"
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- --enable-fullscreen \
- --enable-textfield \
- --enable-ethernet \
- --enable-realdevice \
- --with-resid \
- --without-midas \
- $(use_enable ffmpeg) \
- $(use_enable gnome gnomeui) \
- $(use_enable nls) \
- $(use_with X x) \
- $(use_with Xaw3d xaw3d) \
- $(use_with arts) \
- $(use_with esd) \
- $(use_with readline) \
- $(use_with sdl) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- make DESTDIR="${D}" install || die "make install failed"
- dodoc AUTHORS ChangeLog FEEDBACK README
- prepgamesdirs
-}