diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-12 20:35:07 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2008-03-12 20:35:07 +0000 |
commit | 6dbfd7758f4f727cd56ccb790d6ee9faf996b5b1 (patch) | |
tree | 4353b99325efa684ff6c0eab0dc7802c61183c8a /games-sports/xmoto | |
parent | Add masked beta version (diff) | |
download | historical-6dbfd7758f4f727cd56ccb790d6ee9faf996b5b1.tar.gz historical-6dbfd7758f4f727cd56ccb790d6ee9faf996b5b1.tar.bz2 historical-6dbfd7758f4f727cd56ccb790d6ee9faf996b5b1.zip |
quoting
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'games-sports/xmoto')
-rw-r--r-- | games-sports/xmoto/Manifest | 2 | ||||
-rw-r--r-- | games-sports/xmoto/xmoto-0.4.1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games-sports/xmoto/Manifest b/games-sports/xmoto/Manifest index 7b0ca68de99b..52f16eb51571 100644 --- a/games-sports/xmoto/Manifest +++ b/games-sports/xmoto/Manifest @@ -7,6 +7,6 @@ DIST xmoto-0.3.4-src.tar.gz 17017466 RMD160 d0433acc49480980f6505b795c3f3a547cdc DIST xmoto-0.4.1-src.tar.gz 17203406 RMD160 1551404bdbd141bfbcc4f6c77676030806521a66 SHA1 fa9ab970f08a81b93da8df53d3a3888470bcfc70 SHA256 e29c4a24f9cdf83295e01357d8109ee7391a789e4142a2dcc5e0a8bff44f86bc EBUILD xmoto-0.2.0.ebuild 1035 RMD160 bd933ec8a6cfe59a95019dd28a9afb3b378f64f5 SHA1 1a8eac5543c760b4836eb17ddab4d282c6854a45 SHA256 fa1c311f26a46cdc4d270be279a550471f5303c284889c4339c580bc3b53e5c3 EBUILD xmoto-0.3.4.ebuild 1899 RMD160 055d6e6a6de9392d1593ce2f840e2918e303e777 SHA1 17133a4a7d6855df50cd38aee2211273291a99e2 SHA256 2981aea779866d798648de71cb8cbecb4daf72be9a01c64304daa6437899cd4e -EBUILD xmoto-0.4.1.ebuild 2810 RMD160 e04d38a9616a97b6f4b3c87722c82597602d8ac3 SHA1 c8f506b3d02d90b35b1e4f9a7df88ad80cb2ef42 SHA256 e572322c28e2529d6902012b483a2da03d96aa6021aba12bd6507a41ef91dda5 +EBUILD xmoto-0.4.1.ebuild 2816 RMD160 8650952297ef4a93c74fa54055eabe3bdc8409dc SHA1 58c1da378ea15fcd7d062a352e47df04163933d6 SHA256 9e40d1fd644c64b91670e05e9be38b9d2316fa74e5efc2f8b0cc2500a16a206b MISC ChangeLog 3430 RMD160 8ca2069cc6351ef40c0bdeecc709f312fc1c9a0e SHA1 0b21da9fd759ee4af78af25db3638a039431b38e SHA256 1726f8b7b18af1cd2c89f0687fa25e8b52fc4643ac36990ef07b9bffad46a9d0 MISC metadata.xml 217 RMD160 977d5d8ddea912e2fc3790188ac36ab3c6bc12bf SHA1 abdc0d9cb9d8d87942487f2cd0174db2421f12a9 SHA256 8a8bfa1875b6f354b36daf63166ff751fa87769c8bfb3b14031f7aa6faa5f99a diff --git a/games-sports/xmoto/xmoto-0.4.1.ebuild b/games-sports/xmoto/xmoto-0.4.1.ebuild index 8c6571dac1b8..bbb568ddc5b2 100644 --- a/games-sports/xmoto/xmoto-0.4.1.ebuild +++ b/games-sports/xmoto/xmoto-0.4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.4.1.ebuild,v 1.1 2008/03/11 19:32:29 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.4.1.ebuild,v 1.2 2008/03/12 20:35:07 mr_bones_ Exp $ inherit eutils games @@ -74,7 +74,7 @@ src_install() { if use nls ; then dodir /usr/share/locale - cd ${S}/po + cd "${S}"/po for i in `ls -c1 |grep "\.gmo$"` ; do BASE=$(echo ${i} |sed 's/\.gmo$//g') msgfmt -v -o ${BASE}.mo ${BASE}.po @@ -83,7 +83,7 @@ src_install() { newins ${BASE}.gmo xmoto.mo done; fi - cd ${S} + cd "${S}" dodoc README TODO NEWS ChangeLog doicon extra/xmoto.xpm |