From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-nextpvr/
Date: Sun, 29 Dec 2019 19:46:28 +0000 (UTC) [thread overview]
Message-ID: <1577648783.3baca1516b8b771518675b0e3eef07862e263e17.candrews@gentoo> (raw)
commit: 3baca1516b8b771518675b0e3eef07862e263e17
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 29 19:44:46 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sun Dec 29 19:46:23 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3baca151
media-plugins/kodi-pvr-nextpvr: 3.3.17 version bump
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-pvr-nextpvr/Manifest | 1 +
.../kodi-pvr-nextpvr-3.3.17.ebuild | 38 ++++++++++++++++++++++
2 files changed, 39 insertions(+)
diff --git a/media-plugins/kodi-pvr-nextpvr/Manifest b/media-plugins/kodi-pvr-nextpvr/Manifest
index 5a58389d940..e88ce94547d 100644
--- a/media-plugins/kodi-pvr-nextpvr/Manifest
+++ b/media-plugins/kodi-pvr-nextpvr/Manifest
@@ -3,4 +3,5 @@ DIST kodi-pvr-nextpvr-3.3.12.tar.gz 119592 BLAKE2B 6522790e6bb6dabecd010d34fdd1e
DIST kodi-pvr-nextpvr-3.3.13.tar.gz 127574 BLAKE2B c2460352ce24099553a2610002bfb499555bde180d557dd19fcfd905bd4a38ddf7c6f9cc4e53636287197690b778eaf74afafb78c44fab1cb24a20df709e6648 SHA512 b75bd7d127e3e3f4e103dc9dfd3f681706c298c1d216904c0c0088cf8a02301b3dcaee0d0dd976568c14be59c78e8d98a60d0806465b08f130452c52cdb836cc
DIST kodi-pvr-nextpvr-3.3.14.tar.gz 127995 BLAKE2B bacf139b2d7338db08016cc81e66cad1716c686d3f45b71612a591a00653457a47964e6e08727da0fe39da09dcaf643f9da529288a9c6e42db3343842e9a7050 SHA512 6da83088f652710363d7bd37f38328ec364e5313168a6a2c624b34c3276eaf99223d28eb8a2bd90a4e68fa0669aa974fccf979e5bf7a6e61a8b8262c954896c4
DIST kodi-pvr-nextpvr-3.3.15.tar.gz 128304 BLAKE2B 7df4b212afb4c8a16bba2a31787c88296990055d02a7e249003eaedf8c737d54bff2f5d2ce1b00f0357bfc8cf5ad28f060f22ace192d8e0d1eb9ff69a4cd415f SHA512 27a4e5198adbb4d4465d25086ebe76209b2f311dee422480271f85ae420dbdbaeff54b64330b1e71f1276f1b441d74598d5ee9b94d3652b9013bb855719aff77
+DIST kodi-pvr-nextpvr-3.3.17.tar.gz 129989 BLAKE2B 07a67e38f70e2364ec2ca5f0829a99dac72e0424fa2e2da5f7f0c3f8a6dcbb0fc651d8cafbc4cdbb651c05894741db442e731faa0fbe0a37d72f3716523c2b3a SHA512 1781d76bc5b521752f6d57b6f2f3e3c40e3c1954bfb3168ed3625252392cf99d3f995d755f8db7826c72c535b6e89a540da6004e60e7b5e7875069222dd12bdf
DIST kodi-pvr-nextpvr-3.3.8.tar.gz 118717 BLAKE2B ea72f205121b050355fcd194fc8c28a2bce62504187372128b7397841f03a411d9ae1419aa1cee36acf391e098fed04b58f3312a74cf3dadf48726cd72da59bb SHA512 3cf8de69091946c9678c73f0254be9d49b51ecffe8153f675e62198aa97fa952bc5c1b5a4ccabbf7de5c05e8ca9e0c01d1ee5fd5988504430acec37a5b2edf3e
diff --git a/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-3.3.17.ebuild b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-3.3.17.ebuild
new file mode 100644
index 00000000000..be53994bd0f
--- /dev/null
+++ b/media-plugins/kodi-pvr-nextpvr/kodi-pvr-nextpvr-3.3.17.ebuild
@@ -0,0 +1,38 @@
+# 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 NextPVR client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.nextpvr"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.nextpvr.git"
+ inherit git-r3
+ ;;
+*)
+ CODENAME="Leia"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/kodi-pvr/pvr.nextpvr/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/pvr.nextpvr-${PV}-${CODENAME}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ =media-tv/kodi-18*
+ =media-libs/kodi-platform-18*
+ dev-libs/tinyxml
+ "
+
+RDEPEND="
+ ${DEPEND}
+ "
next reply other threads:[~2019-12-29 19:46 UTC|newest]
Thread overview: 44+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-12-29 19:46 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-nextpvr/ Andreas Sturmlechner
2021-07-31 14:50 Craig Andrews
2021-07-04 22:45 Craig Andrews
2021-07-03 23:44 Craig Andrews
2021-05-10 14:04 Craig Andrews
2021-05-10 14:04 Craig Andrews
2021-04-28 13:23 Craig Andrews
2021-04-28 13:23 Craig Andrews
2021-02-04 0:44 Craig Andrews
2021-02-04 0:44 Craig Andrews
2021-01-23 21:48 Craig Andrews
2021-01-23 21:48 Craig Andrews
2021-01-04 15:05 Craig Andrews
2021-01-04 15:05 Craig Andrews
2020-12-10 19:58 Craig Andrews
2020-12-10 19:58 Craig Andrews
2020-11-18 22:44 Craig Andrews
2020-10-31 20:27 Craig Andrews
2020-10-18 2:17 Craig Andrews
2020-10-08 20:01 Craig Andrews
2020-10-07 2:40 Craig Andrews
2020-09-21 17:35 Craig Andrews
2020-09-20 21:01 Craig Andrews
2020-09-16 21:56 Craig Andrews
2020-08-31 2:51 Craig Andrews
2020-08-29 20:22 Craig Andrews
2020-08-02 1:32 Craig Andrews
2020-07-29 18:11 Craig Andrews
2020-07-04 0:57 Craig Andrews
2020-05-21 3:48 Craig Andrews
2020-03-10 0:40 Craig Andrews
2020-01-01 20:17 Craig Andrews
2019-12-29 19:46 Craig Andrews
2019-09-05 17:30 Craig Andrews
2019-04-15 13:16 Craig Andrews
2019-04-10 14:41 Craig Andrews
2019-03-09 0:57 Craig Andrews
2019-01-16 20:02 Craig Andrews
2019-01-08 21:34 Craig Andrews
2018-12-23 4:06 Craig Andrews
2017-06-18 17:59 Michał Górny
2017-05-24 20:13 Michał Górny
2017-02-01 22:16 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=1577648783.3baca1516b8b771518675b0e3eef07862e263e17.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