Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
merged:

  flora: e28c996b17753efb738a8c9121254c8e57e67a8a
  faustoo: 83434b2e31da59cbb31b77dc8365b39649ee1a66
  fusion809: da5439bbf14c1ae2f13297bab9c0bb85f4c23214
  gentoo-staging: 01b0b019ee83f24d9688b58866dab3d9e27cb3a8
  kit-fixups: 41f8e54e6cb88ef6025f7ad2ab5581a0419033d7
  • Loading branch information
danielrobbins committed Aug 28, 2018
1 parent e52e9d9 commit c43ba85
Show file tree
Hide file tree
Showing 30 changed files with 81 additions and 62 deletions.
2 changes: 1 addition & 1 deletion games-arcade/funnyboat/funnyboat-1.5-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )

inherit eutils gnome2-utils python-single-r1
inherit desktop eutils gnome2-utils python-single-r1

DESCRIPTION="A side scrolling shooter game starring a steamboat on the sea"
HOMEPAGE="http://funnyboat.sourceforge.net/"
Expand Down
4 changes: 2 additions & 2 deletions games-arcade/jvgs/jvgs-0.5-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit cmake-utils eutils
inherit cmake-utils desktop

DESCRIPTION="An open-source platform game with a sketched and minimalistic look"
HOMEPAGE="http://jvgs.sourceforge.net/"
Expand Down
3 changes: 2 additions & 1 deletion games-arcade/mrrescue/mrrescue-1.02b-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils gnome2-utils

inherit desktop eutils gnome2-utils

DESCRIPTION="Arcade 2d action game based around evacuating civilians from burning buildings"
HOMEPAGE="http://tangramgames.dk/games/mrrescue/"
Expand Down
3 changes: 2 additions & 1 deletion games-arcade/mrrescue/mrrescue-1.02b-r2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils gnome2-utils

inherit desktop eutils gnome2-utils

DESCRIPTION="Arcade 2d action game based around evacuating civilians from burning buildings"
HOMEPAGE="http://tangramgames.dk/games/mrrescue/"
Expand Down
3 changes: 2 additions & 1 deletion games-arcade/notpacman/notpacman-1.0.4-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils gnome2-utils

inherit desktop eutils gnome2-utils

DESCRIPTION="A mashup of \"Not\" and \"Pacman\""
HOMEPAGE="http://stabyourself.net/notpacman/"
Expand Down
3 changes: 2 additions & 1 deletion games-arcade/nottetris2/nottetris2-1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils

inherit desktop eutils

DESCRIPTION="The spiritual successor of the classic Tetris mixed with physics"
HOMEPAGE="http://stabyourself.net/nottetris2/"
Expand Down
12 changes: 10 additions & 2 deletions games-arcade/opentyrian/opentyrian-2.1.20130907-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils
inherit desktop gnome2-utils

DESCRIPTION="Open-source port of the DOS game Tyrian, vertical scrolling shooter"
HOMEPAGE="https://bitbucket.org/opentyrian/opentyrian/wiki/Home"
Expand Down Expand Up @@ -47,3 +47,11 @@ src_install() {
rm *.exe dpmi16bi.ovl loudness.awe || die "Failed to remove win32 binaries"
doins * || die "Failed to install game data"
}

pkg_postinst() {
gnome2_icon_cache_update
}

pkg_postrm() {
gnome2_icon_cache_update
}
3 changes: 2 additions & 1 deletion games-arcade/retrobattle/retrobattle-1.0.0-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils

inherit desktop eutils

MY_P="${PN}-src-${PV}"
DESCRIPTION="A NES-like platform arcade game"
Expand Down
3 changes: 2 additions & 1 deletion games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,8 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit eutils

inherit desktop eutils

DESCRIPTION="Action/arcade recreation of SolarFox"
HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 )

inherit eutils python-single-r1
inherit desktop eutils python-single-r1

DESCRIPTION="An Alien Invaders style game with 3d graphics"
HOMEPAGE="http://triplexinvaders.infogami.com"
Expand Down
4 changes: 2 additions & 2 deletions games-arcade/wop/wop-0.4.3-r2.ebuild
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

inherit eutils toolchain-funcs
inherit desktop toolchain-funcs

