diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-29 20:44:03 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-05-29 20:44:03 +0000 |
commit | f6b8b82ee1f8ec77c0c80d8bd84ec958e7bb5575 (patch) | |
tree | 4f6aa3c78c08582f5330db950a22ea01166778b9 /games-sports | |
parent | stable for x86 (diff) | |
download | historical-f6b8b82ee1f8ec77c0c80d8bd84ec958e7bb5575.tar.gz historical-f6b8b82ee1f8ec77c0c80d8bd84ec958e7bb5575.tar.bz2 historical-f6b8b82ee1f8ec77c0c80d8bd84ec958e7bb5575.zip |
old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-sports')
7 files changed, 0 insertions, 336 deletions
diff --git a/games-sports/stormbaancoureur/stormbaancoureur-1.5.2.ebuild b/games-sports/stormbaancoureur/stormbaancoureur-1.5.2.ebuild deleted file mode 100644 index 0c4c7fe962d2..000000000000 --- a/games-sports/stormbaancoureur/stormbaancoureur-1.5.2.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/stormbaancoureur/stormbaancoureur-1.5.2.ebuild,v 1.4 2007/10/14 06:47:43 mr_bones_ Exp $ - -inherit eutils toolchain-funcs games - -DESCRIPTION="Simulated obstacle course for automobiles" -HOMEPAGE="http://www.sturmbahnfahrer.com/" -SRC_URI="http://bram.creative4vision.nl/stormbaancoureur/download/${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc x86" -IUSE="" - -DEPEND="virtual/opengl - virtual/glu - virtual/glut - >=dev-games/ode-0.8 - >=media-libs/plib-1.8.4 - media-libs/alsa-lib" - -S=${WORKDIR}/${P}/src-${PN} - -src_unpack() { - unpack ${A} - cd "${S}" - - sed -i \ - -e "/dirprefix \?=/s:=.*: = \"${GAMES_DATADIR}/${PN}\";:" main.cxx \ - || die "sed failed" - - sed -i \ - -e "s:g++:$(tc-getCXX):" \ - -e "/OBJS=/i CXXFLAGS=${CXXFLAGS} -I../src-common" \ - -e "/OBJS=/i LFLAGS=${LDFLAGS}" \ - -e 's:$(ODEPREFIX)/lib/libode.a:-lode:' \ - Makefile || die "sed failed" -} - -src_install() { - dogamesbin ${PN} || die "dogamesbin failed" - insinto "${GAMES_DATADIR}"/${PN} - doins -r images/ models/ sounds/ || die "doins failed" - dodoc JOYSTICKS README TODO - make_desktop_entry ${PN} "Stormbaan Coureur" - prepgamesdirs -} diff --git a/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-amd64.patch b/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-amd64.patch deleted file mode 100644 index f70400404e8e..000000000000 --- a/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-amd64.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- simulation/metaserver.cpp.old 2007-08-09 15:50:01.000000000 +0200 -+++ simulation/metaserver.cpp 2007-08-09 15:50:52.000000000 +0200 -@@ -192,7 +192,7 @@ - "Connection: close\r\n" - "User-Agent: " + PACKAGE + "/" + VERSION + "\r\n" - "Content-Type: application/x-www-form-urlencoded\r\n" -- "Content-Length: " + data.length() + "\r\n" -+ "Content-Length: " + (unsigned int)data.length() + "\r\n" - "\r\n" - + data + "\r\n"; - diff --git a/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-paths.patch b/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-paths.patch deleted file mode 100644 index 848b12be083a..000000000000 --- a/games-sports/ultimatestunts/files/ultimatestunts-0.7.2-paths.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -222,9 +222,9 @@ - dnl ------------------ - dnl The directory locations - dnl ------------------ --usdatadir="${prefix}/share/ultimatestunts/" -+usdatadir="${datadir}/ultimatestunts/" - --AC_DEFINE_UNQUOTED([PREFIXDIR], ["$prefix"], [Prefix dir]) -+AC_DEFINE_UNQUOTED([PREFIXDIR], ["$sysconfdir"], [Prefix dir]) - - AC_SUBST(netlibs) - AC_SUBST(soundlibs) ---- data/Makefile.am -+++ data/Makefile.am -@@ -1,4 +1,4 @@ --usdatadir=@usdatadir@ -+usdatadir=$(DESTDIR)/@usdatadir@ - - install: - $(mkinstalldirs) ${usdatadir} ---- shared/usmisc.cpp -+++ shared/usmisc.cpp -@@ -42,7 +42,7 @@ - printf("prefix = %s\n", prefixdir.c_str()); - - std::vector<CString> locations; -- locations.push_back(prefixdir + "/etc/ultimatestunts.conf"); -+ locations.push_back(prefixdir + "/ultimatestunts.conf"); - locations.push_back("/etc/ultimatestunts.conf"); - locations.push_back("/usr/local/etc/ultimatestunts.conf"); - locations.push_back("./ultimatestunts.conf"); diff --git a/games-sports/ultimatestunts/files/ultimatestunts-0.7.3-paths.patch b/games-sports/ultimatestunts/files/ultimatestunts-0.7.3-paths.patch deleted file mode 100644 index 848b12be083a..000000000000 --- a/games-sports/ultimatestunts/files/ultimatestunts-0.7.3-paths.patch +++ /dev/null @@ -1,33 +0,0 @@ ---- configure.ac -+++ configure.ac -@@ -222,9 +222,9 @@ - dnl ------------------ - dnl The directory locations - dnl ------------------ --usdatadir="${prefix}/share/ultimatestunts/" -+usdatadir="${datadir}/ultimatestunts/" - --AC_DEFINE_UNQUOTED([PREFIXDIR], ["$prefix"], [Prefix dir]) -+AC_DEFINE_UNQUOTED([PREFIXDIR], ["$sysconfdir"], [Prefix dir]) - - AC_SUBST(netlibs) - AC_SUBST(soundlibs) ---- data/Makefile.am -+++ data/Makefile.am -@@ -1,4 +1,4 @@ --usdatadir=@usdatadir@ -+usdatadir=$(DESTDIR)/@usdatadir@ - - install: - $(mkinstalldirs) ${usdatadir} ---- shared/usmisc.cpp -+++ shared/usmisc.cpp -@@ -42,7 +42,7 @@ - printf("prefix = %s\n", prefixdir.c_str()); - - std::vector<CString> locations; -- locations.push_back(prefixdir + "/etc/ultimatestunts.conf"); -+ locations.push_back(prefixdir + "/ultimatestunts.conf"); - locations.push_back("/etc/ultimatestunts.conf"); - locations.push_back("/usr/local/etc/ultimatestunts.conf"); - locations.push_back("./ultimatestunts.conf"); diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild deleted file mode 100644 index e138d2d9ff80..000000000000 --- a/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild +++ /dev/null @@ -1,67 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.2.ebuild,v 1.2 2007/08/24 18:18:48 wolf31o2 Exp $ - -inherit autotools eutils versionator games - -MY_P=${PN}-srcdata-$(replace_all_version_separators)1 -DESCRIPTION="Remake of the famous Stunts game" -HOMEPAGE="http://www.ultimatestunts.nl/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND="media-libs/libsdl - media-libs/sdl-image - media-libs/openal - media-libs/freealut - virtual/opengl - virtual/glu - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/cvs - sys-devel/gettext" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - games_pkg_setup - if ! built_with_use media-libs/libsdl opengl ; then - die "Please emerge libsdl with USE=opengl" - fi - if ! built_with_use media-libs/openal vorbis ; then - die "Please emerge openal with USE=vorbis" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-paths.patch - epatch "${FILESDIR}"/${P}-amd64.patch - autopoint -f || die "autopoint failed" - sed -i 's:$(datadir)/locale:@top_srcdir@/data/lang:' po/Makefile.in.in \ - || die "sed failed" - AT_M4DIR=m4 eautoreconf -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - $(use_enable nls) \ - || die - emake -C trackedit libtrackedit.a || die "emake failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newicon data/cars/diablo/steer.png ${PN}.png - make_desktop_entry ustunts "Ultimate Stunts" - dodoc AUTHORS README - rm -rf $(find "${D}" -name CVS) - prepgamesdirs -} diff --git a/games-sports/ultimatestunts/ultimatestunts-0.7.3.ebuild b/games-sports/ultimatestunts/ultimatestunts-0.7.3.ebuild deleted file mode 100644 index b85c8de9f8db..000000000000 --- a/games-sports/ultimatestunts/ultimatestunts-0.7.3.ebuild +++ /dev/null @@ -1,68 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/ultimatestunts/ultimatestunts-0.7.3.ebuild,v 1.1 2007/10/19 16:11:06 mr_bones_ Exp $ - -inherit autotools eutils versionator games - -MY_P=${PN}-srcdata-$(replace_all_version_separators)1 -DESCRIPTION="Remake of the famous Stunts game" -HOMEPAGE="http://www.ultimatestunts.nl/" -SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="nls" - -RDEPEND="media-libs/libsdl - media-libs/sdl-image - media-libs/openal - media-libs/freealut - virtual/opengl - virtual/glu - nls? ( virtual/libintl )" -DEPEND="${RDEPEND} - dev-util/cvs - sys-devel/gettext" - -S=${WORKDIR}/${MY_P} - -pkg_setup() { - games_pkg_setup - if ! built_with_use media-libs/libsdl opengl ; then - die "Please emerge libsdl with USE=opengl" - fi - if ! built_with_use media-libs/openal vorbis ; then - die "Please emerge openal with USE=vorbis" - fi -} - -src_unpack() { - unpack ${A} - cd "${S}" - find "${S}" -type d -name CVS -exec rm -rf '{}' + - epatch "${FILESDIR}"/${P}-paths.patch - autopoint -f || die "autopoint failed" - sed -i \ - -e 's:$(datadir)/locale:@top_srcdir@/data/lang:' \ - po/Makefile.in.in \ - || die "sed failed" - AT_M4DIR=m4 eautoreconf -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - $(use_enable nls) \ - || die - emake -C trackedit libtrackedit.a || die "emake failed" - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - newicon data/cars/diablo/steer.png ${PN}.png - make_desktop_entry ustunts "Ultimate Stunts" - dodoc AUTHORS README - prepgamesdirs -} diff --git a/games-sports/xmoto/xmoto-0.3.4.ebuild b/games-sports/xmoto/xmoto-0.3.4.ebuild deleted file mode 100644 index cc49b8b9b0f2..000000000000 --- a/games-sports/xmoto/xmoto-0.3.4.ebuild +++ /dev/null @@ -1,76 +0,0 @@ -# Copyright 1999-2007 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.3.4.ebuild,v 1.1 2007/10/21 21:30:42 genstef Exp $ - -inherit eutils games - -LVL="svg2lvl-0.4.0" -DESCRIPTION="A challenging 2D motocross platform game" -HOMEPAGE="http://xmoto.tuxfamily.org" -SRC_URI="http://download.tuxfamily.org/${PN}/${PN}/${PV}/${P}-src.tar.gz - editor? ( http://download.tuxfamily.org/xmoto/svg2lvl/${LVL/*-}/${LVL}.tar.gz )" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~ppc ~x86" -IUSE="nls editor" - -RDEPEND="media-libs/jpeg - media-libs/libpng - media-libs/libsdl - media-libs/sdl-mixer - media-libs/sdl-ttf - net-misc/curl - dev-lang/lua - dev-games/ode - virtual/opengl - virtual/glu - nls? ( virtual/libintl ) - editor? ( >=media-gfx/inkscape-0.45 )" -DEPEND="${RDEPEND} - >=dev-db/sqlite-3 - nls? ( sys-devel/gettext )" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i 's:$(localedir):/usr/share/locale:' po/Makefile.in.in \ - || die "sed Makefile.in.in failed" - use editor && rm -f "${WORKDIR}"/${LVL}/{bezmisc,inkex}.py -} - -src_compile() { - egamesconf \ - --disable-dependency-tracking \ - --with-enable-zoom=1 \ - --with-localesdir=/usr/share/locale \ - $(use_enable nls) \ - || die - emake || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - dodoc README TODO ChangeLog - - doicon extra/xmoto.xpm - domenu extra/xmoto.desktop - - prepgamesdirs - - if use editor; then - insinto /usr/share/inkscape/extensions - doins "${WORKDIR}"/${LVL}/*.{inx,py,xml} || die "doins failed" - fi -} - -pkg_postinst() { - games_pkg_postinst - if use editor; then - elog "If you want to know how to create Xmoto levels" - elog "have a look at this Tutorial:" - elog "http://wiki.xmoto.free.fr/index.php?title=Inkscape-0.3.0#Tutorial" - elog "You can share your levels on the Xmoto homepage." - fi -} |