summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarshall Brewer (Gentoo Key) <tomboy64@sina.cn>2016-04-13 22:02:37 +0200
committerPatrice Clement <monsieurp@gentoo.org>2016-04-13 20:25:42 +0000
commit76ac0efe4d6582c61b716f19fce67f601a11d750 (patch)
treecbe75a94796fa84ffa6900ea71e051f0fa38fccb /games-strategy
parentmedia-libs/lvtk: Fix boost::system underlinking (diff)
downloadgentoo-76ac0efe4d6582c61b716f19fce67f601a11d750.tar.gz
gentoo-76ac0efe4d6582c61b716f19fce67f601a11d750.tar.bz2
gentoo-76ac0efe4d6582c61b716f19fce67f601a11d750.zip
games-strategy/endless-sky: drop old (0.8.11)
Package-Manager: portage-2.2.28 RepoMan-Options: --ignore-arches Closes: https://github.com/gentoo/gentoo/pull/1257 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'games-strategy')
-rw-r--r--games-strategy/endless-sky/endless-sky-0.8.11.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/games-strategy/endless-sky/endless-sky-0.8.11.ebuild b/games-strategy/endless-sky/endless-sky-0.8.11.ebuild
deleted file mode 100644
index fc98149140a9..000000000000
--- a/games-strategy/endless-sky/endless-sky-0.8.11.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-inherit eutils scons-utils
-
-DESCRIPTION="Space exploration, trading & combat game."
-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"
-
-RDEPEND="media-libs/glew
- media-libs/libsdl2
- media-libs/libjpeg-turbo
- media-libs/libpng:=
- media-libs/openal
- virtual/opengl"
-DEPEND="${RDEPEND}"
-
-src_prepare() {
- sed -i 's/"-std=c++0x", "-O3", "-Wall"/"-std=c++0x", "-Wall"/' SConstruct || die
- sed -i 's#env.Install("$DESTDIR$PREFIX/games", sky)#env.Install("$DESTDIR$PREFIX'"/bin"'", sky)#' SConstruct || die
- myesconsargs=(
- CC="$(tc-getCC)"
- CXX="$(tc-getCXX)"
- PREFIX="${D}usr/games/"
- )
-}
-src_compile() {
- escons
-}
-
-src_install() {
- escons install
-}
-
-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."
-}