games-action/powermanga: Remove old
authorDavid Seifert <soap@gentoo.org>
Wed, 20 Dec 2017 21:30:10 +0000 (22:30 +0100)
committerDavid Seifert <soap@gentoo.org>
Thu, 21 Dec 2017 01:32:05 +0000 (02:32 +0100)
Package-Manager: Portage-2.3.16, Repoman-2.3.6

games-action/powermanga/Manifest
games-action/powermanga/powermanga-0.91.ebuild [deleted file]
games-action/powermanga/powermanga-0.93.1.ebuild [deleted file]

index bb7dce0a5445777487c42dd893cea36371e9151e..d7ab57fb2f5f35db697cc3075dc2b0a1fe35eaa4 100644 (file)
@@ -1,2 +1 @@
-DIST powermanga-0.91.tgz 11114130 BLAKE2B eef76f5ae979ce795436051e429da10501f8b976cd381ea5721a5cc1b673ed21bcebfc665021d4e644b1c0ea0bafa83494fde9d57f8cad7c2f96340fb955aa91 SHA512 8c261d8802d8ac6c39910be56442c12fc7028c9677f0df0d975feb9bb38707c6886e06d9e14b45980a3805191b63a38e2c0d91833f4272f3f657f6dbc7b79452
 DIST powermanga-0.93.1.tgz 11855703 BLAKE2B e1fe88ded02e49538891472ef009bb58151ecece0c3df518d42ba2efd206b66f3aa556ddea5a8a26eb8365ebf1ba2ba9b3f69da7434cb435254d33ba88386ace SHA512 852c0b4550db6c9e4ecd380077d390327f6649b6e8ab4cad246f23e7335e8622008f9fc753e2f474bf9cf7a5654b071e3f117f6a2b5be72ea53709912f4a0f41
diff --git a/games-action/powermanga/powermanga-0.91.ebuild b/games-action/powermanga/powermanga-0.91.ebuild
deleted file mode 100644 (file)
index 8c15359..0000000
+++ /dev/null
@@ -1,75 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools games
-
-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
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXxf86dga
-       media-libs/sdl-mixer[mod]"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-       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
-       epatch \
-               "${FILESDIR}"/${P}-underlink.patch \
-               "${FILESDIR}"/${P}-segfault.patch \
-               "${FILESDIR}"/${P}-flags.patch \
-               "${FILESDIR}"/${P}-automake-1.13.patch
-       sed -i \
-               -e "/scoredir/s#/var/games/powermanga#${GAMES_STATEDIR}#" \
-               src/Makefile.am || die
-       eautoreconf
-}
-
-src_configure() {
-       egamesconf --prefix=/usr
-}
-
-src_install() {
-       newgamesbin src/powermanga powermanga.bin
-       doman powermanga.6
-       dodoc AUTHORS CHANGES README
-
-       insinto "${GAMES_DATADIR}/powermanga"
-       doins -r data sounds graphics texts
-
-       find "${D}${GAMES_DATADIR}/powermanga/" -name "Makefil*" -execdir rm -f \{\} +
-
-       insinto "${GAMES_STATEDIR}"
-       local f
-       for f in powermanga.hi-easy powermanga.hi powermanga.hi-hard ; do
-               touch "${D}${GAMES_STATEDIR}/${f}" || die
-               fperms 660 "${GAMES_STATEDIR}/${f}"
-       done
-
-       games_make_wrapper powermanga powermanga.bin "${GAMES_DATADIR}/powermanga"
-       make_desktop_entry powermanga Powermanga
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       ewarn "NOTE: The highscore file format has changed."
-       ewarn "Older highscores will not be retained."
-}
diff --git a/games-action/powermanga/powermanga-0.93.1.ebuild b/games-action/powermanga/powermanga-0.93.1.ebuild
deleted file mode 100644 (file)
index 7a15863..0000000
+++ /dev/null
@@ -1,71 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils autotools games
-
-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
-       x11-libs/libX11
-       x11-libs/libXext
-       x11-libs/libXxf86dga
-       media-libs/sdl-mixer[mod]"
-DEPEND=${RDEPEND}
-
-src_prepare() {
-       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
-       epatch "${FILESDIR}"/${P}-flags.patch
-       sed -i \
-               -e "/scoredir/s#/var/games/powermanga#${GAMES_STATEDIR}#" \
-               src/Makefile.am || die
-       eautoreconf
-}
-
-src_configure() {
-       egamesconf --prefix=/usr
-}
-
-src_install() {
-       newgamesbin src/powermanga powermanga.bin
-       doman powermanga.6
-       dodoc AUTHORS CHANGES README
-
-       insinto "${GAMES_DATADIR}/powermanga"
-       doins -r data sounds graphics texts
-
-       find "${D}${GAMES_DATADIR}/powermanga/" -name "Makefil*" -execdir rm -f \{\} +
-
-       insinto "${GAMES_STATEDIR}"
-       local f
-       for f in powermanga.hi-easy powermanga.hi powermanga.hi-hard ; do
-               touch "${D}${GAMES_STATEDIR}/${f}" || die
-               fperms 660 "${GAMES_STATEDIR}/${f}"
-       done
-
-       games_make_wrapper powermanga powermanga.bin "${GAMES_DATADIR}/powermanga"
-       make_desktop_entry powermanga Powermanga
-       prepgamesdirs
-}
-
-pkg_postinst() {
-       games_pkg_postinst
-       ewarn "NOTE: The highscore file format has changed."
-       ewarn "Older highscores will not be retained."
-}