public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ionen Wolkens" <ionen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/endless-sky/
Date: Wed, 26 Feb 2025 08:47:50 +0000 (UTC)	[thread overview]
Message-ID: <1740559530.41f1a0a157d00bec476e98a86b2f5e5f173cb173.ionen@gentoo> (raw)

commit:     41f1a0a157d00bec476e98a86b2f5e5f173cb173
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 26 03:42:31 2025 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Wed Feb 26 08:45:30 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f1a0a1

games-strategy/endless-sky: drop 0.10.8

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-strategy/endless-sky/Manifest                |  1 -
 .../endless-sky/endless-sky-0.10.8.ebuild          | 87 ----------------------
 2 files changed, 88 deletions(-)

diff --git a/games-strategy/endless-sky/Manifest b/games-strategy/endless-sky/Manifest
index fbe45f42e31e..4ec84dde12f2 100644
--- a/games-strategy/endless-sky/Manifest
+++ b/games-strategy/endless-sky/Manifest
@@ -1,2 +1 @@
 DIST endless-sky-0.10.12.tar.gz 360083301 BLAKE2B e62911494e4824adeaee6aee8722afa0e7339d3f51186b6d60b05704131911cd262ffd750bff4eeeee15b61edbf63cfde2a03cd1728166121f04ac8afc2451f6 SHA512 908751e4d0f6df5bfdfc0be99326a3a9e6ef4585e7968b4576c338c9b7904b462628ebec329b1246c7c2edec5a281f28ff389ae754ec92f11743cac5e20d260a
-DIST endless-sky-0.10.8.tar.gz 257381131 BLAKE2B ea6fe5e4240b9744a9e1d64137a731c8a67f88acbd688fad13f3beab2bb6d16e46b3c85fd1288350917eff18264b5a477ed964729edaa098eff07fef10ca81ee SHA512 d6cfb3efba6214a42b112d315dda945085f6a9f915a22bd3fe0ff78cb628a242aa8c0613165a2e1c67d81f5c32f937c2b73a7851efe3984ebe94af4e456df547

diff --git a/games-strategy/endless-sky/endless-sky-0.10.8.ebuild b/games-strategy/endless-sky/endless-sky-0.10.8.ebuild
deleted file mode 100644
index c0a4e125f072..000000000000
--- a/games-strategy/endless-sky/endless-sky-0.10.8.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake prefix xdg
-
-DESCRIPTION="Space exploration, trading & combat in the tradition of Terminal Velocity"
-HOMEPAGE="https://endless-sky.github.io/"
-SRC_URI="
-	https://github.com/endless-sky/endless-sky/archive/refs/tags/v${PV}.tar.gz
-		-> ${P}.tar.gz
-"
-
-LICENSE="
-	GPL-3+
-	CC-BY-2.0 CC-BY-3.0 CC-BY-4.0
-	CC-BY-SA-3.0 CC-BY-SA-4.0
-	CC0-1.0 Unsplash public-domain
-"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="gles2-only test"
-RESTRICT="!test? ( test )"
-
-RDEPEND="
-	media-libs/libglvnd
-	media-libs/libjpeg-turbo:=
-	media-libs/libmad
-	media-libs/libpng:=
-	media-libs/libsdl2[video]
-	media-libs/openal
-	sys-apps/util-linux
-	gles2-only? ( media-libs/libsdl2[gles2] )
-	!gles2-only? (
-		media-libs/glew:0=
-		media-libs/libsdl2[opengl]
-	)
-"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
-	cmake_src_prepare
-
-	# no /usr/*games/ on Gentoo, adjust docdir, install even if != Release,
-	# and GLEW is unused if USE=gles2-only (using sed for less rebasing)
-	sed -e '/install(/s: games: bin:' \
-		-e '/install(/s: share/games: share:' \
-		-e "/install(/s: share/doc/endless-sky: share/doc/${PF}:" \
-		-e '/install(/s: CONFIGURATIONS Release::' \
-		-e 's:GLEW REQUIRED:GLEW:' \
-		-i CMakeLists.txt || die
-	sed -i '/PATH/s:share/games:share:' source/Files.cpp || die
-
-	hprefixify -w /PATH/ source/Files.cpp
-}
-
-src_configure() {
-	local mycmakeargs=(
-		-DBUILD_TESTING=$(usex test)
-		-DES_GLES=$(usex gles2-only)
-		-DES_USE_SYSTEM_LIBRARIES=yes
-		-DES_USE_VCPKG=no
-	)
-
-	cmake_src_configure
-}
-
-src_install() {
-	cmake_src_install
-
-	gzip -d -- "${ED}"/usr/share/man/man6/${PN}.6.gz || die
-	rm -- "${ED}"/usr/share/doc/${PF}/{copyright,license.txt} || die
-}
-
-pkg_postinst() {
-	xdg_pkg_postinst
-
-	if [[ ! ${REPLACING_VERSIONS} ]]; then
-		elog "Endless Sky provides high-res sprites for high-dpi screens."
-		elog "If you want to use them, download:"
-		elog
-		elog "   https://github.com/endless-sky/endless-sky-high-dpi/releases"
-		elog
-		elog "and extract it to ~/.local/share/endless-sky/plugins/"
-	fi
-}


             reply	other threads:[~2025-02-26  8:48 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-26  8:47 Ionen Wolkens [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-23 12:16 [gentoo-commits] repo/gentoo:master commit in: games-strategy/endless-sky/ Ionen Wolkens
2025-02-23  0:09 Ionen Wolkens
2025-02-23  0:09 Ionen Wolkens
2024-08-25 23:54 Conrad Kostecki
2024-05-05 23:44 Ionen Wolkens
2018-04-03 15:28 Jonas Stein
2017-12-21  1:57 David Seifert
2017-05-07 17:41 Michał Górny
2017-05-07 17:41 Michał Górny
2017-05-07 17:41 Michał Górny
2016-05-31  7:51 Patrice Clement
2016-05-20  8:50 Patrice Clement
2016-05-13  8:41 Agostino Sarubbo
2016-04-13 20:39 Patrice Clement
2016-03-08 23:44 Ian Delaney
2016-02-09 20:01 Patrice Clement
2016-02-09 18:43 Patrice Clement
2016-02-09 13:51 Ian Delaney
2016-02-09 10:56 Patrice Clement

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=1740559530.41f1a0a157d00bec476e98a86b2f5e5f173cb173.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