summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-10-30 17:34:24 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-10-30 17:34:24 +0000
commitf64a6a260581d7defca154614c0c17aba6c20572 (patch)
tree8b025158f58d1370b33ed1a724f192ca1708e496 /app-emulation
parentStable on ppc wrt bug 197358 (diff)
downloadgentoo-2-f64a6a260581d7defca154614c0c17aba6c20572.tar.gz
gentoo-2-f64a6a260581d7defca154614c0c17aba6c20572.tar.bz2
gentoo-2-f64a6a260581d7defca154614c0c17aba6c20572.zip
clean out old, broken releases
(Portage version: 2.1.3.16)
Diffstat (limited to 'app-emulation')
-rw-r--r--app-emulation/vice/ChangeLog7
-rw-r--r--app-emulation/vice/files/digest-vice-1.203
-rw-r--r--app-emulation/vice/files/digest-vice-1.21-r13
-rw-r--r--app-emulation/vice/files/vice-1.21-fullscreen.patch11
-rw-r--r--app-emulation/vice/files/vice-1.21-uicolor.patch22
-rw-r--r--app-emulation/vice/vice-1.20.ebuild84
-rw-r--r--app-emulation/vice/vice-1.21-r1.ebuild96
7 files changed, 6 insertions, 220 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog
index 5fbdd2e607fc..629f9a402b07 100644
--- a/app-emulation/vice/ChangeLog
+++ b/app-emulation/vice/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-emulation/vice
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.56 2007/10/30 17:04:51 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.57 2007/10/30 17:34:23 mr_bones_ Exp $
+
+ 30 Oct 2007; Michael Sterrett <mr_bones_@gentoo.org>
+ -files/vice-1.21-fullscreen.patch, -files/vice-1.21-uicolor.patch,
+ -vice-1.20.ebuild, -vice-1.21-r1.ebuild:
+ clean out old, broken releases
30 Oct 2007; nixnut <nixnut@gentoo.org> vice-1.22.ebuild:
Stable on ppc wrt bug 196608
diff --git a/app-emulation/vice/files/digest-vice-1.20 b/app-emulation/vice/files/digest-vice-1.20
deleted file mode 100644
index 469a839e49f9..000000000000
--- a/app-emulation/vice/files/digest-vice-1.20
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 d02fe05f0f9e839820105cdf51da6b4e vice-1.20.tar.gz 5183757
-RMD160 b4f7a50257cbdd6338d4e685760e99c07ad14adb vice-1.20.tar.gz 5183757
-SHA256 be32aabeb9073c25532e6df796e782a2949c464dcccb1648ad0db27fef6fd177 vice-1.20.tar.gz 5183757
diff --git a/app-emulation/vice/files/digest-vice-1.21-r1 b/app-emulation/vice/files/digest-vice-1.21-r1
deleted file mode 100644
index 0c87a06f1327..000000000000
--- a/app-emulation/vice/files/digest-vice-1.21-r1
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 913bdee9d59d154ed33ef4e037d8a12c vice-1.21.tar.gz 5725833
-RMD160 1384cb4d80be6801de603c0424b3a5e5dd18de15 vice-1.21.tar.gz 5725833
-SHA256 511ed35e6692f68e8b58ea3d040af6428239859e31eef9d99b6187a166373389 vice-1.21.tar.gz 5725833
diff --git a/app-emulation/vice/files/vice-1.21-fullscreen.patch b/app-emulation/vice/files/vice-1.21-fullscreen.patch
deleted file mode 100644
index 2807331ff253..000000000000
--- a/app-emulation/vice/files/vice-1.21-fullscreen.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vice-1.21/src/video.h~ 2006-06-11 23:23:36.000000000 +0100
-+++ vice-1.21/src/video.h 2007-05-13 17:20:09.000000000 +0100
-@@ -78,7 +78,7 @@
- };
- typedef struct cap_render_s cap_render_t;
-
--#define FULLSCREEN_MAXDEV 3
-+#define FULLSCREEN_MAXDEV 4
-
- struct cap_fullscreen_s {
- unsigned int device_num;
diff --git a/app-emulation/vice/files/vice-1.21-uicolor.patch b/app-emulation/vice/files/vice-1.21-uicolor.patch
deleted file mode 100644
index 7eebf08d185a..000000000000
--- a/app-emulation/vice/files/vice-1.21-uicolor.patch
+++ /dev/null
@@ -1,22 +0,0 @@
---- src/arch/unix/x11/gnome/uicolor.c
-+++ src/arch/unix/x11/gnome/uicolor.c
-@@ -166,7 +166,7 @@
- way to do this? //tvr */
- im = XCreateImage(display, GDK_VISUAL_XVISUAL(visual),
- x11ui_get_display_depth(),
-- ZPixmap, 0, (char *)data, 1, 1, 8, 1);
-+ ZPixmap, 0, (char *)data, 1, 1, 8, 0);
- if (!im) {
- log_error(LOG_DEFAULT, _("XCreateImage failed."));
- free(data);
---- src/arch/unix/x11/xaw/uicolor.c
-+++ src/arch/unix/x11/xaw/uicolor.c
-@@ -121,7 +121,7 @@
- /* This is a kludge to map pixels to zimage values. Is there a better
- way to do this? //tvr */
- im = XCreateImage(display, visual, x11ui_get_display_depth(),
-- ZPixmap, 0, (char *)data, 1, 1, 8, 1);
-+ ZPixmap, 0, (char *)data, 1, 1, 8, 0);
- if (!im) {
- log_error(LOG_DEFAULT, _("XCreateImage failed."));
- free(data);
diff --git a/app-emulation/vice/vice-1.20.ebuild b/app-emulation/vice/vice-1.20.ebuild
deleted file mode 100644
index 099526722db2..000000000000
--- a/app-emulation/vice/vice-1.20.ebuild
+++ /dev/null
@@ -1,84 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.20.ebuild,v 1.8 2007/05/03 04:17:04 jer Exp $
-
-inherit games
-
-DESCRIPTION="The Versatile Commodore 8-bit Emulator"
-HOMEPAGE="http://www.viceteam.org/"
-SRC_URI="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc sparc x86"
-IUSE="Xaw3d alsa arts esd gnome nls png readline sdl"
-
-RDEPEND="media-libs/giflib
- media-libs/jpeg
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXt
- x11-libs/libXv
- x11-libs/libXxf86dga
- x11-libs/libXxf86vm
- Xaw3d? ( x11-libs/Xaw3d )
- !Xaw3d? ( x11-libs/libXaw )
- alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
- esd? ( media-sound/esound )
- gnome? ( gnome-base/libgnomeui )
- nls? ( virtual/libintl )
- png? ( media-libs/libpng )
- readline? ( sys-libs/readline )
- sdl? ( media-libs/libsdl )"
-DEPEND="${RDEPEND}
- x11-apps/bdftopcf
- x11-apps/mkfontdir
- x11-proto/xproto
- x11-proto/xf86vidmodeproto
- x11-proto/xextproto
- x11-proto/xf86dgaproto
- x11-proto/videoproto
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^gnulocaledir/s:$(prefix):/usr:' \
- po/Makefile.in.in \
- || die "sed failed"
-}
-
-src_compile() {
- # --enable-ffmpeg broken with 0.4.9_p20060530
- egamesconf \
- --disable-dependency-tracking \
- --disable-ffmpeg \
- --enable-ethernet \
- --enable-fullscreen \
- --enable-textfield \
- --enable-realdevice \
- --with-resid \
- --without-midas \
- $(use_enable gnome gnomeui) \
- $(use_enable nls) \
- $(use_with Xaw3d xaw3d) \
- $(use_with alsa) \
- $(use_with arts) \
- $(use_with esd) \
- $(use_with png) \
- $(use_with readline) \
- $(use_with sdl) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog FEEDBACK README
- prepgamesdirs
-}
diff --git a/app-emulation/vice/vice-1.21-r1.ebuild b/app-emulation/vice/vice-1.21-r1.ebuild
deleted file mode 100644
index 6e7e30c8ebf6..000000000000
--- a/app-emulation/vice/vice-1.21-r1.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-1.21-r1.ebuild,v 1.1 2007/06/16 16:22:18 nyhm Exp $
-
-inherit eutils games
-
-DESCRIPTION="The Versatile Commodore 8-bit Emulator"
-HOMEPAGE="http://www.viceteam.org/"
-SRC_URI="http://www.zimmers.net/anonftp/pub/cbm/crossplatform/emulators/VICE/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ppc ~sparc x86"
-IUSE="Xaw3d alsa arts esd ffmpeg gnome nls png readline resid sdl"
-
-RDEPEND="media-libs/giflib
- media-libs/jpeg
- x11-libs/libX11
- x11-libs/libXext
- x11-libs/libXpm
- x11-libs/libICE
- x11-libs/libSM
- x11-libs/libXt
- x11-libs/libXv
- x11-libs/libXxf86dga
- x11-libs/libXxf86vm
- x11-apps/xset
- Xaw3d? ( x11-libs/Xaw3d )
- !Xaw3d? ( x11-libs/libXaw )
- alsa? ( media-libs/alsa-lib )
- arts? ( kde-base/arts )
- esd? ( media-sound/esound )
- ffmpeg? (
- media-video/ffmpeg
- media-sound/lame
- )
- gnome? ( gnome-base/libgnomeui )
- nls? ( virtual/libintl )
- png? ( media-libs/libpng )
- readline? ( sys-libs/readline )
- resid? ( media-libs/resid )
- sdl? ( media-libs/libsdl )"
-DEPEND="${RDEPEND}
- x11-apps/bdftopcf
- x11-apps/mkfontdir
- x11-proto/xproto
- x11-proto/xf86vidmodeproto
- x11-proto/xextproto
- x11-proto/xf86dgaproto
- x11-proto/videoproto
- nls? ( sys-devel/gettext )"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- sed -i \
- -e '/^gnulocaledir/s:$(prefix):/usr:' \
- po/Makefile.in.in \
- || die "sed Makefile.in.in failed"
- sed -i \
- -e 's/getline/intlpo_getline/' \
- po/intl2po.c \
- || die "sed intl2po.c failed"
- sed -i \
- -e 's:\<SYNC\>:OPENGL_SYNC:g' \
- configure src/arch/unix/x11/Makefile.in \
- || die "sed configure failed"
- epatch "${FILESDIR}"/${P}-uicolor.patch #174056
- epatch "${FILESDIR}"/${P}-fullscreen.patch #179315
-}
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- --enable-fullscreen \
- --without-midas \
- $(use_enable ffmpeg) \
- $(use_enable gnome gnomeui) \
- $(use_enable nls) \
- $(use_with Xaw3d xaw3d) \
- $(use_with alsa) \
- $(use_with arts) \
- $(use_with esd) \
- $(use_with png) \
- $(use_with readline) \
- $(use_with resid) \
- $(use_with sdl) \
- || die
- emake || die "emake failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS ChangeLog FEEDBACK README
- prepgamesdirs
-}