diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-15 17:41:26 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-09-15 17:41:26 +0000 |
commit | b3945995d1beb88b35b591424d223f0f835cab7e (patch) | |
tree | 14bfb61a39ade66e8e6ec548a36e5dace479ad54 /games-board | |
parent | add warning for soname change breaking binaries. (diff) | |
download | gentoo-2-b3945995d1beb88b35b591424d223f0f835cab7e.tar.gz gentoo-2-b3945995d1beb88b35b591424d223f0f835cab7e.tar.bz2 gentoo-2-b3945995d1beb88b35b591424d223f0f835cab7e.zip |
EAPI=2
(Portage version: 2.1.6.13/cvs/Linux i686)
Diffstat (limited to 'games-board')
-rw-r--r-- | games-board/chessdb/ChangeLog | 8 | ||||
-rw-r--r-- | games-board/chessdb/chessdb-3.6.18.ebuild | 13 |
2 files changed, 11 insertions, 10 deletions
diff --git a/games-board/chessdb/ChangeLog b/games-board/chessdb/ChangeLog index f9002231b6dd..10799cd2c267 100644 --- a/games-board/chessdb/ChangeLog +++ b/games-board/chessdb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for games-board/chessdb -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/chessdb/ChangeLog,v 1.3 2008/04/06 00:02:53 nyhm Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/chessdb/ChangeLog,v 1.4 2009/09/15 17:41:26 mr_bones_ Exp $ + + 15 Sep 2009; Michael Sterrett <mr_bones_@gentoo.org> + chessdb-3.6.18.ebuild: + EAPI=2 06 Apr 2008; Tristan Heaven <nyhm@gentoo.org> chessdb-3.6.18.ebuild: Block games-board/scid diff --git a/games-board/chessdb/chessdb-3.6.18.ebuild b/games-board/chessdb/chessdb-3.6.18.ebuild index d0e96b6cee48..1820b33da9be 100644 --- a/games-board/chessdb/chessdb-3.6.18.ebuild +++ b/games-board/chessdb/chessdb-3.6.18.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/chessdb/chessdb-3.6.18.ebuild,v 1.3 2008/04/06 00:02:53 nyhm Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/chessdb/chessdb-3.6.18.ebuild,v 1.4 2009/09/15 17:41:26 mr_bones_ Exp $ +EAPI=2 inherit toolchain-funcs eutils games MY_PN=ChessDB @@ -23,9 +24,7 @@ DEPEND="${RDEPEND} S=${WORKDIR}/${MY_P} -src_unpack() { - unpack ${A} - cd "${S}" +src_prepare() { epatch "${FILESDIR}/${P}"-gentoo.patch sed -i \ -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}/${PN}:" \ @@ -33,7 +32,7 @@ src_unpack() { tcl/start.tcl || die "sed failed" } -src_compile() { +src_configure() { ./configure \ BINDIR="${GAMES_BINDIR}" \ COMPILE="$(tc-getCXX)" \ @@ -45,8 +44,6 @@ src_compile() { TBDIR="${GAMES_DATADIR}/${PN}/tablebases" \ MANDIR="/usr/share/man" \ WARNINGS="" || die "econf failed" - - emake || die "emake failed" } src_install() { |