mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 17:09:10 -07:00
media-libs/kodi-platform: treeclean
Closes: https://bugs.gentoo.org/888175 Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
This commit is contained in:
@@ -1,32 +0,0 @@
|
||||
# Copyright 1999-2020 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=7
|
||||
|
||||
inherit cmake
|
||||
|
||||
if [[ ${PV} == *9999 ]]; then
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/xbmc/${PN}.git"
|
||||
inherit git-r3
|
||||
else
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
GIT_COMMIT="c8188d8"
|
||||
SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
|
||||
fi
|
||||
|
||||
DESCRIPTION="Kodi platform support library"
|
||||
HOMEPAGE="https://kodi.tv"
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
~media-tv/kodi-9999
|
||||
=dev-libs/libplatform-2*
|
||||
dev-libs/tinyxml
|
||||
"
|
||||
|
||||
RDEPEND="${DEPEND}"
|
||||
@@ -1,15 +0,0 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
|
||||
<pkgmetadata>
|
||||
<maintainer type="person">
|
||||
<email>fordfrog@gentoo.org</email>
|
||||
<name>Miroslav Šulc</name>
|
||||
</maintainer>
|
||||
<maintainer type="person">
|
||||
<email>candrews@gentoo.org</email>
|
||||
<name>Craig Andrews</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">xbmc/kodi-platform</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@@ -751,12 +751,6 @@ net-misc/valve
|
||||
# and package.unmask the whole list alongside pcsx2.
|
||||
>=games-emulation/pcsx2-1.7.3773
|
||||
|
||||
# Arthur Zamarin <arthurzam@gentoo.org> (2022-12-24)
|
||||
# Live only packages for 4 years! Upstream repositories are archived
|
||||
# or inactive.
|
||||
# Removal: 2023-01-23. Bug #888175.
|
||||
media-libs/kodi-platform
|
||||
|
||||
# Georgy Yakovlev <gyakovlev@gentoo.org> (2022-12-19)
|
||||
# This version currently is not compatible with kernel build (yet)
|
||||
~dev-util/bindgen-0.63.0
|
||||
|
||||
Reference in New Issue
Block a user