diff options
author | Fernando Serboncini <fserb@gentoo.org> | 2005-06-11 18:18:57 +0000 |
---|---|---|
committer | Fernando Serboncini <fserb@gentoo.org> | 2005-06-11 18:18:57 +0000 |
commit | 854b233517685ebd2cc693a3ae4cf65237c6b4ff (patch) | |
tree | dd295f582f281289182beecbee4df1ce4e2d0aef /games-kids/pytraffic/pytraffic-2.0.ebuild | |
parent | Pruned old ebuilds. (diff) | |
download | historical-854b233517685ebd2cc693a3ae4cf65237c6b4ff.tar.gz historical-854b233517685ebd2cc693a3ae4cf65237c6b4ff.tar.bz2 historical-854b233517685ebd2cc693a3ae4cf65237c6b4ff.zip |
Small style fixes on ebuild
Package-Manager: portage-2.0.51.22-r1
Diffstat (limited to 'games-kids/pytraffic/pytraffic-2.0.ebuild')
-rw-r--r-- | games-kids/pytraffic/pytraffic-2.0.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-kids/pytraffic/pytraffic-2.0.ebuild b/games-kids/pytraffic/pytraffic-2.0.ebuild index c07e111494ae..42c9b3bbf616 100644 --- a/games-kids/pytraffic/pytraffic-2.0.ebuild +++ b/games-kids/pytraffic/pytraffic-2.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-2.0.ebuild,v 1.1 2005/06/11 18:03:06 fserb Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/pytraffic/pytraffic-2.0.ebuild,v 1.2 2005/06/11 18:18:57 fserb Exp $ inherit distutils eutils games @@ -8,7 +8,6 @@ DESCRIPTION="Python version of the board game Rush Hour" HOMEPAGE="http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/" SRC_URI="http://alpha.uhasselt.be/Research/Algebra/Members/pytraffic/${P}.tar.gz" - LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" @@ -20,8 +19,8 @@ DEPEND="dev-python/pygame src_unpack() { unpack ${A} - cd ${S} - epatch ${FILESDIR}/${PV}-gentoo-dirs.patch + cd "${S}" + epatch "${FILESDIR}/${PV}-gentoo-dirs.patch" } src_compile() { |