commit:     ffe239fb4fd9b6ebb5b5fe5e444515552e1e5b3f
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 22 19:11:02 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 22 19:39:47 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffe239fb

games-arcade/missile: Stop using games.eclass

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 .../missile/files/missile-1.0.1-ldflags.patch      |  4 +-
 games-arcade/missile/missile-1.0.1-r1.ebuild       | 52 ++++++++++++++++++++++
 2 files changed, 54 insertions(+), 2 deletions(-)

diff --git a/games-arcade/missile/files/missile-1.0.1-ldflags.patch 
b/games-arcade/missile/files/missile-1.0.1-ldflags.patch
index 5d228816574..744b8192c5b 100644
--- a/games-arcade/missile/files/missile-1.0.1-ldflags.patch
+++ b/games-arcade/missile/files/missile-1.0.1-ldflags.patch
@@ -1,5 +1,5 @@
---- Makefile.old       2010-09-22 09:11:48.000000000 +0200
-+++ Makefile   2010-09-22 09:13:08.000000000 +0200
+--- a/Makefile.old     2010-09-22 09:11:48.000000000 +0200
++++ b/Makefile 2010-09-22 09:13:08.000000000 +0200
 @@ -125,10 +125,10 @@
        fi
  

diff --git a/games-arcade/missile/missile-1.0.1-r1.ebuild 
b/games-arcade/missile/missile-1.0.1-r1.ebuild
new file mode 100644
index 00000000000..2e9d9e9874d
--- /dev/null
+++ b/games-arcade/missile/missile-1.0.1-r1.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit desktop gnome2-utils
+
+DESCRIPTION="The game Missile Command for Linux"
+HOMEPAGE="http://missile.sourceforge.net/";
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE=""
+
+DEPEND="media-libs/libsdl[sound,video]
+       media-libs/sdl-image[png]
+       media-libs/sdl-mixer
+"
+RDEPEND="${DEPEND}"
+
+src_prepare() {
+       default
+       eapply "${FILESDIR}"/${P}-ldflags.patch
+       sed -i \
+               -e '/^CC/d' \
+               -e "s:\$(game_prefix)/\$(game_data):/usr/share/${PN}:" \
+               -e "s/-O2/${CFLAGS}/" \
+               -e 's/-lSDL_image $(SND_LIBS)/-lSDL_image -lm $(SND_LIBS)/g' \
+               Makefile || die
+}
+
+src_install() {
+       dobin ${PN}
+       insinto /usr/share/${PN}
+       doins -r data/*
+       newicon -s 48 icons/${PN}_icon_black.png ${PN}.png
+       make_desktop_entry ${PN} "Missile Command"
+       einstalldocs
+}
+
+pkg_preinst() {
+       gnome2_icon_savelist
+}
+
+pkg_postinst() {
+       gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+       gnome2_icon_cache_update
+}

Reply via email to