summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2018-08-09 13:26:56 +0200
committerPacho Ramos <pacho@gentoo.org>2018-08-09 13:26:56 +0200
commit39d417ebe104a8bea449666a93292d10cd87351f (patch)
tree28d50e876bc5a38f8dfa7044e7ff9ae1f40a9e97 /games-arcade/methane
parentgames-arcade/methane: Drop games.eclass, apply Fedora fixes. (diff)
downloadgentoo-39d417ebe104a8bea449666a93292d10cd87351f.tar.gz
gentoo-39d417ebe104a8bea449666a93292d10cd87351f.tar.bz2
gentoo-39d417ebe104a8bea449666a93292d10cd87351f.zip
games-arcade/methane: Drop old.
Package-Manager: Portage-2.3.43, Repoman-2.3.10
Diffstat (limited to 'games-arcade/methane')
-rw-r--r--games-arcade/methane/methane-1.5.1.ebuild43
1 files changed, 0 insertions, 43 deletions
diff --git a/games-arcade/methane/methane-1.5.1.ebuild b/games-arcade/methane/methane-1.5.1.ebuild
deleted file mode 100644
index 5eb599ba6769..000000000000
--- a/games-arcade/methane/methane-1.5.1.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils flag-o-matic games
-
-DESCRIPTION="Port from an old amiga game"
-HOMEPAGE="http://methane.sourceforge.net/"
-SRC_URI="mirror://sourceforge/${PN}/${P}.tgz"
-
-LICENSE="GPL-2+"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-games/clanlib:2.3[opengl,mikmod]"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-src_prepare() {
- epatch "${FILESDIR}"/${P}-gentoo.patch
- sed -i \
- -e "s:@GENTOO_DATADIR@:${GAMES_DATADIR}:" \
- sources/target.cpp || die
-
- # fix weird parallel make issue wrt #450422
- mkdir build || die
- append-cxxflags -Wno-narrowing # build with gcc5 (bug #573788)
-}
-
-src_install() {
- dogamesbin methane
- insinto "${GAMES_DATADIR}"/${PN}
- doins resources/*
- dodir "${GAMES_STATEDIR}"
- touch "${D}/${GAMES_STATEDIR}"/methanescores
- fperms g+w "${GAMES_STATEDIR}"/methanescores
- newicon docs/puff.gif ${PN}.gif
- make_desktop_entry ${PN} "Super Methane Brothers" /usr/share/pixmaps/${PN}.gif
- dodoc authors.txt history.txt readme.txt
- dohtml docs/*
- prepgamesdirs
-}