commit:     2d4843bd31a8d55d4594e8d167226d35c4c34cfd
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 28 18:35:01 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Wed Mar 28 18:35:01 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d4843bd

app-emulation/vice: Drop old

Package-Manager: Portage-2.3.26, Repoman-2.3.7

 app-emulation/vice/Manifest                        |   3 -
 .../vice/files/vice-2.4.22-autotools.patch         |  11 --
 .../vice/files/vice-2.4.27-autotools.patch         |  11 --
 .../vice/files/vice-31580-ffmpeg-build.patch       |  64 --------
 app-emulation/vice/vice-2.4.22.ebuild              | 169 -------------------
 app-emulation/vice/vice-2.4.27-r2.ebuild           | 179 ---------------------
 app-emulation/vice/vice-2.4.27-r3.ebuild           | 178 --------------------
 app-emulation/vice/vice-2.4.27.ebuild              | 169 -------------------
 app-emulation/vice/vice-2.4.31.ebuild              | 173 --------------------
 9 files changed, 957 deletions(-)

diff --git a/app-emulation/vice/Manifest b/app-emulation/vice/Manifest
index ff495dc9e4d..cf78f5afb3d 100644
--- a/app-emulation/vice/Manifest
+++ b/app-emulation/vice/Manifest
@@ -1,4 +1 @@
-DIST vice-2.4.22.tar.gz 25180343 BLAKE2B 
9c48539b0ec1604a196211819c43c7cdba970cee404b64fbaa1957bb8167ae9f7f108ba0f54ef0ef82314331694dfc5f6bca0d569ee940d6531ed49cd7bb2ffa
 SHA512 
b43e609ae2f43717d10e079d3b8ac284e5c4920ed222c7502e9a7b75dfe32784628031ae6cf8672c8d9d50576fb714cecdd1a9292bf53477f4bbd52c10403975
-DIST vice-2.4.27.tar.gz 25561665 BLAKE2B 
36e8460ef1e4aed9f83caf2b46924766d6830368c947ddfee68ecf992685f950db9e433238b61c34691dadb719ede4e9c5cc7104279e06140e347b04eb8a97a3
 SHA512 
589b9892f3180db6f169e74b863171f08567045862f2f47cac73ef946e81d55dcde5373fc910cfd1659238669f12ee6ad934c7143c87fad736cda77479439bec
-DIST vice-2.4.31.tar.gz 25898329 BLAKE2B 
113be451d322f21488f23711ce971ff7a83538d3dfd516138fec84f27e4933025bbba8cbbc627111aadad437ab7805491286760b4fe9db915307922d00dba27f
 SHA512 
eebd25fb808b1837ea8d76b1399d3d7ed80a66ae206ea3e0d51fe0fb9df21f3bfeb3fbe353c1022e02754987116e33d4c6888e61448b3250ebefbbfe1b854e94
 DIST vice-3.1.tar.gz 30714226 BLAKE2B 
75c2cce5294dad5b954cd23b623b6b4610c8142a09aef05dbefed6b3e6b268077d375e644dde6a057682d41ab9cf15e93a9f4a9359bfa0d1567d6d1862053a0e
 SHA512 
bc02a3597a17dadb37c487e6942192c0e9dc1a7d4e440fbf0dc8a165dbb2dee60ddf157697a020d2780ddef56a0a67802768d5c6d117b9cf5cdc124de45bc579

diff --git a/app-emulation/vice/files/vice-2.4.22-autotools.patch 
b/app-emulation/vice/files/vice-2.4.22-autotools.patch
deleted file mode 100644
index 7bebd2800ef..00000000000
--- a/app-emulation/vice/files/vice-2.4.22-autotools.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vice-2.4.7.orig/configure.ac
-+++ vice-2.4.7/configure.ac
-@@ -124,7 +118,7 @@
- AC_SUBST(VICE_VERSION)
- 
- AM_INIT_AUTOMAKE(vice, $VICE_VERSION)
--AM_CONFIG_HEADER(src/config.h)
-+AC_CONFIG_HEADERS(src/config.h)
- 
- if test x"$VICE_VERSION_BUILD" = "x" -o x"$VICE_VERSION_BUILD" = "x0" ; then
-   VERSION_RC=$VICE_VERSION_MAJOR","$VICE_VERSION_MINOR",0,0"

diff --git a/app-emulation/vice/files/vice-2.4.27-autotools.patch 
b/app-emulation/vice/files/vice-2.4.27-autotools.patch
deleted file mode 100644
index 7bebd2800ef..00000000000
--- a/app-emulation/vice/files/vice-2.4.27-autotools.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- vice-2.4.7.orig/configure.ac
-+++ vice-2.4.7/configure.ac
-@@ -124,7 +118,7 @@
- AC_SUBST(VICE_VERSION)
- 
- AM_INIT_AUTOMAKE(vice, $VICE_VERSION)
--AM_CONFIG_HEADER(src/config.h)
-+AC_CONFIG_HEADERS(src/config.h)
- 
- if test x"$VICE_VERSION_BUILD" = "x" -o x"$VICE_VERSION_BUILD" = "x0" ; then
-   VERSION_RC=$VICE_VERSION_MAJOR","$VICE_VERSION_MINOR",0,0"

