From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-action/astromenace/
Date: Sun, 30 Apr 2023 07:53:51 +0000 (UTC) [thread overview]
Message-ID: <1682841220.f3364f5b2d31fe5e4985694e0606871ba3507b63.asturm@gentoo> (raw)
commit: f3364f5b2d31fe5e4985694e0606871ba3507b63
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 29 22:36:22 2023 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Apr 30 07:53:40 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3364f5b
games-action/astromenace: drop 1.4.1-r1, 1.4.2
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
games-action/astromenace/Manifest | 1 -
.../astromenace/astromenace-1.4.1-r1.ebuild | 66 ----------------------
games-action/astromenace/astromenace-1.4.2.ebuild | 60 --------------------
3 files changed, 127 deletions(-)
diff --git a/games-action/astromenace/Manifest b/games-action/astromenace/Manifest
index a564d17b8278..7259423577ea 100644
--- a/games-action/astromenace/Manifest
+++ b/games-action/astromenace/Manifest
@@ -1,2 +1 @@
-DIST astromenace-1.4.1.tar.gz 68041500 BLAKE2B a6e0c98feae200440bc3e3bd0e3338325ce7953f4e4241d69e1d3b6cc3aaef54c1966f62b08a27aef2a6f6b1ee028e8c7c78788aabc2622bcc1eeab10186c428 SHA512 408fd8a9fcc51d0cdfd31d77bc1c05b079b3248622a252e73e1145db9715b3a331eef5fde295c3390143fb7bb2f88460d374eddea719b6452577bf5e83bd14c1
DIST astromenace-1.4.2.tar.gz 68061933 BLAKE2B 79511ee920eb182a428688a22b5adaa7719d574ffbd9807ebea46a036ea7de85f87aee8f927cfb8458178ed8b9c4ad61dad281196469cf6f648aa6580303fff6 SHA512 6a41c987295ff7201b2a9fa748b2b246c5d61bf4ae39668e614fbec377abfe08387a66182059c0e87d1c8395aa224ae396535b0f41a0be720fc57d319249e8b0
diff --git a/games-action/astromenace/astromenace-1.4.1-r1.ebuild b/games-action/astromenace/astromenace-1.4.1-r1.ebuild
deleted file mode 100644
index 99cca3528267..000000000000
--- a/games-action/astromenace/astromenace-1.4.1-r1.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake desktop xdg-utils
-
-DESCRIPTION="Hardcore 3D space scroll-shooter with spaceship upgrade possibilities"
-HOMEPAGE="https://viewizard.com"
-SRC_URI="https://github.com/viewizard/astromenace/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 GPL-3+ CC-BY-SA-4.0 OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="
- media-libs/freealut
- media-libs/freetype:2
- media-libs/libogg
- media-libs/libsdl2[joystick,video]
- media-libs/libvorbis
- media-libs/openal
- virtual/glu
- virtual/opengl
- x11-libs/libXinerama"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- cmake_src_prepare
-
- # no messing with CXXFLAGS please.
- sed -i -e '/-Os/d' CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=( -DDATADIR="${EPREFIX}/usr/share/${PN}" )
-
- cmake_src_configure
-}
-
-src_compile() {
- cmake_src_compile
-}
-
-src_install() {
- dobin "${BUILD_DIR}"/astromenace
-
- insinto /usr/share/${PN}
- doins "${BUILD_DIR}"/gamedata.vfs
-
- newicon -s 128 share/astromenace_128.png ${PN}.png
- newicon -s 64 share/astromenace_64.png ${PN}.png
-
- einstalldocs
-
- make_desktop_entry "${PN}" AstroMenace
-}
-
-pkg_postinst() {
- xdg_icon_cache_update
-}
-
-pkg_postrm() {
- xdg_icon_cache_update
-}
diff --git a/games-action/astromenace/astromenace-1.4.2.ebuild b/games-action/astromenace/astromenace-1.4.2.ebuild
deleted file mode 100644
index a08affa86133..000000000000
--- a/games-action/astromenace/astromenace-1.4.2.ebuild
+++ /dev/null
@@ -1,60 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake desktop xdg
-
-DESCRIPTION="Hardcore 3D space scroll-shooter with spaceship upgrade possibilities"
-HOMEPAGE="https://viewizard.com"
-SRC_URI="https://github.com/viewizard/astromenace/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3 GPL-3+ CC-BY-SA-4.0 OFL-1.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DEPEND="
- media-libs/freealut
- media-libs/freetype:2
- media-libs/libogg
- media-libs/libsdl2[joystick,video]
- media-libs/libvorbis
- media-libs/openal
- virtual/glu
- virtual/opengl
- x11-libs/libXinerama
-"
-RDEPEND="${DEPEND}"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-1.4.2-gcc13.patch
-)
-
-src_prepare() {
- cmake_src_prepare
-
- # no messing with CXXFLAGS please.
- sed -i -e '/-Os/d' CMakeLists.txt || die
-}
-
-src_configure() {
- local mycmakeargs=( -DDATADIR="${EPREFIX}/usr/share/${PN}" )
-
- cmake_src_configure
-}
-
-src_install() {
- # As of 1.4.2, the CMake install target is better, but still needs porting
- # to GNUInstallDirs.
- dobin "${BUILD_DIR}"/astromenace
-
- insinto /usr/share/${PN}
- doins "${BUILD_DIR}"/gamedata.vfs
-
- newicon -s 128 share/astromenace_128.png ${PN}.png
- newicon -s 64 share/astromenace_64.png ${PN}.png
-
- einstalldocs
-
- make_desktop_entry "${PN}" AstroMenace
-}
next reply other threads:[~2023-04-30 7:53 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-04-30 7:53 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-13 2:57 [gentoo-commits] repo/gentoo:master commit in: games-action/astromenace/ Sam James
2020-07-22 21:22 Andreas Sturmlechner
2020-07-22 21:17 Andreas Sturmlechner
2020-07-22 21:17 Andreas Sturmlechner
2020-07-11 22:11 Andreas Sturmlechner
2020-07-11 22:11 Andreas Sturmlechner
2020-02-10 21:32 Stefan Strogin
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=1682841220.f3364f5b2d31fe5e4985694e0606871ba3507b63.asturm@gentoo \
--to=asturm@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