From 1589903857c0faea3c3353e50ac98e6f9564e833 Mon Sep 17 00:00:00 2001 From: Stefan Schweizer Date: Tue, 6 Mar 2007 15:05:21 +0000 Subject: Version bump thanks to Sebastien M in bug 169395 (Portage version: 2.1.2-r12) --- games-sports/xmoto/ChangeLog | 10 ++++- games-sports/xmoto/files/digest-xmoto-0.2.2-r1 | 3 -- games-sports/xmoto/files/digest-xmoto-0.2.6 | 3 ++ games-sports/xmoto/xmoto-0.2.2-r1.ebuild | 60 -------------------------- games-sports/xmoto/xmoto-0.2.6.ebuild | 54 +++++++++++++++++++++++ 5 files changed, 65 insertions(+), 65 deletions(-) delete mode 100644 games-sports/xmoto/files/digest-xmoto-0.2.2-r1 create mode 100644 games-sports/xmoto/files/digest-xmoto-0.2.6 delete mode 100644 games-sports/xmoto/xmoto-0.2.2-r1.ebuild create mode 100644 games-sports/xmoto/xmoto-0.2.6.ebuild (limited to 'games-sports') diff --git a/games-sports/xmoto/ChangeLog b/games-sports/xmoto/ChangeLog index c813f05391d2..11b90d616180 100644 --- a/games-sports/xmoto/ChangeLog +++ b/games-sports/xmoto/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for games-sports/xmoto -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.10 2006/12/24 14:51:22 genstef Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/ChangeLog,v 1.11 2007/03/06 15:05:21 genstef Exp $ + +*xmoto-0.2.6 (06 Mar 2007) + + 06 Mar 2007; -xmoto-0.2.2-r1.ebuild, + +xmoto-0.2.6.ebuild: + Version bump thanks to Sebastien M in bug 169395 *xmoto-0.2.4 (24 Dec 2006) diff --git a/games-sports/xmoto/files/digest-xmoto-0.2.2-r1 b/games-sports/xmoto/files/digest-xmoto-0.2.2-r1 deleted file mode 100644 index f86dd5405352..000000000000 --- a/games-sports/xmoto/files/digest-xmoto-0.2.2-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 bbf2f0c02ba2ffe1f65e4ca78b0a0bd3 xmoto-0.2.2-src.tar.gz 5938064 -RMD160 c86df47c61f5755858e3294d12ad3ecee6b16aec xmoto-0.2.2-src.tar.gz 5938064 -SHA256 478b9f54c79878f3ff384298b8679f6aece1069b8d41bcdd66dc1951fe803648 xmoto-0.2.2-src.tar.gz 5938064 diff --git a/games-sports/xmoto/files/digest-xmoto-0.2.6 b/games-sports/xmoto/files/digest-xmoto-0.2.6 new file mode 100644 index 000000000000..1e094bc0bf86 --- /dev/null +++ b/games-sports/xmoto/files/digest-xmoto-0.2.6 @@ -0,0 +1,3 @@ +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/xmoto-0.2.2-r1.ebuild b/games-sports/xmoto/xmoto-0.2.2-r1.ebuild deleted file mode 100644 index c8a3081518a5..000000000000 --- a/games-sports/xmoto/xmoto-0.2.2-r1.ebuild +++ /dev/null @@ -1,60 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.2-r1.ebuild,v 1.1 2006/12/16 08:51:12 nyhm 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}" - unpack ./*.gz - - sed -i 's:xmoto.free.fr:xmoto.tuxfamily.org:' src/WWW.h \ - || die "sed WWW.h failed" - - 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 -j1 || die "emake failed" -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - - doman xmoto{,-edit}.6 - dodoc README TODO ChangeLog - - doicon extra/xmoto.xpm - domenu extra/xmoto{,-edit}.desktop - - prepgamesdirs -} diff --git a/games-sports/xmoto/xmoto-0.2.6.ebuild b/games-sports/xmoto/xmoto-0.2.6.ebuild new file mode 100644 index 000000000000..1a46471fd041 --- /dev/null +++ b/games-sports/xmoto/xmoto-0.2.6.ebuild @@ -0,0 +1,54 @@ +# 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 +} -- cgit v1.2.3-65-gdbad