Gentoo Archives: gentoo-commits

From: Michael Sterrett <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/blokish/
Date: Tue, 29 Dec 2015 07:41:27
Message-Id: 1451374851.b76501dc1ed515da7830aa23ddd616efd78a0192.mr_bones_@gentoo
1 commit: b76501dc1ed515da7830aa23ddd616efd78a0192
2 Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
3 AuthorDate: Tue Dec 29 04:02:17 2015 +0000
4 Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
5 CommitDate: Tue Dec 29 07:40:51 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76501dc
7
8 old
9
10 Package-Manager: portage-2.2.24
11
12 games-board/blokish/blokish-0.9.4-r1.ebuild | 44 -----------------------------
13 1 file changed, 44 deletions(-)
14
15 diff --git a/games-board/blokish/blokish-0.9.4-r1.ebuild b/games-board/blokish/blokish-0.9.4-r1.ebuild
16 deleted file mode 100644
17 index c3a3dd8..0000000
18 --- a/games-board/blokish/blokish-0.9.4-r1.ebuild
19 +++ /dev/null
20 @@ -1,44 +0,0 @@
21 -# Copyright 1999-2015 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -# $Id$
24 -
25 -EAPI=5
26 -WX_GTK_VER="2.8"
27 -inherit eutils autotools wxwidgets games
28 -
29 -MY_P="${PN}_v${PV}"
30 -DESCRIPTION="Open source clone of the four-player board game Blokus"
31 -HOMEPAGE="http://sourceforge.net/projects/blokish/"
32 -SRC_URI="mirror://sourceforge/blokish/${MY_P}.tgz"
33 -
34 -LICENSE="GPL-2"
35 -SLOT="0"
36 -KEYWORDS="amd64 x86"
37 -IUSE=""
38 -
39 -DEPEND="x11-libs/wxGTK:2.8[X,opengl]
40 - virtual/glu
41 - virtual/opengl"
42 -RDEPEND=${DEPEND}
43 -
44 -S=${WORKDIR}/${PN}
45 -
46 -src_prepare() {
47 - epatch "${FILESDIR}"/${P}-gcc43.patch \
48 - "${FILESDIR}"/${P}-underlink.patch
49 - sed -i \
50 - -e "s:wx-config:${WX_CONFIG}:" \
51 - configure.in makefile.am || die
52 - mv configure.in configure.ac || die
53 - eautoreconf
54 -}
55 -
56 -src_install() {
57 - default
58 -
59 - doicon src/${PN}.xpm
60 - make_desktop_entry ${PN} Blokish ${PN}
61 -
62 - dohtml docs/*
63 - prepgamesdirs
64 -}