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, 12 Jul 2021 13:08:56 +0000 (UTC) [thread overview]
Message-ID: <1626095328.66bb9981c90e81bb509f6e69f8e22c1b0764c061.candrews@gentoo> (raw)
commit: 66bb9981c90e81bb509f6e69f8e22c1b0764c061
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 12 11:49:18 2021 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Mon Jul 12 13:08:48 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66bb9981
media-plugins/kodi-pvr-iptvsimple: 7.6.8 version bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-pvr-iptvsimple/Manifest | 1 +
.../kodi-pvr-iptvsimple-7.6.8.ebuild | 43 ++++++++++++++++++++++
2 files changed, 44 insertions(+)
diff --git a/media-plugins/kodi-pvr-iptvsimple/Manifest b/media-plugins/kodi-pvr-iptvsimple/Manifest
index 57f24c83632..75c78bbc7af 100644
--- a/media-plugins/kodi-pvr-iptvsimple/Manifest
+++ b/media-plugins/kodi-pvr-iptvsimple/Manifest
@@ -1,3 +1,4 @@
DIST kodi-pvr-iptvsimple-7.6.5.tar.gz 192388 BLAKE2B 596622b1058c392656dc27fd0a1b615f9fe1ce12695adc4e26aa5417e5250d6f18fcc3cafaab4d6c53d00c44fb57821fdc976b4efe369e24a3997921606dbeef SHA512 ef16b71cb1adf6d68e74935a12d5ecb8c52c732f5a69e0765558107f356686c83427356bbef3227b6744ea314ef2f1e6c2548ecb1f90a38a521d351048fac43a
DIST kodi-pvr-iptvsimple-7.6.6.tar.gz 282395 BLAKE2B cdb3a98f9e727aad872f91a9f8784a797c0a87f6ce05ec0a21630b3912fc8a5b6548b94fcff58c35c62618c00bcedb8abcf45b7073afcd35dfde576034e75617 SHA512 7a927bed2e2121f3949a706cbd0f8085462f66dc8cfe3bfd686364cb8412f7feec53440054839ea2b6ac8bc124a15875112aff906c04c86d5867194e42875c30
DIST kodi-pvr-iptvsimple-7.6.7.tar.gz 283836 BLAKE2B ac9a49ce09dfb02c5f69c57bbcfe2112fe7c68610e702c1690bf07398d53954512650294eb34d82cc3da037b6925beda4bb226ae55526c1a5837a97631b6e0e7 SHA512 ba9d70da83cb503f30027b2d57941f84a13b335596d085cc59a1dc61ce05e08735c6dd260fc17ac9175035a5928f211d045a8da462e323f6e9d7ed852eeede95
+DIST kodi-pvr-iptvsimple-7.6.8.tar.gz 288131 BLAKE2B db77ea4e2f374a714041a4bdc8d8a49458b05c3ee40a989039ed0087a6872c167da2fd56aea7e284290a1a0cb84a46e3e714e4bd803c6b3167c4741f3f99ae68 SHA512 19d884b1497e64bffae10e380b4536651c31d567d2857b665098aa576766f26c035be0e5ba3398cac04d376389e972530a795ae91b533fc87ea97e3f35532d27
diff --git a/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.8.ebuild b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.8.ebuild
new file mode 100644
index 00000000000..36d5b715c65
--- /dev/null
+++ b/media-plugins/kodi-pvr-iptvsimple/kodi-pvr-iptvsimple-7.6.8.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
+}
next reply other threads:[~2021-07-12 13:08 UTC|newest]
Thread overview: 52+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-07-12 13:08 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-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-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=1626095328.66bb9981c90e81bb509f6e69f8e22c1b0764c061.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