From 0cf2f20608308acdf3cb922c3736446bbd8f3388 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:58:29 +0100 Subject: gentoo resync : 14.07.2018 --- games-arcade/primateplunge/Manifest | 4 --- .../files/primateplunge-1.1-AC_SUBST.patch | 26 ------------------ games-arcade/primateplunge/metadata.xml | 8 ------ .../primateplunge/primateplunge-1.1-r2.ebuild | 32 ---------------------- 4 files changed, 70 deletions(-) delete mode 100644 games-arcade/primateplunge/Manifest delete mode 100644 games-arcade/primateplunge/files/primateplunge-1.1-AC_SUBST.patch delete mode 100644 games-arcade/primateplunge/metadata.xml delete mode 100644 games-arcade/primateplunge/primateplunge-1.1-r2.ebuild (limited to 'games-arcade/primateplunge') diff --git a/games-arcade/primateplunge/Manifest b/games-arcade/primateplunge/Manifest deleted file mode 100644 index cb4060d693f0..000000000000 --- a/games-arcade/primateplunge/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX primateplunge-1.1-AC_SUBST.patch 619 BLAKE2B 3252eb57e4c3352f3706abb6cf6ebc26fd8d8151548e8c4aa32eaace0dbcb0c5b90d313f9631f84e0eb46781143922da10638318e118925d95f2cf0a318c9fab SHA512 f8d584b8a305ac54b91a6746613361f60cb74e6c756f1067f6d3e6ffec71f3358c64f5901e44c3a1d423d5b8624e5c34086fe7f3d63df9cb86db0d558a08b7c2 -DIST primateplunge-1.1.tar.gz 5245884 BLAKE2B a1496eea4c99dd52f301aa50b6831ce6efffa78e45b97be13e93f64d4c4dd814b87fac17612fb82f994ee125375c75a47d3968b379c7622d78c76cadf5567e3b SHA512 bdc6be0faf28375941e67895c498f59a529521ba46d6b23ea94d3b16ead1541738d7aa5cfa5fa5cf269e7e474ca9002180e7b0663e1b4531300d21564df41b8c -EBUILD primateplunge-1.1-r2.ebuild 746 BLAKE2B 71a599054b1bbed857c16ee88d2a2ddc7557292c017c375b163accae381c962f05ddce0b7515426358f7978b179edd689b95cd45ceb7749df663610618471c61 SHA512 d8c9cfa96356ab6b932aa9bff4f2b6c9736aa38b1478519a31084b0e9900fe7e12eca6ce09bee4a0ccdd6fe938ef9ffd01fadb098540ce6202060378d5580c51 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-arcade/primateplunge/files/primateplunge-1.1-AC_SUBST.patch b/games-arcade/primateplunge/files/primateplunge-1.1-AC_SUBST.patch deleted file mode 100644 index 562f62f98585..000000000000 --- a/games-arcade/primateplunge/files/primateplunge-1.1-AC_SUBST.patch +++ /dev/null @@ -1,26 +0,0 @@ ---- a/configure.ac.orig -+++ b/configure.ac -@@ -7,12 +7,12 @@ - - AC_INIT([primateplunge], [1.1], [primateplunge@aelius.com]) - --AC_CONFIG_SRCDIR( src/game.c ) -+AC_CONFIG_SRCDIR(src/game.c) - AC_CANONICAL_SYSTEM - - dnl Version 1.7 of automake is recommended --AM_INIT_AUTOMAKE( 1.7 ) --AM_CONFIG_HEADER( src/config.h ) -+AM_INIT_AUTOMAKE(1.7) -+AM_CONFIG_HEADER(src/config.h) - - - -@@ -29,7 +29,6 @@ - [ PREFSFILE="~/.primateplunge" ] - ) - --AC_SUBST( GAMEDATADIR ) - AC_DEFINE_DIR( GAMEDATADIR, GAMEDATADIR, [Location of game resource files] ) - AC_DEFINE_UNQUOTED( PREFSFILE, "$PREFSFILE", [Location of preferences file] ) - diff --git a/games-arcade/primateplunge/metadata.xml b/games-arcade/primateplunge/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-arcade/primateplunge/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-arcade/primateplunge/primateplunge-1.1-r2.ebuild b/games-arcade/primateplunge/primateplunge-1.1-r2.ebuild deleted file mode 100644 index a2cab33ca840..000000000000 --- a/games-arcade/primateplunge/primateplunge-1.1-r2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit autotools desktop - -DESCRIPTION="Help poor Monkey navigate his way down through treacherous areas" -HOMEPAGE="https://www.aelius.com/primateplunge/" -SRC_URI="https://www.aelius.com/${PN}/${P}.tar.gz" - -LICENSE="Primate-Plunge" -SLOT="0" -KEYWORDS="~amd64 ~x86 ~x86-fbsd" -IUSE="" -RESTRICT="mirror bindist" #465850 - -DEPEND="media-libs/libsdl[sound,video] - media-libs/sdl-mixer" -RDEPEND="${DEPEND}" - -src_prepare() { - default - eapply "${FILESDIR}"/${P}-AC_SUBST.patch - eautoreconf -} - -src_install() { - default - dodoc TIPS - newicon graphics/idle.bmp ${PN}.bmp - make_desktop_entry ${PN} "Primate Plunge" /usr/share/pixmaps/${PN}.bmp -} -- cgit v1.2.3