From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3D7AD1384B4 for ; Tue, 29 Dec 2015 07:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 53D3F21C052; Tue, 29 Dec 2015 07:41:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 792C721C034 for ; Tue, 29 Dec 2015 07:41:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BA063340753 for ; Tue, 29 Dec 2015 07:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B703CCFB for ; Tue, 29 Dec 2015 07:41:19 +0000 (UTC) From: "Michael Sterrett" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Sterrett" Message-ID: <1451374851.b76501dc1ed515da7830aa23ddd616efd78a0192.mr_bones_@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/blokish/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/blokish/blokish-0.9.4-r1.ebuild X-VCS-Directories: games-board/blokish/ X-VCS-Committer: mr_bones_ X-VCS-Committer-Name: Michael Sterrett X-VCS-Revision: b76501dc1ed515da7830aa23ddd616efd78a0192 X-VCS-Branch: master Date: Tue, 29 Dec 2015 07:41:19 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7b353b5a-0494-42f3-a7ff-0c0460d366ef X-Archives-Hash: a9c3d16688a608e76857c84cc2ea5243 commit: b76501dc1ed515da7830aa23ddd616efd78a0192 Author: Michael Sterrett gentoo org> AuthorDate: Tue Dec 29 04:02:17 2015 +0000 Commit: Michael Sterrett gentoo org> CommitDate: Tue Dec 29 07:40:51 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b76501dc old Package-Manager: portage-2.2.24 games-board/blokish/blokish-0.9.4-r1.ebuild | 44 ----------------------------- 1 file changed, 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 c3a3dd8..0000000 --- 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 -}