From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-iptvsimple/
Date: Mon, 4 Nov 2019 18:51:11 +0000 (UTC) [thread overview]
Message-ID: <1572893466.c2ae21e90b0a1ff45ebcba0d67898cf7c56b118e.candrews@gentoo> (raw)
commit: c2ae21e90b0a1ff45ebcba0d67898cf7c56b118e
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 4 18:50:44 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Nov 4 18:51:06 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ae21e9
media-plugins/kodi-pvr-iptvsimple: 3.8.6 version bump
Package-Manager: Portage-2.3.78, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-pvr-iptvsimple/Manifest | 1 +
.../kodi-pvr-iptvsimple-3.8.6.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 8e96f55b394..78c8b95ea9c 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -3,3 +3,4 @@ DIST kodi-pvr-iptvsimple-3.8.1.tar.gz 124274 BLAKE2B 44cbc2ecb1181802632fef51ce3
DIST kodi-pvr-iptvsimple-3.8.3.tar.gz 124356 BLAKE2B a02ca855f9403e25256fd27556a02de5e456a4a4fea9047d64a695d11b9e25716d4f24347d37a661cafdb15ffcb59ae03869bb80dab858349b7ade73ac4992fc SHA512 120507c08c7cb794ca15000946241084798bf8d91ceed77f5893dbb8b840afc6b8587c8f0fd263a8a3a1baeabade1ce6fa44b240fc5d482d9c88dfebe773c896
DIST kodi-pvr-iptvsimple-3.8.4.tar.gz 124435 BLAKE2B 941b74091138c683f333767a2a39ac2fab1b14767890bef830fc93f46091881ee721773ac3d8a06e0978f652b757a07eca8c8b5133a3d23c3aa8429a97e17cfd SHA512 766acd02b7e1578341278943abf7e934ea38027bf9606f22c424ae7fb7dc96ab7c2372f00cd58a129285b9f8e1b2b15f7d6bd396a7587609e813e6bc5e098fad
DIST kodi-pvr-iptvsimple-3.8.5.tar.gz 124925 BLAKE2B 02ef7135a6bfa31bfb19609882fb6a386739f2a81b69fd221c49db7215c8a3546054fd80dd386ed5be13664eb65ec945c9a93d604ba010a4caec2eec4906cc0c SHA512 87757d8eed15550439433831e1527f0bca394533a25871473d4ae48df586692646badb94c8b1c70e07f3f0a7550a716d9f6954b16bdebb8b3cf451db18f41978
+DIST kodi-pvr-iptvsimple-3.8.6.tar.gz 125160 BLAKE2B ad20bd14863ad9f06e6ebd90fcbd659bf8f6dff9e5f699b8aec3cf729560d13325984d6528da76d490d583d69ca4bbfe371f92dcff90c9dfc54808cd15cbb2ff SHA512 d437b385e88967e3d99f49dd1ce0d273b8db05ac035fe4e740680b2a1a3861fa15f8469534c47c62cd5dd5d3ef9e588bd73fd71b81f0082db7dbba43773cb88b
diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.6.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.6.ebuild
new file mode 100644
index 00000000000..2fe768383e5
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.6.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Kodi's IPTVSimple client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.iptvsimple"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.iptvsimple.git"
+ inherit git-r3
+ ;;
+*)
+ CODENAME="Leia"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/kodi-pvr/pvr.iptvsimple/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/pvr.iptvsimple-${PV}-${CODENAME}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ =dev-libs/libplatform-2*
+ =media-tv/kodi-18*
+ =media-libs/kodi-platform-18*
+ sys-libs/zlib
+ dev-libs/rapidxml
+ "
+
+RDEPEND="
+ ${DEPEND}
+ "
+
+src_prepare(){
+ [ -d depends ] && rm -rf depends || die
+ cmake-utils_src_prepare
+}
next reply other threads:[~2019-11-04 18:51 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-04 18:51 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-05-14 10:32 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-iptvsimple/ Andreas Sturmlechner
2021-07-14 22:51 Craig Andrews
2021-07-12 13:08 Craig Andrews
2021-07-05 1:08 Craig Andrews
2021-07-03 19:51 Craig Andrews
2021-05-17 5:48 Craig Andrews
2021-05-17 5:48 Craig Andrews
2021-05-10 13:57 Craig Andrews
2021-05-10 13:57 Craig Andrews
2021-05-02 20:56 Craig Andrews
2021-05-02 20:56 Craig Andrews
2021-04-09 16:34 Craig Andrews
2021-04-09 16:34 Craig Andrews
2021-04-07 0:36 Craig Andrews
2021-03-25 20:52 Craig Andrews
2021-03-25 20:52 Craig Andrews
2021-03-10 15:27 Craig Andrews
2021-03-10 15:27 Craig Andrews
2021-03-01 14:07 Craig Andrews
2021-02-19 20:52 Craig Andrews
2021-02-19 20:52 Craig Andrews
2021-02-08 14:24 Craig Andrews
2021-02-08 14:24 Craig Andrews
2021-01-06 14:58 Craig Andrews
2020-12-07 1:29 Craig Andrews
2020-12-07 1:29 Craig Andrews
2020-10-31 20:27 Craig Andrews
2020-10-08 20:01 Craig Andrews
2020-10-06 14:21 Craig Andrews
2020-10-01 13:28 Craig Andrews
2020-09-01 18:50 Craig Andrews
2020-08-10 14:36 Craig Andrews
2020-08-02 1:32 Craig Andrews
2020-03-01 2:35 Craig Andrews
2019-11-28 17:11 Craig Andrews
2019-11-22 18:47 Craig Andrews
2019-10-21 19:35 Craig Andrews
2019-10-11 17:53 Craig Andrews
2019-09-23 14:15 Craig Andrews
2019-09-06 20:12 Craig Andrews
2019-09-04 18:59 Craig Andrews
2019-09-04 18:59 Craig Andrews
2019-08-24 14:59 Craig Andrews
2019-08-20 0:16 Craig Andrews
2019-06-15 21:42 Craig Andrews
2019-01-15 14:42 Craig Andrews
2017-08-21 14:55 Craig Andrews
2017-07-30 10:10 Michał Górny
2017-05-24 20:13 Michał Górny
2017-02-01 22:16 David Seifert
2017-01-27 18:43 David Seifert
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1572893466.c2ae21e90b0a1ff45ebcba0d67898cf7c56b118e.candrews@gentoo \
--to=candrews@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox