diff options
author | 2006-12-24 19:18:55 +0000 | |
---|---|---|
committer | 2006-12-24 19:18:55 +0000 | |
commit | 8339364783fbfe8f9bbef0fa98a1fb43889651a0 (patch) | |
tree | fda731373a26fadf2a1d5d2cb9a0502c59984808 /games-sports | |
parent | Use java-pkg_dolauncher to ensure >=jre-1.5 is used, bug #158643 (diff) | |
download | gentoo-2-8339364783fbfe8f9bbef0fa98a1fb43889651a0.tar.gz gentoo-2-8339364783fbfe8f9bbef0fa98a1fb43889651a0.tar.bz2 gentoo-2-8339364783fbfe8f9bbef0fa98a1fb43889651a0.zip |
inherit eutils for doicon and domenu
(Portage version: 2.1.2_rc4)
Diffstat (limited to 'games-sports')
-rw-r--r-- | games-sports/xmoto/xmoto-0.2.4.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games-sports/xmoto/xmoto-0.2.4.ebuild b/games-sports/xmoto/xmoto-0.2.4.ebuild index 9e73abe401b2..2cb781b15a4c 100644 --- a/games-sports/xmoto/xmoto-0.2.4.ebuild +++ b/games-sports/xmoto/xmoto-0.2.4.ebuild @@ -1,8 +1,8 @@ # 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.4.ebuild,v 1.1 2006/12/24 14:51:22 genstef Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-sports/xmoto/xmoto-0.2.4.ebuild,v 1.2 2006/12/24 19:18:55 nyhm Exp $ -inherit games +inherit eutils games DESCRIPTION="A challenging 2D motocross platform game" HOMEPAGE="http://xmoto.sourceforge.net/" @@ -51,8 +51,4 @@ src_install() { domenu extra/xmoto{,-edit}.desktop prepgamesdirs - - # please portage, QA Notice: you should let portage compress '${realname}' for you - cd ${D}/usr/share/man/* - gunzip * } |