From 1b82b8ea2a9a371c0584e48d546580d626378abc Mon Sep 17 00:00:00 2001 From: Tristan Heaven Date: Wed, 25 Jul 2007 17:38:42 +0000 Subject: don't install .svn (Portage version: 2.1.3_rc9) --- games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'games-kids/tuxmathscrabble') diff --git a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild b/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild index 2975af53a0d0..a493424faf0a 100644 --- a/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild +++ b/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.1 2007/07/24 17:07:24 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/tuxmathscrabble/tuxmathscrabble-4.2.ebuild,v 1.2 2007/07/25 17:38:42 nyhm Exp $ inherit eutils python multilib games @@ -25,6 +25,7 @@ src_unpack() { unpack ${A} cd "${S}" rm -f $(find . -name '*.pyc') + rm -rf $(find . -name '.svn') mv -f ${MY_PN}/accounts . sed -i "s:'/','var','games':'${GAMES_STATEDIR}':" \ asymptopia_0_1_0/environment.py \ -- cgit v1.2.3-65-gdbad