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: Sun, 23 Feb 2025 00:09:22 +0000 (UTC) [thread overview]
Message-ID: <1740269348.88b7df68688d238707ece542407d5e3403eed3de.ionen@gentoo> (raw)
commit: 88b7df68688d238707ece542407d5e3403eed3de
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Sat Feb 22 22:45:31 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Sun Feb 23 00:09:08 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=88b7df68
games-strategy/endless-sky: drop 0.10.6
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
games-strategy/endless-sky/Manifest | 1 -
.../endless-sky/endless-sky-0.10.6.ebuild | 87 ----------------------
2 files changed, 88 deletions(-)
diff --git a/games-strategy/endless-sky/Manifest b/games-strategy/endless-sky/Manifest
index 5e889aa19ca4..91f070301e73 100644
--- a/games-strategy/endless-sky/Manifest
+++ b/games-strategy/endless-sky/Manifest
@@ -1,2 +1 @@
-DIST endless-sky-0.10.6.tar.gz 256438340 BLAKE2B 39699f458b691dd8aa0586ebbb5b537b8b999ea0084abc561803e21e97986dd6ef28582545fc79cc5cd3ef5d4c587b96860fd7b94294acf2fee31224543ac4ff SHA512 815f64db07997cc8732b12887f55d363f0ef7e44a158dc83fc0b6c4c12c69dab3bf7e1b14c7e93fe920974d8c28b8043f39808227219f09adfe618a00389a530
DIST endless-sky-0.10.8.tar.gz 257381131 BLAKE2B ea6fe5e4240b9744a9e1d64137a731c8a67f88acbd688fad13f3beab2bb6d16e46b3c85fd1288350917eff18264b5a477ed964729edaa098eff07fef10ca81ee SHA512 d6cfb3efba6214a42b112d315dda945085f6a9f915a22bd3fe0ff78cb628a242aa8c0613165a2e1c67d81f5c32f937c2b73a7851efe3984ebe94af4e456df547
diff --git a/games-strategy/endless-sky/endless-sky-0.10.6.ebuild b/games-strategy/endless-sky/endless-sky-0.10.6.ebuild
deleted file mode 100644
index d1f1437b24c2..000000000000
--- a/games-strategy/endless-sky/endless-sky-0.10.6.ebuild
+++ /dev/null
@@ -1,87 +0,0 @@
-# Copyright 1999-2024 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 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
-}
next reply other threads:[~2025-02-23 0:09 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-23 0:09 Ionen Wolkens [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-02-26 8:47 [gentoo-commits] repo/gentoo:master commit in: games-strategy/endless-sky/ Ionen Wolkens
2025-02-23 12:16 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=1740269348.88b7df68688d238707ece542407d5e3403eed3de.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