From 4f2d7949f03e1c198bc888f2d05f421d35c57e21 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Mon, 9 Oct 2017 18:53:29 +0100 Subject: reinit the tree, so we can have metadata --- media-plugins/kodi-pvr-hts/Manifest | 5 ++++ .../kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild | 35 ++++++++++++++++++++++ .../kodi-pvr-hts/kodi-pvr-hts-9999.ebuild | 35 ++++++++++++++++++++++ media-plugins/kodi-pvr-hts/metadata.xml | 12 ++++++++ 4 files changed, 87 insertions(+) create mode 100644 media-plugins/kodi-pvr-hts/Manifest create mode 100644 media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild create mode 100644 media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild create mode 100644 media-plugins/kodi-pvr-hts/metadata.xml (limited to 'media-plugins/kodi-pvr-hts') diff --git a/media-plugins/kodi-pvr-hts/Manifest b/media-plugins/kodi-pvr-hts/Manifest new file mode 100644 index 000000000000..6f891e3a4027 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/Manifest @@ -0,0 +1,5 @@ +DIST kodi-pvr-hts-3.4.24.tar.gz 201592 SHA256 29867bd1fad4c4d69ec0d25ea1bb1507fd4543442aef890a2124f63f67318d92 SHA512 66d0c0f090a1c22f748a2cf70a9790dc1fa74c05bbb3ad478cce92b2a116c8f2c25dbc72a9d6f2269a19da94c0ea9f7123bfffeebb9d2d6f29dd17411410fe16 WHIRLPOOL 82714a09fe01ef89a779937c215b958637306bee7e723ea77f9023c28185d1a8a07b5323fbb8472b6920fafed749e6ad4d1b5af8f7ec7ac379a6a25d086fcadd +EBUILD kodi-pvr-hts-3.4.24.ebuild 727 SHA256 e0e7f01bad3b8c4946e30ebc17c24646905cf84475996b6da2e126a703aa4630 SHA512 469accb72b3fbf8085cd1d0d823c20a837442ac44d748bf352cadf5706952a9c3af4948753a236ac78bfc0f430d340710ff657f39fe65bbcd8b3c7ab3a58ac13 WHIRLPOOL 29013f47a4237a88cd4caa34cdd399b63c5c76d6a2097dbbbabe31ac72308848fb16c7207e130899ba1b4f04c620921e132b033b84d2a5e9d428e86344b33d6e +EBUILD kodi-pvr-hts-9999.ebuild 729 SHA256 14d549526670c38c12cdfe92c24af6e617513460755b6dbaa28036578b7d06b0 SHA512 39ea88b694487d95790018cf1070a10b3b4f8f28477485de8f5e49704e8bd726f9424162c0a2f9e58f4a82b639c0bc8ba601c180d2649539236ae27d76712cb7 WHIRLPOOL b9f89e4f67881607698bb581cbebb355ad6968ef1d1713bb4b106a3c8e8a4b79707e9edee899e10693b3597b513762e3f268846e8c8cb5b519107c72a067423d +MISC ChangeLog 857 SHA256 1e7d667fb49225c32d1c6bca445daf105dba79d08327bce5d4290ff8fd94eb8a SHA512 b0abd2337d6219e1a64228d501eb8c715ba581f32b1f4291a4bda3c36b9508b309c596275edc84321bfb50f2abc53ae6def53e5d3cf61114228455e93f84246b WHIRLPOOL df2c7989a4c232b0e7b5399b71ac25b1916bbb5c9a6eb569e5956c5768b0023d8f1d05b1224546461742fe1250f7b81a3ec07171460098f02b52ab4e1b47a01d +MISC metadata.xml 420 SHA256 eb0fee68de906c838131beebc8876a313764a6f552eb99ac4eaa0a8c3d4c6f12 SHA512 cfa1227f4217554c24eaa9aaeb9fac01e3ec663be0abc5f97682ef7e1b834460d3807c4789fac44a35bd874e6522080a36bf5a4b82ae80b6fc08936618940aab WHIRLPOOL 15973f52d4a90d0e52decfa6968d4afc2038e588ae085ced303ca58b5cf99d9c0108b15878e7f2a50533cc0fe475266656e6b263f956f9cecddbb038469b6a9f diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild new file mode 100644 index 000000000000..3de6600a8328 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-3.4.24.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" +SRC_URI="" + +if [[ ${PV} == 9999 ]]; then + SRC_URI="" + EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts.git" + inherit git-r3 +else + CODENAME="Krypton" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-17* + =media-tv/kodi-17* + " + +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild new file mode 100644 index 000000000000..e22f7487e303 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/kodi-pvr-hts-9999.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +inherit cmake-utils kodi-addon + +DESCRIPTION="Tvheadend Live TV and Radio PVR client addon for Kodi" +HOMEPAGE="https://github.com/kodi-pvr/pvr.hts" +SRC_URI="" + +if [[ ${PV} == 9999 ]]; then + SRC_URI="" + EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.hts.git" + inherit git-r3 +else + CODENAME="Krypton" + KEYWORDS="~amd64 ~x86" + SRC_URI="https://github.com/kodi-pvr/pvr.hts/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz" + S="${WORKDIR}/pvr.hts-${PV}-${CODENAME}" +fi + +LICENSE="GPL-2" +SLOT="0" +IUSE="" + +DEPEND=" + =dev-libs/libplatform-2* + =media-libs/kodi-platform-9999 + =media-tv/kodi-9999 + " + +RDEPEND=" + ${DEPEND} + " diff --git a/media-plugins/kodi-pvr-hts/metadata.xml b/media-plugins/kodi-pvr-hts/metadata.xml new file mode 100644 index 000000000000..d8614f8ccaa1 --- /dev/null +++ b/media-plugins/kodi-pvr-hts/metadata.xml @@ -0,0 +1,12 @@ + + + + + fordfrog@gentoo.org + Miroslav Ć ulc + + Tvheadend Live TV and Radio PVR client addon for Kodi + + kodi-pvr/pvr.hts + + -- cgit v1.2.3