summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2007-07-30 05:52:22 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2007-07-30 05:52:22 +0000
commit254ac3363992e71cdac22b4cad233aa5f4e97732 (patch)
treec3abf62f7b77f21ebd96c6e1668f9b0695bb3768 /games-sports
parentmake the nasm call more yasm friendly (diff)
downloadgentoo-2-254ac3363992e71cdac22b4cad233aa5f4e97732.tar.gz
gentoo-2-254ac3363992e71cdac22b4cad233aa5f4e97732.tar.bz2
gentoo-2-254ac3363992e71cdac22b4cad233aa5f4e97732.zip
old
(Portage version: 2.1.2.9)
Diffstat (limited to 'games-sports')
-rw-r--r--games-sports/xmoto/files/digest-xmoto-0.2.63
-rw-r--r--games-sports/xmoto/files/digest-xmoto-0.2.76
-rw-r--r--games-sports/xmoto/files/digest-xmoto-0.3.06
-rw-r--r--games-sports/xmoto/xmoto-0.2.6.ebuild54
-rw-r--r--games-sports/xmoto/xmoto-0.2.7.ebuild73
-rw-r--r--games-sports/xmoto/xmoto-0.3.0.ebuild75
6 files changed, 0 insertions, 217 deletions
diff --git a/games-sports/xmoto/files/digest-xmoto-0.2.6 b/games-sports/xmoto/files/digest-xmoto-0.2.6
deleted file mode 100644
index 1e094bc0bf86..000000000000
--- a/games-sports/xmoto/files/digest-xmoto-0.2.6
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 975cc0eb58a689f917f454ad3ddb9f22 xmoto-0.2.6-src.tar.gz 12236629
-RMD160 dadac3f744c06c91a8b3c6c53c1daa8ce6159293 xmoto-0.2.6-src.tar.gz 12236629
-SHA256 accd7e901c4c180db55fbe75fe27c48d20a989da54b8faa396742d6dd1918a1b xmoto-0.2.6-src.tar.gz 12236629
diff --git a/games-sports/xmoto/files/digest-xmoto-0.2.7 b/games-sports/xmoto/files/digest-xmoto-0.2.7
deleted file mode 100644
index 6665ee2386bc..000000000000
--- a/games-sports/xmoto/files/digest-xmoto-0.2.7
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 fce995d497841ef4f51ebbf3f6e510cc svg2lvl-0.3.0.tar.gz 40660
-RMD160 4cc783c0388e39429062540324e86599f9d950f5 svg2lvl-0.3.0.tar.gz 40660
-SHA256 2e63ca642075bee4e685a55e560533aac2b9ac9606eafa8262b6cf8207138f50 svg2lvl-0.3.0.tar.gz 40660
-MD5 4b079ea010561584a61b3d6384b942fc xmoto-0.2.7-src.tar.gz 12399222
-RMD160 278e21492ec7ed7dc75a0a5f85ce588b6a9f4a7c xmoto-0.2.7-src.tar.gz 12399222
-SHA256 6764a7e9148af801eef4870ddab2c2109665d5760acb3d805f073449a83e4e54 xmoto-0.2.7-src.tar.gz 12399222
diff --git a/games-sports/xmoto/files/digest-xmoto-0.3.0 b/games-sports/xmoto/files/digest-xmoto-0.3.0
deleted file mode 100644
index 5d1009dd5b34..000000000000
--- a/games-sports/xmoto/files/digest-xmoto-0.3.0
+++ /dev/null
@@ -1,6 +0,0 @@
-MD5 fce995d497841ef4f51ebbf3f6e510cc svg2lvl-0.3.0.tar.gz 40660
-RMD160 4cc783c0388e39429062540324e86599f9d950f5 svg2lvl-0.3.0.tar.gz 40660
-SHA256 2e63ca642075bee4e685a55e560533aac2b9ac9606eafa8262b6cf8207138f50 svg2lvl-0.3.0.tar.gz 40660
-MD5 f3bf2d322ea82576ea1aec38694490fe xmoto-0.3.0-src.tar.gz 13588369
-RMD160 605ee9b8997dfb1df9f66f5f859a8e794b3e2e27 xmoto-0.3.0-src.tar.gz 13588369
-SHA256 9f31c4473e2b1958d095d227652f54a4cfd306a11fca812800e7939417591dc5 xmoto-0.3.0-src.tar.gz 13588369
diff --git a/games-sports/xmoto/xmoto-0.2.6.ebuild b/games-sports/xmoto/xmoto-0.2.6.ebuild
deleted file mode 100644
index 1a46471fd041..000000000000
--- a/games-sports/xmoto/xmoto-0.2.6.ebuild
+++ /dev/null
@@ -1,54 +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.2.6.ebuild,v 1.1 2007/03/06 15:05:21 genstef Exp $
-
-inherit eutils games
-
-DESCRIPTION="A challenging 2D motocross platform game"
-HOMEPAGE="http://xmoto.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}-src.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="nls"
-
-RDEPEND="media-libs/jpeg
- media-libs/libpng
- media-libs/libsdl
- media-libs/sdl-mixer
- net-misc/curl
- dev-lang/lua
- dev-games/ode
- virtual/opengl
- virtual/glu
- nls? ( virtual/libintl )"
-DEPEND="${RDEPEND}
- 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"
-}
-
-src_compile() {
- egamesconf \
- --disable-dependency-tracking \
- --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{,-edit}.desktop
-
- prepgamesdirs
-}
diff --git a/games-sports/xmoto/xmoto-0.2.7.ebuild b/games-sports/xmoto/xmoto-0.2.7.ebuild
deleted file mode 100644
index 9de5add17111..000000000000
--- a/games-sports/xmoto/xmoto-0.2.7.ebuild
+++ /dev/null
@@ -1,73 +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.2.7.ebuild,v 1.3 2007/04/23 12:23:40 nyhm Exp $
-
-inherit eutils games
-
-LVL="svg2lvl-0.3.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? ( mirror://sourceforge/${PN}/${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
- net-misc/curl
- dev-lang/lua
- dev-games/ode
- virtual/opengl
- virtual/glu
- nls? ( virtual/libintl )
- editor? ( >=media-gfx/inkscape-0.45 )"
-DEPEND="${RDEPEND}
- 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-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
-}
diff --git a/games-sports/xmoto/xmoto-0.3.0.ebuild b/games-sports/xmoto/xmoto-0.3.0.ebuild
deleted file mode 100644
index b423a6497b16..000000000000
--- a/games-sports/xmoto/xmoto-0.3.0.ebuild
+++ /dev/null
@@ -1,75 +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.0.ebuild,v 1.2 2007/06/18 18:04:03 genstef Exp $
-
-inherit eutils games
-
-LVL="svg2lvl-0.3.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? ( mirror://sourceforge/${PN}/${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-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
-}