summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2008-04-29 21:34:00 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2008-04-29 21:34:00 +0000
commit03f82d4e286b6c9f9518f32d6ec0a39242b3abac (patch)
tree919f9c98d3effdddd814df981da7d8a21519d05e /games-board/blokish
parentremove old (diff)
downloadgentoo-2-03f82d4e286b6c9f9518f32d6ec0a39242b3abac.tar.gz
gentoo-2-03f82d4e286b6c9f9518f32d6ec0a39242b3abac.tar.bz2
gentoo-2-03f82d4e286b6c9f9518f32d6ec0a39242b3abac.zip
old
(Portage version: 2.1.4.4)
Diffstat (limited to 'games-board/blokish')
-rw-r--r--games-board/blokish/blokish-0.9.4.ebuild46
1 files changed, 0 insertions, 46 deletions
diff --git a/games-board/blokish/blokish-0.9.4.ebuild b/games-board/blokish/blokish-0.9.4.ebuild
deleted file mode 100644
index d4cbedf4d044..000000000000
--- a/games-board/blokish/blokish-0.9.4.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-board/blokish/blokish-0.9.4.ebuild,v 1.2 2008/02/29 19:03:06 carlo Exp $
-
-inherit eutils 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.6*
- virtual/opengl"
-
-S=${WORKDIR}/${PN}
-
-pkg_setup() {
- WX_GTK_VER=2.6 need-wxwidgets unicode
- games_pkg_setup
-}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- sed -i \
- -e "s:wx-config:${WX_CONFIG}:" \
- configure makefile.in \
- || die "sed failed"
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed"
-
- doicon src/${PN}.xpm
- make_desktop_entry ${PN} Blokish ${PN}
-
- dodoc AUTHORS ChangeLog README
- dohtml docs/*
- prepgamesdirs
-}