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-wmc/
Date: Sat, 31 Oct 2020 20:27:45 +0000 (UTC)	[thread overview]
Message-ID: <1604176055.05a201cbce084db0097e8773ac4a890082ce73d9.candrews@gentoo> (raw)

commit:     05a201cbce084db0097e8773ac4a890082ce73d9
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 31 20:21:00 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Sat Oct 31 20:27:35 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05a201cb

media-plugins/kodi-pvr-wmc: 6.0.0 version bump

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

 media-plugins/kodi-pvr-wmc/Manifest                |  1 +
 .../kodi-pvr-wmc/kodi-pvr-wmc-6.0.0.ebuild         | 36 ++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/media-plugins/kodi-pvr-wmc/Manifest b/media-plugins/kodi-pvr-wmc/Manifest
index e605cfb3424..07e73537acb 100644
--- a/media-plugins/kodi-pvr-wmc/Manifest
+++ b/media-plugins/kodi-pvr-wmc/Manifest
@@ -3,3 +3,4 @@ DIST kodi-pvr-wmc-2.4.5.tar.gz 179019 BLAKE2B ba116c687bcfbde69600a9fe9ebb22dec3
 DIST kodi-pvr-wmc-2.4.6.tar.gz 179322 BLAKE2B b82761c76fd1d49400f5aa38ebe32adf6984b94c6d6feebeca2e0c6b31fbc413960af7a09955bfc0a5a50d454a4cc52a36098b74313a4ce673b08802ac109525 SHA512 2912d57f1d9d03d7f40c041c76737a620205e5fc81c6fc72c34c2f4d12e0fd18ccf185d78501dcd0b633aef3d5d2ce91d4201b60b92e0f6ac59d36df5eb19d15
 DIST kodi-pvr-wmc-5.0.1.tar.gz 184896 BLAKE2B 28f321f9a6da6c96ec3482bcdd6939229f121b87e5378429b9a37b1638d0c9d3682d9442c5b0cc544b97fcd60d84dae5c442d4430ed0a5bcda2d7bbe52807be1 SHA512 f705915c1cbd47a024d53709f734c6e5ec4bb01f2b6e648a9c385712ed8101340c8a4fd45d4ce16a04de29e73c5fb9ecaf8163c7c30f848bd2acada6cf66804e
 DIST kodi-pvr-wmc-5.0.2.tar.gz 184922 BLAKE2B e1515a79d94bd4950af4f1c1058f0db4527f5af51dfe5368e4f7762505c6db8a8e986e4f17a99a355952c12a558d81e088a36aa2e2ac82803c4e2ca0e94472c2 SHA512 aff8f1e8bcb2b8fe6e4137b8af1c61e8036d262953f21f4512e40d7b9b5925cd078d021c569e1e51a7d260db5c90ddee8e3c158499d2cd656fd4861ecc90e0fe
+DIST kodi-pvr-wmc-6.0.0.tar.gz 185044 BLAKE2B 203e99e82edac23fdbb59fae1fbaf840358978473fe01a7b0630b1d1d79b3ab2236fbb0446f8170d8345e61f752d02f8fd9a61be82b89c9fa77b718306a3d097 SHA512 c1d14bdb037140dbc5339d823312af15e75d70f177396487e4947b3c8898980ac49cf689c06ee06728748b80839d1e3ed44cf790ff84f698fea800deb4b6bb7c

diff --git a/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-6.0.0.ebuild b/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-6.0.0.ebuild
new file mode 100644
index 00000000000..f1ee4b584cc
--- /dev/null
+++ b/media-plugins/kodi-pvr-wmc/kodi-pvr-wmc-6.0.0.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Kodi's Windows Media Center client addon"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.wmc"
+SRC_URI=""
+
+case ${PV} in
+9999)
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.wmc.git"
+	inherit git-r3
+	;;
+*)
+	CODENAME="Matrix"
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/kodi-pvr/pvr.wmc/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/pvr.wmc-${PV}-${CODENAME}"
+	;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	=media-tv/kodi-19*
+	=dev-libs/libplatform-2*
+	"
+RDEPEND="
+	${DEPEND}
+	"


             reply	other threads:[~2020-10-31 20:27 UTC|newest]

Thread overview: 20+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-10-31 20:27 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-wmc/ Andreas Sturmlechner
2023-05-14 10:32 Andreas Sturmlechner
2021-07-03 23:44 Craig Andrews
2021-01-21 15:53 Craig Andrews
2021-01-21 15:53 Craig Andrews
2020-08-10 14:36 Craig Andrews
2020-07-29 18:11 Craig Andrews
2020-05-16 20:39 Craig Andrews
2020-02-26 14:14 Craig Andrews
2019-09-23 14:15 Craig Andrews
2019-09-05 17:30 Craig Andrews
2019-08-26 21:12 Craig Andrews
2019-01-24 22:05 Craig Andrews
2019-01-24 22:05 Craig Andrews
2018-12-23  4:06 Craig Andrews
2018-11-14 20:36 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=1604176055.05a201cbce084db0097e8773ac4a890082ce73d9.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