diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:15 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:36:55 +0100 |
commit | c7f2c63e51c967e245a8bc1a76d907149c26ebfc (patch) | |
tree | 07394668a7eb5b2b0d52ee3be2e567421511a05f /games-board/hexxagon | |
parent | games-board/gtkboard: Remove old (diff) | |
download | gentoo-c7f2c63e51c967e245a8bc1a76d907149c26ebfc.tar.gz gentoo-c7f2c63e51c967e245a8bc1a76d907149c26ebfc.tar.bz2 gentoo-c7f2c63e51c967e245a8bc1a76d907149c26ebfc.zip |
games-board/hexxagon: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-board/hexxagon')
-rw-r--r-- | games-board/hexxagon/hexxagon-1.0.2.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
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 -} |