public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gamerlay:master commit in: games-action/mucade/, profiles/
@ 2016-07-21 17:57 Vadim A. Misbakh-Soloviov
  0 siblings, 0 replies; only message in thread
From: Vadim A. Misbakh-Soloviov @ 2016-07-21 17:57 UTC (permalink / raw
  To: gentoo-commits

commit:     bebd5e4b598e82f2573e3d2f47f7ffa9ef9479fa
Author:     Vadim A. Misbakh-Soloviov <git <AT> mva <DOT> name>
AuthorDate: Thu Jul 21 17:42:56 2016 +0000
Commit:     Vadim A. Misbakh-Soloviov <mva <AT> mva <DOT> name>
CommitDate: Thu Jul 21 17:42:56 2016 +0000
URL:        https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=bebd5e4b

mucade: drop (maintainer is lost, gcc in gentoo is missing D support)

 games-action/mucade/metadata.xml       |  8 ----
 games-action/mucade/mucade-0.11.ebuild | 68 ----------------------------------
 profiles/use.local.desc                | 27 ++------------
 3 files changed, 3 insertions(+), 100 deletions(-)

diff --git a/games-action/mucade/metadata.xml b/games-action/mucade/metadata.xml
deleted file mode 100644
index 5d0ede2..0000000
--- a/games-action/mucade/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer>
-	<email>frostworks@gmx.de</email>
-	<name>Marcel Unbehaun</name>
-</maintainer>
-</pkgmetadata>

diff --git a/games-action/mucade/mucade-0.11.ebuild b/games-action/mucade/mucade-0.11.ebuild
deleted file mode 100644
index 7f29138..0000000
--- a/games-action/mucade/mucade-0.11.ebuild
+++ /dev/null
@@ -1,68 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-inherit d-games
-
-MY_PN=mcd
-MY_PTCH=mu-cade
-MY_PV=${PV//./_}
-
-DESCRIPTION="The Physics Centipede Invasion. Smashup waggly shmup, 'Mu-cade'."
-HOMEPAGE="http://www.asahi-net.or.jp/~cs8k-cyu/windows/mcd_e.html"
-SRC_URI="http://www.asahi-net.or.jp/~cs8k-cyu/windows/${MY_PN}${MY_PV}.zip
-	mirror://debian/pool/main/m/${MY_PTCH}/${MY_PTCH}_${PV}.dfsg1-5.diff.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-IUSE=""
-
-RDEPEND="media-libs/libsdl
-	media-libs/mesa
-	media-libs/sdl-mixer
-	<dev-games/ode-10.1
-	dev-libs/libbulletml"
-DEPEND="${RDEPEND}"
-
-S=${WORKDIR}/${MY_PN}
-
-src_prepare(){
-	# using frostworks patches with debian's cleanups and minor patches
-	epatch "${WORKDIR}"/${MY_PTCH}_${PV}.dfsg1-5.diff
-	sed -i -e "s:b/::g" -i "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/makefile.patch
-	sed -i -e "s:mu-cade:mucade:g" -i "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/makefile.patch
-	sed -i -e "s:mu-cade:mucade:g" -i "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/dotfile.patch
-	epatch "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/fixes.patch
-	epatch "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/windowed.patch
-	epatch "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/dotfile.patch
-	epatch "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/window-resize.patch
-	epatch "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/makefile.patch
-	epatch "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/gdc-0.24-semantics-for-version.patch
-	epatch "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/fullscreen-option.patch
-	#epatch "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/patches/ode.patch
-	sed -i \
-	-e 's:"\(images/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/abagames/util/sdl/texture.d \
-	-e 's:"\(barrage[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/abagames/mcd/barrage.d \
-	-e 's:"\(sounds/[^"]*\)":"'${GAMES_DATADIR}'/'${PN}'/\1":g' -i src/abagames/util/sdl/sound.d \
-		|| die "sed failed"
-}
-
-src_install() {
-	dogamesbin ${PN}
-
-	local datadir="${GAMES_DATADIR}"/${PN}
-	dodir ${datadir}
-	insinto "${GAMES_DATADIR}"/${PN}
-	doins -r barrage images sounds || die
-	newicon "${WORKDIR}"/${MY_PN}/${MY_PTCH}-${PV}.dfsg1/debian/${MY_PTCH}.xpm ${PN}.xpm
-	make_desktop_entry ${PN} ${PN}
-	dodoc readme*
-	prepgamesdirs
-}
-
-pkg_postinst() {
-	games_pkg_postinst
-}

diff --git a/profiles/use.local.desc b/profiles/use.local.desc
index d50647a..b51386e 100644
--- a/profiles/use.local.desc
+++ b/profiles/use.local.desc
@@ -2,7 +2,8 @@
 # your descriptions to your package's metadata.xml ONLY.
 # * generated automatically using egencache *
 
-app-emulation/emul-linux-x86-wxGTK:development - Install pkgconfig files
+dev-games/aseprite:gtk3 - Enable support for the experimental native GTK File Dialog
+dev-games/aseprite:webp - Enable webp image format support
 dev-games/netradiant:darkplaces - Install DarkPlaces pack
 dev-games/netradiant:h2data - Install h2data tool
 dev-games/netradiant:nexuiz - Install Nexuiz pack
@@ -20,12 +21,6 @@ dev-games/netradiant:tremulous - Install Tremulous non GPL pack
 dev-games/netradiant:ufoai - Install UFO: Alien Invasion non GPL pack
 dev-games/netradiant:warsow - Install Warsow pack
 dev-games/netradiant:xonotic - Install Xonotic pack
-dev-games/openscenegraph:fox - Build examples using x11-libs/fox library
-dev-games/openscenegraph:gdal - Enable support for sci-libs/gdal library
-dev-games/openscenegraph:itk - Build dev-tcltk/itk plugin
-dev-games/openscenegraph:openinventor - Build OpenInventor plugin
-dev-games/openscenegraph:osgapps - Build osg applications
-dev-games/openscenegraph:xrandr - Enable support for the X xrandr extension
 dev-games/simgear:headless - Build headless version of simgear (useful for terragear on a server)
 games-action/d1x-rebirth:data - Install data files
 games-action/d1x-rebirth:linguas_de - Provides German translations for the game's briefings, robot descriptions, and outro of the original campaign
@@ -38,27 +33,13 @@ games-action/d2x-rebirth:linguas_de - Provides German translations for the game'
 games-action/d2x-rebirth:music - Adds music support
 games-action/d2x-rebirth:opl3-musicpack - Include alternate version of the game's music, recorded with the Yamaha YMF262 OPL3 soundchip
 games-action/d2x-rebirth:sc55-musicpack - Include alternate version of the game's music, recorded with the Roland Sound Canvas SC-55 MIDI module
+games-arcade/fretsonfire:guitarhero - Enable Guitar Hero song importer
 games-arcade/frogatto:extras - Install additional modules
 games-arcade/myman:internal - Use internal display engine. Instead of ncurses/slang
 games-arcade/openggs:editor - useflag for the optional leveleditor
 games-arcade/smw:editor - useflag for the optional leveleditor
 games-arcade/ultrastardx:projectm - enable visuals
 games-board/kbang:server - Compile and install server compotents
-games-emulation/pcsx2-meta:cdvdiso - enable cdvdiso plugin support
-games-emulation/pcsx2-meta:cdvdlinuz - enable cdvdlinuz plugin support
-games-emulation/pcsx2-meta:cdvdnull - enable cdvdnull plugin support
-games-emulation/pcsx2-meta:dev9null - enable dev9null plugin support
-games-emulation/pcsx2-meta:fwnull - enable fwnull plugin support
-games-emulation/pcsx2-meta:gsdx - enable gsdx plugin support
-games-emulation/pcsx2-meta:gsnull - enable gsnull plugin support
-games-emulation/pcsx2-meta:onepad - enable onepad plugin support
-games-emulation/pcsx2-meta:padnull - enable padnull plugin support
-games-emulation/pcsx2-meta:spu2-x - enable spu2-x plugin support
-games-emulation/pcsx2-meta:spu2null - enable spu2null plugin support
-games-emulation/pcsx2-meta:usbnull - enable usbnull plugin support
-games-emulation/pcsx2-meta:zerogs - enable zerogs plugin support
-games-emulation/pcsx2-meta:zerospu - enable zerospu plugin support
-games-emulation/pcsx2-meta:zzogl - enable zzogl plugin support
 games-fps/dhewm3:roe - Adds support for the Resurrection of Evil expansion
 games-fps/xonotic:experimental - Use experimental master git branch instead of div0-stable
 games-fps/xonotic:maps - Download and install maps
@@ -86,10 +67,8 @@ games-util/desurium:gtest - enable runtime checks through gtest
 games-util/desurium:tools - install useful tools e.g. uploader
 games-util/desurium-meta:32bit - add support for 32bit games in desurium
 games-util/desurium-meta:games-deps - RUNTIME USE FLAG install known dependencies of games in desura
-games-util/steam-launcher:steamruntime - Enables the Steam runtime environment that uses bundled libraries instead of installed system libraries.
 media-libs/libmmd:bullet - enable bullet physics
 media-libs/libmmd:sfml - enable sfml texture loading
 x11-apps/dunan:fmod - Add sound support (fmod)
 x11-apps/typhon:mmd - enable mikumikudance model support
 x11-apps/typhon:p3t - enabled shared libp3t support
-x11-apps/typhon:sfe - enabled shared sfemovie support


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2016-07-21 17:58 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-07-21 17:57 [gentoo-commits] proj/gamerlay:master commit in: games-action/mucade/, profiles/ Vadim A. Misbakh-Soloviov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox