diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 20:14:49 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-10-14 20:14:49 +0000 |
commit | 79c56945ea13d51a57e8175ee9e5f6cec01308e6 (patch) | |
tree | d9c1e602a976741601fe47bfddf3d03bf5f2d9ed /games-board/ascal/ascal-0.1.1.ebuild | |
parent | version bump (diff) | |
download | gentoo-2-79c56945ea13d51a57e8175ee9e5f6cec01308e6.tar.gz gentoo-2-79c56945ea13d51a57e8175ee9e5f6cec01308e6.tar.bz2 gentoo-2-79c56945ea13d51a57e8175ee9e5f6cec01308e6.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board/ascal/ascal-0.1.1.ebuild')
-rw-r--r-- | games-board/ascal/ascal-0.1.1.ebuild | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/games-board/ascal/ascal-0.1.1.ebuild b/games-board/ascal/ascal-0.1.1.ebuild index 281457155b5a..356557402bda 100644 --- a/games-board/ascal/ascal-0.1.1.ebuild +++ b/games-board/ascal/ascal-0.1.1.ebuild @@ -1,7 +1,8 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v 1.4 2009/01/18 20:38:56 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v 1.5 2009/10/14 20:14:49 mr_bones_ Exp $ +EAPI=2 inherit autotools eutils games DESCRIPTION="A game similar to Draughts but with some really cool enhancements" @@ -19,9 +20,7 @@ RDEPEND="dev-cpp/libgnomecanvasmm DEPEND="${RDEPEND} sys-devel/gettext" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}-install.patch \ "${FILESDIR}"/${P}-gcc43.patch eautoreconf |