games-engines/solarus: removed; dev-python/http_ece: masked.
continuous-integration/drone/push Build is passing Details

Package-Manager: Portage-2.3.76, Repoman-2.3.16
Manifest-Sign-Key: 3555266864CA6D7FF45AA6E7CFC39497F1B26E07
This commit is contained in:
tastytea 2019-10-21 13:57:32 +02:00
parent 85dcc54a2b
commit 8e7cbd5f36
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
4 changed files with 2 additions and 92 deletions

View File

@ -1,13 +0,0 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
DIST solarus-v1.6.2.tar.bz2 14197481 BLAKE2B 424cd9fe42755838d4ebb28c6a076b6d720be5d4153c08f654bd887c64c622e195e381017d63e9880588ff5ac4fb68d5bf4f3d2485a84e5c9079ba69d525c265 SHA512 31b95e0fa6a63a0b0f31bf85030690ede24b044a32dc647d9b50155dc3b30e0b9347ad806f0a41b149a46a402e9a13e40f9a9641438de047d75a04ab28986adb
EBUILD solarus-1.6.2.ebuild 1366 BLAKE2B 8350ad5373b57dbc4c46d47f6834240d48a61e6dbc721f9b271f3bc19f443ee5542bc54872fe376cc2d375dcf99429e6afc90e8def83da6b2578086e482ced9b SHA512 fbf4f685f7154b87973a9fd5fb9d59df5be844899821309e6d7b7ebebf2d33f38e99ba76b2c60fae21d459b7abe60b5bc5c9ddb5678de5c638d5cd07924f79d4
MISC metadata.xml 248 BLAKE2B 0f4a45d414249f9410a61d8545ba052db41e3d74516e34bff0ca5547cae55db7eefffb2c23d840c979bdea0b927da36f7a56441cbc6053291d65bd39af2421bd SHA512 0f6384333cf38e52e6a67db43f3a78723d2a0d3446da27e7972f15244d96ae41f0e428d937538d4fa52aa70dc9c92920672d4e237b481dbbdff1d9d8c325b33d
-----BEGIN PGP SIGNATURE-----
iHUEAREIAB0WIQQ1VSZoZMptf/RapufPw5SX8bJuBwUCXVbQYAAKCRDPw5SX8bJu
BzpzAP0evayXi7LLYY6W5WsgV3iehJyBVkWEKx53RaPjtBq1TwD9HXfeL7kItwor
Fg5RGChjVpkbzk4TMmt92YHDoi0B734=
=iXyn
-----END PGP SIGNATURE-----

View File

@ -1,8 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>gentoo@tastytea.de</email>
<name>tastytea</name>
</maintainer>
</pkgmetadata>

View File

@ -1,69 +0,0 @@
# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
inherit cmake-utils gnome2-utils
DESCRIPTION="An open-source Zelda-like 2D game engine"
HOMEPAGE="http://www.solarus-games.org/"
SRC_URI="https://gitlab.com/solarus-games/solarus/-/archive/v${PV}/solarus-v${PV}.tar.bz2"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="doc luajit qt5"
RDEPEND="
>=dev-games/physfs-2.0.3-r2
>=media-libs/libmodplug-0.8.8.5
>=media-libs/libsdl2-2.0.1[X,joystick,video]
>=media-libs/libvorbis-1.3.6
>=media-libs/openal-1.18.2-r1
>=media-libs/sdl2-image-1.2.12-r2[png]
>=media-libs/sdl2-ttf-2.0.12
>=media-libs/glm-0.9.8.5-r1
luajit? ( dev-lang/luajit:2 )
!luajit? ( dev-lang/lua:0 )
qt5? ( dev-qt/qtgui:5 )"
DEPEND="${RDEPEND}
doc? ( >=app-doc/doxygen-1.8.14-r1 )"
src_unpack() {
default
mv solarus-v${PV} solarus-${PV}
}
src_prepare() {
cmake-utils_src_prepare
}
src_configure() {
local mycmakeargs=(
-DSOLARUS_USE_LUAJIT="$(usex luajit)"
-DSOLARUS_GUI="$(usex qt5)"
)
cmake-utils_src_configure
}
src_compile() {
cmake-utils_src_compile
if use doc ; then
cd doc || die
doxygen || die
fi
}
src_install() {
cmake-utils_src_install
doman solarus.6
use doc && dodoc -r doc/${PV%.*}/html/*
}
pkg_postinst() {
gnome2_icon_cache_update
}
pkg_postrm() {
gnome2_icon_cache_update
}

View File

@ -1,2 +1,2 @@
# Will be deleted on 2019-10-10.
games-engines/solarus
# Will be removed on 2019-11-22.
dev-python/http_ece