From c7f2c63e51c967e245a8bc1a76d907149c26ebfc Mon Sep 17 00:00:00 2001 From: David Seifert Date: Wed, 20 Dec 2017 22:30:15 +0100 Subject: games-board/hexxagon: Remove old Package-Manager: Portage-2.3.16, Repoman-2.3.6 --- games-board/hexxagon/hexxagon-1.0.2.ebuild | 32 ------------------------------ 1 file changed, 32 deletions(-) delete mode 100644 games-board/hexxagon/hexxagon-1.0.2.ebuild (limited to 'games-board') diff --git a/games-board/hexxagon/hexxagon-1.0.2.ebuild b/games-board/hexxagon/hexxagon-1.0.2.ebuild deleted file mode 100644 index 9242faaaafaa..000000000000 --- a/games-board/hexxagon/hexxagon-1.0.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils flag-o-matic games - -DESCRIPTION="Clone of the original DOS game" -HOMEPAGE="http://www.nesqi.se/" -SRC_URI="http://www.nesqi.se/download/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="dev-cpp/glibmm:2 - dev-cpp/gtkmm:2.4 - x11-libs/gtk+:2" -DEPEND="${RDEPEND} - virtual/pkgconfig" - -src_prepare() { - append-cxxflags -std=c++11 -} - -src_install() { - emake DESTDIR="${D}" install - newicon images/board_N_2.xpm ${PN}.xpm - make_desktop_entry ${PN} Hexxagon - dodoc README - prepgamesdirs -} -- cgit v1.2.3-18-g5258