diff options
author | Stefan Schweizer <genstef@gentoo.org> | 2007-03-06 15:05:21 +0000 |
---|---|---|
committer | Stefan Schweizer <genstef@gentoo.org> | 2007-03-06 15:05:21 +0000 |
commit | 1589903857c0faea3c3353e50ac98e6f9564e833 (patch) | |
tree | b1ac2c9aa46efba1f339d82c0d9f8d41b1ad6c23 /games-sports/xmoto | |
parent | version bump thanks to iulica in bug 169593 (diff) | |
download | gentoo-2-1589903857c0faea3c3353e50ac98e6f9564e833.tar.gz gentoo-2-1589903857c0faea3c3353e50ac98e6f9564e833.tar.bz2 gentoo-2-1589903857c0faea3c3353e50ac98e6f9564e833.zip |
Version bump thanks to Sebastien M <watersoul@gmail.com> in bug 169395
(Portage version: 2.1.2-r12)
Diffstat (limited to 'games-sports/xmoto')
-rw-r--r-- | games-sports/xmoto/ChangeLog | 10 | ||||
-rw-r--r-- | games-sports/xmoto/files/digest-xmoto-0.2.2-r1 | 3 | ||||
-rw-r--r-- | games-sports/xmoto/files/digest-xmoto-0.2.6 | 3 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-0.2.6.ebuild (renamed from games-sports/xmoto/xmoto-0.2.2-r1.ebuild) | 12 |
4 files changed, 14 insertions, 14 deletions
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; <genstef@gentoo.org> -xmoto-0.2.2-r1.ebuild, + +xmoto-0.2.6.ebuild: + Version bump thanks to Sebastien M <watersoul@gmail.com> 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.6.ebuild index c8a3081518a5..1a46471fd041 100644 --- a/games-sports/xmoto/xmoto-0.2.2-r1.ebuild +++ b/games-sports/xmoto/xmoto-0.2.6.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# 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.2-r1.ebuild,v 1.1 2006/12/16 08:51:12 nyhm Exp $ +# $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 @@ -29,11 +29,6 @@ DEPEND="${RDEPEND} 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" } @@ -44,13 +39,12 @@ src_compile() { --with-localesdir=/usr/share/locale \ $(use_enable nls) \ || die - emake -j1 || die "emake failed" + emake || 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 |