mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
games-misc/dont-starve: Remove last-rited pkg
Closes: https://bugs.gentoo.org/642876
This commit is contained in:
@@ -1,2 +0,0 @@
|
||||
DIST dontstarve_x32_july21.tar.gz 174752315 SHA256 b1eb38a7cb7179b8db7d81c5070737a4acbaf1a9473912cb1bcb5c2ec784304b SHA512 d508989e6c2fe0fceb4706250c8f222acdf5a52492fa2dafa8baab25f98a029658631789cce5164f43c6e5ed529f2cf490fea321635e4077f54f09907071e921 WHIRLPOOL 18f8ee5a44c2984db86ae60bd99fc61ad87cc99890629a36c5d15a046bbd557854c1f9591b936b8bf9fc9d2248132439b8e236ded60e359a599d8cdac0770677
|
||||
DIST dontstarve_x64_july21.tar.gz 175302157 SHA256 3a3297ca6bada9c55bafe568085e75a9790f796aa7711726346d571ac40e25e6 SHA512 ef10acd493544f064fcd12868a47e650cd09f66318d57eaa994c4866c808ede4504f9e55933be66f7fad7783e72c91043c4b884970e7b80f8ea45f814828c752 WHIRLPOOL fe19306b8e220f6680d1ffaf089eb8a643f789a0e165979cf0d1f93e111f7c1e6675ffb4340496fe5ca35c263bce5af87b467cf5c2fe35d1ad64755ae311b469
|
||||
@@ -1,61 +0,0 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
|
||||
inherit eutils games
|
||||
|
||||
DESCRIPTION="Wilderness survival game full of science and magic"
|
||||
HOMEPAGE="http://www.dontstarvegame.com/"
|
||||
SRC_URI="amd64? ( dontstarve_x64_july21.tar.gz )
|
||||
x86? ( dontstarve_x32_july21.tar.gz )"
|
||||
|
||||
LICENSE="all-rights-reserved"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
IUSE=""
|
||||
RESTRICT="fetch bindist splitdebug"
|
||||
|
||||
MYGAMEDIR=${GAMES_PREFIX_OPT}/${PN}
|
||||
QA_PREBUILT="${MYGAMEDIR#/}/bin/dontstarve"
|
||||
if [[ $ARCH == amd64 ]] ; then
|
||||
QA_PREBUILT="${QA_PREBUILT}
|
||||
${MYGAMEDIR#/}/bin/lib64/*"
|
||||
elif [[ ${ARCH} == x86 ]] ; then
|
||||
QA_PREBUILT="${QA_PREBUILT}
|
||||
${MYGAMEDIR#/}/bin/lib32/*"
|
||||
fi
|
||||
|
||||
RDEPEND="net-misc/curl
|
||||
virtual/opengl"
|
||||
|
||||
S=${WORKDIR}/dontstarve
|
||||
|
||||
pkg_nofetch() {
|
||||
einfo
|
||||
einfo "Please buy & download \"${SRC_URI}\" from:"
|
||||
einfo " ${HOMEPAGE}"
|
||||
einfo "and move/link it to \"${DISTDIR}\""
|
||||
einfo
|
||||
}
|
||||
|
||||
src_install() {
|
||||
local libdir=lib$(usex amd64 "64" "32")
|
||||
|
||||
insinto "${MYGAMEDIR}"
|
||||
doins -r data mods
|
||||
|
||||
exeinto "${MYGAMEDIR}"/bin
|
||||
doexe bin/dontstarve
|
||||
exeinto "${MYGAMEDIR}"/bin/${libdir}
|
||||
doexe bin/${libdir}/libfmod*
|
||||
# unbundling libsdl2 breaks the menu, so you cannot start the game
|
||||
doexe bin/${libdir}/libSDL2*
|
||||
|
||||
games_make_wrapper ${PN} "./dontstarve" "${MYGAMEDIR}/bin" "${MYGAMEDIR}/bin/${libdir}"
|
||||
make_desktop_entry ${PN}
|
||||
|
||||
doicon dontstarve.xpm
|
||||
|
||||
prepgamesdirs
|
||||
}
|
||||
@@ -1,8 +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 Project</name>
|
||||
</maintainer>
|
||||
</pkgmetadata>
|
||||
@@ -214,7 +214,6 @@ sci-libs/freesteam
|
||||
# Remaining fetch-restricted game packages missing BLAKE2B hashes.
|
||||
# Please provide updated hashes if you have the matching distfiles.
|
||||
# Bug #642876. Removal in 30 days.
|
||||
games-misc/dont-starve
|
||||
games-puzzle/larry
|
||||
games-rpg/penumbra-collection
|
||||
|
||||
|
||||
Reference in New Issue
Block a user