MY_DATA_V="2005-12-21"
MY_DATA_P="${PN}data-${MY_DATA_V}"
Expand Down
7 changes: 4 additions & 3 deletions games-emulation/dosbox/dosbox-0.74_p20160629-r1.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2016 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit autotools eutils flag-o-matic

inherit autotools desktop flag-o-matic

PATCH=3989
GLIDE_PATCH=3722fc563b737d2d7933df6a771651c2154e6f7b
Expand Down Expand Up @@ -31,7 +32,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${PN}-code-0-${PATCH}-dosbox-trunk

PATCHES=(
"${FILESDIR}"/dosbox-0.74-gcc46.patch
"${FILESDIR}"/${PN}-0.74-gcc46.patch
)

src_prepare() {
Expand Down
7 changes: 4 additions & 3 deletions games-emulation/dosbox/dosbox-0.74_p20160629.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6
inherit autotools eutils

inherit autotools desktop

PATCH=3989
DESCRIPTION="DOS emulator"
Expand All @@ -27,7 +28,7 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${PN}-code-0-${PATCH}-dosbox-trunk

PATCHES=(
"${FILESDIR}"/dosbox-0.74-gcc46.patch
"${FILESDIR}"/${PN}-0.74-gcc46.patch
)

src_prepare() {
Expand Down
8 changes: 5 additions & 3 deletions games-emulation/dosbox/dosbox-9999.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@

EAPI=6

inherit autotools desktop flag-o-matic

GLIDE_PATCH=841e1071597b64ead14dd08c25a03206b2d1d1b6
SRC_URI="glide? ( https://raw.githubusercontent.com/voyageur/openglide/${GLIDE_PATCH}/platform/dosbox/dosbox_glide.diff -> dosbox_glide-${GLIDE_PATCH}.diff )"

Expand All @@ -14,8 +16,6 @@ else
KEYWORDS="~amd64 ~arm ~ppc64 ~x86"
fi

inherit autotools eutils flag-o-matic

DESCRIPTION="DOS emulator"
HOMEPAGE="http://dosbox.sourceforge.net/"

Expand All @@ -37,7 +37,9 @@ if [[ ${PV} = 9999 ]]; then
S=${WORKDIR}/${PN}
fi

PATCHES=( "${FILESDIR}/${PN}-0.74-gcc46.patch" )
PATCHES=(
"${FILESDIR}"/${PN}-0.74-gcc46.patch
)

src_prepare() {
use glide && eapply "${DISTDIR}"/dosbox_glide-${GLIDE_PATCH}.diff
Expand Down
13 changes: 7 additions & 6 deletions games-emulation/higan/higan-106_p1-r1.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

EAPI=6

inherit eutils gnome2-utils toolchain-funcs qmake-utils
inherit desktop gnome2-utils toolchain-funcs qmake-utils

MY_COMMIT=41efdba45afa770db99bc7484a8ad340ccc597d2

Expand Down Expand Up @@ -47,22 +47,23 @@ DEPEND="${RDEPEND}

S=${WORKDIR}/${PN}-${MY_COMMIT}-${MY_COMMIT}

PATCHES=(
"${FILESDIR}"/${P}-header-locations.patch
"${FILESDIR}"/${P}-QA.patch
)

disable_module() {
sed -i \
-e "s|$1\b||" \
"${S}"/higan/target-tomoko/GNUmakefile || die
}

src_prepare() {
epatch "${FILESDIR}"/${P}-header-locations.patch
epatch "${FILESDIR}"/${P}-QA.patch

default
sed -i \
-e "/handle/s#/usr/local/lib#/usr/$(get_libdir)#" \
nall/dl.hpp || die "fixing libdir failed!"

eapply_user

# audio modules
use ao || disable_module audio.ao
use openal || disable_module audio.openal
Expand Down
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/funnyboat-1.5-r2
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/
REQUIRED_USE=python_targets_python2_7
SLOT=0
SRC_URI=mirror://sourceforge/funnyboat/funnyboat-1.5-src.zip
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 3e0889f7794cf229af65fd448a9e202b python-utils-r1 b5fdfa15cbe2f6299a482bf5d0c5925d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=213ec935db304147d1c7cb7ffac3acc2
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 3e0889f7794cf229af65fd448a9e202b python-utils-r1 b5fdfa15cbe2f6299a482bf5d0c5925d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=0637acac23b34d252bd4a5e01af56a60
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/jvgs-0.5-r1
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LICENSE=WTFPL-2
RDEPEND=dev-lang/lua:0 media-libs/libsdl[video] media-libs/sdl-mixer[vorbis] media-libs/freetype:2 sys-libs/zlib:= virtual/opengl
SLOT=0
SRC_URI=mirror://sourceforge/jvgs/jvgs-0.5-src.tar.gz
_eclasses_=cmake-utils 1878df07fb7968266bdbcfcd576fea4b epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 2e13cdcb950cddcb1f52c92c9712a675 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=534ebde084ade76bd372944b1296ee0b
_eclasses_=cmake-utils 1878df07fb7968266bdbcfcd576fea4b desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 flag-o-matic 02908f00f002f0f07c5b74783d778325 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e multiprocessing cac3169468f893670dac3e7cb940e045 ninja-utils 2e13cdcb950cddcb1f52c92c9712a675 toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee versionator c80ccf29e90adea7c5cae94b42eb76d0 xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=1aae451c2731cdaf04e6d61197c2c0a1
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/mrrescue-1.02b-r1
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LICENSE=CC-BY-SA-3.0 MIT ZLIB
RDEPEND=games-engines/love:0
SLOT=0
SRC_URI=https://github.com/SimonLarsen/mrrescue/releases/download/v1.02b/mrrescue-1.02b-love.zip https://dev.gentoo.org/~hasufell/distfiles/mrrescue.png
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=323a892aafa369c18c1257c0457c0372
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=c8143fcf07136d08245c44c9dcc8df5b
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/mrrescue-1.02b-r2
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LICENSE=CC-BY-SA-3.0 MIT ZLIB
RDEPEND=games-engines/love:0.8
SLOT=0
SRC_URI=https://github.com/SimonLarsen/mrrescue/releases/download/v1.02b/mrrescue-1.02b-love.zip https://dev.gentoo.org/~hasufell/distfiles/mrrescue.png
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=4db47e5ae15c859a111c69b0a66ac7cd
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=b2e4d7e5782e0d8c00c75a58196a62df
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/notpacman-1.0.4-r1
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LICENSE=WTFPL-2
RDEPEND=>=games-engines/love-0.7.2:0.7 media-libs/devil[png]
SLOT=0
SRC_URI=http://stabyourself.net/dl.php?file=notpacman-1004/notpacman-linux.zip -> notpacman-1.0.4.zip https://dev.gentoo.org/~hasufell/distfiles/notpacman.png
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=2a57f4d0cafdbf5f13e0885fd3753df9
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=020c89ae37fa4ef945968bff3cc8c7d6
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/nottetris2-1-r1
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LICENSE=CC-BY-NC-SA-3.0
RDEPEND=>=games-engines/love-0.7.2:0.7 media-libs/devil[png]
SLOT=0
SRC_URI=http://stabyourself.net/dl.php?file=nottetris2/nottetris2-linux.zip -> nottetris2-1.zip
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=c01ff9152693ce636a0a9e74a0708a23
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=faff707bb5295e92bab4e422725724f8
8 changes: 4 additions & 4 deletions metadata/md5-cache/games-arcade/opentyrian-2.1.20130907-r1
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
DEFINED_PHASES=compile install
DEPEND=media-libs/libsdl media-libs/sdl-net app-arch/unzip dev-vcs/mercurial
DEFINED_PHASES=compile install postinst postrm
DEPEND=media-libs/libsdl media-libs/sdl-net app-arch/unzip dev-vcs/mercurial >=sys-apps/sed-4
DESCRIPTION=Open-source port of the DOS game Tyrian, vertical scrolling shooter
EAPI=6
HOMEPAGE=https://bitbucket.org/opentyrian/opentyrian/wiki/Home
Expand All @@ -8,5 +8,5 @@ LICENSE=GPL-2
RDEPEND=media-libs/libsdl media-libs/sdl-net
SLOT=0
SRC_URI=http://darklomax.org/tyrian/tyrian21.zip http://www.camanis.net/opentyrian/releases/opentyrian-2.1.20130907-src.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=0aa65e27008a1539af68b71e55ca1296
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 gnome2-utils 22ebae0b986793be079d9d93fa16a8ea ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee xdg-utils 9ef13b5c5bcf0c50d6aa53692d8e441c
_md5_=182f9b605f723b28fbfdcc86adfd3365
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/retrobattle-1.0.0-r1
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RDEPEND=media-libs/libsdl[X,sound,video] media-libs/sdl-mixer[wav]
RESTRICT=test
SLOT=0
SRC_URI=http://remar.se/andreas/retrobattle/files/retrobattle-src-1.0.0.tar.bz2
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=2b1cc5c101b4b0c3c29f3de07f73d895
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=7cc5f45484639784ae3b5b42d276eb3f
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/solarwolf-1.5-r1
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ LICENSE=LGPL-2.1
RDEPEND=>=dev-python/pygame-1.5.6 media-libs/sdl-mixer[mod,vorbis]
SLOT=0
SRC_URI=http://www.pygame.org/shredwheat/solarwolf/solarwolf-1.5.tar.gz
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=1b4367dae10b41f8322c256d25ebfe97
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=8d197572c02d2efba9f666fdb410a6d8
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/triplexinvaders-1.08-r1
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,5 @@ RDEPEND=python_targets_python2_7? ( >=dev-lang/python-2.7.5-r2:2.7 ) >=dev-lang/
REQUIRED_USE=python_targets_python2_7
SLOT=0
SRC_URI=http://acm.jhu.edu/~arthur/invaders/triplexinvaders-1.08.zip
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 3e0889f7794cf229af65fd448a9e202b python-utils-r1 b5fdfa15cbe2f6299a482bf5d0c5925d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=7b0bce9c1d2ec55bdb23b82b03553b89
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e python-single-r1 3e0889f7794cf229af65fd448a9e202b python-utils-r1 b5fdfa15cbe2f6299a482bf5d0c5925d toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=a13a13d4334dc4c74176f32d22bae93d
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-arcade/wop-0.4.3-r2
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ LICENSE=GPL-2
RDEPEND=media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer media-libs/sdl-net media-libs/sdl-ttf
SLOT=0
SRC_URI=http://wormsofprey.org/download/wop-0.4.3-src.tar.bz2 http://wormsofprey.org/download/wopdata-2005-12-21.tar.bz2
_eclasses_=epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=55b830f547e669d8c6a03534a121426b
_eclasses_=desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=1fb0572a4c1de5bae02d43e0ddc685d4
4 changes: 2 additions & 2 deletions metadata/md5-cache/games-emulation/dosbox-0.74_p20160629
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ LICENSE=GPL-2
RDEPEND=alsa? ( media-libs/alsa-lib ) opengl? ( virtual/glu virtual/opengl ) debug? ( sys-libs/ncurses:0 ) media-libs/libpng:0 media-libs/libsdl[joystick,video,X] media-libs/sdl-net media-libs/sdl-sound
SLOT=0
SRC_URI=mirror://gentoo/dosbox-code-0-3989-dosbox-trunk.zip
_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 epatch 8233751dc5105a6ae8fcd86ce2bb0247 epunt-cxx f8073339d152f56626493f43d8ba4691 estack 5ac2a138d0b33354b764d84f9e835db8 eutils 1fb064d93b3ffd05c2fb19ef430a4aa1 libtool e32ea84bf82cf8987965b574672dba93 ltprune 2770eed66a9b8ef944714cd0e968182e multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=be0257ff2a9c6054437efa4bc2694ce8
_eclasses_=autotools dc412f38566b91012efd58b9c203e6c3 desktop 2ccd1dd1dd7bfb8795eea024a4f91bb6 libtool e32ea84bf82cf8987965b574672dba93 multilib 97f470f374f2e94ccab04a2fb21d811e toolchain-funcs 6eb35f81556258a4bc9182ad3dfd58ee
_md5_=43a5f2368cc44fa7b563d7cfb17e0f8c
Loading

0 comments on commit c43ba85

Please sign in to comment.