Sync with portage [Fri Dec 18 17:38:19 MSK 2015].

mhiretskiy 166
root 9 years ago
parent 0c79513af0
commit b1eb171943

@ -17,7 +17,7 @@ IUSE="truetype test"
RDEPEND="
dev-libs/kpathsea:=
media-libs/gd[jpeg,png]
media-libs/gd:2=[jpeg,png]
media-libs/libpng:0=
virtual/latex-base
sys-libs/zlib

@ -5,6 +5,7 @@
<maintainer>
<email>dominik.kriegner+gentoo@gmail.com</email>
<name>Dominik Kriegner</name>
<description>Proxied maintainer; set to assignee in all bugs</description>
</maintainer>
<longdescription lang="en">
</longdescription>

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit flag-o-matic eutils autotools-utils
MY_P=ClanLib-${PV}
@ -19,15 +19,15 @@ REQUIRED_USE="opengl? ( X )"
RDEPEND="sys-libs/zlib
X? (
media-libs/libpng
virtual/jpeg
media-libs/libpng:0
virtual/jpeg:0
media-libs/freetype
media-libs/fontconfig
opengl? ( virtual/opengl )
app-arch/bzip2
x11-libs/libX11
)
sqlite? ( dev-db/sqlite )
sqlite? ( dev-db/sqlite:0 )
sound? ( media-libs/alsa-lib )
mikmod? (
media-libs/libmikmod

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=2
EAPI=5
inherit eutils games rpm
DS="${PV/*_pre}"
@ -33,7 +33,7 @@ src_install() {
local dir="${GAMES_PREFIX_OPT}/${PN}"
dodir "${dir}"
cp -pPR * "${D}/${dir}/"
cp -pPR * "${D}/${dir}/" || die
games_make_wrapper q3map2 ./q3map2.x86 "${dir}"
games_make_wrapper radiant ./radiant.x86 "${dir}"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools autotools-utils
MY_P=${PN}-v${PV/./-}

@ -2,7 +2,9 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils
DESCRIPTION="Worldforge math library"
HOMEPAGE="http://www.worldforge.org/dev/eng/libraries/wfmath"
SRC_URI="mirror://sourceforge/worldforge/${P}.tar.bz2"
@ -17,24 +19,16 @@ DEPEND="doc? ( app-doc/doxygen )
virtual/pkgconfig"
src_configure() {
econf \
$(use_enable static-libs static)
econf $(use_enable static-libs static)
}
src_compile() {
emake
if use doc; then
emake -C doc docs
fi
use doc && emake -C doc docs
}
src_install() {
default
if use doc; then
dohtml doc/html/*
fi
if ! use static-libs ; then
find "${D}" -type f -name '*.la' -exec rm {} + \
|| die "la removal failed"
fi
use doc && dohtml doc/html/*
prune_libtool_files
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools eutils games
DESCRIPTION="a bloody 2D action deathmatch-like game in ASCII-ART"
@ -15,7 +15,7 @@ KEYWORDS="amd64 ia64 ppc sparc x86"
IUSE="X"
DEPEND="X? ( x11-libs/libXpm )"
RDEPEND="${DEPEND}"
RDEPEND=${DEPEND}
src_prepare() {
epatch \
@ -27,14 +27,11 @@ src_prepare() {
"${FILESDIR}"/${P}-CC.patch \
"${FILESDIR}"/${P}-underflow-check.patch #136222 \
sed -i \
-e "s:data/:${GAMES_DATADIR}/${PN}/data/:" cfg.h \
|| die "sed failed"
-e "s:data/:${GAMES_DATADIR}/${PN}/data/:" cfg.h || die
sed -i \
-e "s:@CFLAGS@ -O3 :@CFLAGS@ :" Makefile.in \
|| die "sed failed"
-e "s:@CFLAGS@ -O3 :@CFLAGS@ :" Makefile.in || die
sed -i \
-e "/gettimeofday/s/getopt/getopt calloc/" configure.in \
|| die "sed failed"
-e "/gettimeofday/s/getopt/getopt calloc/" configure.in || die
eautoreconf
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools eutils games
DESCRIPTION="port of Abuse by Crack Dot Com"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="A violent point-and-click shooting game"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils autotools games
DESCRIPTION="BomberMan clone with network game support"
@ -14,7 +14,7 @@ SLOT="0"
KEYWORDS="amd64 ~mips ppc ppc64 x86"
IUSE="X"
DEPEND=">=media-libs/libsdl-1.1.0
DEPEND=">=media-libs/libsdl-1.1.0[video]
media-libs/sdl-image[png]
media-libs/sdl-mixer[mod]
X? ( x11-libs/libXt )"
@ -24,6 +24,7 @@ src_prepare() {
ecvs_clean
epatch "${FILESDIR}"/${P}-underlink.patch \
"${FILESDIR}"/${P}-gcc52.patch
mv configure.{in,ac} || die
eautoreconf
}
@ -33,8 +34,7 @@ src_configure() {
--datadir="${GAMES_DATADIR_BASE}"
sed -i \
-e "/PACKAGE_DATA_DIR/ s:/usr/games/share/games/:${GAMES_DATADIR}/:" \
config.h \
|| die
config.h || die
}
src_install() {

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
MY_P="ChickensForLinux-Linux-${PV}"
@ -25,23 +25,20 @@ src_prepare() {
sed -i \
-e "s:HighScores:${GAMES_STATEDIR}/${PN}/HighScores:" \
-e "s:....\(.\)\(_\)\(.*.4x0\)\(.\):M\4\2\x42\x6Fn\1s\2:" \
highscore.cpp HighScores \
|| die "sed failed"
highscore.cpp HighScores || die
sed -i \
-e "s:options.cfg:${GAMES_SYSCONFDIR}/${PN}/options.cfg:" \
-e "s:\"sound/:\"${GAMES_DATADIR}/${PN}/sound/:" \
-e "s:\"dat/:\"${GAMES_DATADIR}/${PN}/dat/:" \
main.cpp README \
|| die "sed failed"
main.cpp README || die
sed -i \
-e '/^CPPFLAGS/d' \
-e 's:g++:\\$(CXX) \\$(CXXFLAGS) \\$(LDFLAGS):' \
configure \
|| die "sed failed"
configure || die
}
src_configure() {
bash ./configure || die "configure failed"
bash ./configure || die
}
src_install() {

@ -1,7 +1,8 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils toolchain-funcs games
DESCRIPTION="A shooting game in the spirit of Phobia games"
@ -14,10 +15,10 @@ SLOT=0
KEYWORDS="amd64 ppc x86"
IUSE=""
DEPEND="media-libs/libsdl
DEPEND="media-libs/libsdl[sound,video]
media-libs/sdl-image
media-libs/sdl-mixer"
RDEPEND="${DEPEND}"
RDEPEND=${DEPEND}
src_unpack() {
unpack ${P}.tar.gz
@ -32,8 +33,7 @@ src_prepare() {
-e "/^LINKFLAGS=/s:=.*:=${LDFLAGS}:" \
-e "s:\${DATDIR}:${GAMES_DATADIR}/${PN}/data:" \
-e "s:\${DEFCONFIGDIR}:${GAMES_DATADIR}/${PN}:" \
Makefile \
|| die "sed failed"
Makefile || die
}
src_install() {

@ -1,7 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools eutils games
DESCRIPTION="2D length scroll shooting game"
@ -23,9 +24,9 @@ src_prepare() {
sed -i \
-e '1i #include <string.h>' \
-e "s:DATA_PATH \"/.score\":\"${GAMES_STATEDIR}/${PN}\":" \
src/ranking.c \
|| die "sed failed"
epatch "${FILESDIR}"/${P}-paths.patch \
src/ranking.c || die
epatch \
"${FILESDIR}"/${P}-paths.patch \
"${FILESDIR}"/${P}-cflags.patch
eautoreconf
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools eutils games
DESCRIPTION="2D length scroll shooting game"
@ -24,8 +24,7 @@ src_prepare() {
sed -i \
-e '1i #include <string.h>' \
-e "s:DATA_PATH \"/.score\":\"${GAMES_STATEDIR}/${PN}\":" \
src/ranking.c \
|| die "sed failed"
src/ranking.c || die
sed -i -e '/CFLAGS/s/$/ @CFLAGS@/' src/Makefile.am || die #bug 426890
epatch "${FILESDIR}"/${P}-paths.patch
mv configure.{in,ac}
@ -34,7 +33,6 @@ src_prepare() {
src_install() {
default
emake DESTDIR="${D}" install
insinto "${GAMES_STATEDIR}"
newins data/.score ${PN}
fperms g+w "${GAMES_STATEDIR}"/${PN}

@ -1,8 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils autotools games
data_ver=1.5
@ -36,8 +36,7 @@ src_prepare() {
"${FILESDIR}/${P}"-underlink.patch \
"${FILESDIR}"/${P}-automake-1.12.patch
sed -i 's:$(localedir):/usr/share/locale:' \
$(find . -name 'Makefile.in*') \
|| die "sed failed"
$(find . -name 'Makefile.in*') || die
eautoreconf
}

@ -1,7 +1,8 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="Multiplayer, networked game of little tanks with really big weapons"
@ -17,20 +18,16 @@ DEPEND="media-libs/libggi"
RDEPEND="${DEPEND}"
src_prepare() {
sed -i 's:-g -O2::' configure \
|| die "sed configure failed"
sed -i 's:-g -O2::' configure || die
cd src
epatch "${FILESDIR}"/${P}-gcc-3.4.patch
sed -i "s:/etc/koth:${GAMES_SYSCONFDIR}:" cfgfile.h \
|| die "sed cfgfile.h failed"
sed -i 's:(uint16):(uint16_t):' gfx.c gfx.h \
|| die "sed gfx.c gfx.h failed"
sed -i "s:/etc/koth:${GAMES_SYSCONFDIR}:" cfgfile.h || die
sed -i 's:(uint16):(uint16_t):' gfx.c gfx.h || die
}
DOCS="AUTHORS ChangeLog NEWS README doc/*.txt"
src_install() {
default
DOCS="AUTHORS ChangeLog NEWS README doc/*.txt" \
default
insinto "${GAMES_SYSCONFDIR}"
doins src/koth.cfg
prepgamesdirs

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="A tribute to Paradroid by Andrew Braybrook"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="Abstract Shooting Game"
@ -27,10 +27,9 @@ src_prepare(){
sed -i \
-e "s:/.noiz2sa.prf:/noiz2sa.prf:" \
-e "s:getenv(\"HOME\"):\"${GAMES_STATEDIR}\":" \
attractmanager.c \
|| die "sed failed"
attractmanager.c || die
cp makefile.lin Makefile || die "Failed copying Makefile"
cp makefile.lin Makefile || die
}
src_install(){
@ -38,7 +37,7 @@ src_install(){
dogamesbin ${PN}
dodir "${datadir}" "${GAMES_STATEDIR}"
cp -r ../noiz2sa_share/* "${D}/${datadir}" || die "cp failed"
cp -r ../noiz2sa_share/* "${D}/${datadir}" || die
dodoc ../readme*
touch "${D}${GAMES_STATEDIR}/${PN}.prf"
fperms 660 "${GAMES_STATEDIR}/${PN}.prf"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils toolchain-funcs games
DESCRIPTION="You are now free to fly around the city and poop on passers-by"
@ -26,13 +26,13 @@ S=${WORKDIR}/${PN}
src_prepare() {
sed -i \
-e "s:textures/:${GAMES_DATADIR}/${PN}/:" \
includes/textureLoader.h || die "sed failed"
includes/textureLoader.h || die
sed -i \
-e "s:config/:${GAMES_SYSCONFDIR}/:" \
myConfig.h || die "sed failed"
myConfig.h || die
sed -i \
-e '/clear/d' \
Makefile || die "sed failed" # bug #120907
Makefile || die # bug #120907
epatch \
"${FILESDIR}"/${P}-freeglut.patch \

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils scons-utils games
DESCRIPTION="space shoot-em-up game"
@ -16,7 +16,7 @@ IUSE=""
DEPEND="<media-libs/allegro-5
media-libs/aldumb"
RDEPEND="${DEPEND}"
RDEPEND=${DEPEND}
src_prepare() {
rm -f {data,music}/.sconsign
@ -27,8 +27,7 @@ src_prepare() {
"${FILESDIR}"/${P}-ldflags.patch
sed -i \
-e "/^#define INSTALL_DIR/s:\.:${GAMES_DATADIR}:" \
src/defs.cpp \
|| die "sed failed"
src/defs.cpp || die
}
src_compile() {

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
MY_PN="rRootage"
@ -22,7 +22,7 @@ DEPEND="virtual/opengl
media-libs/libsdl[video]
media-libs/sdl-mixer[vorbis]
>=dev-libs/libbulletml-0.0.3"
RDEPEND="${DEPEND}"
RDEPEND=${DEPEND}
S=${WORKDIR}/${MY_PN}/src
@ -37,12 +37,11 @@ src_prepare() {
-e "/^CPPFLAGS/s/MORE_CFLAGS/MORE_CXXFLAGS/" \
-e "s/ -mwindows//" \
-e "s:-I./bulletml/:-I/usr/include/bulletml:" \
makefile.lin > Makefile || die "sed failed"
makefile.lin > Makefile || die
sed -i \
-e "s:/usr/share/games:${GAMES_DATADIR}:" \
barragemanager.cc screen.c soundmanager.c \
|| die "sed failed"
barragemanager.cc screen.c soundmanager.c || die
}
src_compile() {
@ -54,7 +53,7 @@ src_compile() {
src_install() {
newgamesbin rr ${PN}
dodir "${GAMES_DATADIR}/${MY_PN}"
cp -r ../rr_share/* "${D}/${GAMES_DATADIR}/${MY_PN}" || die "cp failed"
cp -r ../rr_share/* "${D}/${GAMES_DATADIR}/${MY_PN}" || die
dodoc ../readme*
prepgamesdirs
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools eutils games
MY_P=SpaceAryarya-KXL-${PV}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="Tow Bowl Tactics is a game based on Games Workshop's Blood Bowl"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit games
DESCRIPTION="A racing game starring Tux, the linux penguin"
@ -29,16 +29,13 @@ src_prepare() {
# apparently <sys/perm.h> doesn't exist on alpha
if use alpha; then
sed -i \
-e '/#include <sys\/perm.h>/d' src/gfx.cxx \
|| die "sed src/gfx.cxx failed"
-e '/#include <sys\/perm.h>/d' src/gfx.cxx || die
fi
sed -i \
-e "/^plib_suffix/ s/-lplibul/-lplibul -lplibjs/" \
-e "s/-malign-double//; s/-O6//" configure \
|| die "sed configure failed"
-e "s/-malign-double//; s/-O6//" configure || die
sed -i \
-e "/^bindir/s/=.*/=@bindir@/" src/Makefile.in \
|| die "sed src/Makefile.in failed"
-e "/^bindir/s/=.*/=@bindir@/" src/Makefile.in || die
}
src_configure() {

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="A retro side-scrolling shoot'em up based on the editor war story"
@ -24,12 +24,10 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-sound.patch
sed -i \
-e "/^WITHAUDIO/s/yes/$(use portaudio && echo yes || echo no)/" \
Makefile \
|| die "sed failed"
Makefile || die
sed -i \
-e "s:GENTOO_DATADIR:${GAMES_DATADIR}/${PN}:" \
wwviaudio.c \
|| die "sed failed"
wwviaudio.c || die
}
src_compile() {

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools games
# Change these as releases changes
@ -28,7 +28,7 @@ IUSE=""
RDEPEND="x11-libs/libICE
x11-libs/libX11
media-libs/libpng"
media-libs/libpng:0"
DEPEND="${RDEPEND}
x11-libs/libXt"
@ -49,8 +49,7 @@ src_install() {
# Images
dodir "${IMAGE_INSTALL_DIR}"
cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" \
|| die "cp failed"
cp -pPR "${WORKDIR}/${IMAGES}"/* "${D}/${IMAGE_INSTALL_DIR}" || die
# Levels
insinto "${GAMES_DATADIR}/xblast/level"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="Bomberman clone w/multiplayer support"
@ -15,21 +15,18 @@ KEYWORDS="amd64 ~ppc x86"
IUSE=""
DEPEND="x11-libs/libX11"
RDEPEND="${DEPEND}"
RDEPEND=${DEPEND}
src_prepare() {
sed -i \
-e "/^CC/d" \
-e 's/gcc/$(CC)/g' \
-e "s:X386:X11R6:" \
Makefile \
|| die "sed failed"
Makefile || die
sed -i \
-e "s:data/%s:${GAMES_DATADIR}/${PN}/%s:" bomber.c \
|| die "sed failed"
-e "s:data/%s:${GAMES_DATADIR}/${PN}/%s:" bomber.c || die
sed -i \
-e "s:=\"data\":=\"${GAMES_DATADIR}/${PN}\":" sound.c \
|| die "sed failed"
-e "s:=\"data\":=\"${GAMES_DATADIR}/${PN}\":" sound.c || die
epatch \
"${FILESDIR}"/${P}-va_list.patch \
"${FILESDIR}"/${P}-gcc4.patch \

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils toolchain-funcs games
DESCRIPTION="A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game"
@ -14,10 +14,10 @@ SLOT="0"
KEYWORDS="amd64 ppc x86 ~x86-fbsd"
IUSE=""
DEPEND="media-libs/libsdl
DEPEND="media-libs/libsdl[sound,video]
x11-libs/libXi
media-libs/sdl-mixer[vorbis]"
RDEPEND="${DEPEND}"
RDEPEND=${DEPEND}
src_unpack() {
unpack ${A}
@ -29,8 +29,7 @@ src_prepare() {
sed -i \
-e "/^TR_CFLAGS/d" \
-e "/^TR_CXXFLAGS/d" \
configure \
|| die "sed failed"
configure || die
epatch "${FILESDIR}"/${P}-settings.patch
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools games
DESCRIPTION="Clone of the 1981 Night Stalker video game by Mattel Electronics"
@ -23,8 +23,7 @@ src_prepare() {
-e "/^pkgsounddir/ s:sounds.*:\$(PACKAGE)/sounds:" \
-e "/^desktopentrydir/ s:=.*:=/usr/share/applications:" \
-e "/^pixmapdir/ s:=.*:=/usr/share/pixmaps:" \
src/Makefile.am \
|| die
src/Makefile.am || die
eautoreconf
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils toolchain-funcs games
DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen"
@ -14,15 +14,14 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
DEPEND="media-libs/libsdl"
RDEPEND="${DEPEND}"
DEPEND="media-libs/libsdl[video]"
RDEPEND=${DEPEND}
src_prepare() {
epatch "${FILESDIR}"/${PV}-gentoo.patch
sed -i "s:g++:$(tc-getCXX):" Makefile || die "sed failed"
sed -i "s:g++:$(tc-getCXX):" Makefile || die
sed -i \
-e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c \
|| die 'sed failed'
-e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c || die
}
src_install() {

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="Defend your volcano from the attacking ants by firing rocks/bullets at them"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit cmake-utils eutils games
DESCRIPTION="A beach ball game with blobs of goo"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools flag-o-matic games
DESCRIPTION="A fast-paced multiplayer deathmatch arcade game"
@ -17,22 +17,20 @@ IUSE="gtk editor"
DEPEND="media-libs/libsdl[video]
media-libs/sdl-mixer
gtk? ( x11-libs/gtk+:2 )"
RDEPEND="${DEPEND}"
RDEPEND=${DEPEND}
src_prepare() {
sed -i \
-e "/appicondir/s:\$(prefix):/usr:" \
-e "/desktopdir/s:\$(prefix):/usr:" \
$(find icons -name Makefile.am) \
Makefile.am \
|| die "sed failed"
Makefile.am || die
sed -i \
-e "s:\$*[({]prefix[})]/share:${GAMES_DATADIR}:" \
configure.in \
graphics/Makefile.am \
levels/Makefile.am \
sounds/Makefile.am \
|| die "sed failed"
sounds/Makefile.am || die
epatch "${FILESDIR}"/${P}-fpe.patch
eautoreconf
}
@ -40,7 +38,6 @@ src_prepare() {
src_configure() {
filter-flags -fforce-addr
egamesconf \
--disable-dependency-tracking \
--disable-launcher1 \
$(use_enable gtk launcher2) \
$(use_enable editor)

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="Breakout with 3D representation based on OpenGL"
@ -16,10 +16,10 @@ IUSE="nls"
RDEPEND="virtual/opengl
virtual/glu
media-libs/libsdl
media-libs/libsdl[joystick,sound,video]
media-libs/sdl-mixer
media-libs/sdl-ttf
media-libs/libpng
media-libs/libpng:0
nls? ( virtual/libintl )"
DEPEND="${RDEPEND}
nls? ( sys-devel/gettext )"
@ -30,22 +30,18 @@ src_prepare() {
# no thanks we'll take care of it.
sed -i \
-e '/^SUBDIRS/s/desktop//' \
Makefile.in \
|| die "sed Makefile.in failed"
Makefile.in || die
sed -i \
-e "/CXXFLAGS/s:-O3:${CXXFLAGS}:" \
-e 's:=.*share/locale:=/usr/share/locale:' \
configure \
|| die "sed configure failed"
configure || die
sed -i \
-e 's:$(datadir)/locale:/usr/share/locale:' \
po/Makefile.in.in \
|| die "sed Makefile.in.in failed"
po/Makefile.in.in || die
}
src_configure() {
egamesconf \
$(use_enable nls)
egamesconf $(use_enable nls)
}
src_install() {

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
CDOGS_DATA="cdogs-data-2007-07-06"
@ -11,31 +11,30 @@ HOMEPAGE="http://lumaki.com/code/cdogs"
SRC_URI="http://icculus.org/cdogs-sdl/files/src/${P}.tar.bz2
http://icculus.org/cdogs-sdl/files/data/${CDOGS_DATA}.tar.bz2"
LICENSE="GPL-2"
LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
DEPEND="media-libs/libsdl
DEPEND="media-libs/libsdl[video]
media-libs/sdl-mixer"
RDPEND=${DEPEND}
S=${WORKDIR}/${P}/src
src_unpack() {
unpack ${A}
mv ${CDOGS_DATA} ${P}/data || die "Failed moving data around"
mv ${CDOGS_DATA} ${P}/data || die
}
src_prepare() {
sed -i \
-e "/^CF_OPT/d" \
-e "/^CC/d" \
Makefile \
|| die "sed failed"
Makefile || die
sed -i \
-e "/\bopen(/s/)/, 0666)/" \
files.c \
|| die "sed failed"
files.c || die
epatch "${FILESDIR}"/${P}-64bit.patch
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
DESCRIPTION="Port from an old amiga game"
@ -22,7 +22,7 @@ src_prepare() {
epatch "${FILESDIR}"/${P}-gentoo.patch
sed -i \
-e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \
sources/target.cpp
sources/target.cpp || die
# fix weird parallel make issue wrt #450422
mkdir build || die

@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit cmake-utils eutils games
MY_PN=opensnc
@ -11,30 +10,24 @@ MY_P=${MY_PN}-src-${PV}
DESCRIPTION="A free open-source game based on the Sonic the Hedgehog universe"
HOMEPAGE="http://opensnc.sourceforge.net/"
SRC_URI="${MY_P}.tar.gz"
SRC_URI="https://sourceforge.net/projects/opensnc/files/Open%20Sonic/${PV}/opensnc-src-${PV}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RESTRICT="fetch" # unsure about legality of graphics
RESTRICT="mirror" # unsure about legality of graphics
DEPEND="media-libs/allegro:0[X,jpeg,png,vorbis]
media-libs/libogg
media-libs/libpng:0
media-libs/libvorbis
sys-libs/zlib
virtual/jpeg"
virtual/jpeg:0"
RDEPEND=${DEPEND}
S=${WORKDIR}/${MY_P}
pkg_nofetch() {
einfo "Please download ${SRC_URI} from:"
einfo "http://sourceforge.net/projects/opensnc/files/Open%20Sonic/0.1.4/"
einfo "and move it to ${DISTDIR}"
echo
}
src_prepare() {
epatch "${FILESDIR}"/${PF}-cmake.patch
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit autotools eutils flag-o-matic games
MUSIC_P=SMC_Music_4.1_high
@ -22,7 +22,7 @@ RDEPEND="<dev-games/cegui-0.7[opengl,devil]
virtual/glu
x11-libs/libX11
dev-libs/libpcre[unicode]
media-libs/libpng
media-libs/libpng:0
media-libs/libsdl[X,joystick,opengl]
media-libs/sdl-image[png]
media-libs/sdl-mixer[vorbis]

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils games
MY_P="${PN}-${PV/_beta/beta}"
@ -27,13 +27,17 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
src_prepare() {
epatch "${FILESDIR}"/${P}-glib-single-include.patch
epatch "${FILESDIR}"/${P}-ovflfix.patch
epatch \
"${FILESDIR}"/${P}-glib-single-include.patch \
"${FILESDIR}"/${P}-ovflfix.patch
sed -i \
-e "s:-O2 -fomit-frame-pointer -ffast-math:${CFLAGS}:" \
-e "s:-O2:${CFLAGS}:" \
configure \
|| die "sed failed"
configure || die
sed -i \
-e '/Icon/s/\.png//' \
-e '/Categories/s/Application;//' \
gxmame.desktop.in || die
sed -i \
-e 's:COPYING::' \
-e "s:^docdir = .*:docdir = /usr/share/doc/${PF}:" \
@ -45,23 +49,19 @@ src_prepare() {
-e "s:^Graphicsdir = .*:Graphicsdir = /usr/share/applications:" \
-e "/DDATADIR/s:\$(datadir):/usr/share/pixmaps:" \
-e "/DPACKAGE_LOCALE_DIR/s:\$(datadir):/usr/share:" \
Makefile.in html/Makefile.in src/Makefile.in po/Makefile.in.in \
|| die "sed failed"
sed -i \
-e 's/"gxmame"/""/' src/gui.c \
|| die "sed failed"
Makefile.in html/Makefile.in src/Makefile.in po/Makefile.in.in || die
sed -i -e 's/"gxmame"/""/' src/gui.c || die
}
src_configure() {
egamesconf \
--disable-dependency-tracking \
--with-xmame-dir="${GAMES_DATADIR}"/xmame \
$(use_enable nls) \
$(use_enable joystick)
}
src_install() {
emake DESTDIR="${D}" install
dodoc AUTHORS BUGS ChangeLog NEWS README TODO
DOCS="AUTHORS BUGS ChangeLog NEWS README TODO" \
default
prepgamesdirs
}

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit games
DESCRIPTION="a multi system emulator for many console and handheld video game systems"

@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=4
EAPI=5
inherit eutils flag-o-matic games
DESCRIPTION="Curses-based interpreter and development tools for TADS 2 and TADS 3 text adventures"
@ -17,15 +17,14 @@ IUSE="debug tads2compiler tads3compiler"
RESTRICT="!tads3compiler? ( test )"
RDEPEND="net-misc/curl
sys-libs/ncurses"
DEPEND="${RDEPEND}"
sys-libs/ncurses:0"
DEPEND=${RDEPEND}
DOCS=( doc/{AUTHORS,BUGS,ChangeLog.old,NEWS,README,SRC_GUIDELINES,THANKS} )
src_configure() {
append-cxxflags -fpermissive
egamesconf \
--disable-silent-rules \
$(use_enable debug t3debug) \
$(use_enable debug error-checking) \
$(use_enable tads2compiler t2-compiler) \

@ -9,7 +9,7 @@
# Since we don't compile or install any of the bundled fonts, their licenses
# don't apply. (Fonts are installed through dependencies instead.)
EAPI=4
EAPI=5
inherit eutils multiprocessing toolchain-funcs gnome2-utils games
DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
@ -29,7 +29,7 @@ RDEPEND="
media-libs/sdl-mixer
media-libs/sdl-sound[modplug,mp3,vorbis]
sys-libs/zlib
virtual/jpeg
virtual/jpeg:0
x11-libs/gtk+:2"
DEPEND="${RDEPEND}
app-arch/unzip

@ -2,8 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI="4"
EAPI=5
inherit toolchain-funcs eutils multilib
MY_PN=FreeImage
@ -24,15 +23,15 @@ IUSE="jpeg jpeg2k mng openexr png raw static-libs tiff"
# The tiff/ilmbase isn't a typo. The TIFF plugin cheats and
# uses code from it to handle 16bit<->float conversions.
RDEPEND="sys-libs/zlib
jpeg? ( virtual/jpeg )
jpeg? ( virtual/jpeg:0 )
jpeg2k? ( media-libs/openjpeg:0 )
mng? ( media-libs/libmng )
openexr? ( media-libs/openexr )
png? ( media-libs/libpng )
png? ( media-libs/libpng:0 )
raw? ( media-libs/libraw )
tiff? (
media-libs/ilmbase
media-libs/tiff
media-libs/tiff:0
)"
DEPEND="${RDEPEND}
virtual/pkgconfig

@ -1 +1,2 @@
DIST libshout-2.3.1.tar.gz 464229 SHA256 cf3c5f6b4a5e3fcfbe09fb7024aa88ad4099a9945f7cb037ec06bcee7a23926e SHA512 19c1421e654310ddbc25f343d205d921b7c3f1c9c97f028207deaf1a46150b7f6c8069d52b7a3c9ed72dda276b52237cf1208292fbfa09aa7d09f85072c46a7b WHIRLPOOL 7060612fc19735030d8da4ef340eb51ef6d3cbb44502a64ba68f87cc4031918e304bd1f317dfe5796937ef0eeed2dad13abaa622bdca774d65e23f5ae2a061fa
DIST libshout-2.4.1.tar.gz 516161 SHA256 f3acb8dec26f2dbf6df778888e0e429a4ce9378a9d461b02a7ccbf2991bbf24d SHA512 4d4b958947e020de3330d49d39d59220fc89315f25f653a7456b9aa24ca9566fca30bb3d65e6348e79958656096b6b864ea8885157d24e55c8d84d6604670219 WHIRLPOOL b2c4d9e4e6cebe01879fedd5edbe158f8011fd55140df98f3993101875b991cf236a5d6b8545e947ac3d55fcfc24a9fe4afd2a567b9eace372a23282b4b5e6af

@ -0,0 +1,13 @@
http://bugs.gentoo.org/499458
--- libshout-2.4.1/src/Makefile.am
+++ libshout-2.4.1/src/Makefile.am
@@ -33,7 +33,7 @@
AM_CFLAGS = @XIPH_CFLAGS@
libshout_la_LIBADD = common/net/libicenet.la common/timing/libicetiming.la common/avl/libiceavl.la\
- common/httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(THEORA_LIBS) $(VORBIS_LIBS) $(SPEEX_LIBS) @XIPH_LIBS@
+ common/httpp/libicehttpp.la $(MAYBE_THREAD_LIB) $(OGG_LIBS) $(VORBIS_LIBS) $(THEORA_LIBS) $(SPEEX_LIBS) @XIPH_LIBS@
INCLUDES = -I$(top_builddir)/include -I./common/

@ -0,0 +1,45 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
inherit autotools eutils multilib-minimal
DESCRIPTION="library for connecting and sending data to icecast servers"
HOMEPAGE="http://www.icecast.org/"
SRC_URI="http://downloads.xiph.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
IUSE="libressl speex static-libs theora"
RDEPEND=">=media-libs/libogg-1.3.0[${MULTILIB_USEDEP}]
>=media-libs/libvorbis-1.3.3-r1[${MULTILIB_USEDEP}]
!libressl? ( dev-libs/openssl:0= )
libressl? ( dev-libs/libressl )
speex? ( >=media-libs/speex-1.2_rc1-r1[${MULTILIB_USEDEP}] )
theora? ( >=media-libs/libtheora-1.1.1[${MULTILIB_USEDEP}] )
abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r6
!app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )"
DEPEND="${RDEPEND}
virtual/pkgconfig"
src_prepare() {
epatch "${FILESDIR}"/${PN}-2.4.1-underlinking.patch
eautoreconf
multilib_copy_sources
}
multilib_src_configure() {
ECONF_SOURCE="${S}" econf \
$(use_enable static-libs static) \
$(use_enable theora) \
$(use_enable speex)
}
multilib_src_install_all() {
dodoc README examples/example.c
rm -rf "${ED}"/usr/share/doc/${PN}
prune_libtool_files
}

@ -1 +1 @@
Fri, 18 Dec 2015 08:43:59 +0000
Fri, 18 Dec 2015 14:13:49 +0000

@ -1 +1 @@
Fri, 18 Dec 2015 08:43:59 +0000
Fri, 18 Dec 2015 14:13:49 +0000

@ -459,9 +459,6 @@
<maintainer>
<email>cardoe@gentoo.org</email>
</maintainer>
<maintainer>
<email>idella4@gentoo.org</email>
</maintainer>
<maintainer>
<email>steev@gentoo.org</email>
</maintainer>

@ -1,13 +1,13 @@
DEFINED_PHASES=configure
DEPEND=dev-libs/kpathsea:= media-libs/gd[jpeg,png] media-libs/libpng:0= virtual/latex-base sys-libs/zlib truetype? ( >=media-libs/freetype-2.1.5 ) virtual/texi2dvi virtual/pkgconfig test? ( dev-texlive/texlive-fontsrecommended )
DEPEND=dev-libs/kpathsea:= media-libs/gd:2=[jpeg,png] media-libs/libpng:0= virtual/latex-base sys-libs/zlib truetype? ( >=media-libs/freetype-2.1.5 ) virtual/texi2dvi virtual/pkgconfig test? ( dev-texlive/texlive-fontsrecommended )
DESCRIPTION=Translate DVI files into PNG or GIF graphics
EAPI=5
HOMEPAGE=http://dvipng.sourceforge.net/
IUSE=truetype test
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x86-solaris
LICENSE=LGPL-3+ Texinfo-manual
RDEPEND=dev-libs/kpathsea:= media-libs/gd[jpeg,png] media-libs/libpng:0= virtual/latex-base sys-libs/zlib truetype? ( >=media-libs/freetype-2.1.5 )
RDEPEND=dev-libs/kpathsea:= media-libs/gd:2=[jpeg,png] media-libs/libpng:0= virtual/latex-base sys-libs/zlib truetype? ( >=media-libs/freetype-2.1.5 )
SLOT=0
SRC_URI=mirror://sourceforge/dvipng/dvipng-1.15.tar.gz
_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=96d04f6936566861cd20bca3517a7cce
_md5_=d011a05ddb1ac100f52d9d34bfd9d519

@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=sys-libs/zlib X? ( media-libs/libpng virtual/jpeg media-libs/freetype media-libs/fontconfig opengl? ( virtual/opengl ) app-arch/bzip2 x11-libs/libX11 ) sqlite? ( dev-db/sqlite ) sound? ( media-libs/alsa-lib ) mikmod? ( media-libs/libmikmod media-libs/alsa-lib ) vorbis? ( media-libs/libogg media-libs/libvorbis media-libs/alsa-lib ) virtual/pkgconfig doc? ( app-doc/doxygen dev-lang/perl )
DEPEND=sys-libs/zlib X? ( media-libs/libpng:0 virtual/jpeg:0 media-libs/freetype media-libs/fontconfig opengl? ( virtual/opengl ) app-arch/bzip2 x11-libs/libX11 ) sqlite? ( dev-db/sqlite:0 ) sound? ( media-libs/alsa-lib ) mikmod? ( media-libs/libmikmod media-libs/alsa-lib ) vorbis? ( media-libs/libogg media-libs/libvorbis media-libs/alsa-lib ) virtual/pkgconfig doc? ( app-doc/doxygen dev-lang/perl )
DESCRIPTION=multi-platform game development library
EAPI=4
EAPI=5
HOMEPAGE=http://www.clanlib.org/
IUSE=doc ipv6 mikmod opengl sound sqlite cpu_flags_x86_sse2 static-libs vorbis X
KEYWORDS=amd64 x86
LICENSE=ZLIB
RDEPEND=sys-libs/zlib X? ( media-libs/libpng virtual/jpeg media-libs/freetype media-libs/fontconfig opengl? ( virtual/opengl ) app-arch/bzip2 x11-libs/libX11 ) sqlite? ( dev-db/sqlite ) sound? ( media-libs/alsa-lib ) mikmod? ( media-libs/libmikmod media-libs/alsa-lib ) vorbis? ( media-libs/libogg media-libs/libvorbis media-libs/alsa-lib )
RDEPEND=sys-libs/zlib X? ( media-libs/libpng:0 virtual/jpeg:0 media-libs/freetype media-libs/fontconfig opengl? ( virtual/opengl ) app-arch/bzip2 x11-libs/libX11 ) sqlite? ( dev-db/sqlite:0 ) sound? ( media-libs/alsa-lib ) mikmod? ( media-libs/libmikmod media-libs/alsa-lib ) vorbis? ( media-libs/libogg media-libs/libvorbis media-libs/alsa-lib )
REQUIRED_USE=opengl? ( X )
SLOT=2.3
SRC_URI=http://clanlib.org/download/releases-2.0/ClanLib-2.3.7.tgz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=ab2f49ae4704f569b39989d002aaae0c
_md5_=19502e216508481a0af7be63dd505547

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=>=app-arch/rpm2targz-9.0.0.3g
DESCRIPTION=FPS level editor
EAPI=2
EAPI=5
HOMEPAGE=http://www.qeradiant.com/?data=editors/gtk
KEYWORDS=-* x86
LICENSE=qeradiant
@ -9,4 +9,4 @@ RDEPEND==media-libs/libpng-1.2* sys-libs/zlib app-crypt/mhash =dev-libs/glib-2*
SLOT=0
SRC_URI=http://zerowing.idsoftware.com/files/radiant/nightly/1.5/gtkradiant-1.5.0-2006-03-02.i386.rpm
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 rpm 514a1840ee796656311a029ea952faa9 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=f7ec1674d400f0da416930e927a1161f
_md5_=b6663e5685bee81d3390bf141dae72aa

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=x11-libs/libXaw x11-libs/libX11 !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Object-oriented Input System - A cross-platform C++ input handling library
EAPI=4
EAPI=5
HOMEPAGE=http://sourceforge.net/projects/wgois/
IUSE=static-libs
KEYWORDS=amd64 ~arm x86
@ -9,4 +9,4 @@ LICENSE=ZLIB
SLOT=0
SRC_URI=mirror://sourceforge/wgois/ois_v1-3.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c autotools-utils 419811142edf3516b0d0cf1a254d93cb eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=eaceaa4a25f1cc57ad6735fd9aef5ada
_md5_=86f7f49a678d6a54526e7153599f1d5b

@ -1,11 +1,12 @@
DEFINED_PHASES=compile configure install
DEPEND=doc? ( app-doc/doxygen ) virtual/pkgconfig
DESCRIPTION=Worldforge math library
EAPI=4
EAPI=5
HOMEPAGE=http://www.worldforge.org/dev/eng/libraries/wfmath
IUSE=doc static-libs
KEYWORDS=amd64 x86
LICENSE=GPL-2
SLOT=0
SRC_URI=mirror://sourceforge/worldforge/wfmath-1.0.1.tar.bz2
_md5_=35022f7705b6f9ed1bd5cfca61ee3685
_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=635b835e6d2fbc56e373bcc2f84e1f84

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=X? ( x11-libs/libXpm ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=a bloody 2D action deathmatch-like game in ASCII-ART
EAPI=4
EAPI=5
HOMEPAGE=http://artax.karlin.mff.cuni.cz/~brain/0verkill/
IUSE=X
KEYWORDS=amd64 ia64 ppc sparc x86
@ -10,4 +10,4 @@ RDEPEND=X? ( x11-libs/libXpm ) games-misc/games-envd
SLOT=0
SRC_URI=http://artax.karlin.mff.cuni.cz/~brain/0verkill/release/0verkill-0.16.tgz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=3c3318b5a052b28b4cee0ec280b13305
_md5_=fe2b399341eaf343e78f872960626557

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=>=media-libs/libsdl-1.1.6[sound,opengl,video] media-libs/sdl-mixer virtual/opengl !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=port of Abuse by Crack Dot Com
EAPI=4
EAPI=5
HOMEPAGE=http://abuse.zoy.org/
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2 WTFPL-2
@ -9,4 +9,4 @@ RDEPEND=>=media-libs/libsdl-1.1.6[sound,opengl,video] media-libs/sdl-mixer virtu
SLOT=0
SRC_URI=http://abuse.zoy.org/raw-attachment/wiki/download/abuse-0.8.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=bed7ca7da271e2379b12f164165b3b1f
_md5_=6e47d8cb016aaca3ca14190d01538571

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=>=media-libs/libsdl-1.2[sound,video] >=media-libs/sdl-mixer-1.2.4
DESCRIPTION=A violent point-and-click shooting game
EAPI=4
EAPI=5
HOMEPAGE=http://lgames.sourceforge.net
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=>=media-libs/libsdl-1.2[sound,video] >=media-libs/sdl-mixer-1.2.4 games-
SLOT=0
SRC_URI=mirror://sourceforge/lgames/barrage-1.0.4.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=5b355a18f30a13ecebf16be0f4aa9562
_md5_=8d6a3cdcc5f2946d1da923fad4f6e10c

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=>=media-libs/libsdl-1.1.0 media-libs/sdl-image[png] media-libs/sdl-mixer[mod] X? ( x11-libs/libXt ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEPEND=>=media-libs/libsdl-1.1.0[video] media-libs/sdl-image[png] media-libs/sdl-mixer[mod] X? ( x11-libs/libXt ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=BomberMan clone with network game support
EAPI=4
EAPI=5
HOMEPAGE=http://www.bomberclone.de/
IUSE=X
KEYWORDS=amd64 ~mips ppc ppc64 x86
LICENSE=GPL-2
RDEPEND=>=media-libs/libsdl-1.1.0 media-libs/sdl-image[png] media-libs/sdl-mixer[mod] X? ( x11-libs/libXt ) games-misc/games-envd
RDEPEND=>=media-libs/libsdl-1.1.0[video] media-libs/sdl-image[png] media-libs/sdl-mixer[mod] X? ( x11-libs/libXt ) games-misc/games-envd
SLOT=0
SRC_URI=mirror://sourceforge/bomberclone/bomberclone-0.11.8.tar.bz2
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=9ba9351d19266c0fd7bf62b1274ffa8f
_md5_=15810f4051fcb159764aabf332281e93

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=<media-libs/allegro-5
DESCRIPTION=Target chickens with rockets and shotguns. Funny
EAPI=4
EAPI=5
HOMEPAGE=http://www.chickensforlinux.com/
KEYWORDS=amd64 ppc x86
LICENSE=all-rights-reserved
@ -10,4 +10,4 @@ RESTRICT=mirror bindist
SLOT=0
SRC_URI=http://www.chickensforlinux.com/ChickensForLinux-Linux-0.2.4.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=5c27f756bec743270ef4580bfa38734e
_md5_=40feae21e2e427027afe5e883a78e05b

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer
DEPEND=media-libs/libsdl[sound,video] media-libs/sdl-image media-libs/sdl-mixer
DESCRIPTION=A shooting game in the spirit of Phobia games
EAPI=4
EAPI=5
HOMEPAGE=http://www.mhgames.org/oldies/formido/
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
RDEPEND=media-libs/libsdl media-libs/sdl-image media-libs/sdl-mixer games-misc/games-envd
RDEPEND=media-libs/libsdl[sound,video] media-libs/sdl-image media-libs/sdl-mixer games-misc/games-envd
SLOT=0
SRC_URI=http://noe.falzon.free.fr/prog/formido-1.0.1.tar.gz http://koti.mbnet.fi/lsoft/formido/formido-music.tar.bz2
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=23349a9ca5ee689f0de7ed76fb991d83
_md5_=4877d0d1c04b9d7503e3cf85416801f2

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=dev-games/KXL !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=2D length scroll shooting game
EAPI=4
EAPI=5
HOMEPAGE=http://triring.net/ps2linux/games/kxl/kxlgames.html
KEYWORDS=amd64 x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=dev-games/KXL media-fonts/font-adobe-100dpi games-misc/games-envd
SLOT=0
SRC_URI=mirror://gentoo/geki2-KXL-2.0.3.tar.gz mirror://gentoo/geki2-KXL.png
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=ceb6991618beb236a9472dd5a16b965f
_md5_=223b2fbdf3ebe2c1f7f930bebaea2d1b

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=dev-games/KXL !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=2D length scroll shooting game
EAPI=4
EAPI=5
HOMEPAGE=http://triring.net/ps2linux/games/kxl/kxlgames.html
KEYWORDS=amd64 x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=dev-games/KXL media-fonts/font-adobe-100dpi games-misc/games-envd
SLOT=0
SRC_URI=mirror://gentoo/geki3-KXL-1.0.3.tar.gz mirror://gentoo/geki3-KXL.png
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=be8507f98d00e8ac4a213c24f97ec892
_md5_=a927b69a6b24d0620cf74e5398789173

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=nls? ( virtual/libintl ) sdl? ( media-libs/libsdl media-libs/sdl-mixer ) ggi? ( media-libs/libggi media-libs/libgii media-libs/libmikmod ) !sdl? ( !ggi? ( media-libs/libsdl media-libs/sdl-mixer ) ) nls? ( sys-devel/gettext ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Heroes Enjoy Riding Over Empty Slabs: similar to Tron and Nibbles
EAPI=4
EAPI=5
HOMEPAGE=http://heroes.sourceforge.net/
IUSE=sdl nls ggi
KEYWORDS=amd64 ppc sparc x86
@ -11,4 +11,4 @@ RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/heroes/heroes-0.21.tar.bz2 mirror://sourceforge/heroes/heroes-data-1.5.tar.bz2 mirror://sourceforge/heroes/heroes-sound-tracks-1.0.tar.bz2 mirror://sourceforge/heroes/heroes-sound-effects-1.0.tar.bz2
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=cfffcef20700797622ce913e68fe901d
_md5_=bb09af66f9d51b724bb80dd227d75740

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/libggi
DESCRIPTION=Multiplayer, networked game of little tanks with really big weapons
EAPI=4
EAPI=5
HOMEPAGE=http://www.nongnu.org/koth/
KEYWORDS=alpha amd64 ppc x86 ~x86-fbsd
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=media-libs/libggi games-misc/games-envd
SLOT=0
SRC_URI=http://savannah.nongnu.org/download/koth/default.pkg/0.8.0/koth-0.8.0.tar.bz2
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=50b4c4ea82db95d0a133a0fd256981aa
_md5_=efe854a70ed90df542983fc21069d5c3

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=x11-libs/libXpm
DESCRIPTION=A tribute to Paradroid by Andrew Braybrook
EAPI=4
EAPI=5
HOMEPAGE=http://night-hawk.sourceforge.net/nighthawk.html
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=x11-libs/libXpm games-misc/games-envd
SLOT=0
SRC_URI=ftp://metalab.unc.edu/pub/Linux/games/arcade/nighthawk-2.2-1.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=f3921ce25bf252b9d60c859dc55580b6
_md5_=9ced4373b498e330e9a5c3c414e156a9

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/sdl-mixer[vorbis] >=dev-libs/libbulletml-0.0.3 virtual/opengl
DESCRIPTION=Abstract Shooting Game
EAPI=4
EAPI=5
HOMEPAGE=http://www.asahi-net.or.jp/~cs8k-cyu/windows/noiz2sa_e.html http://sourceforge.net/projects/noiz2sa/
KEYWORDS=amd64 ~ppc x86
LICENSE=BSD
@ -9,4 +9,4 @@ RDEPEND=media-libs/sdl-mixer[vorbis] >=dev-libs/libbulletml-0.0.3 virtual/opengl
SLOT=0
SRC_URI=mirror://sourceforge/noiz2sa/noiz2sa-0.51a.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=52b97e8fca360f904374e63acfaabdb9
_md5_=8bbc45237e6b5ccc9fab68fad995269c

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/freeglut x11-libs/libXi x11-libs/libXmu virtual/opengl
DESCRIPTION=You are now free to fly around the city and poop on passers-by
EAPI=4
EAPI=5
HOMEPAGE=http://poopmup.sourceforge.net/
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
@ -10,4 +10,4 @@ RESTRICT=test
SLOT=0
SRC_URI=mirror://sourceforge/poopmup/poopmup-1.2.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=cd1380d7afeecdc2440211e0c19a2759
_md5_=3240d0b47fa2f114bee09d5f29731978

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=<media-libs/allegro-5 media-libs/aldumb dev-util/scons
DESCRIPTION=space shoot-em-up game
EAPI=4
EAPI=5
HOMEPAGE=http://raptorv2.sourceforge.net/
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=<media-libs/allegro-5 media-libs/aldumb games-misc/games-envd
SLOT=0
SRC_URI=mirror://sourceforge/raptorv2/rafkill-1.2.3.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 scons-utils b7d634f772db55c8af429f50aeec6ee0 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=4179bb21725ffe5b65fa9714d97430e2
_md5_=942546ec50d9a579010dbf5fcac73f6a

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=virtual/opengl virtual/glu media-libs/libsdl[video] media-libs/sdl-mixer[vorbis] >=dev-libs/libbulletml-0.0.3
DESCRIPTION=Abstract shooter - defeat auto-created huge battleships
EAPI=4
EAPI=5
HOMEPAGE=http://www.asahi-net.or.jp/~cs8k-cyu/windows/rr_e.html http://rrootage.sourceforge.net/
KEYWORDS=amd64 ppc x86
LICENSE=BSD
@ -9,4 +9,4 @@ RDEPEND=virtual/opengl virtual/glu media-libs/libsdl[video] media-libs/sdl-mixer
SLOT=0
SRC_URI=mirror://sourceforge/rrootage/rRootage-0.23a.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=6250407b66bed8870a8e33355eeef1b5
_md5_=8948e00c0d37263245b88c565f92afa3

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=dev-games/KXL !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=A 2D/3D shooting game
EAPI=4
EAPI=5
HOMEPAGE=http://triring.net/ps2linux/games/kxl/kxlgames.html
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=dev-games/KXL media-fonts/font-adobe-100dpi media-fonts/font-bitstream-1
SLOT=0
SRC_URI=mirror://gentoo/SpaceAryarya-KXL-1.0.2.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=784dc7b332c5983dcf375d9d2bc7f6ef
_md5_=2ddb35ffca1ffc3a2b62a6ee33cf46a2

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=dev-libs/libxml2 media-libs/smpeg media-libs/libsdl[sound,video] media-libs/sdl-net media-libs/sdl-image[jpeg,png] media-libs/sdl-mixer app-arch/unzip
DESCRIPTION=Tow Bowl Tactics is a game based on Games Workshop's Blood Bowl
EAPI=4
EAPI=5
HOMEPAGE=http://www.towbowltactics.com/index_en.html
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=dev-libs/libxml2 media-libs/smpeg media-libs/libsdl[sound,video] media-l
SLOT=0
SRC_URI=http://www.towbowltactics.com/download/tbt.0.5.src.zip
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=23a05993d5575c5f643130a606378ab9
_md5_=868d8119cfc66234ebd30317bd36e6e8

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=>=media-libs/plib-1.8.0 x11-libs/libX11 x11-libs/libICE x11-libs/libSM x11-libs/libXext x11-libs/libXmu x11-libs/libXi virtual/opengl x11-libs/libXt
DESCRIPTION=A racing game starring Tux, the linux penguin
EAPI=4
EAPI=5
HOMEPAGE=http://tuxkart.sourceforge.net/
KEYWORDS=alpha amd64 x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=>=media-libs/plib-1.8.0 x11-libs/libX11 x11-libs/libICE x11-libs/libSM x
SLOT=0
SRC_URI=mirror://sourceforge/tuxkart/tuxkart-0.4.0.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=3c953fae6c8358835e8c4549945f8bd4
_md5_=74c3800672556de2e67af0e02f4ce437

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=x11-libs/gtk+:2 portaudio? ( media-libs/libvorbis >=media-libs/portaudio-19_pre1 ) virtual/pkgconfig
DESCRIPTION=A retro side-scrolling shoot'em up based on the editor war story
EAPI=4
EAPI=5
HOMEPAGE=http://wordwarvi.sourceforge.net
IUSE=portaudio
KEYWORDS=amd64 x86
@ -10,4 +10,4 @@ RDEPEND=x11-libs/gtk+:2 portaudio? ( media-libs/libvorbis >=media-libs/portaudio
SLOT=0
SRC_URI=mirror://sourceforge/wordwarvi/wordwarvi-1.00.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=3306bc845911a571f9e12fc70157ce3a
_md5_=77d1bde6149e5697444e1744149efbd3

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=x11-libs/libICE x11-libs/libX11 media-libs/libpng x11-libs/libXt !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEPEND=x11-libs/libICE x11-libs/libX11 media-libs/libpng:0 x11-libs/libXt !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Bomberman clone w/network support for up to 6 players
EAPI=4
EAPI=5
HOMEPAGE=http://xblast.sourceforge.net/
KEYWORDS=amd64 ppc x86
LICENSE=GPL-2
RDEPEND=x11-libs/libICE x11-libs/libX11 media-libs/libpng games-misc/games-envd
RDEPEND=x11-libs/libICE x11-libs/libX11 media-libs/libpng:0 games-misc/games-envd
SLOT=0
SRC_URI=mirror://sourceforge/xblast/xblast-2.10.4.tar.gz mirror://sourceforge/xblast/images-2005-01-06.tar.gz mirror://sourceforge/xblast/levels-2005-01-06.tar.gz mirror://sourceforge/xblast/models-2005-01-06.tar.gz mirror://sourceforge/xblast/musics-2005-01-06.tar.gz mirror://sourceforge/xblast/sounds.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=22b6e0b176608b0b5eec05ab6fdc4533
_md5_=e09a5f956d437cafecd76008179969e4

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=x11-libs/libX11
DESCRIPTION=Bomberman clone w/multiplayer support
EAPI=4
EAPI=5
HOMEPAGE=http://www.xdr.com/dash/bomber.html
KEYWORDS=amd64 ~ppc x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=x11-libs/libX11 games-misc/games-envd
SLOT=0
SRC_URI=http://www.xdr.com/dash/xbomber-101.tgz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=e8dc263d79061fdcdccf7b9a85418bab
_md5_=7cc803a64c91e8fd1c2a585bc57ee131

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/libsdl x11-libs/libXi media-libs/sdl-mixer[vorbis]
DEPEND=media-libs/libsdl[sound,video] x11-libs/libXi media-libs/sdl-mixer[vorbis]
DESCRIPTION=A scrolling, platform-jumping, key-collecting, ancient pyramid exploring game
EAPI=4
EAPI=5
HOMEPAGE=http://abe.sourceforge.net/
KEYWORDS=amd64 ppc x86 ~x86-fbsd
LICENSE=GPL-2
RDEPEND=media-libs/libsdl x11-libs/libXi media-libs/sdl-mixer[vorbis] games-misc/games-envd
RDEPEND=media-libs/libsdl[sound,video] x11-libs/libXi media-libs/sdl-mixer[vorbis] games-misc/games-envd
SLOT=0
SRC_URI=mirror://sourceforge/abe/abe-1.1.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=a6b03c14594213e2c82ed7d013466e48
_md5_=6b2001f4fb32485463eec072465795ce

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=>=dev-games/flatzebra-0.1.6 virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Clone of the 1981 Night Stalker video game by Mattel Electronics
EAPI=4
EAPI=5
HOMEPAGE=http://perso.b2b2c.ca/sarrazip/dev/afternoonstalker.html
KEYWORDS=amd64 ppc x86 ~x86-fbsd
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=>=dev-games/flatzebra-0.1.6 games-misc/games-envd
SLOT=0
SRC_URI=http://perso.b2b2c.ca/sarrazip/dev/afternoonstalker-1.1.5.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=c57a617e66375325ec8dd098a2e729b8
_md5_=6cdcc8f0a8747709567670038b7d54b9

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/libsdl
DEPEND=media-libs/libsdl[video]
DESCRIPTION=Fly a hot air balloon and try to blow the other player out of the screen
EAPI=4
EAPI=5
HOMEPAGE=http://koti.mbnet.fi/makegho/c/bchase/
KEYWORDS=amd64 ~ppc ~sparc x86
LICENSE=GPL-2
RDEPEND=media-libs/libsdl games-misc/games-envd
RDEPEND=media-libs/libsdl[video] games-misc/games-envd
SLOT=0
SRC_URI=http://koti.mbnet.fi/makegho/c/bchase/balloonchase-0.9.6.tar.bz2
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=d470359732618a281f29de09dd26928b
_md5_=808845b8dcc061f70d88d144350df07d

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/libsdl[video]
DESCRIPTION=Defend your volcano from the attacking ants by firing rocks/bullets at them
EAPI=4
EAPI=5
HOMEPAGE=http://koti.mbnet.fi/makegho/c/betna/
KEYWORDS=amd64 ~ppc ~sparc x86 ~x86-fbsd
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=media-libs/libsdl[video] games-misc/games-envd
SLOT=0
SRC_URI=http://koti.mbnet.fi/makegho/c/betna/betna-0.9.7.tgz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=9d2e2286b1380ce1009057ffc048a869
_md5_=d9e732c685b4bd4ddd2705b13e3fe886

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack
DEPEND=>=dev-games/physfs-2[zip] media-libs/libsdl[sound,joystick,opengl,video,X] virtual/opengl dev-libs/boost virtual/pkgconfig app-arch/zip sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DESCRIPTION=A beach ball game with blobs of goo
EAPI=4
EAPI=5
HOMEPAGE=http://sourceforge.net/projects/blobby/
KEYWORDS=amd64 x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=>=dev-games/physfs-2[zip] media-libs/libsdl[sound,joystick,opengl,video,
SLOT=0
SRC_URI=mirror://sourceforge/blobby/blobby2-linux-0.9c.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=39a19c998c8dba31ace0f631c80b77d9
_md5_=c5066baa1aca0a43fdec0be054919476

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/libsdl[video] media-libs/sdl-mixer gtk? ( x11-libs/gtk+:2 ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=A fast-paced multiplayer deathmatch arcade game
EAPI=4
EAPI=5
HOMEPAGE=http://greenridge.sourceforge.net
IUSE=gtk editor
KEYWORDS=amd64 ppc x86 ~x86-fbsd
@ -10,4 +10,4 @@ RDEPEND=media-libs/libsdl[video] media-libs/sdl-mixer gtk? ( x11-libs/gtk+:2 ) g
SLOT=0
SRC_URI=mirror://sourceforge/greenridge/bomns-0.99.2.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=8d75e411b7f5f98916ffadcf1f6ebbef
_md5_=9f9e163bb15c80b04a6a63ff4f5bbff9

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=virtual/opengl virtual/glu media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-ttf media-libs/libpng nls? ( virtual/libintl ) nls? ( sys-devel/gettext )
DEPEND=virtual/opengl virtual/glu media-libs/libsdl[joystick,sound,video] media-libs/sdl-mixer media-libs/sdl-ttf media-libs/libpng:0 nls? ( virtual/libintl ) nls? ( sys-devel/gettext )
DESCRIPTION=Breakout with 3D representation based on OpenGL
EAPI=4
EAPI=5
HOMEPAGE=http://briquolo.free.fr/en/index.html
IUSE=nls
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=virtual/opengl virtual/glu media-libs/libsdl media-libs/sdl-mixer media-libs/sdl-ttf media-libs/libpng nls? ( virtual/libintl ) games-misc/games-envd
RDEPEND=virtual/opengl virtual/glu media-libs/libsdl[joystick,sound,video] media-libs/sdl-mixer media-libs/sdl-ttf media-libs/libpng:0 nls? ( virtual/libintl ) games-misc/games-envd
SLOT=0
SRC_URI=http://briquolo.free.fr/download/briquolo-0.5.7.tar.bz2
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=82feb7d06e78b98032f26486f0e63c89
_md5_=93489d2e8983d8e6c76e0219c6e19dd6

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=media-libs/libsdl media-libs/sdl-mixer
DEPEND=media-libs/libsdl[video] media-libs/sdl-mixer
DESCRIPTION=A port of the old DOS arcade game C-Dogs
EAPI=4
EAPI=5
HOMEPAGE=http://lumaki.com/code/cdogs
KEYWORDS=amd64 x86
LICENSE=GPL-2
LICENSE=GPL-2+
RDEPEND=games-misc/games-envd
SLOT=0
SRC_URI=http://icculus.org/cdogs-sdl/files/src/cdogs-sdl-0.4.tar.bz2 http://icculus.org/cdogs-sdl/files/data/cdogs-data-2007-07-06.tar.bz2
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=34f1606371fe3a4356c3a83c2f56ec07
_md5_=4f0c928c3887513b78b9a84a24c43922

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=dev-games/clanlib:2.3[opengl,mikmod] virtual/pkgconfig
DESCRIPTION=Port from an old amiga game
EAPI=4
EAPI=5
HOMEPAGE=http://methane.sourceforge.net/
KEYWORDS=amd64 x86
LICENSE=GPL-2
@ -9,4 +9,4 @@ RDEPEND=dev-games/clanlib:2.3[opengl,mikmod] games-misc/games-envd
SLOT=0
SRC_URI=mirror://sourceforge/methane/methane-1.5.1.tgz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=d3b1f387f3e73ca07dda5245005a78e7
_md5_=e527a5cf23a8fae9390882c3a0a45b5a

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install nofetch postinst preinst prepare setup test unpack
DEPEND=media-libs/allegro:0[X,jpeg,png,vorbis] media-libs/libogg media-libs/libpng:0 media-libs/libvorbis sys-libs/zlib virtual/jpeg sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack
DEPEND=media-libs/allegro:0[X,jpeg,png,vorbis] media-libs/libogg media-libs/libpng:0 media-libs/libvorbis sys-libs/zlib virtual/jpeg:0 sys-devel/make >=dev-util/cmake-2.8.12 userland_GNU? ( >=sys-apps/findutils-4.4.0 )
DESCRIPTION=A free open-source game based on the Sonic the Hedgehog universe
EAPI=4
EAPI=5
HOMEPAGE=http://opensnc.sourceforge.net/
KEYWORDS=amd64 x86
LICENSE=GPL-2
RDEPEND=games-misc/games-envd
RESTRICT=fetch
RDEPEND=media-libs/allegro:0[X,jpeg,png,vorbis] media-libs/libogg media-libs/libpng:0 media-libs/libvorbis sys-libs/zlib virtual/jpeg:0 games-misc/games-envd
RESTRICT=mirror
SLOT=0
SRC_URI=opensnc-src-0.1.4.tar.gz
SRC_URI=https://sourceforge.net/projects/opensnc/files/Open%20Sonic/0.1.4/opensnc-src-0.1.4.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=425d3332e4518d258b6b58d9f9e02645
_md5_=ac153958d1f42b154322c1864ac1c70f

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=<dev-games/cegui-0.7[opengl,devil] dev-libs/boost virtual/opengl virtual/glu x11-libs/libX11 dev-libs/libpcre[unicode] media-libs/libpng media-libs/libsdl[X,joystick,opengl] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf virtual/pkgconfig music? ( app-arch/unzip ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEPEND=<dev-games/cegui-0.7[opengl,devil] dev-libs/boost virtual/opengl virtual/glu x11-libs/libX11 dev-libs/libpcre[unicode] media-libs/libpng:0 media-libs/libsdl[X,joystick,opengl] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf virtual/pkgconfig music? ( app-arch/unzip ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Secret Maryo Chronicles
EAPI=4
EAPI=5
HOMEPAGE=http://www.secretmaryo.org/
IUSE=music
KEYWORDS=amd64 ppc x86
LICENSE=GPL-3
RDEPEND=<dev-games/cegui-0.7[opengl,devil] dev-libs/boost virtual/opengl virtual/glu x11-libs/libX11 dev-libs/libpcre[unicode] media-libs/libpng media-libs/libsdl[X,joystick,opengl] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf games-misc/games-envd
RDEPEND=<dev-games/cegui-0.7[opengl,devil] dev-libs/boost virtual/opengl virtual/glu x11-libs/libX11 dev-libs/libpcre[unicode] media-libs/libpng:0 media-libs/libsdl[X,joystick,opengl] media-libs/sdl-image[png] media-libs/sdl-mixer[vorbis] media-libs/sdl-ttf games-misc/games-envd
SLOT=0
SRC_URI=mirror://sourceforge/smclone/smc-1.9.tar.bz2 music? ( mirror://sourceforge/smclone/SMC_Music_4.1_high.zip )
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=da73c9b9ca3b730d50256d1db1f74aff
_md5_=8897c5d8e5801571689d6763119a6eda

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=dev-libs/expat >=x11-libs/gtk+-2.4:2 >=dev-libs/glib-2.4:2 x11-themes/gnome-icon-theme nls? ( virtual/libintl ) virtual/pkgconfig nls? ( sys-devel/gettext )
DESCRIPTION=frontend for XMame using the GTK library
EAPI=4
EAPI=5
HOMEPAGE=http://gxmame.sourceforge.net/
IUSE=nls joystick
KEYWORDS=amd64 ppc ~sparc x86
@ -10,4 +10,4 @@ RDEPEND=dev-libs/expat >=x11-libs/gtk+-2.4:2 >=dev-libs/glib-2.4:2 x11-themes/gn
SLOT=0
SRC_URI=mirror://sourceforge/gxmame/gxmame-0.35beta2.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=389ace534f1b04c87864b40b3a8c24de
_md5_=bc1b089ae66e92bf9bc2f2bd14af7127

@ -1,7 +1,7 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup unpack
DEPEND=x11-libs/libXv x11-libs/libXinerama x11-libs/libXxf86vm sys-libs/zlib media-libs/alsa-lib x11-libs/gtk+:2 virtual/pkgconfig
DESCRIPTION=a multi system emulator for many console and handheld video game systems
EAPI=4
EAPI=5
HOMEPAGE=http://www.xe-emulator.com/
KEYWORDS=-* amd64 x86
LICENSE=all-rights-reserved
@ -10,4 +10,4 @@ RESTRICT=mirror bindist strip
SLOT=0
SRC_URI=amd64? ( http://www.xe-emulator.com/files/xe-x86-64-bin.2.16.2.tar.bz2 ) x86? ( http://www.xe-emulator.com/files/xe-x86-32-bin.2.16.2.tar.bz2 )
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=0631a1101c86f72d87c701242eb3e531
_md5_=907102686f182eb53b7de6272ac0b993

@ -1,14 +1,14 @@
DEFINED_PHASES=compile configure install postinst preinst prepare setup test unpack
DEPEND=net-misc/curl sys-libs/ncurses
DEPEND=net-misc/curl sys-libs/ncurses:0
DESCRIPTION=Curses-based interpreter and development tools for TADS 2 and TADS 3 text adventures
EAPI=4
EAPI=5
HOMEPAGE=http://www.tads.org/frobtads.htm
IUSE=debug tads2compiler tads3compiler
KEYWORDS=amd64 x86
LICENSE=TADS2 TADS3
RDEPEND=net-misc/curl sys-libs/ncurses games-misc/games-envd
RDEPEND=net-misc/curl sys-libs/ncurses:0 games-misc/games-envd
RESTRICT=!tads3compiler? ( test )
SLOT=0
SRC_URI=http://www.tads.org/frobtads/frobtads-1.2.2.tar.gz
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 games 4dae170e58f773c484e07d18ef441804 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46
_md5_=1e6771d527214f0adc3c3edf1547d2a4
_md5_=ea623576aaf18a730ff53dd48a89d3b7

@ -1,12 +1,12 @@
DEFINED_PHASES=compile configure install postinst postrm preinst prepare setup unpack
DEPEND=>=media-fonts/libertine-5 media-fonts/liberation-fonts media-libs/freetype:2 media-libs/libpng:0 media-libs/sdl-mixer media-libs/sdl-sound[modplug,mp3,vorbis] sys-libs/zlib virtual/jpeg x11-libs/gtk+:2 app-arch/unzip dev-util/ftjam virtual/pkgconfig >=sys-apps/sed-4
DEPEND=>=media-fonts/libertine-5 media-fonts/liberation-fonts media-libs/freetype:2 media-libs/libpng:0 media-libs/sdl-mixer media-libs/sdl-sound[modplug,mp3,vorbis] sys-libs/zlib virtual/jpeg:0 x11-libs/gtk+:2 app-arch/unzip dev-util/ftjam virtual/pkgconfig >=sys-apps/sed-4
DESCRIPTION=An Interactive Fiction (IF) player supporting all major formats
EAPI=4
EAPI=5
HOMEPAGE=http://ccxvii.net/gargoyle/
KEYWORDS=amd64 x86
LICENSE=BSD GPL-2 MIT Hugo Glulxe
RDEPEND=>=media-fonts/libertine-5 media-fonts/liberation-fonts media-libs/freetype:2 media-libs/libpng:0 media-libs/sdl-mixer media-libs/sdl-sound[modplug,mp3,vorbis] sys-libs/zlib virtual/jpeg x11-libs/gtk+:2 games-misc/games-envd
RDEPEND=>=media-fonts/libertine-5 media-fonts/liberation-fonts media-libs/freetype:2 media-libs/libpng:0 media-libs/sdl-mixer media-libs/sdl-sound[modplug,mp3,vorbis] sys-libs/zlib virtual/jpeg:0 x11-libs/gtk+:2 games-misc/games-envd
SLOT=0
SRC_URI=https://garglk.googlecode.com/files/gargoyle-2011.1-sources.zip
_eclasses_=base 3fe4f8980633fd7bc69e9887209ba2fe eutils d9bd2ddd85a58e470b49ca997e255a4c games 4dae170e58f773c484e07d18ef441804 gnome2-utils b441f26f494b8565a3e0010c093dc843 multilib 3972ca401cf7dbb430df9995f5d8d580 multiprocessing e32940a7b2a9992ad217eccddb84d548 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 user 906f3c8eb3a2350a4f1191a89baa3e46 xdg-utils e2b2bd56125ce8cf59ce30c642b59d48
_md5_=6e9b58dfe1499df527f31d4001030729
_md5_=d20f7efe4f338f620dd8d72465e0c1c2

@ -1,13 +1,13 @@
DEFINED_PHASES=compile install prepare
DEPEND=sys-libs/zlib jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/openjpeg:0 ) mng? ( media-libs/libmng ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( media-libs/libraw ) tiff? ( media-libs/ilmbase media-libs/tiff ) virtual/pkgconfig app-arch/unzip
DEPEND=sys-libs/zlib jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) mng? ( media-libs/libmng ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng:0 ) raw? ( media-libs/libraw ) tiff? ( media-libs/ilmbase media-libs/tiff:0 ) virtual/pkgconfig app-arch/unzip
DESCRIPTION=Image library supporting many formats
EAPI=4
EAPI=5
HOMEPAGE=http://freeimage.sourceforge.net/
IUSE=jpeg jpeg2k mng openexr png raw static-libs tiff
KEYWORDS=amd64 ~arm x86 ~amd64-linux ~x86-linux
LICENSE=|| ( GPL-2 FIPL-1.0 )
RDEPEND=sys-libs/zlib jpeg? ( virtual/jpeg ) jpeg2k? ( media-libs/openjpeg:0 ) mng? ( media-libs/libmng ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng ) raw? ( media-libs/libraw ) tiff? ( media-libs/ilmbase media-libs/tiff )
RDEPEND=sys-libs/zlib jpeg? ( virtual/jpeg:0 ) jpeg2k? ( media-libs/openjpeg:0 ) mng? ( media-libs/libmng ) openexr? ( media-libs/openexr ) png? ( media-libs/libpng:0 ) raw? ( media-libs/libraw ) tiff? ( media-libs/ilmbase media-libs/tiff:0 )
SLOT=0
SRC_URI=mirror://sourceforge/freeimage/FreeImage3154.zip mirror://sourceforge/freeimage/FreeImage3154.pdf https://dev.gentoo.org/~gienah/2big4tree/media-libs/freeimage/freeimage-3.15.4-libjpeg-turbo.patch.gz
_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=eb17afb1f7fca99e3a143eb026897353
_md5_=9ea1c51d9559cfc95cf0954d58a63e8c

@ -0,0 +1,13 @@
DEFINED_PHASES=compile configure install prepare test
DEPEND=>=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) speex? ( >=media-libs/speex-1.2_rc1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) theora? ( >=media-libs/libtheora-1.1.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r6 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] ) virtual/pkgconfig !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=library for connecting and sending data to icecast servers
EAPI=5
HOMEPAGE=http://www.icecast.org/
IUSE=libressl speex static-libs theora abi_x86_32 abi_x86_64 abi_x86_x32 abi_mips_n32 abi_mips_n64 abi_mips_o32 abi_ppc_32 abi_ppc_64 abi_s390_32 abi_s390_64
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd
LICENSE=LGPL-2
RDEPEND=>=media-libs/libogg-1.3.0[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] >=media-libs/libvorbis-1.3.3-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl ) speex? ( >=media-libs/speex-1.2_rc1-r1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) theora? ( >=media-libs/libtheora-1.1.1[abi_x86_32(-)?,abi_x86_64(-)?,abi_x86_x32(-)?,abi_mips_n32(-)?,abi_mips_n64(-)?,abi_mips_o32(-)?,abi_ppc_32(-)?,abi_ppc_64(-)?,abi_s390_32(-)?,abi_s390_64(-)?] ) abi_x86_32? ( !<=app-emulation/emul-linux-x86-medialibs-20130224-r6 !app-emulation/emul-linux-x86-medialibs[-abi_x86_32(-)] )
SLOT=0
SRC_URI=http://downloads.xiph.org/releases/libshout/libshout-2.4.1.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multibuild 706332a8d833c077e1aa37faa1ebf162 multilib 3972ca401cf7dbb430df9995f5d8d580 multilib-build 8fe2e81aeb36cdf8a6cc5f50443879cc multilib-minimal 0224dee31c0f98405d572e14ad6dee65 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=8a7eb6f46587683384e56dc3c6642e1a

@ -10,4 +10,4 @@ RDEPEND=>=dev-db/sqlite-3.4:3 net-libs/neon[ssl] iconv? ( virtual/libiconv ) sam
SLOT=0
SRC_URI=https://open.cryptomilk.org/attachments/download/27/csync-0.50.0.tar.xz
_eclasses_=cmake-utils b657a2689df4f46725711250cf9c8a32 eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 versionator 99ae9d758cbe7cfed19170e7d48f5a9c
_md5_=8cdd2cd3b4bd3379d1ff28b265f28650
_md5_=8afed1f46960edd4a579313c76dfa1c7

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) lua? ( dev-lang/lua ) plotutils? ( media-libs/plotutils ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra app-text/ghostscript-gpl )
DEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) lua? ( dev-lang/lua:0 ) plotutils? ( media-libs/plotutils ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra app-text/ghostscript-gpl )
DESCRIPTION=Command-line driven interactive plotting program
EAPI=5
HOMEPAGE=http://www.gnuplot.info/
IUSE=aqua bitmap cairo doc examples +gd ggi latex lua plotutils qt4 readline svga thin-splines wxwidgets X
KEYWORDS=alpha amd64 arm hppa ia64 ppc ppc64 ~s390 sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=gnuplot bitmap? ( free-noncomm )
RDEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) lua? ( dev-lang/lua ) plotutils? ( media-libs/plotutils ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw )
RDEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) lua? ( dev-lang/lua:0 ) plotutils? ( media-libs/plotutils ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw )
SLOT=0
SRC_URI=mirror://sourceforge/gnuplot/gnuplot-4.6.5.tar.gz mirror://gentoo/gnuplot.info-4.6.2.tar.xz
_eclasses_=eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 wxwidgets 2a19d3cd9b18703ae9fb53123722061c
_md5_=b7af8d70d5b9159fd61e9b726c0ff67e
_md5_=f828f89220fdf89daa125c65dc1bb3f4

@ -1,13 +0,0 @@
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) libcaca? ( media-libs/libcaca ) lua? ( dev-lang/lua:0 ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra app-text/ghostscript-gpl ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Command-line driven interactive plotting program
EAPI=5
HOMEPAGE=http://www.gnuplot.info/
IUSE=aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua qt4 readline svga wxwidgets X
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=gnuplot bitmap? ( free-noncomm )
RDEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) libcaca? ( media-libs/libcaca ) lua? ( dev-lang/lua:0 ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:2.8[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw )
SLOT=0
SRC_URI=mirror://sourceforge/gnuplot/gnuplot-5.0.1.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 wxwidgets 2a19d3cd9b18703ae9fb53123722061c
_md5_=1030e0aec4ae3d93dc6f101f1ea74ef6

@ -1,13 +1,13 @@
DEFINED_PHASES=compile configure install postinst postrm prepare test
DEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) libcaca? ( media-libs/libcaca ) lua? ( dev-lang/lua:0 ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:3.0[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra app-text/ghostscript-gpl ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) libcaca? ( media-libs/libcaca ) lua? ( dev-lang/lua:0 ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:3.0[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw ) virtual/pkgconfig doc? ( virtual/latex-base dev-texlive/texlive-latexextra app-text/ghostscript-gpl ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Command-line driven interactive plotting program
EAPI=5
HOMEPAGE=http://www.gnuplot.info/
IUSE=aqua bitmap cairo compat doc examples +gd ggi latex libcaca libcerf lua qt4 readline svga wxwidgets X
KEYWORDS=~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sparc ~x86 ~ppc-aix ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris
LICENSE=gnuplot bitmap? ( free-noncomm )
RDEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) libcaca? ( media-libs/libcaca ) lua? ( dev-lang/lua:0 ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:3.0[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw )
RDEPEND=cairo? ( x11-libs/cairo x11-libs/pango ) gd? ( >=media-libs/gd-2.0.35-r3:2=[png] ) ggi? ( media-libs/libggi ) latex? ( virtual/latex-base lua? ( dev-tex/pgf >=dev-texlive/texlive-latexrecommended-2008-r2 ) ) libcaca? ( media-libs/libcaca ) lua? ( dev-lang/lua:0 ) qt4? ( >=dev-qt/qtcore-4.5:4 >=dev-qt/qtgui-4.5:4 >=dev-qt/qtsvg-4.5:4 ) readline? ( sys-libs/readline:0 ) libcerf? ( sci-libs/libcerf ) svga? ( media-libs/svgalib ) wxwidgets? ( x11-libs/wxGTK:3.0[X] x11-libs/cairo x11-libs/pango x11-libs/gtk+:2 ) X? ( x11-libs/libXaw )
SLOT=0
SRC_URI=mirror://sourceforge/gnuplot/gnuplot-5.0.1.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c flag-o-matic 85dc1eac3c64d8141374490ed64122e5 libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 readme.gentoo cbc4807273837f5fccb5372e385e99eb toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85 wxwidgets 2a19d3cd9b18703ae9fb53123722061c
_md5_=2d4f26fe39fd948e74ab002df2a3a43c
_md5_=3c5dc9520c73108e32e4791e291f4abf

@ -1,13 +0,0 @@
DEFINED_PHASES=configure install prepare
DEPEND=dev-util/intltool virtual/pkgconfig >=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Pidgin Plug-in SIPE (Sip Exchange Protocol)
EAPI=5
HOMEPAGE=http://sipe.sourceforge.net/
IUSE=debug kerberos ocs2005-message-hack openssl telepathy voice
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 )
SLOT=0
SRC_URI=mirror://sourceforge/sipe/pidgin-sipe-1.19.0.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=e9ce9817a539f3e3a13d04a1bc75c937

@ -1,13 +0,0 @@
DEFINED_PHASES=configure install prepare
DEPEND=dev-util/intltool virtual/pkgconfig >=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Pidgin Plug-in SIPE (Sip Exchange Protocol)
EAPI=5
HOMEPAGE=http://sipe.sourceforge.net/
IUSE=debug kerberos ocs2005-message-hack openssl telepathy voice
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 )
SLOT=0
SRC_URI=mirror://sourceforge/sipe/pidgin-sipe-1.19.1.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=e9ce9817a539f3e3a13d04a1bc75c937

@ -1,13 +0,0 @@
DEFINED_PHASES=configure install prepare
DEPEND=dev-util/intltool virtual/pkgconfig >=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl:= ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 ) !<sys-devel/gettext-0.18.1.1-r3 || ( >=sys-devel/automake-1.15:1.15 ) >=sys-devel/autoconf-2.69 >=sys-devel/libtool-2.4
DESCRIPTION=Pidgin Plug-in SIPE (Sip Exchange Protocol)
EAPI=5
HOMEPAGE=http://sipe.sourceforge.net/
IUSE=debug kerberos ocs2005-message-hack openssl telepathy voice
KEYWORDS=~amd64 ~x86
LICENSE=GPL-2
RDEPEND=>=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl:= ) !openssl? ( dev-libs/nss ) kerberos? ( virtual/krb5 ) voice? ( >=dev-libs/glib-2.28.0 >=net-libs/libnice-0.1.0 media-libs/gstreamer:0.10 >=net-im/pidgin-2.8.0 ) !voice? ( >=dev-libs/glib-2.12.0:2 net-im/pidgin ) telepathy? ( >=sys-apps/dbus-1.1.0 >=dev-libs/dbus-glib-0.61 >=dev-libs/glib-2.28:2 >=net-libs/telepathy-glib-0.18.0 )
SLOT=0
SRC_URI=mirror://sourceforge/sipe/pidgin-sipe-1.20.0.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=83b3fd3c284150826ed79b732b6bb17c

@ -10,4 +10,4 @@ RDEPEND=>=dev-libs/gmime-2.4.16 dev-libs/libxml2 openssl? ( dev-libs/openssl:= )
SLOT=0
SRC_URI=mirror://sourceforge/sipe/pidgin-sipe-1.20.1.tar.gz
_eclasses_=autotools 07e71b3b5690738ef7e8bc097077e00c eutils d9bd2ddd85a58e470b49ca997e255a4c libtool b75230758539a7da029e24afdb693960 multilib 3972ca401cf7dbb430df9995f5d8d580 toolchain-funcs 7a212e5e01adfa4805c9978366e6ee85
_md5_=83b3fd3c284150826ed79b732b6bb17c
_md5_=235155dfc3b786e471b529803c3ad18d

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save