summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-26 08:30:25 +0100
committerMichał Górny <mgorny@gentoo.org>2020-10-26 08:38:57 +0100
commitee37d7d06147adce4a48093705ec8cfba1eb350e (patch)
treef65f07ac179a103e440852f948eca705d00b1ca3 /games-strategy
parentgames-strategy/glob2: Remove last-rited pkg (diff)
downloadgentoo-ee37d7d06147adce4a48093705ec8cfba1eb350e.tar.gz
gentoo-ee37d7d06147adce4a48093705ec8cfba1eb350e.tar.bz2
gentoo-ee37d7d06147adce4a48093705ec8cfba1eb350e.zip
games-strategy/endless-sky: Remove last-rited pkg
Closes: https://bugs.gentoo.org/735542 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/endless-sky/Manifest1
-rw-r--r--games-strategy/endless-sky/endless-sky-0.9.6.ebuild55
-rw-r--r--games-strategy/endless-sky/metadata.xml14
3 files changed, 0 insertions, 70 deletions
diff --git a/games-strategy/endless-sky/Manifest b/games-strategy/endless-sky/Manifest
deleted file mode 100644
index 6b68c5d61830..000000000000
--- a/games-strategy/endless-sky/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST endless-sky-0.9.6.tar.gz 71119557 BLAKE2B cf4fa6575a701396083815abd55071563f85973dc354b52509dc2fb0f7c803d7c6b44e6ace881bb6103063273f358b525c958e10a3c4ca3ceb3d6f849dd745f9 SHA512 e8dbae856153246f68a3c7ba68fd33a15cf60908f65003f614269df6909ed8d7ad848b4add4ee071b295f58be92c532e6579982d3c20b83d9203b74077f90bae
diff --git a/games-strategy/endless-sky/endless-sky-0.9.6.ebuild b/games-strategy/endless-sky/endless-sky-0.9.6.ebuild
deleted file mode 100644
index e01d717396f9..000000000000
--- a/games-strategy/endless-sky/endless-sky-0.9.6.ebuild
+++ /dev/null
@@ -1,55 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit eutils gnome2-utils scons-utils
-
-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/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="CC-BY-SA-4.0 CC-BY-SA-3.0 GPL-3+ public-domain"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-RDEPEND="media-libs/glew:0
- media-libs/libsdl2
- media-libs/libjpeg-turbo
- media-libs/libpng:=
- media-libs/openal
- virtual/opengl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i 's/\(.*flags += \["\)-O3\("\]\)/\1\2/g' SConstruct || die
- sed -i 's#env.Install("$DESTDIR$PREFIX/games", sky)#env.Install("$DESTDIR$PREFIX/bin", sky)#g' SConstruct || die
- eapply_user
-}
-
-src_compile() {
- escons
-}
-
-src_install() {
- escons PREFIX="${D}/usr/" install
-}
-
-pkg_postinst() {
- gnome2_icon_cache_update
-}
-
-pkg_postrm() {
- gnome2_icon_cache_update
-}
-
-pkg_postinst() {
- einfo "Endless Sky provides high-res sprites for high-dpi screens."
- einfo "If you want to use them, download"
- einfo
- einfo " https://github.com/endless-sky/endless-sky-high-dpi/releases"
- einfo
- einfo "and extract it to ~/.local/share/endless-sky/plugins/."
- einfo
- einfo " Enjoy."
-}
diff --git a/games-strategy/endless-sky/metadata.xml b/games-strategy/endless-sky/metadata.xml
deleted file mode 100644
index 5754bfb7b195..000000000000
--- a/games-strategy/endless-sky/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version='1.0' encoding='UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>games@gentoo.org</email>
- <name>Gentoo Games</name>
- </maintainer>
- <longdescription lang="en">
- Explore other star systems. Earn money by trading, carrying passengers, or completing missions. Use your earnings to buy a better ship or to upgrade the weapons and engines on your current one. Blow up pirates. Take sides in a civil war. Or leave human space behind and hope to find some friendly aliens whose culture is more civilized than your own...
- </longdescription>
- <upstream>
- <remote-id type="github">endless-sky/endless-sky</remote-id>
- </upstream>
-</pkgmetadata>