diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-10 03:42:00 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2011-11-10 03:42:00 +0000 |
commit | b5fce63df0fd6572a94c1be2a4bdbd66d863c323 (patch) | |
tree | 7484146a08779dcfcce907970a2962cfa40270f3 /app-emulation/vice | |
parent | Version bump. (diff) | |
download | gentoo-2-b5fce63df0fd6572a94c1be2a4bdbd66d863c323.tar.gz gentoo-2-b5fce63df0fd6572a94c1be2a4bdbd66d863c323.tar.bz2 gentoo-2-b5fce63df0fd6572a94c1be2a4bdbd66d863c323.zip |
drop old to avoid useless reports like bug 390021
(Portage version: 2.2.0_alpha72/cvs/Linux x86_64)
Diffstat (limited to 'app-emulation/vice')
-rw-r--r-- | app-emulation/vice/ChangeLog | 6 | ||||
-rw-r--r-- | app-emulation/vice/files/vice-2.2-xshm.patch | 49 | ||||
-rw-r--r-- | app-emulation/vice/vice-2.2.ebuild | 114 |
3 files changed, 5 insertions, 164 deletions
diff --git a/app-emulation/vice/ChangeLog b/app-emulation/vice/ChangeLog index a8a53090d167..03ee73ab6c0b 100644 --- a/app-emulation/vice/ChangeLog +++ b/app-emulation/vice/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for app-emulation/vice # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.78 2011/10/24 04:12:24 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/ChangeLog,v 1.79 2011/11/10 03:42:00 ssuominen Exp $ + + 10 Nov 2011; Samuli Suominen <ssuominen@gentoo.org> -vice-2.2.ebuild, + -files/vice-2.2-xshm.patch: + old 24 Oct 2011; Michael Sterrett <mr_bones_@gentoo.org> vice-2.3.ebuild, +files/vice-2.3-notexi.patch: diff --git a/app-emulation/vice/files/vice-2.2-xshm.patch b/app-emulation/vice/files/vice-2.2-xshm.patch deleted file mode 100644 index e0bc39601df6..000000000000 --- a/app-emulation/vice/files/vice-2.2-xshm.patch +++ /dev/null @@ -1,49 +0,0 @@ -Patch from upstream trunk for xextproto >= 7.0.99.1 compability. - ---- configure.in -+++ configure.in -@@ -2192,6 +2192,11 @@ - [ X_LIBS="-lXext $X_LIBS"; - LINK_X_LIBS="-lXext $LINK_X_LIBS"],,$X_LIBS) - -+ PKG_CHECK_MODULES(XEXT, [xextproto >= 7.0.99.1], -+ HAVE_XEXTPROTO_71="yes"; AC_DEFINE(HAVE_XEXTPROTO_71, 1, [xextproto 7.1 available]), -+ HAVE_XEXTPROTO_71="no") -+ AM_CONDITIONAL(HAVE_XEXTPROTO_71, [ test "$HAVE_XEXTPROTO_71" = "yes" ]) -+ - AC_MSG_CHECKING(for X11/extensions/Xvlib.h) - AC_TRY_LINK([#include <X11/Xlib.h> - #include <X11/extensions/Xvlib.h>], -@@ -2391,6 +2396,11 @@ - AC_DEFINE(HAS_TRANSLATION,,[Enable internationalization support]) - fi - -+dnl Handle the xextproto conditinal for the systems that don't use it -+if test x"$is_unix_x11" != "xyes" -o x"$enable_sdlui" = "xyes" -o x"$enable_gnomeui" = "xyes"; then -+ AM_CONDITIONAL(HAVE_XEXTPROTO_71, false) -+fi -+ - dnl CBM4Linux/OpenCBM - AC_MSG_CHECKING([for OpenCBM support]) - if test x"$enable_realdevice" != "xno"; then ---- src/arch/unix/x11/xaw/x11video.c -+++ src/arch/unix/x11/xaw/x11video.c -@@ -56,6 +56,7 @@ - #include "vice.h" - - #include <X11/Xlib.h> -+#include <X11/Xlibint.h> - #include <X11/Xutil.h> - #include <X11/Intrinsic.h> - #include <X11/cursorfont.h> -@@ -95,6 +96,10 @@ - #endif - - #ifdef USE_MITSHM -+#ifdef HAVE_XEXTPROTO_71 -+#include <X11/extensions/shmproto.h> -+#include <X11/extensions/XShm.h> -+#endif - extern int shmhandler(Display* display, XErrorEvent* err); - extern int mitshm_failed; /* will be set to true if XShmAttach() failed */ - extern int shmmajor; /* major number of MITSHM error codes */ diff --git a/app-emulation/vice/vice-2.2.ebuild b/app-emulation/vice/vice-2.2.ebuild deleted file mode 100644 index 858e9c29bcd6..000000000000 --- a/app-emulation/vice/vice-2.2.ebuild +++ /dev/null @@ -1,114 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/vice/vice-2.2.ebuild,v 1.7 2011/08/02 05:44:43 mattst88 Exp $ - -EAPI=2 -inherit autotools eutils games - -DESCRIPTION="The Versatile Commodore 8-bit Emulator" -HOMEPAGE="http://vice-emu.sourceforge.net/" -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 gnome nls png readline sdl ipv6 memmap ethernet oss zlib X gif jpeg xv dga xrandr ffmpeg lame pulseaudio" - -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXpm - x11-libs/libICE - x11-libs/libSM - x11-libs/libXt - x11-libs/libXxf86vm - x11-apps/xset - Xaw3d? ( x11-libs/libXaw3d ) - !Xaw3d? ( !gnome? ( x11-libs/libXaw ) ) - alsa? ( media-libs/alsa-lib ) - gnome? ( - x11-libs/gtk+:2 - dev-libs/atk - x11-libs/pango - ) - lame? ( media-sound/lame ) - ffmpeg? ( virtual/ffmpeg ) - ethernet? ( - >=net-libs/libpcap-0.9.8 - >=net-libs/libnet-1.1.2.1 - ) - nls? ( virtual/libintl ) - png? ( media-libs/libpng ) - readline? ( sys-libs/readline ) - sdl? ( media-libs/libsdl ) - gif? ( media-libs/giflib ) - jpeg? ( virtual/jpeg ) - xv? ( x11-libs/libXv ) - dga? ( x11-libs/libXxf86dga ) - xrandr? ( x11-libs/libXrandr )" -DEPEND="${RDEPEND} - dev-util/pkgconfig - x11-apps/bdftopcf - x11-apps/mkfontdir - x11-proto/xproto - x11-proto/xf86vidmodeproto - x11-proto/xextproto - dga? ( x11-proto/xf86dgaproto ) - xv? ( x11-proto/videoproto ) - nls? ( sys-devel/gettext )" - -src_prepare() { - epatch "${FILESDIR}"/${P}-xshm.patch - sed -i \ - -e "s:/usr/local/lib/VICE:${GAMES_DATADIR}/${PN}:" \ - man/vice.1 \ - $(grep -rl /usr/local/lib doc) \ - || die "sed failed" - sed -i \ - -e 's:png_check_sig:png_sig_cmp:g' \ - -e "/VICEDIR=/s:=.*:=\"${GAMES_DATADIR}/${PN}\";:" \ - configure.in \ - || die "sed failed" - sed -i \ - -e "s:\(#define LIBDIR \).*:\1\"${GAMES_DATADIR}/${PN}\":" \ - -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \ - src/arch/unix/archdep.h \ - src/arch/sdl/archdep_unix.h - AT_NO_RECURSIVE=1 eautoreconf -} - -src_configure() { - # don't try to actually run fc-cache (bug #280976) - FCCACHE=/bin/true \ - PKG_CONFIG=pkg-config \ - egamesconf \ - --disable-dependency-tracking \ - --enable-fullscreen \ - --enable-parsid \ - --with-resid \ - --without-arts \ - --without-esd \ - --without-midas \ - $(use_enable ffmpeg) \ - $(use_enable lame) \ - $(use_enable gnome gnomeui) \ - $(use_enable nls) \ - $(use_with Xaw3d xaw3d) \ - $(use_with alsa) \ - $(use_with pulseaudio pulse) \ - $(use_with png) \ - $(use_with readline) \ - $(use_with sdl sdlsound) \ - $(use_enable ipv6) \ - $(use_enable oss) \ - $(use_enable memmap) \ - $(use_enable ethernet) \ - $(use_with zlib) \ - $(use_with X x) -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog FEEDBACK README - prepgamesdirs -} |