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, 23 Sep 2019 14:15:16 +0000 (UTC) [thread overview]
Message-ID: <1569248110.eb61989b9759f20364113883b6f4b3104fb49683.candrews@gentoo> (raw)
commit: eb61989b9759f20364113883b6f4b3104fb49683
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 23 14:05:43 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Sep 23 14:15:10 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb61989b
media-plugins/kodi-pvr-iptvsimple: 3.8.3 version bump
Package-Manager: Portage-2.3.76, 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.3.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 76b4ab0183d..52b3c912be1 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -1,2 +1,3 @@
DIST kodi-pvr-iptvsimple-3.8.0.tar.gz 124269 BLAKE2B 290eba76c3aad4cd2a2b03bf1f5d153173e168b372e4f9dfb25a236aa01f644371fc5371bc109c0474e3604da53663b21401adf551011369148f706b28a5a340 SHA512 1d7995ff2bc8506c38effece68f1aadee4238e56de49cee7b09e86e6b197cadebac44a3a1cea0590593c76db66eeb59f3ef17fc91b19ef1cb0480eef003ebaf3
DIST kodi-pvr-iptvsimple-3.8.1.tar.gz 124274 BLAKE2B 44cbc2ecb1181802632fef51ce3d7d45a3b3b7b303b098645a70e8d6892383b5253c5d2bba628730a70e18670521064009f5cabe20df361c9329f83775aa0b1e SHA512 0212cd55569c37265a7b0cfd4eea487bd5c056977d75587d5f63893fb7d09608afb08b82e3d1be839a89c05e56f037bc0c4b26149bb92d6f25b7f75dc5adb683
+DIST kodi-pvr-iptvsimple-3.8.3.tar.gz 124356 BLAKE2B a02ca855f9403e25256fd27556a02de5e456a4a4fea9047d64a695d11b9e25716d4f24347d37a661cafdb15ffcb59ae03869bb80dab858349b7ade73ac4992fc SHA512 120507c08c7cb794ca15000946241084798bf8d91ceed77f5893dbb8b840afc6b8587c8f0fd263a8a3a1baeabade1ce6fa44b240fc5d482d9c88dfebe773c896
diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.3.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.3.ebuild
new file mode 100644
index 00000000000..939caa2844b
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.8.3.ebuild
@@ -0,0 +1,40 @@
+# 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}
+ "
next reply other threads:[~2019-09-23 14:15 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-23 14:15 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-11-04 18:51 Craig Andrews
2019-10-21 19:35 Craig Andrews
2019-10-11 17:53 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=1569248110.eb61989b9759f20364113883b6f4b3104fb49683.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