old
authorMichael Sterrett <mr_bones_@gentoo.org>
Tue, 29 Dec 2015 04:02:17 +0000 (23:02 -0500)
committerMichael Sterrett <mr_bones_@gentoo.org>
Tue, 29 Dec 2015 07:40:51 +0000 (02:40 -0500)
Package-Manager: portage-2.2.24

games-board/blokish/blokish-0.9.4-r1.ebuild [deleted file]

diff --git a/games-board/blokish/blokish-0.9.4-r1.ebuild b/games-board/blokish/blokish-0.9.4-r1.ebuild
deleted file mode 100644 (file)
index c3a3dd8..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-WX_GTK_VER="2.8"
-inherit eutils autotools wxwidgets games
-
-MY_P="${PN}_v${PV}"
-DESCRIPTION="Open source clone of the four-player board game Blokus"
-HOMEPAGE="http://sourceforge.net/projects/blokish/"
-SRC_URI="mirror://sourceforge/blokish/${MY_P}.tgz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-DEPEND="x11-libs/wxGTK:2.8[X,opengl]
-       virtual/glu
-       virtual/opengl"
-RDEPEND=${DEPEND}
-
-S=${WORKDIR}/${PN}
-
-src_prepare() {
-       epatch "${FILESDIR}"/${P}-gcc43.patch \
-               "${FILESDIR}"/${P}-underlink.patch
-       sed -i \
-               -e "s:wx-config:${WX_CONFIG}:" \
-               configure.in makefile.am || die
-       mv configure.in configure.ac || die
-       eautoreconf
-}
-
-src_install() {
-       default
-
-       doicon src/${PN}.xpm
-       make_desktop_entry ${PN} Blokish ${PN}
-
-       dohtml docs/*
-       prepgamesdirs
-}