diff options
author | David Seifert <soap@gentoo.org> | 2017-12-20 22:30:10 +0100 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-12-21 02:32:05 +0100 |
commit | 25dfee88d3aceb73984d375629a86c7f1c49ddcf (patch) | |
tree | 5167c54fc817c8b3e13bc4276f7178ba94e47c8e /games-action | |
parent | games-action/postalplus: Remove old (diff) | |
download | gentoo-25dfee88d3aceb73984d375629a86c7f1c49ddcf.tar.gz gentoo-25dfee88d3aceb73984d375629a86c7f1c49ddcf.tar.bz2 gentoo-25dfee88d3aceb73984d375629a86c7f1c49ddcf.zip |
games-action/powermanga: Remove old
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'games-action')
-rw-r--r-- | games-action/powermanga/Manifest | 1 | ||||
-rw-r--r-- | games-action/powermanga/powermanga-0.91.ebuild | 75 | ||||
-rw-r--r-- | games-action/powermanga/powermanga-0.93.1.ebuild | 71 |
3 files changed, 0 insertions, 147 deletions
diff --git a/games-action/powermanga/Manifest b/games-action/powermanga/Manifest index bb7dce0a5445..d7ab57fb2f5f 100644 --- a/games-action/powermanga/Manifest +++ b/games-action/powermanga/Manifest @@ -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 index 8c1535908e0f..000000000000 --- a/games-action/powermanga/powermanga-0.91.ebuild +++ /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 index 7a15863dd3ce..000000000000 --- a/games-action/powermanga/powermanga-0.93.1.ebuild +++ /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." -} |