diff --git a/app-emulation/vice/files/vice-31580-ffmpeg-build.patch 
b/app-emulation/vice/files/vice-31580-ffmpeg-build.patch
deleted file mode 100644
index 82dc3421218..00000000000
--- a/app-emulation/vice/files/vice-31580-ffmpeg-build.patch
+++ /dev/null
@@ -1,64 +0,0 @@
-# Patch to fix compiling with ffmpeg-3.
-# Backported from: https://sourceforge.net/p/vice-emu/code/31580/
-
---- /src/gfxoutputdrv/ffmpeglib.h
-+++ /src/gfxoutputdrv/ffmpeglib.h
-@@ -76,6 +76,14 @@
- #define AVCodecID              CodecID
- #endif
-
-+#if LIBAVUTIL_VERSION_INT < AV_VERSION_INT(55,17,103)
-+#define VICE_AV_PIX_FMT_RGB24 PIX_FMT_RGB24
-+#define VICE_AV_PixelFormat PixelFormat
-+#else
-+#define VICE_AV_PIX_FMT_RGB24 AV_PIX_FMT_RGB24
-+#define VICE_AV_PixelFormat AVPixelFormat
-+#endif
-+
- /* avcodec fucntions */
- typedef void(*av_init_packet_t)(AVPacket *pkt);
- typedef int(*avcodec_open2_t)(AVCodecContext*, AVCodec*, AVDictionary **);
-@@ -118,7 +126,7 @@
-
- /* swscale functions */
- typedef struct SwsContext * (*sws_getContext_t)(int srcW, int srcH,
--                                                enum PixelFormat srcFormat, 
int dstW, int dstH, enum PixelFormat dstFormat,
-+                                                enum VICE_AV_PixelFormat 
srcFormat, int dstW, int dstH, enum VICE_AV_PixelFormat dstFormat,
-                                                 int flags, SwsFilter 
*srcFilter, SwsFilter *dstFilter, double *param);
- typedef void (*sws_freeContext_t)(struct SwsContext *swsContext);
- typedef int (*sws_scale_t)(struct SwsContext *context, uint8_t* srcSlice[],
-
---- /src/gfxoutputdrv/ffmpegdrv.c
-+++ /src/gfxoutputdrv/ffmpegdrv.c
-@@ -671,8 +671,8 @@
-        picture is needed too. It is then converted to the required
-        output format */
-     video_st.tmp_frame = NULL;
--    if (c->pix_fmt != PIX_FMT_RGB24) {
--        video_st.tmp_frame = ffmpegdrv_alloc_picture(PIX_FMT_RGB24, c->width, 
c->height);
-+    if (c->pix_fmt != VICE_AV_PIX_FMT_RGB24) {
-+        video_st.tmp_frame = ffmpegdrv_alloc_picture(VICE_AV_PIX_FMT_RGB24, 
c->width, c->height);
-         if (!video_st.tmp_frame) {
-             log_debug("ffmpegdrv: could not allocate temporary picture");
-             return -1;
-@@ -769,9 +769,9 @@
-
- #ifdef HAVE_FFMPEG_SWSCALE
-     /* setup scaler */
--    if (c->pix_fmt != PIX_FMT_RGB24) {
-+    if (c->pix_fmt != VICE_AV_PIX_FMT_RGB24) {
-         sws_ctx = VICE_P_SWS_GETCONTEXT
--                      (video_width, video_height, PIX_FMT_RGB24,
-+                      (video_width, video_height, VICE_AV_PIX_FMT_RGB24,
-                       video_width, video_height, c->pix_fmt,
-                       SWS_BICUBIC,
-                       NULL, NULL, NULL);
-@@ -948,7 +948,7 @@
-
-     c = video_st.st->codec;
-
--    if (c->pix_fmt != PIX_FMT_RGB24) {
-+    if (c->pix_fmt != VICE_AV_PIX_FMT_RGB24) {
-         ffmpegdrv_fill_rgb_image(screenshot, video_st.tmp_frame);
-
-         if (sws_ctx != NULL) {

diff --git a/app-emulation/vice/vice-2.4.22.ebuild 
b/app-emulation/vice/vice-2.4.22.ebuild
deleted file mode 100644
index d03e3365e83..00000000000
--- a/app-emulation/vice/vice-2.4.22.ebuild
+++ /dev/null
@@ -1,169 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils toolchain-funcs flag-o-matic games
-
-DESCRIPTION="The Versatile Commodore 8-bit Emulator"
-HOMEPAGE="http://vice-emu.sourceforge.net/";
-SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="Xaw3d alsa ethernet ffmpeg fullscreen +gtk ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib"
-
-# upstream says gtk3 and sdl2 shouldn't be exposed yet.
-#REQUIRED_USE="?? ( gtk2 gtk3 sdl )"
-REQUIRED_USE="?? ( gtk sdl )"
-
-GTK_COMMON="
-       x11-libs/pango
-       x11-libs/cairo"
-#      gtk3? (
-#              x11-libs/gtk+:3
-#              vte? ( x11-libs/vte:2.90 )
-#              ${GTK_COMMON}
-#      )
-RDEPEND="
-       virtual/jpeg:0
-       virtual/opengl
-       media-libs/giflib
-       alsa? ( media-libs/alsa-lib )
-       pulseaudio? ( media-sound/pulseaudio )
-       sdlsound? ( media-libs/libsdl[sound] )
-       ethernet? (
-           >=net-libs/libpcap-0.9.8
-           >=net-libs/libnet-1.1.2.1:1.1
-       )
-       ffmpeg? ( virtual/ffmpeg )
-       lame? ( media-sound/lame )
-       nls? ( virtual/libintl )
-       png? ( media-libs/libpng:0 )
-       zlib? ( sys-libs/zlib )
-       sdl? (
-               media-libs/libsdl[joystick,video]
-       )
-       !sdl? (
-               fullscreen? (
-                       x11-libs/libXrandr
-                       x11-libs/libXxf86vm )
-               x11-libs/libX11
-               x11-libs/libXext
-               sys-libs/readline:0
-       )
-       gtk? (
-               x11-libs/gtk+:2
-               vte? ( x11-libs/vte:0 )
-               x11-libs/gtkglext
-               ${GTK_COMMON}
-       )
-       !sdl? ( !gtk? (
-               x11-libs/libXmu
-               x11-libs/libXpm
-               x11-libs/libXt
-               x11-libs/libXv
-               Xaw3d? ( x11-libs/libXaw3d )
-               !Xaw3d? ( x11-libs/libXaw )
-       ) )
-       "
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       !sdl? (
-               fullscreen? ( x11-proto/xf86vidmodeproto )
-               !gtk? (
-                       x11-libs/libICE
-                       x11-libs/libSM
-               )
-       )
-       x11-apps/bdftopcf
-       x11-apps/mkfontdir
-       x11-proto/xproto
-       x11-proto/xextproto
-       media-libs/fontconfig
-       x11-proto/videoproto
-       nls? ( sys-devel/gettext )"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-autotools.patch
-       sed -i \
-               -e 's/building//' \
-               doc/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}:" \
-               doc/Makefile.am \
-               doc/readmes/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}/html:" \
-               doc/html/Makefile.am || die
-       sed -i \
-               -e "s:/usr/local/lib/VICE:$(games_get_libdir)/${PN}:" \
-               man/vice.1 \
-               $(grep -rl --exclude="*texi" /usr/local/lib doc) || die
-       sed -i \
-               -e "/VICEDIR=/s:=.*:=\"$(games_get_libdir)/${PN}\";:" \
-               configure.ac || die
-       sed -i \
-               -e "s:\(#define LIBDIR \).*:\1\"$(games_get_libdir)/${PN}\":" \
-               -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
-               src/arch/unix/archdep.h \
-               src/arch/sdl/archdep_unix.h || die
-       rm -rf src/lib/{libffmpeg,liblame} || die
-       sed -i \
-               -e '/SUBDIRS/s/libffmpeg//;' \
-               -e '/SUBDIRS/s/liblame//;' \
-               src/lib/Makefile.am || die
-       AT_NO_RECURSIVE=1 eautoreconf
-}
-
-src_configure() {
-       local gui_arg snd_arg
-
-       snd_arg+=" $(use_with alsa)"
-       snd_arg+=" $(use_with oss)"
-       snd_arg+=" $(use_with pulseaudio pulse)"
-       snd_arg+=" $(use_with sdlsound)"
-
-       gui_arg+=" $(use_enable sdl sdlui)"
-       # The gtk UI code has raw calls to XOpenDisplay and
-       # is missing -lX11 if vte doesn't pull it in.
-       #if use gtk2 || use gtk3 ; then
-       if use gtk ; then
-               use vte || append-libs -lX11
-       fi
-       gui_arg+=" $(use_enable gtk gnomeui)"
-       #gui_arg+=" $(use_enable gtk3 gnomeui3)"
-       gui_arg+=" $(use_enable Xaw3d xaw3d)"
-
-       # --with-readline is forced to avoid using the embedded copy
-       # don't try to actually run fc-cache (bug #280976)
-       FCCACHE=/bin/true \
-       PKG_CONFIG=$(tc-getPKG_CONFIG) \
-       egamesconf \
-               --enable-parsid \
-               --with-resid \
-               --with-readline \
-               --without-arts \
-               --without-midas \
-               $(use_enable ethernet) \
-               $(use_enable ffmpeg) \
-               $(use_enable ffmpeg external-ffmpeg) \
-               $(use_enable fullscreen) \
-               $(use_enable ipv6) \
-               $(use_enable lame) \
-               $(use_enable nls) \
-               $(use_enable vte) \
-               $(use_with png) \
-               $(use_with threads uithreads) \
-               $(use_with zlib) \
-               ${gui_arg} \
-               ${snd_arg} \
-               --disable-option-checking
-               # --disable-option-checking has to be last
-}
-
-src_install() {
-       DOCS="AUTHORS ChangeLog FEEDBACK README" \
-               default
-       prepgamesdirs
-}

diff --git a/app-emulation/vice/vice-2.4.27-r2.ebuild 
b/app-emulation/vice/vice-2.4.27-r2.ebuild
deleted file mode 100644
index 3ebd21b27dd..00000000000
--- a/app-emulation/vice/vice-2.4.27-r2.ebuild
+++ /dev/null
@@ -1,179 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="The Versatile Commodore 8-bit Emulator"
-HOMEPAGE="http://vice-emu.sourceforge.net/";
-SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="Xaw3d alsa ethernet ffmpeg fullscreen +gtk ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib"
-
-# upstream says gtk3 and sdl2 shouldn't be exposed yet.
-#REQUIRED_USE="?? ( gtk2 gtk3 sdl )"
-REQUIRED_USE="?? ( gtk sdl )"
-
-GTK_COMMON="
-       x11-libs/pango
-       x11-libs/cairo"
-#      gtk3? (
-#              x11-libs/gtk+:3
-#              vte? ( x11-libs/vte:2.90 )
-#              ${GTK_COMMON}
-#      )
-RDEPEND="
-       virtual/jpeg:0
-       virtual/opengl
-       media-libs/giflib
-       alsa? ( media-libs/alsa-lib )
-       pulseaudio? ( media-sound/pulseaudio )
-       sdlsound? ( media-libs/libsdl[sound] )
-       ethernet? (
-           >=net-libs/libpcap-0.9.8
-           >=net-libs/libnet-1.1.2.1:1.1
-       )
-       ffmpeg? ( virtual/ffmpeg )
-       lame? ( media-sound/lame )
-       nls? ( virtual/libintl )
-       png? ( media-libs/libpng:0 )
-       zlib? ( sys-libs/zlib )
-       sdl? (
-               media-libs/libsdl[joystick,video]
-       )
-       !sdl? (
-               fullscreen? (
-                       x11-libs/libXrandr
-                       x11-libs/libXxf86vm )
-               x11-libs/libX11
-               x11-libs/libXext
-               sys-libs/readline:0
-       )
-       gtk? (
-               x11-libs/gtk+:2
-               vte? ( x11-libs/vte:0 )
-               x11-libs/gtkglext
-               ${GTK_COMMON}
-       )
-       !sdl? ( !gtk? (
-               x11-libs/libXmu
-               x11-libs/libXpm
-               x11-libs/libXt
-               x11-libs/libXv
-               Xaw3d? ( x11-libs/libXaw3d )
-               !Xaw3d? ( x11-libs/libXaw )
-       ) )
-       "
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       !sdl? (
-               fullscreen? ( x11-proto/xf86vidmodeproto )
-               !gtk? (
-                       x11-libs/libICE
-                       x11-libs/libSM
-               )
-       )
-       x11-apps/bdftopcf
-       x11-apps/mkfontdir
-       x11-proto/xproto
-       x11-proto/xextproto
-       media-libs/fontconfig
-       x11-proto/videoproto
-       nls? ( sys-devel/gettext )"
-
-PATCHES=(
-       "${FILESDIR}"/${P}-autotools.patch
-)
-       #"${FILESDIR}"/vice_rath.txt
-
-src_prepare() {
-       if use ffmpeg && has_version ">=media-video/ffmpeg-3" ; then
-               PATCHES+=(
-                       "${FILESDIR}"/${PN}-31580-ffmpeg-build.patch
-               )
-       fi
-
-       default
-       sed -i \
-               -e 's/building//' \
-               doc/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}:" \
-               doc/Makefile.am \
-               doc/readmes/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}/html:" \
-               doc/html/Makefile.am || die
-       sed -i \
-               -e "s:/usr/local/lib/VICE:/usr/$(get_libdir)/${PN}:" \
-               man/vice.1 \
-               $(grep -rl --exclude="*texi" /usr/local/lib doc) || die
-       sed -i \
-               -e "/VICEDIR=/s:=.*:=\"/usr/$(get_libdir)/${PN}\";:" \
-               configure.ac || die
-       sed -i \
-               -e "s:\(#define LIBDIR \).*:\1\"/usr/$(get_libdir)/${PN}\":" \
-               -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
-               src/arch/unix/archdep.h \
-               src/arch/sdl/archdep_unix.h || die
-       rm -rf src/lib/{libffmpeg,liblame} || die
-       sed -i \
-               -e '/SUBDIRS/s/libffmpeg//;' \
-               -e '/SUBDIRS/s/liblame//;' \
-               src/lib/Makefile.am || die
-       AT_NO_RECURSIVE=1 eautoreconf
-}
-
-src_configure() {
-       local gui_arg snd_arg
-
-       snd_arg+=" $(use_with alsa)"
-       snd_arg+=" $(use_with oss)"
-       snd_arg+=" $(use_with pulseaudio pulse)"
-       snd_arg+=" $(use_with sdlsound)"
-
-       gui_arg+=" $(use_enable sdl sdlui)"
-       # The gtk UI code has raw calls to XOpenDisplay and
-       # is missing -lX11 if vte doesn't pull it in.
-       #if use gtk2 || use gtk3 ; then
-       if use gtk ; then
-               use vte || append-libs -lX11
-       fi
-       gui_arg+=" $(use_enable gtk gnomeui)"
-       #gui_arg+=" $(use_enable gtk3 gnomeui3)"
-       gui_arg+=" $(use_enable Xaw3d xaw3d)"
-
-       # --with-readline is forced to avoid using the embedded copy
-       # don't try to actually run fc-cache (bug #280976)
-       FCCACHE=/bin/true \
-       PKG_CONFIG=$(tc-getPKG_CONFIG) \
-       econf \
-               --enable-parsid \
-               --with-resid \
-               --with-readline \
-               --without-arts \
-               --without-midas \
-               $(use_enable ethernet) \
-               $(use_enable ffmpeg) \
-               $(use_enable ffmpeg external-ffmpeg) \
-               $(use_enable fullscreen) \
-               $(use_enable ipv6) \
-               $(use_enable lame) \
-               $(use_enable nls) \
-               $(use_enable vte) \
-               $(use_with png) \
-               $(use_with threads uithreads) \
-               $(use_with zlib) \
-               ${gui_arg} \
-               ${snd_arg} \
-               --disable-option-checking
-               # --disable-option-checking has to be last
-}
-
-src_install() {
-       DOCS="FEEDBACK"
-       default
-}

diff --git a/app-emulation/vice/vice-2.4.27-r3.ebuild 
b/app-emulation/vice/vice-2.4.27-r3.ebuild
deleted file mode 100644
index be11e99dd48..00000000000
--- a/app-emulation/vice/vice-2.4.27-r3.ebuild
+++ /dev/null
@@ -1,178 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils toolchain-funcs flag-o-matic xdg-utils
-
-DESCRIPTION="The Versatile Commodore 8-bit Emulator"
-HOMEPAGE="http://vice-emu.sourceforge.net/";
-SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="Xaw3d alsa ethernet ffmpeg fullscreen +gtk ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib"
-
-# upstream says gtk3 and sdl2 shouldn't be exposed yet.
-#REQUIRED_USE="?? ( gtk2 gtk3 sdl )"
-REQUIRED_USE="?? ( gtk sdl )"
-
-GTK_COMMON="
-       x11-libs/pango
-       x11-libs/cairo"
-#      gtk3? (
-#              x11-libs/gtk+:3
-#              vte? ( x11-libs/vte:2.90 )
-#              ${GTK_COMMON}
-#      )
-
-RDEPEND="
-       virtual/jpeg:0
-       virtual/opengl
-       media-libs/giflib
-       alsa? ( media-libs/alsa-lib )
-       pulseaudio? ( media-sound/pulseaudio )
-       sdlsound? ( media-libs/libsdl[sound] )
-       ethernet? (
-           >=net-libs/libpcap-0.9.8
-           >=net-libs/libnet-1.1.2.1:1.1
-       )
-       ffmpeg? ( virtual/ffmpeg )
-       lame? ( media-sound/lame )
-       nls? ( virtual/libintl )
-       png? ( media-libs/libpng:0 )
-       zlib? ( sys-libs/zlib )
-       sdl? (
-               media-libs/libsdl[joystick,video]
-       )
-       !sdl? (
-               fullscreen? (
-                       x11-libs/libXrandr
-                       x11-libs/libXxf86vm )
-               x11-libs/libX11
-               x11-libs/libXext
-               sys-libs/readline:0
-       )
-       gtk? (
-               x11-libs/gtk+:2
-               vte? ( x11-libs/vte:0 )
-               x11-libs/gtkglext
-               ${GTK_COMMON}
-       )
-       !sdl? ( !gtk? (
-               x11-libs/libXmu
-               x11-libs/libXpm
-               x11-libs/libXt
-               x11-libs/libXv
-               Xaw3d? ( x11-libs/libXaw3d )
-               !Xaw3d? ( x11-libs/libXaw )
-       ) )
-       "
-
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       !sdl? (
-               fullscreen? ( x11-proto/xf86vidmodeproto )
-               !gtk? (
-                       x11-libs/libICE
-                       x11-libs/libSM
-               )
-       )
-       x11-apps/bdftopcf
-       x11-apps/mkfontdir
-       x11-proto/xproto
-       x11-proto/xextproto
-       media-libs/fontconfig
-       x11-proto/videoproto
-       nls? ( sys-devel/gettext )"
-
-PATCH=(
-       "${FILESDIR}"/${P}-autotools.patch
-)
-       #"${FILESDIR}"/vice_rath.txt
-
-src_prepare() {
-       # See https://bugs.gentoo.org/599576
-       xdg_environment_reset
-
-       default
-       sed -i \
-               -e 's/building//' \
-               doc/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}:" \
-               doc/Makefile.am \
-               doc/readmes/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}/html:" \
-               doc/html/Makefile.am || die
-       sed -i \
-               -e "s:/usr/local/lib/VICE:/usr/$(get_libdir)/${PN}:" \
-               man/vice.1 \
-               $(grep -rl --exclude="*texi" /usr/local/lib doc) || die
-       sed -i \
-               -e "/VICEDIR=/s:=.*:=\"/usr/$(get_libdir)/${PN}\";:" \
-               configure.ac || die
-       sed -i \
-               -e "s:\(#define LIBDIR \).*:\1\"/usr/$(get_libdir)/${PN}\":" \
-               -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
-               src/arch/unix/archdep.h \
-               src/arch/sdl/archdep_unix.h || die
-       rm -rf src/lib/{libffmpeg,liblame} || die
-       sed -i \
-               -e '/SUBDIRS/s/libffmpeg//;' \
-               -e '/SUBDIRS/s/liblame//;' \
-               src/lib/Makefile.am || die
-       AT_NO_RECURSIVE=1 eautoreconf
-}
-
-src_configure() {
-       local gui_arg snd_arg
-
-       snd_arg+=" $(use_with alsa)"
-       snd_arg+=" $(use_with oss)"
-       snd_arg+=" $(use_with pulseaudio pulse)"
-       snd_arg+=" $(use_with sdlsound)"
-
-       gui_arg+=" $(use_enable sdl sdlui)"
-       # The gtk UI code has raw calls to XOpenDisplay and
-       # is missing -lX11 if vte doesn't pull it in.
-       #if use gtk2 || use gtk3 ; then
-       if use gtk ; then
-               use vte || append-libs -lX11
-       fi
-       gui_arg+=" $(use_enable gtk gnomeui)"
-       #gui_arg+=" $(use_enable gtk3 gnomeui3)"
-       gui_arg+=" $(use_enable Xaw3d xaw3d)"
-
-       # --with-readline is forced to avoid using the embedded copy
-       # don't try to actually run fc-cache (bug #280976)
-       FCCACHE=/bin/true \
-       PKG_CONFIG=$(tc-getPKG_CONFIG) \
-       econf \
-               --enable-parsid \
-               --with-resid \
-               --with-readline \
-               --without-arts \
-               --without-midas \
-               $(use_enable ethernet) \
-               $(use_enable ffmpeg) \
-               $(use_enable ffmpeg external-ffmpeg) \
-               $(use_enable fullscreen) \
-               $(use_enable ipv6) \
-               $(use_enable lame) \
-               $(use_enable nls) \
-               $(use_enable vte) \
-               $(use_with png) \
-               $(use_with threads uithreads) \
-               $(use_with zlib) \
-               ${gui_arg} \
-               ${snd_arg} \
-               --disable-option-checking
-               # --disable-option-checking has to be last
-}
-
-src_install() {
-       DOCS="FEEDBACK"
-       default
-}

diff --git a/app-emulation/vice/vice-2.4.27.ebuild 
b/app-emulation/vice/vice-2.4.27.ebuild
deleted file mode 100644
index fa039a36415..00000000000
--- a/app-emulation/vice/vice-2.4.27.ebuild
+++ /dev/null
@@ -1,169 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit autotools eutils toolchain-funcs flag-o-matic games
-
-DESCRIPTION="The Versatile Commodore 8-bit Emulator"
-HOMEPAGE="http://vice-emu.sourceforge.net/";
-SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="Xaw3d alsa ethernet ffmpeg fullscreen +gtk ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib"
-
-# upstream says gtk3 and sdl2 shouldn't be exposed yet.
-#REQUIRED_USE="?? ( gtk2 gtk3 sdl )"
-REQUIRED_USE="?? ( gtk sdl )"
-
-GTK_COMMON="
-       x11-libs/pango
-       x11-libs/cairo"
-#      gtk3? (
-#              x11-libs/gtk+:3
-#              vte? ( x11-libs/vte:2.90 )
-#              ${GTK_COMMON}
-#      )
-RDEPEND="
-       virtual/jpeg:0
-       virtual/opengl
-       media-libs/giflib
-       alsa? ( media-libs/alsa-lib )
-       pulseaudio? ( media-sound/pulseaudio )
-       sdlsound? ( media-libs/libsdl[sound] )
-       ethernet? (
-           >=net-libs/libpcap-0.9.8
-           >=net-libs/libnet-1.1.2.1:1.1
-       )
-       ffmpeg? ( virtual/ffmpeg )
-       lame? ( media-sound/lame )
-       nls? ( virtual/libintl )
-       png? ( media-libs/libpng:0 )
-       zlib? ( sys-libs/zlib )
-       sdl? (
-               media-libs/libsdl[joystick,video]
-       )
-       !sdl? (
-               fullscreen? (
-                       x11-libs/libXrandr
-                       x11-libs/libXxf86vm )
-               x11-libs/libX11
-               x11-libs/libXext
-               sys-libs/readline:0
-       )
-       gtk? (
-               x11-libs/gtk+:2
-               vte? ( x11-libs/vte:0 )
-               x11-libs/gtkglext
-               ${GTK_COMMON}
-       )
-       !sdl? ( !gtk? (
-               x11-libs/libXmu
-               x11-libs/libXpm
-               x11-libs/libXt
-               x11-libs/libXv
-               Xaw3d? ( x11-libs/libXaw3d )
-               !Xaw3d? ( x11-libs/libXaw )
-       ) )
-       "
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       !sdl? (
-               fullscreen? ( x11-proto/xf86vidmodeproto )
-               !gtk? (
-                       x11-libs/libICE
-                       x11-libs/libSM
-               )
-       )
-       x11-apps/bdftopcf
-       x11-apps/mkfontdir
-       x11-proto/xproto
-       x11-proto/xextproto
-       media-libs/fontconfig
-       x11-proto/videoproto
-       nls? ( sys-devel/gettext )"
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-autotools.patch
-       sed -i \
-               -e 's/building//' \
-               doc/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}:" \
-               doc/Makefile.am \
-               doc/readmes/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}/html:" \
-               doc/html/Makefile.am || die
-       sed -i \
-               -e "s:/usr/local/lib/VICE:$(games_get_libdir)/${PN}:" \
-               man/vice.1 \
-               $(grep -rl --exclude="*texi" /usr/local/lib doc) || die
-       sed -i \
-               -e "/VICEDIR=/s:=.*:=\"$(games_get_libdir)/${PN}\";:" \
-               configure.ac || die
-       sed -i \
-               -e "s:\(#define LIBDIR \).*:\1\"$(games_get_libdir)/${PN}\":" \
-               -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
-               src/arch/unix/archdep.h \
-               src/arch/sdl/archdep_unix.h || die
-       rm -rf src/lib/{libffmpeg,liblame} || die
-       sed -i \
-               -e '/SUBDIRS/s/libffmpeg//;' \
-               -e '/SUBDIRS/s/liblame//;' \
-               src/lib/Makefile.am || die
-       AT_NO_RECURSIVE=1 eautoreconf
-}
-
-src_configure() {
-       local gui_arg snd_arg
-
-       snd_arg+=" $(use_with alsa)"
-       snd_arg+=" $(use_with oss)"
-       snd_arg+=" $(use_with pulseaudio pulse)"
-       snd_arg+=" $(use_with sdlsound)"
-
-       gui_arg+=" $(use_enable sdl sdlui)"
-       # The gtk UI code has raw calls to XOpenDisplay and
-       # is missing -lX11 if vte doesn't pull it in.
-       #if use gtk2 || use gtk3 ; then
-       if use gtk ; then
-               use vte || append-libs -lX11
-       fi
-       gui_arg+=" $(use_enable gtk gnomeui)"
-       #gui_arg+=" $(use_enable gtk3 gnomeui3)"
-       gui_arg+=" $(use_enable Xaw3d xaw3d)"
-
-       # --with-readline is forced to avoid using the embedded copy
-       # don't try to actually run fc-cache (bug #280976)
-       FCCACHE=/bin/true \
-       PKG_CONFIG=$(tc-getPKG_CONFIG) \
-       egamesconf \
-               --enable-parsid \
-               --with-resid \
-               --with-readline \
-               --without-arts \
-               --without-midas \
-               $(use_enable ethernet) \
-               $(use_enable ffmpeg) \
-               $(use_enable ffmpeg external-ffmpeg) \
-               $(use_enable fullscreen) \
-               $(use_enable ipv6) \
-               $(use_enable lame) \
-               $(use_enable nls) \
-               $(use_enable vte) \
-               $(use_with png) \
-               $(use_with threads uithreads) \
-               $(use_with zlib) \
-               ${gui_arg} \
-               ${snd_arg} \
-               --disable-option-checking
-               # --disable-option-checking has to be last
-}
-
-src_install() {
-       DOCS="AUTHORS ChangeLog FEEDBACK README" \
-               default
-       prepgamesdirs
-}

diff --git a/app-emulation/vice/vice-2.4.31.ebuild 
b/app-emulation/vice/vice-2.4.31.ebuild
deleted file mode 100644
index f36bb6969d3..00000000000
--- a/app-emulation/vice/vice-2.4.31.ebuild
+++ /dev/null
@@ -1,173 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils toolchain-funcs flag-o-matic
-
-DESCRIPTION="The Versatile Commodore 8-bit Emulator"
-HOMEPAGE="http://vice-emu.sourceforge.net/";
-SRC_URI="mirror://sourceforge/vice-emu/releases/${P}.tar.gz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="Xaw3d alsa ethernet ffmpeg fullscreen +gtk ipv6 lame nls oss png 
pulseaudio sdl +sdlsound threads vte zlib"
-
-# upstream says gtk3 and sdl2 shouldn't be exposed yet.
-#REQUIRED_USE="?? ( gtk2 gtk3 sdl )"
-REQUIRED_USE="?? ( gtk sdl )"
-
-GTK_COMMON="
-       x11-libs/pango
-       x11-libs/cairo"
-#      gtk3? (
-#              x11-libs/gtk+:3
-#              vte? ( x11-libs/vte:2.90 )
-#              ${GTK_COMMON}
-#      )
-RDEPEND="
-       virtual/jpeg:0
-       virtual/opengl
-       media-libs/giflib
-       alsa? ( media-libs/alsa-lib )
-       pulseaudio? ( media-sound/pulseaudio )
-       sdlsound? ( media-libs/libsdl[sound] )
-       ethernet? (
-           >=net-libs/libpcap-0.9.8
-           >=net-libs/libnet-1.1.2.1:1.1
-       )
-       ffmpeg? ( virtual/ffmpeg )
-       lame? ( media-sound/lame )
-       nls? ( virtual/libintl )
-       png? ( media-libs/libpng:0 )
-       zlib? ( sys-libs/zlib )
-       sdl? (
-               media-libs/libsdl[joystick,video]
-       )
-       !sdl? (
-               fullscreen? (
-                       x11-libs/libXrandr
-                       x11-libs/libXxf86vm )
-               x11-libs/libX11
-               x11-libs/libXext
-               sys-libs/readline:0
-       )
-       gtk? (
-               x11-libs/gtk+:2
-               vte? ( x11-libs/vte:0 )
-               x11-libs/gtkglext
-               ${GTK_COMMON}
-       )
-       !sdl? ( !gtk? (
-               x11-libs/libXmu
-               x11-libs/libXpm
-               x11-libs/libXt
-               x11-libs/libXv
-               Xaw3d? ( x11-libs/libXaw3d )
-               !Xaw3d? ( x11-libs/libXaw )
-       ) )
-       "
-DEPEND="${RDEPEND}
-       virtual/pkgconfig
-       !sdl? (
-               fullscreen? ( x11-proto/xf86vidmodeproto )
-               !gtk? (
-                       x11-libs/libICE
-                       x11-libs/libSM
-               )
-       )
-       x11-apps/bdftopcf
-       x11-apps/mkfontdir
-       x11-proto/xproto
-       x11-proto/xextproto
-       media-libs/fontconfig
-       x11-proto/videoproto
-       nls? ( sys-devel/gettext )"
-
-PATCH=(
-       "${FILESDIR}"/${P}-autotools.patch
-)
-       #"${FILESDIR}"/vice_rath.txt
-
-src_prepare() {
-       default
-       sed -i \
-               -e 's/building//' \
-               doc/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}:" \
-               doc/Makefile.am \
-               doc/readmes/Makefile.am || die
-       sed -i \
-               -e "/^docdir =/s:=.*:=/usr/share/doc/${PF}/html:" \
-               doc/html/Makefile.am || die
-       sed -i \
-               -e "s:/usr/local/lib/VICE:/usr/$(get_libdir)/${PN}:" \
-               man/vice.1 \
-               $(grep -rl --exclude="*texi" /usr/local/lib doc) || die
-       sed -i \
-               -e "/VICEDIR=/s:=.*:=\"/usr/$(get_libdir)/${PN}\";:" \
-               configure.ac || die
-       sed -i \
-               -e "s:\(#define LIBDIR \).*:\1\"/usr/$(get_libdir)/${PN}\":" \
-               -e "s:\(#define DOCDIR \).*:\1\"/usr/share/doc/${PF}\":" \
-               src/arch/unix/archdep.h \
-               src/arch/sdl/archdep_unix.h || die
-       rm -rf src/lib/{libffmpeg,liblame} || die
-       sed -i \
-               -e '/SUBDIRS/s/libffmpeg//;' \
-               -e '/SUBDIRS/s/liblame//;' \
-               src/lib/Makefile.am || die
-       AT_NO_RECURSIVE=1 eautoreconf
-}
-
-src_configure() {
-       local gui_arg snd_arg
-
-       snd_arg+=" $(use_with alsa)"
-       snd_arg+=" $(use_with oss)"
-       snd_arg+=" $(use_with pulseaudio pulse)"
-       snd_arg+=" $(use_with sdlsound)"
-
-       gui_arg+=" $(use_enable sdl sdlui)"
-       # The gtk UI code has raw calls to XOpenDisplay and
-       # is missing -lX11 if vte doesn't pull it in.
-       #if use gtk2 || use gtk3 ; then
-       if use gtk ; then
-               use vte || append-libs -lX11
-       fi
-       gui_arg+=" $(use_enable gtk gnomeui)"
-       #gui_arg+=" $(use_enable gtk3 gnomeui3)"
-       gui_arg+=" $(use_enable Xaw3d xaw3d)"
-
-       # --with-readline is forced to avoid using the embedded copy
-       # don't try to actually run fc-cache (bug #280976)
-       FCCACHE=/bin/true \
-       PKG_CONFIG=$(tc-getPKG_CONFIG) \
-       econf \
-               --enable-parsid \
-               --with-resid \
-               --with-readline \
-               --without-arts \
-               --without-midas \
-               $(use_enable ethernet) \
-               $(use_enable ffmpeg) \
-               $(use_enable ffmpeg external-ffmpeg) \
-               $(use_enable fullscreen) \
-               $(use_enable ipv6) \
-               $(use_enable lame) \
-               $(use_enable nls) \
-               $(use_enable vte) \
-               $(use_with png) \
-               $(use_with threads uithreads) \
-               $(use_with zlib) \
-               ${gui_arg} \
-               ${snd_arg} \
-               --disable-option-checking
-               # --disable-option-checking has to be last
-}
-
-src_install() {
-       DOCS="FEEDBACK"
-       default
-}

Reply via email to