diff options
author | Tristan Heaven <nyhm@gentoo.org> | 2009-09-02 13:21:28 +0000 |
---|---|---|
committer | Tristan Heaven <nyhm@gentoo.org> | 2009-09-02 13:21:28 +0000 |
commit | fd69008af5375fd0fe34e5e94945548d1bf0169b (patch) | |
tree | 8dc27edf5bd13b1a51eb47e7ff51cd8e4559bdd7 /games-action | |
parent | re-enabled xcb on interix - now working (diff) | |
download | gentoo-2-fd69008af5375fd0fe34e5e94945548d1bf0169b.tar.gz gentoo-2-fd69008af5375fd0fe34e5e94945548d1bf0169b.tar.bz2 gentoo-2-fd69008af5375fd0fe34e5e94945548d1bf0169b.zip |
Don't install .svn directories
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/supertuxkart/ChangeLog | 5 | ||||
-rw-r--r-- | games-action/supertuxkart/supertuxkart-0.6.2.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/games-action/supertuxkart/ChangeLog b/games-action/supertuxkart/ChangeLog index d477ee45eea1..ff9f1f1d87cb 100644 --- a/games-action/supertuxkart/ChangeLog +++ b/games-action/supertuxkart/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-action/supertuxkart # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.13 2009/09/02 03:01:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/ChangeLog,v 1.14 2009/09/02 13:21:28 nyhm Exp $ + + 02 Sep 2009; Tristan Heaven <nyhm@gentoo.org> supertuxkart-0.6.2.ebuild: + Don't install .svn directories *supertuxkart-0.6.2 (02 Sep 2009) diff --git a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild index a3073da2e302..086a610792a0 100644 --- a/games-action/supertuxkart/supertuxkart-0.6.2.ebuild +++ b/games-action/supertuxkart/supertuxkart-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.1 2009/09/02 03:01:39 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-action/supertuxkart/supertuxkart-0.6.2.ebuild,v 1.2 2009/09/02 13:21:28 nyhm Exp $ EAPI=2 inherit autotools eutils games @@ -26,6 +26,7 @@ DEPEND=">=media-libs/plib-1.8.4 media-libs/libsdl[X,video,audio,joystick]" src_prepare() { + esvn_clean sed -i \ -e '/ENETTREE/d' \ -e '/src\/enet\/Makefile/d' \ |