diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-28 23:02:17 -0500 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-12-29 02:40:51 -0500 |
commit | b76501dc1ed515da7830aa23ddd616efd78a0192 (patch) | |
tree | f1acd98cebb2ee300ad17e03338148f8d295afc0 /games-board/blokish | |
parent | old (diff) | |
download | gentoo-b76501dc1ed515da7830aa23ddd616efd78a0192.tar.gz gentoo-b76501dc1ed515da7830aa23ddd616efd78a0192.tar.bz2 gentoo-b76501dc1ed515da7830aa23ddd616efd78a0192.zip |
old
Package-Manager: portage-2.2.24
Diffstat (limited to 'games-board/blokish')
-rw-r--r-- | games-board/blokish/blokish-0.9.4-r1.ebuild | 44 |
1 files changed, 0 insertions, 44 deletions
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 index c3a3dd85c1ac..000000000000 --- a/games-board/blokish/blokish-0.9.4-r1.ebuild +++ /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 -} |