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: Fri, 22 Nov 2019 18:47:30 +0000 (UTC) [thread overview]
Message-ID: <1574448444.a7aed154094a24eb135f628a9a3efc9dd7e06161.candrews@gentoo> (raw)
commit: a7aed154094a24eb135f628a9a3efc9dd7e06161
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 22 18:46:33 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Nov 22 18:47:24 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7aed154
media-plugins/kodi-pvr-iptvsimple: 3.8.7 version bump
Package-Manager: Portage-2.3.79, Repoman-2.3.18
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-pvr-iptvsimple/Manifest | 1 +
.../kodi-pvr-iptvsimple-3.8.7.ebuild | 45 ++++++++++++++++++++++
2 files changed, 46 insertions(+)
diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 78c8b95ea9c..bd14b2785ca 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -4,3 +4,4 @@ DIST kodi-pvr-iptvsimple-3.8.3.tar.gz 124356 BLAKE2B a02ca855f9403e25256fd27556a
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
+DIST kodi-pvr-iptvsimple-3.8.7.tar.gz 125188 BLAKE2B a679f45653c88aa113cafbff074d8ea064682baefa32eb5b802921c0c72f8b30a3947a02b782859f838cddeb382c8c80d39a581380c6de4b30eaab0e6ecc0b94 SHA512 76e7627789475979d3a7534082cbf60b00323d1b0c8bf02c9d74a4f224d00d4cad5324fa8d3c3a72b107ffeb3b7e68528d2b851cbd13d220f2cac0c10e4f47f1
diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.7.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.7.ebuild
new file mode 100644
index 00000000000..2fe768383e5
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.7.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-22 18:47 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-22 18:47 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-04 18:51 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=1574448444.a7aed154094a24eb135f628a9a3efc9dd7e06161.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