diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-09 21:33:29 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-06-09 21:33:29 +0000 |
commit | ea2f4fcaf24c6959eb556fbf0cf55448e0f914da (patch) | |
tree | d4d47a1bf9011ad308d247b8eb1f9050c305105f /games-board | |
parent | Version bump (diff) | |
download | gentoo-2-ea2f4fcaf24c6959eb556fbf0cf55448e0f914da.tar.gz gentoo-2-ea2f4fcaf24c6959eb556fbf0cf55448e0f914da.tar.bz2 gentoo-2-ea2f4fcaf24c6959eb556fbf0cf55448e0f914da.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/xboard/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/xboard/xboard-4.2.7-r1.ebuild | 13 |
2 files changed, 11 insertions, 10 deletions
diff --git a/games-board/xboard/ChangeLog b/games-board/xboard/ChangeLog index 4f0e48515589..970561414689 100644 --- a/games-board/xboard/ChangeLog +++ b/games-board/xboard/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/xboard -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/ChangeLog,v 1.19 2008/05/11 16:29:42 corsair Exp $ +# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/ChangeLog,v 1.20 2009/06/09 21:33:29 mr_bones_ Exp $ + + 09 Jun 2009; Michael Sterrett <mr_bones_@gentoo.org> + xboard-4.2.7-r1.ebuild: + EAPI=2 11 May 2008; Markus Rothe <corsair@gentoo.org> xboard-4.2.7-r1.ebuild: Stable on ppc64; bug #219895 diff --git a/games-board/xboard/xboard-4.2.7-r1.ebuild b/games-board/xboard/xboard-4.2.7-r1.ebuild index 64e6bbd6e23d..f0deab82e24d 100644 --- a/games-board/xboard/xboard-4.2.7-r1.ebuild +++ b/games-board/xboard/xboard-4.2.7-r1.ebuild @@ -1,7 +1,8 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7-r1.ebuild,v 1.8 2008/05/11 16:29:42 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/xboard/xboard-4.2.7-r1.ebuild,v 1.9 2009/06/09 21:33:29 mr_bones_ Exp $ +EAPI=2 inherit autotools eutils games DESCRIPTION="GUI for gnuchess and for internet chess servers" @@ -27,9 +28,7 @@ RDEPEND="Xaw3d? ( x11-libs/Xaw3d ) DEPEND="${RDEPEND} x11-proto/xproto" -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}"/${P}* eautoreconf } @@ -37,9 +36,7 @@ src_unpack() { src_compile() { egamesconf \ $(use_with Xaw3d) \ - $(use_enable zippy) \ - || die - emake || die "emake failed" + $(use_enable zippy) } src_install() { |