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-iptvsimple/
Date: Mon,  8 Feb 2021 14:24:59 +0000 (UTC)	[thread overview]
Message-ID: <1612794295.b9bbfae53778952703b46771444301fa4c6d773f.candrews@gentoo> (raw)

commit:     b9bbfae53778952703b46771444301fa4c6d773f
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Feb  8 14:24:13 2021 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Feb  8 14:24:55 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9bbfae5

media-plugins/kodi-pvr-iptvsimple: 7.4.0 version bump

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

 media-plugins/kodi-pvr-iptvsimple/Manifest         |  1 +
 .../kodi-pvr-iptvsimple-7.4.0.ebuild               | 43 ++++++++++++++++++++++
 2 files changed, 44 insertions(+)

diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest b/media-plugins/kodi-pvr-iptvsimple/Manifest
index c8564b10ff7..0b16fbcf70a 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-pvr-iptvsimple-7.1.0.tar.gz 180721 BLAKE2B 0ec7ac0ffd1eb480e3a3a956b3fbd79e5bc3607713839a72dff45dc2d22e66d006d354ec12a5606360703f3e6bb29457e17034a5644ba06fc5ef032b5f0690c4 SHA512 b4b97d94c216a195b3741dc816ab9441493550c4d9fa9c9b28ba58dfb31a4d94e3fd429384ca46bf3150a607c8c52feac402a6f18f664bc18353a7c40e54f85e
 DIST kodi-pvr-iptvsimple-7.2.0.tar.gz 181688 BLAKE2B 26f5abdccd88cb430b72c4313b0a7aa965b782c31057849e245fd9ea29f9826dcc635f657a508356bdaf3013331b0d131f7fca3a6921d41f6e756dbd4c449098 SHA512 616ed79e4fa76ec8cc69c61a136300f5d1f0f8923272b093be8b7dbc6c6a670500677394986954d982ad54c6998290f1c7f48ea934cfc0f5aac31c7e415d478b
+DIST kodi-pvr-iptvsimple-7.4.0.tar.gz 187068 BLAKE2B 61058b3641f5d075b2919f2389edb0e51213e8582589b0dd80d5f772288e57cb8607e7c52166a02c79730ad7b53edf15aac97f750adc0a228c6c56704544f0d4 SHA512 c802c64dd77f55d0f54ebdade82b3ea89b19d6f1dc8f8b6a99b28bdd40bc2a4b16a635dff276fdf578cdd9e967d10550d96814a78c66bd224530fa3dcf1c8fe5

diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.4.0.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.4.0.ebuild
new file mode 100644
index 00000000000..36d5b715c65
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.4.0.ebuild
@@ -0,0 +1,43 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake 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="Matrix"
+	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/pugixml
+	=media-tv/kodi-19*
+	sys-libs/zlib
+	"
+
+RDEPEND="
+	${DEPEND}
+	"
+
+src_prepare() {
+	[ -d depends ] && rm -rf depends || die
+	cmake_src_prepare
+}


             reply	other threads:[~2021-02-08 14:25 UTC|newest]

Thread overview: 52+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-02-08 14:24 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-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-08-20  0:16 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=1612794295.b9bbfae53778952703b46771444301fa4c6d773f.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