From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-arcade/solarwolf/
Date: Wed, 21 Jul 2021 13:08:56 +0000 (UTC) [thread overview]
Message-ID: <1626872875.0d90a1e0122df306009673d5f1360ccf3603ca4d.ionen@gentoo> (raw)
commit: 0d90a1e0122df306009673d5f1360ccf3603ca4d
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 21 07:50:43 2021 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Jul 21 13:07:55 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d90a1e0
games-arcade/solarwolf: drop 1.5-r2
This version wouldn't start with python3.9, little sense in keeping.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-arcade/solarwolf/Manifest | 1 -
games-arcade/solarwolf/solarwolf-1.5-r2.ebuild | 50 --------------------------
2 files changed, 51 deletions(-)
diff --git a/games-arcade/solarwolf/Manifest b/games-arcade/solarwolf/Manifest
index f762a44d476..a92669c7f33 100644
--- a/games-arcade/solarwolf/Manifest
+++ b/games-arcade/solarwolf/Manifest
@@ -1,3 +1,2 @@
DIST solarwolf-1.5.tar.gz 2045888 BLAKE2B 66498b1d9b202b45ff87ea9d4b1ab14dcb6e343e8b0761576cfbf1c84ee9575cbf665e4b94552eb764f5e4fbaa02739f62c9eb20217085a6d18483d3ca7eb587 SHA512 44d84976f7797e3b859f1e5e50f9f964e5c6d6d4437ad25cf04720035e8697cc0c86490fdbbf8d923320a5c15c6e3afd1fbcfb9f17e7e31ce6f7264004e991f2
-DIST solarwolf_1.5+dfsg1-1.debian.tar.xz 8392 BLAKE2B 099543a22e93775756a90867dfeb7926ab9131b8367fa356a6d74efb682d17c5426f5f5372079052967a752a0c75e1d2db36b2ce0b43d00010c65468da968817 SHA512 b4d8ad1a0e83e4cf97185b075a53b7f66fbc20f865e490f714295f678fc675a111d2318e7c0b543028b5d948677140070acb9c04b07fdab1165e37606f34d87a
DIST solarwolf_1.5+dfsg1-3.debian.tar.xz 8944 BLAKE2B 7d83da34338e069d5076e7852f87f233043bfd3f3b2fe93a03fc3fcc631545ff666922d776d25689dec0723b077a373b30aed70ff713e27fad2c0f77bcf3b40e SHA512 e443c6096d7fae2ead3a4d6cacd21590dbdd89ae3293bbd3a219a5337647088b417d6712cef0839c394bc18570d0255d2c3af12a0fc1aae718955ddc64dced95
diff --git a/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild b/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild
deleted file mode 100644
index 2ec0e6da2f7..00000000000
--- a/games-arcade/solarwolf/solarwolf-1.5-r2.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-PYTHON_COMPAT=( python3_{7,8,9} )
-inherit desktop python-r1 wrapper
-
-DESCRIPTION="Action/arcade recreation of SolarFox"
-HOMEPAGE="http://www.pygame.org/shredwheat/solarwolf/"
-SRC_URI="
- http://www.pygame.org/shredwheat/solarwolf/${P}.tar.gz
- mirror://debian/pool/main/${PN:0:1}/${PN}/${PN}_${PV}+dfsg1-1.debian.tar.xz
-"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~x86"
-
-REQUIRED_USE="${PYTHON_REQUIRED_USE}"
-
-RDEPEND="
- ${PYTHON_DEPS}
- >=dev-python/pygame-1.5.6[${PYTHON_USEDEP}]
- media-libs/sdl-mixer[mod,vorbis]
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- default
-
- eapply -p1 "${WORKDIR}"/debian/patches/*.patch
-
- 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
-}
next reply other threads:[~2021-07-21 13:09 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-21 13:08 Ionen Wolkens [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-06-01 10:55 Sam James
2021-04-04 7:27 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=1626872875.0d90a1e0122df306009673d5f1360ccf3603ca4d.ionen@gentoo \
--to=ionen@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