public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/solarwolf/
Date: Sun,  4 Apr 2021 07:27:02 +0000 (UTC)	[thread overview]
Message-ID: <1617521213.6bf7256a530204e8891024da918a973841f92288.sam@gentoo> (raw)

commit:     6bf7256a530204e8891024da918a973841f92288
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  4 07:24:06 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr  4 07:26:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bf7256a

games-arcade/solarwolf: eutils--, wrapper++

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-arcade/solarwolf/solarwolf-1.5-r2.ebuild | 19 +++++++++++--------
 1 file changed, 11 insertions(+), 8 deletions(-)

diff --git a/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild b/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild
index 2911c2d187f..4d060a7fedb 100644
--- a/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild
+++ b/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
-PYTHON_COMPAT=( python3_{7,8} )
 
-inherit desktop eutils python-r1
+PYTHON_COMPAT=( python3_{7,8} )
+inherit desktop python-r1 wrapper
 
 DESCRIPTION="Action/arcade recreation of SolarFox"
 HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/"
@@ -17,31 +17,34 @@ LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~alpha ~amd64 ~hppa ~x86"
 
-IUSE=""
 REQUIRED_USE="${PYTHON_REQUIRED_USE}"
 
-RDEPEND="${PYTHON_DEPS}
+RDEPEND="
+	${PYTHON_DEPS}
 	>=dev-python/pygame-1.5.6[${PYTHON_USEDEP}]
 	media-libs/sdl-mixer[mod,vorbis]
 "
 DEPEND="${RDEPEND}"
-BDEPEND=""
 
 src_prepare() {
 	default
 
 	eapply -p1 "${WORKDIR}"/debian/patches/*.patch
 
-	find . -name .xvpics -print0 | xargs -0 rm -fr
-	gunzip dist/${PN}.6.gz || die #619948
+	find . -name .xvpics -print0 | xargs -0 rm -fr || die
+	# bug #619948
+	gunzip dist/${PN}.6.gz || die
 }
 
 src_install() {
 	insinto /usr/share/${PN}
 	doins -r code data *py
+
 	make_wrapper ${PN} "python3 ./solarwolf.py" /usr/share/${PN}
+
 	newicon data/ship-big.png ${PN}.png
 	make_desktop_entry ${PN} SolarWolf
+
 	einstalldocs
 	doman dist/${PN}.6
 }


             reply	other threads:[~2021-04-04  7:27 UTC|newest]

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

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=1617521213.6bf7256a530204e8891024da918a973841f92288.sam@gentoo \
    --to=sam@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