2
0
Fork 0

Already in portage tree.

This commit is contained in:
Rafal Kupiec 2020-08-15 11:11:41 +02:00
parent 4d8b41993c
commit 93c487a3f1
Signed by: belliash
GPG Key ID: 4E829243E0CFE6B4
4 changed files with 0 additions and 79 deletions

View File

@ -1,2 +0,0 @@
DIST kodi-pvr-hts-18_p20181122.tar.gz 159931 BLAKE2B 31a96e581e1fbd80144535ce5bd4df55815d6e5924311f37f5fe5acdc21819a7d3bfacc8377bacc9243143d1be0c4de4f254a10c0314172830a6219f4721f67f SHA512 e536150d6f5a678ec7c969895b667c13000856b2d5297f3345c1e39249554663d3ed8ac4965871abeb8fa85334ac535c1f040de40554fe4e14daddbb255f61e8
DIST kodi-pvr-hts-19_p20200709.tar.gz 167367 BLAKE2B 265799100f24693acad9fb8db659f1b8ec2beba390fb412969c648d78555e086c944e96604e623097ee9743b84bf9df2aab7f53212d2688aa1d008b8b9cf5e82 SHA512 fd7c8d0888051d6863ad24ebd88ef38315a75e49d020c8941614b426272c727ab7713c62c369bc112c4353c9f1089c0f6df36dbebbc1c38b8d94f3872e7022c8

View File

@ -1,32 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils
GIT_COMMIT="6a12442"
DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
SRC_URI="https://github.com/kodi-pvr/pvr.hts/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
# libplatform changed in version 2 from platform to p8-platform which makes it incompatible
DEPEND="=dev-libs/libplatform-2*
=media-libs/kodi-platform-18*
=media-tv/kodi-18*"
RDEPEND="${DEPEND}"
S="${WORKDIR}/kodi-pvr-pvr.hts-${GIT_COMMIT}"
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib/kodi
)
cmake-utils_src_configure
}

View File

@ -1,33 +0,0 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=5
inherit cmake-utils
GIT_BRANCH="Matrix"
GIT_COMMIT="b3b9d1"
DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi"
HOMEPAGE="https://github.com/kodi-pvr/pvr.hts"
SRC_URI="https://github.com/kodi-pvr/pvr.hts/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""
# libplatform changed in version 2 from platform to p8-platform which makes it incompatible
DEPEND="=dev-libs/libplatform-2*
=media-libs/kodi-platform-19*
=media-tv/kodi-19*"
RDEPEND="${DEPEND}"
S="${WORKDIR}/kodi-pvr-pvr.hts-${GIT_COMMIT}"
src_configure() {
local mycmakeargs=(
-DCMAKE_INSTALL_LIBDIR="${EPREFIX}"/usr/lib/kodi
)
cmake-utils_src_configure
}

View File

@ -1,12 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person">
<email>fordfrog@gentoo.org</email>
<name>Miroslav Šulc</name>
</maintainer>
<longdescription>Tvheadend Live TV and Radio PVR client addon for Kodi</longdescription>
<upstream>
<remote-id type="github">kodi-pvr/pvr.hts</remote-id>
</upstream>
</pkgmetadata>