Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/betagarden:master commit in: games-board/gnuchess/
Date: Sun, 04 Mar 2012 18:22:52
Message-Id: 1330885306.a74fe36df896a6d0cd49dc1dea444ac804142800.sping@gentoo
1 commit: a74fe36df896a6d0cd49dc1dea444ac804142800
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun Mar 4 18:21:46 2012 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 4 18:21:46 2012 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=a74fe36d
7
8 games-board/gnuchess: Remove 5.9.91 as 6.0.2 is in CVS now
9
10 ---
11 games-board/gnuchess/gnuchess-5.9.91.ebuild | 30 ---------------------------
12 1 files changed, 0 insertions(+), 30 deletions(-)
13
14 diff --git a/games-board/gnuchess/gnuchess-5.9.91.ebuild b/games-board/gnuchess/gnuchess-5.9.91.ebuild
15 deleted file mode 100644
16 index ee03fdd..0000000
17 --- a/games-board/gnuchess/gnuchess-5.9.91.ebuild
18 +++ /dev/null
19 @@ -1,30 +0,0 @@
20 -# Copyright 1999-2011 Gentoo Foundation
21 -# Distributed under the terms of the GNU General Public License v2
22 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnuchess/gnuchess-5.07.ebuild,v 1.15 2009/10/19 04:52:55 mr_bones_ Exp $
23 -
24 -EAPI=2
25 -inherit flag-o-matic games
26 -
27 -DESCRIPTION="Console based chess interface"
28 -HOMEPAGE="http://www.gnu.org/software/chess/chess.html"
29 -SRC_URI="http://alpha.gnu.org/gnu/chess/${P}.tar.gz"
30 -
31 -KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86"
32 -LICENSE="GPL-3"
33 -SLOT="0"
34 -IUSE="readline"
35 -
36 -DEPEND="readline? ( sys-libs/readline )"
37 -
38 -src_configure() {
39 - strip-flags # bug #199097
40 - egamesconf \
41 - --disable-dependency-tracking \
42 - $(use_with readline)
43 -}
44 -
45 -src_install () {
46 - emake DESTDIR="${D}" install || die "emake install failed"
47 - dodoc AUTHORS ChangeLog NEWS TODO doc/README
48 - prepgamesdirs
49 -}