public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/solarwolf/
Date: Tue, 24 Apr 2018 19:26:42 +0000 (UTC)	[thread overview]
Message-ID: <1524597966.c526a7fabac93bef392a9eb8f5b5ebad678e3484.pacho@gentoo> (raw)

commit:     c526a7fabac93bef392a9eb8f5b5ebad678e3484
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 24 18:05:58 2018 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Tue Apr 24 19:26:06 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c526a7fa

games-arcade/solarwolf: Stop using games.eclass, fix doman call (#619948)

Package-Manager: Portage-2.3.31, Repoman-2.3.9

 games-arcade/solarwolf/solarwolf-1.5-r1.ebuild | 36 ++++++++++++++++++++++++++
 1 file changed, 36 insertions(+)

diff --git a/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
new file mode 100644
index 00000000000..dc3d846b8b7
--- /dev/null
+++ b/games-arcade/solarwolf/solarwolf-1.5-r1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit eutils
+
+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]
+"
+DEPEND=""
+
+src_prepare() {
+	default
+	find . -name .xvpics -print0 | xargs -0 rm -fr
+	gunzip dist/${PN}.6.gz || die #619948
+}
+
+src_install() {
+	insinto /usr/share/${PN}
+	doins -r code data *py
+	make_wrapper ${PN} "python2 ./solarwolf.py" /usr/share/${PN}
+	doicon dist/${PN}.png
+	make_desktop_entry ${PN} SolarWolf
+	einstalldocs
+	doman dist/${PN}.6
+}


             reply	other threads:[~2018-04-24 19:26 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-24 19:26 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-04-24 19:26 [gentoo-commits] repo/gentoo:master commit in: games-arcade/solarwolf/ Pacho Ramos
2018-08-27 21:23 James Le Cuirot
2019-12-25 17:08 Pacho Ramos
2019-12-25 17:08 Pacho Ramos
2019-12-25 17:08 Pacho Ramos
2019-12-26 15:38 David Seifert
2019-12-27 11:05 Pacho Ramos
2021-04-04  7:27 Sam James
2021-06-01 10:55 Sam James
2021-07-21 13:08 Ionen Wolkens
2021-07-21 13:08 Ionen Wolkens
2021-11-14  0:45 Ionen Wolkens
2023-01-17  6:03 Ionen Wolkens
2024-05-05 23:44 Ionen Wolkens
2025-04-16 10:59 Ionen Wolkens

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1524597966.c526a7fabac93bef392a9eb8f5b5ebad678e3484.pacho@gentoo \
    --to=pacho@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox