public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vuplus/
Date: Thu,  7 Feb 2019 15:31:21 +0000 (UTC)	[thread overview]
Message-ID: <1549553475.180e5e79e4dc4c77a2c2b042717f688e11888196.candrews@gentoo> (raw)

commit:     180e5e79e4dc4c77a2c2b042717f688e11888196
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Feb  7 15:29:55 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Feb  7 15:31:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=180e5e79

media-plugins/kodi-pvr-vuplus: 3.17.0 version bump

Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>

 media-plugins/kodi-pvr-vuplus/Manifest             |  1 +
 .../kodi-pvr-vuplus/kodi-pvr-vuplus-3.17.0.ebuild  | 39 ++++++++++++++++++++++
 2 files changed, 40 insertions(+)

diff --git a/media-plugins/kodi-pvr-vuplus/Manifest b/media-plugins/kodi-pvr-vuplus/Manifest
index 9b0a010f852..959318e3906 100644
--- a/media-plugins/kodi-pvr-vuplus/Manifest
+++ b/media-plugins/kodi-pvr-vuplus/Manifest
@@ -4,3 +4,4 @@ DIST kodi-pvr-vuplus-3.15.0.tar.gz 129176 BLAKE2B 340acb8c3f4ebc9142247e9080a491
 DIST kodi-pvr-vuplus-3.15.1.tar.gz 137283 BLAKE2B 416915ce0e65d0e956a6cee88cb975b0c7f83174bc9ad9a7609b237ded017465563dbd9394197be0277a3339b1d1637ca1466bfaff7ba3b44610b0ce90488498 SHA512 aff83c27ba457e2a79c7422dcd833530ddf2c480da285265ded6551cd269f5aa9389101f85d1c77925bbf437069e2a011d6a49162812704371a9572add5f1597
 DIST kodi-pvr-vuplus-3.15.4.tar.gz 141775 BLAKE2B f5d8cc70101b7e1dd0cd486e19dbff5aa87f92fdbd34403cd8f495ac38ccda8679b522472f45843ed00151bae6cf0293bd88b9bfe3abc2d9685c1560cb0681a7 SHA512 8b2ad16344c9ef6de440527a885235f90686be665d44bfd851475b9688a8b8a8fecebab498436268f15bd247f46a7a3596ac14fb19fb29f2672533a1913e751c
 DIST kodi-pvr-vuplus-3.16.2.tar.gz 156203 BLAKE2B 8cea77f12cea2ec2255e2884c34fea1b38d6ed9be45e075d13fa4886acfee130aeed2a564a91713063b7c087d0b4a37675e2181faa0d90ab732d5e2261ab54e5 SHA512 fe76a3665734aacfd738eaa9a983fcb29fd846ceb8bf3f8a9b5c301cfd7c3e6c2839864078778aaa3039623c8f4e1d1a5f975690222193464f6864e2c3143ffc
+DIST kodi-pvr-vuplus-3.17.0.tar.gz 160410 BLAKE2B 0eae7616abf01713148f6ac5370ccc2de9ee47dcb4b024119c16b1417fe1c655a8f1e9d9af188ae5106399cd321303f2ceb232b037f220411b15990986a6cea9 SHA512 a9c7e46af9bc1cdc18aeacac6f219c3c4210854287e086870e64b1cf2350b69b32d8ec3e980805be00093020ff3423b1cf7eb47dabcca4b14eee1f1cbe49e9f1

diff --git a/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.17.0.ebuild b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.17.0.ebuild
new file mode 100644
index 00000000000..f77cda46652
--- /dev/null
+++ b/media-plugins/kodi-pvr-vuplus/kodi-pvr-vuplus-3.17.0.ebuild
@@ -0,0 +1,39 @@
+# 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 VuPlus client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.vuplus"
+SRC_URI=""
+
+case ${PV} in
+9999)
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.vuplus.git"
+	inherit git-r3
+	;;
+*)
+	CODENAME="Leia"
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/kodi-pvr/pvr.vuplus/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/pvr.vuplus-${PV}-${CODENAME}"
+	;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	=media-tv/kodi-18*
+	=media-libs/kodi-platform-18*
+	dev-libs/tinyxml
+	dev-cpp/nlohmann_json
+	"
+
+RDEPEND="
+	${DEPEND}
+	"


             reply	other threads:[~2019-02-07 15:31 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-02-07 15:31 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14 20:12 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-vuplus/ Andreas Sturmlechner
2023-05-14 10:32 Andreas Sturmlechner
2021-07-19  2:00 Craig Andrews
2021-07-18 17:08 Craig Andrews
2021-07-16 11:56 Craig Andrews
2021-07-05 15:46 Craig Andrews
2021-07-03 23:44 Craig Andrews
2021-04-12 14:12 Craig Andrews
2021-04-12 14:12 Craig Andrews
2021-03-26 12:55 Craig Andrews
2021-03-26 12:55 Craig Andrews
2021-03-18 14:25 Craig Andrews
2021-03-18 14:25 Craig Andrews
2021-03-01 14:07 Craig Andrews
2021-02-21  1:50 Craig Andrews
2021-02-21  1:50 Craig Andrews
2021-01-31 17:01 Craig Andrews
2021-01-31 17:01 Craig Andrews
2021-01-21 15:53 Craig Andrews
2021-01-21 15:53 Craig Andrews
2020-11-30 16:58 Craig Andrews
2020-11-25 14:07 Craig Andrews
2020-11-25 14:07 Craig Andrews
2020-11-23 14:31 Craig Andrews
2020-11-23 14:31 Craig Andrews
2020-11-16 14:28 Craig Andrews
2020-10-31 20:27 Craig Andrews
2020-10-28 13:09 Craig Andrews
2020-10-19 13:32 Craig Andrews
2020-10-06 14:21 Craig Andrews
2020-10-01 13:28 Craig Andrews
2020-09-20 20:55 Craig Andrews
2020-07-29 18:11 Craig Andrews
2020-02-24  2:42 Craig Andrews
2019-11-05 21:39 Craig Andrews
2019-10-18  3:40 Craig Andrews
2019-10-15 18:13 Craig Andrews
2019-10-15 13:40 Craig Andrews
2019-10-14  0:08 Craig Andrews
2019-10-13 18:23 Craig Andrews
2019-10-11 17:53 Craig Andrews
2019-09-23 14:15 Craig Andrews
2019-09-11 14:05 Craig Andrews
2019-09-11 14:05 Craig Andrews
2019-09-05 17:30 Craig Andrews
2019-08-26 21:12 Craig Andrews
2019-08-24 14:59 Craig Andrews
2019-07-26 18:19 Craig Andrews
2019-07-02 20:39 Craig Andrews
2019-05-15 14:46 Craig Andrews
2019-05-03 14:07 Craig Andrews
2019-04-28  1:45 Craig Andrews
2019-04-04 20:33 Craig Andrews
2019-03-22 16:44 Craig Andrews
2019-03-21 19:11 Craig Andrews
2019-03-05 18:57 Craig Andrews
2019-03-01 14:31 Craig Andrews
2019-02-07 15:31 Craig Andrews
2019-01-15 15:27 Craig Andrews
2018-12-23  4:06 Craig Andrews
2018-11-25  1:26 Craig Andrews
2018-11-21 16:44 Craig Andrews
2017-07-30 12:13 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=1549553475.180e5e79e4dc4c77a2c2b042717f688e11888196.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