From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-demo/
Date: Fri, 30 Oct 2020 13:57:17 +0000 (UTC) [thread overview]
Message-ID: <1604066231.17e44927401a49f990b7785010eeff92984bb7ab.candrews@gentoo> (raw)
commit: 17e44927401a49f990b7785010eeff92984bb7ab
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 30 13:45:56 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri Oct 30 13:57:11 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=17e44927
media-plugins/kodi-pvr-demo: 7.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-demo/Manifest | 1 +
.../kodi-pvr-demo/kodi-pvr-demo-7.0.0.ebuild | 37 ++++++++++++++++++++++
2 files changed, 38 insertions(+)
diff --git a/media-plugins/kodi-pvr-demo/Manifest b/media-plugins/kodi-pvr-demo/Manifest
index 1525dd375b1..bfdbaa3e2b9 100644
--- a/media-plugins/kodi-pvr-demo/Manifest
+++ b/media-plugins/kodi-pvr-demo/Manifest
@@ -1,2 +1,3 @@
DIST kodi-pvr-demo-3.6.1.tar.gz 35070 BLAKE2B f916f89dd701c5fa9b6f9ad4950115433382c94ec5cc73afb0c753b80c1850947ba4776e494842e9181595b5a8bdb0e38f3a6b0baeaa6b19dfe2fe104b2ac06b SHA512 ddcc0c91b9173920ab5a9e05622312e7363b85be74254e451cff7d415d09fe9b60f59acb75c66359eabc3e737921116c2232042a76dcabcf9e2d52d4d3e31a09
DIST kodi-pvr-demo-6.0.1.tar.gz 41271 BLAKE2B 71fc5d308ef122929f62b140c6aa4561a305a5c2dc34b289f1cebb116ae14637da02e4c1546e57085dfd389ad8a02bbece82af53f4a03ba583ef162eab7b1ae1 SHA512 cb1eb595226543b92878d2a3a717a269647524baf6429518637d1fa1fd2d46de9a2e9481831760e9647da529a4c05bc4d1f1a54c5474d030d1d3ac92b74100c6
+DIST kodi-pvr-demo-7.0.0.tar.gz 41620 BLAKE2B dd7b99623e6b7e1d994b6cf06af30626b91cadd9af8d4c378c13af8e7d77344b7a7162bd076ebe7e35c4a322cc245edf9ed162f05d36f50c3f72762f278a6fac SHA512 50ddb76182913aa6f9aa7800fa77d7fa45fc71468d5e8443b35b6746c62c2e81a0855ca2bdbce7c2b905562cd348464017535412103e8fd46a322fcf93293b13
diff --git a/media-plugins/kodi-pvr-demo/kodi-pvr-demo-7.0.0.ebuild b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-7.0.0.ebuild
new file mode 100644
index 00000000000..8f0fbad7e07
--- /dev/null
+++ b/media-plugins/kodi-pvr-demo/kodi-pvr-demo-7.0.0.ebuild
@@ -0,0 +1,37 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Demo PVR for Kodi"
+HOMEPAGE="https://github.com/kodi-pvr/pvr.demo"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/kodi-pvr/pvr.demo.git"
+ inherit git-r3
+ ;;
+*)
+ CODENAME="Matrix"
+ KEYWORDS="~amd64 ~x86"
+ SRC_URI="https://github.com/kodi-pvr/pvr.demo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/pvr.demo-${PV}-${CODENAME}"
+ ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+ =media-tv/kodi-19*
+ dev-libs/tinyxml
+ "
+
+RDEPEND="
+ ${DEPEND}
+ "
next reply other threads:[~2020-10-30 13:57 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-30 13:57 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-demo/ Andreas Sturmlechner
2021-07-05 1:08 Craig Andrews
2021-03-25 20:52 Craig Andrews
2021-03-25 20:52 Craig Andrews
2021-03-22 14:35 Craig Andrews
2021-03-22 14:35 Craig Andrews
2021-02-05 12:34 Craig Andrews
2021-02-05 12:34 Craig Andrews
2021-02-01 15:49 Craig Andrews
2021-02-01 15:49 Craig Andrews
2020-11-19 19:46 Craig Andrews
2019-09-05 17:30 Craig Andrews
2019-09-05 17:30 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-30 21:46 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=1604066231.17e44927401a49f990b7785010eeff92984bb7ab.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