Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/solarwolf/
Date: Wed, 25 Dec 2019 17:08:13
Message-Id: 1577293684.72041a9a261251486fa6faa9b01c69109f41eb66.pacho@gentoo
1 commit: 72041a9a261251486fa6faa9b01c69109f41eb66
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 25 17:07:54 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 25 17:08:04 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72041a9a
7
8 games-arcade/solarwolf: Drop old
9
10 Package-Manager: Portage-2.3.82, Repoman-2.3.20
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 games-arcade/solarwolf/solarwolf-1.5-r1.ebuild | 37 --------------------------
14 1 file changed, 37 deletions(-)
15
16 diff --git a/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
17 deleted file mode 100644
18 index e47801d87ca..00000000000
19 --- a/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
20 +++ /dev/null
21 @@ -1,37 +0,0 @@
22 -# Copyright 1999-2018 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -
25 -EAPI=6
26 -
27 -inherit desktop eutils
28 -
29 -DESCRIPTION="Action/arcade recreation of SolarFox"
30 -HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/"
31 -SRC_URI="http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz"
32 -
33 -LICENSE="LGPL-2.1"
34 -SLOT="0"
35 -KEYWORDS="~alpha ~amd64 ~hppa ~x86"
36 -IUSE=""
37 -
38 -RDEPEND="
39 - >=dev-python/pygame-1.5.6
40 - media-libs/sdl-mixer[mod,vorbis]
41 -"
42 -DEPEND=""
43 -
44 -src_prepare() {
45 - default
46 - find . -name .xvpics -print0 | xargs -0 rm -fr
47 - gunzip dist/${PN}.6.gz || die #619948
48 -}
49 -
50 -src_install() {
51 - insinto /usr/share/${PN}
52 - doins -r code data *py
53 - make_wrapper ${PN} "python2 ./solarwolf.py" /usr/share/${PN}
54 - doicon dist/${PN}.png
55 - make_desktop_entry ${PN} SolarWolf
56 - einstalldocs
57 - doman dist/${PN}.6
58 -}