diff options
author | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 20:06:19 +0200 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2018-04-24 21:26:08 +0200 |
commit | 8b6aaf3967854aa7510e9757bb121711f117cb6a (patch) | |
tree | 97f3952d7ceda0980160a83e3192fa23096352b6 /games-arcade/solarwolf | |
parent | games-arcade/solarwolf: Stop using games.eclass, fix doman call (#619948) (diff) | |
download | gentoo-8b6aaf3967854aa7510e9757bb121711f117cb6a.tar.gz gentoo-8b6aaf3967854aa7510e9757bb121711f117cb6a.tar.bz2 gentoo-8b6aaf3967854aa7510e9757bb121711f117cb6a.zip |
games-arcade/solarwolf: Drop old
Package-Manager: Portage-2.3.31, Repoman-2.3.9
Diffstat (limited to 'games-arcade/solarwolf')
-rw-r--r-- | games-arcade/solarwolf/solarwolf-1.5.ebuild | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/games-arcade/solarwolf/solarwolf-1.5.ebuild b/games-arcade/solarwolf/solarwolf-1.5.ebuild deleted file mode 100644 index b96deec76cec..000000000000 --- a/games-arcade/solarwolf/solarwolf-1.5.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit eutils games - -DESCRIPTION="action/arcade recreation of SolarFox" -HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/" -SRC_URI="http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0" -KEYWORDS="~alpha ~amd64 ~hppa ~x86" -IUSE="" - -RDEPEND=">=dev-python/pygame-1.5.6 - media-libs/sdl-mixer[mod,vorbis]" - -src_prepare() { - find . -name .xvpics -print0 | xargs -0 rm -fr -} - -src_install() { - insinto "$(games_get_libdir)"/${PN} - doins -r code data *py - games_make_wrapper ${PN} "python2 ./solarwolf.py" "$(games_get_libdir)"/${PN} - doicon dist/${PN}.png - make_desktop_entry ${PN} SolarWolf - dodoc readme.txt - doman dist/${PN}.6.gz - prepgamesdirs -} |