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: Tue, 20 Aug 2019 00:16:22 +0000 (UTC) [thread overview]
Message-ID: <1566260177.83b9a3a7e1f476aeeb1c73d322471acc8e858aba.candrews@gentoo> (raw)
commit: 83b9a3a7e1f476aeeb1c73d322471acc8e858aba
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 20 00:15:31 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Aug 20 00:16:17 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=83b9a3a7
media-plugins/kodi-pvr-iptvsimple: 3.6.0 version bump
Package-Manager: Portage-2.3.72, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-pvr-iptvsimple/Manifest | 1 +
.../kodi-pvr-iptvsimple-3.6.0.ebuild | 40 ++++++++++++++++++++++
2 files changed, 41 insertions(+)
diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 5f45b5fd60e..99c843c34ce 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -3,3 +3,4 @@ DIST kodi-pvr-iptvsimple-2.4.14.tar.gz 160222 BLAKE2B ced35cccbcd4a1652aa63c3a83
DIST kodi-pvr-iptvsimple-2.4.8.tar.gz 159663 BLAKE2B 73d2bdcee79ea38714fa772045b1a593bc32e28711eef155750fa052655b509a563cdce27c1eb0047feb6ded0c17e3fb3f800815a1cd589dc860213411626d7a SHA512 da4e287f8c72b014b36fe2379f85568551e4d479a311479347de36aa7f4f497f344b0d8443c5646a0cfbe20db0ec25c90a653e6030c59faee7040f8c8341cbf7
DIST kodi-pvr-iptvsimple-3.5.7.tar.gz 116264 BLAKE2B 557fce9cfc4ac55562d938e63afdff3347c51b452869f34e705ea5dd912576eb210ffaf213a176dc605fa98ca2ff6862adac69be1afb4379ac2f90639d692156 SHA512 eaa26d84193c67bcb97c65b46f89c29acaabc121e650cf517cc2ded2831106ec8c66d0b9e59e7d423c79bcec3be2863dda1dffa89a71b3ab4548302fbad6e023
DIST kodi-pvr-iptvsimple-3.5.8.tar.gz 116658 BLAKE2B df871b9e2b3c464ce226308e3cccaa195f8db1a118ce5349ce5640e3b7cd5792c093f18a1f28d3dfe4d91e1dca9b54317aa7a0c36db111eab86f7e1fae7c38f7 SHA512 e9de8e693b2804ca1323ad4c5ed9b0a3f10679bc92193f149769a89ed3af5282002ab986b849da42db8f5962e07a066d363bd00bf05e41dfbd43f546ebee1e9f
+DIST kodi-pvr-iptvsimple-3.6.0.tar.gz 116790 BLAKE2B 1028ff9983b08ea610b7c106e6444e23aa13eecad668b338d837d53d41e275ec70668d97423b04052109097db6b1134667f26b42449adfd39353855daf52e8ad SHA512 b13ea388f3b64544266e34b56a3882a8c25c4d27fb156857897a9da649c6ec875d4aa75712a44e573a47264651a19da273c2ec7072257d99e801800971c59689
diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.6.0.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.6.0.ebuild
new file mode 100644
index 00000000000..8aaf1e25388
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-3.6.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+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-08-20 0:16 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-08-20 0:16 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-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-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=1566260177.83b9a3a7e1f476aeeb1c73d322471acc8e858aba.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