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-action/powermanga/Manifest | 4 -- .../powermanga/files/powermanga-0.93.1-flags.patch | 11 ---- games-action/powermanga/metadata.xml | 8 --- .../powermanga/powermanga-0.93.1-r1.ebuild | 75 ---------------------- 4 files changed, 98 deletions(-) delete mode 100644 games-action/powermanga/Manifest delete mode 100644 games-action/powermanga/files/powermanga-0.93.1-flags.patch delete mode 100644 games-action/powermanga/metadata.xml delete mode 100644 games-action/powermanga/powermanga-0.93.1-r1.ebuild (limited to 'games-action/powermanga') diff --git a/games-action/powermanga/Manifest b/games-action/powermanga/Manifest deleted file mode 100644 index c131f769c97c..000000000000 --- a/games-action/powermanga/Manifest +++ /dev/null @@ -1,4 +0,0 @@ -AUX powermanga-0.93.1-flags.patch 394 BLAKE2B c86e0b22f8f856300f37d6e2e17d712769820314ce820ec625e38ca3d4123ad22e6de2097487fefc31ced8536640d0f7431ac831cfde858b88458a7d85413391 SHA512 16cb19ea59cd632b7d9c7b2b61f74e664e81160d9bfd25604613057e2dd08d84e112cb355a0e18e76069fcf2693bffb381ce467f8d86218850659cb6ce5bd756 -DIST powermanga-0.93.1.tgz 11855703 BLAKE2B e1fe88ded02e49538891472ef009bb58151ecece0c3df518d42ba2efd206b66f3aa556ddea5a8a26eb8365ebf1ba2ba9b3f69da7434cb435254d33ba88386ace SHA512 852c0b4550db6c9e4ecd380077d390327f6649b6e8ab4cad246f23e7335e8622008f9fc753e2f474bf9cf7a5654b071e3f117f6a2b5be72ea53709912f4a0f41 -EBUILD powermanga-0.93.1-r1.ebuild 1623 BLAKE2B 90c30f4fc6dd7673c83edd9502ab2cf1d240178f13ff4e7c79ddde45b672316958b1e1c7c8bb281e6f65bab81349eca3e3422089737bd1803df13c917558272e SHA512 097b59d1286f4f44dd8afe51ea9dbb3b4f511e63eefba71784a06353dcabe764870657f5630115c1c5bdfe213b9c1c402d0e934125ce91b19b3957402636ebf6 -MISC metadata.xml 249 BLAKE2B 7113a758d7abc93accec998a8843d8ef51ca8b72d72e659e224d5cec2a1a6a63e6c0605958091532ac6e51fa0d501ca4fd9f3f4a9e55baeb31519a02971b465f SHA512 895577c3a805c40581da03057b94e3f28f05f23012bf350c1e3575847d1a0fe40bb044a46f909012a200d991a400f6389358a60e9c2b5bef0da01fb26f846118 diff --git a/games-action/powermanga/files/powermanga-0.93.1-flags.patch b/games-action/powermanga/files/powermanga-0.93.1-flags.patch deleted file mode 100644 index e8a013a2e04e..000000000000 --- a/games-action/powermanga/files/powermanga-0.93.1-flags.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/configure.ac 2015-07-12 17:31:49.673817375 -0400 -+++ b/configure.ac 2015-07-12 17:32:18.567700880 -0400 -@@ -54,7 +54,7 @@ - AC_DEFINE(USE_MALLOC_WRAPPER, 1, Define to use a malloc wrapper) - CFLAGS="-Wall -Werror -pedantic -Wextra -std=gnu99 -g $CFLAGS" - else -- CFLAGS="-O3 -Wall -Wextra -std=gnu99 $CFLAGS" -+ CFLAGS="$CFLAGS -Wall -Wextra -std=gnu99" - fi - - dnl Check for SDL_mixer diff --git a/games-action/powermanga/metadata.xml b/games-action/powermanga/metadata.xml deleted file mode 100644 index 78274e0fa550..000000000000 --- a/games-action/powermanga/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - games@gentoo.org - Gentoo Games Project - - diff --git a/games-action/powermanga/powermanga-0.93.1-r1.ebuild b/games-action/powermanga/powermanga-0.93.1-r1.ebuild deleted file mode 100644 index 01a45a6d43cd..000000000000 --- a/games-action/powermanga/powermanga-0.93.1-r1.ebuild +++ /dev/null @@ -1,75 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -inherit eutils autotools user - -DESCRIPTION="An arcade 2D shoot-em-up game" -HOMEPAGE="http://linux.tlk.fr/" -SRC_URI="http://linux.tlk.fr/games/Powermanga/download/${P}.tgz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=media-libs/libsdl-1.2[sound,joystick,video] - media-libs/libpng:0 - media-libs/sdl-mixer[mod] - x11-libs/libX11 - x11-libs/libXext - x11-libs/libXxf86dga" -DEPEND=${RDEPEND} - -PATCHES=( - "${FILESDIR}"/${P}-flags.patch -) - -pkg_setup(){ - enewgroup gamestat 36 -} - -src_prepare() { - default - - local f - for f in src/assembler.S src/assembler_opt.S ; do - einfo "patching $f" - cat <<-EOF >> ${f} - #if defined(__linux__) && defined(__ELF__) - .section .note.GNU-stack,"",%progbits - #endif - EOF - done - eautoreconf -} - -src_install() { - newbin src/powermanga powermanga.bin - doman powermanga.6 - dodoc AUTHORS CHANGES README - - insinto "/usr/share/${PN}" - doins -r data sounds graphics texts - - find "${D}/usr/share/${PN}" -name "Makefil*" -execdir rm -f \{\} + - - dodir "/var/games/${PN}" - fowners root:gamestat /var/games/${PN} /usr/bin/${PN}.bin - fperms 660 /var/games/${PN} - fperms 2755 /usr/bin/${PN}.bin - - local f - for f in powermanga.hi-easy powermanga.hi powermanga.hi-hard ; do - touch "${D}/var/games/${f}" || die - fperms 660 "/var/games/${f}" - done - - make_wrapper powermanga powermanga.bin "/usr/share/${PN}" - make_desktop_entry powermanga Powermanga -} - -pkg_postinst() { - ewarn "NOTE: The highscore file format has changed." - ewarn "Older highscores will not be retained." -} -- cgit v1.2.3