diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-09 19:27:37 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-03-09 19:27:37 +0000 |
commit | f8d05c16d19e288fa6c7b366f5e52c88e2e08392 (patch) | |
tree | fb44c4db32857a0ecc823c24404b19c45a2abaa7 /games-fps/sauerbraten/sauerbraten-2008.06.17.ebuild | |
parent | hppa stable (diff) | |
download | gentoo-2-f8d05c16d19e288fa6c7b366f5e52c88e2e08392.tar.gz gentoo-2-f8d05c16d19e288fa6c7b366f5e52c88e2e08392.tar.bz2 gentoo-2-f8d05c16d19e288fa6c7b366f5e52c88e2e08392.zip |
clean up the CVS stuff in src_prepare
(Portage version: 2.1.6.7/cvs/Linux i686)
Diffstat (limited to 'games-fps/sauerbraten/sauerbraten-2008.06.17.ebuild')
-rw-r--r-- | games-fps/sauerbraten/sauerbraten-2008.06.17.ebuild | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games-fps/sauerbraten/sauerbraten-2008.06.17.ebuild b/games-fps/sauerbraten/sauerbraten-2008.06.17.ebuild index 5e81ed8da877..945a1cffe608 100644 --- a/games-fps/sauerbraten/sauerbraten-2008.06.17.ebuild +++ b/games-fps/sauerbraten/sauerbraten-2008.06.17.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-fps/sauerbraten/sauerbraten-2008.06.17.ebuild,v 1.2 2009/03/09 18:33:04 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-fps/sauerbraten/sauerbraten-2008.06.17.ebuild,v 1.3 2009/03/09 19:27:37 mr_bones_ Exp $ EAPI=2 @@ -30,12 +30,8 @@ RDEPEND="sys-libs/glibc S=${WORKDIR}/${PN} -src_unpack() { - unpack ${A} - find -name CVS -print0 | xargs -0 rm -rf -} - src_prepare() { + ecvs_clean epatch "${FILESDIR}"/${PN}_unix.patch } |