* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-zattoo/
@ 2021-05-14 0:26 Craig Andrews
0 siblings, 0 replies; 2+ messages in thread
From: Craig Andrews @ 2021-05-14 0:26 UTC (permalink / raw
To: gentoo-commits
commit: 2891c2ffa865f829849a197b29458e1656652c8b
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Fri May 14 00:17:09 2021 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Fri May 14 00:26:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2891c2ff
media-plugins/kodi-pvr-zattoo: Zattoo PVR addon for Kodi
Closes: https://bugs.gentoo.org/789825
Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-pvr-zattoo/Manifest | 1 +
.../kodi-pvr-zattoo/kodi-pvr-zattoo-19.7.9.ebuild | 40 ++++++++++++++++++++++
.../kodi-pvr-zattoo/kodi-pvr-zattoo-9999.ebuild | 40 ++++++++++++++++++++++
media-plugins/kodi-pvr-zattoo/metadata.xml | 11 ++++++
4 files changed, 92 insertions(+)
diff --git a/media-plugins/kodi-pvr-zattoo/Manifest b/media-plugins/kodi-pvr-zattoo/Manifest
new file mode 100644
index 00000000000..3348921b39b
--- /dev/null
+++ b/media-plugins/kodi-pvr-zattoo/Manifest
@@ -0,0 +1 @@
+DIST kodi-pvr-zattoo-19.7.9.tar.gz 4150172 BLAKE2B c521ed2925af231a3fa5e6eda5587926e21b2bc1093856bd648265bac4f17aabe7ade8fd234ceabd590ca681f78077b356281bc135efa899b53f1787d67bf560 SHA512 4be3343f155e30db817670007ba094fee87444f3468f88e275485f138594824bb659e0646e6aea8c189cf59323a8e3452165ab8038f8b31e2a89fcd3610d9dc1
diff --git a/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-19.7.9.ebuild b/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-19.7.9.ebuild
new file mode 100644
index 00000000000..7bc8e453445
--- /dev/null
+++ b/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-19.7.9.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Zattoo PVR addon for Kodi"
+HOMEPAGE="https://github.com/rbuehlma/pvr.zattoo"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/rbuehlma/pvr.zattoo.git"
+ inherit git-r3
+ DEPEND="~media-tv/kodi-9999"
+ ;;
+*)
+ KEYWORDS="~amd64"
+ CODENAME="Matrix"
+ SRC_URI="https://github.com/rbuehlma/pvr.zattoo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/pvr.zattoo-${PV}-${CODENAME}"
+ DEPEND="=media-tv/kodi-19*"
+ ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+ dev-libs/rapidjson
+ dev-libs/tinyxml2
+ virtual/opengl
+ "
+
+RDEPEND="
+ ${DEPEND}
+ "
diff --git a/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-9999.ebuild b/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-9999.ebuild
new file mode 100644
index 00000000000..7bc8e453445
--- /dev/null
+++ b/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-9999.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit cmake kodi-addon
+
+DESCRIPTION="Zattoo PVR addon for Kodi"
+HOMEPAGE="https://github.com/rbuehlma/pvr.zattoo"
+SRC_URI=""
+
+case ${PV} in
+9999)
+ SRC_URI=""
+ EGIT_REPO_URI="https://github.com/rbuehlma/pvr.zattoo.git"
+ inherit git-r3
+ DEPEND="~media-tv/kodi-9999"
+ ;;
+*)
+ KEYWORDS="~amd64"
+ CODENAME="Matrix"
+ SRC_URI="https://github.com/rbuehlma/pvr.zattoo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+ S="${WORKDIR}/pvr.zattoo-${PV}-${CODENAME}"
+ DEPEND="=media-tv/kodi-19*"
+ ;;
+esac
+
+LICENSE="GPL-2+"
+SLOT="0"
+IUSE=""
+
+DEPEND+="
+ dev-libs/rapidjson
+ dev-libs/tinyxml2
+ virtual/opengl
+ "
+
+RDEPEND="
+ ${DEPEND}
+ "
diff --git a/media-plugins/kodi-pvr-zattoo/metadata.xml b/media-plugins/kodi-pvr-zattoo/metadata.xml
new file mode 100644
index 00000000000..8093e0cdef8
--- /dev/null
+++ b/media-plugins/kodi-pvr-zattoo/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="person">
+ <email>candrews@gentoo.org</email>
+ <name>Craig Andrews</name>
+ </maintainer>
+ <upstream>
+ <remote-id type="github">rbuehlma/pvr.zattoo</remote-id>
+ </upstream>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-zattoo/
@ 2024-09-14 20:12 Andreas Sturmlechner
0 siblings, 0 replies; 2+ messages in thread
From: Andreas Sturmlechner @ 2024-09-14 20:12 UTC (permalink / raw
To: gentoo-commits
commit: fc4dbe9a6bf9c732e482622420c0a56bfa02c1ed
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 14 11:10:08 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Sep 14 20:11:43 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc4dbe9a
media-plugins/kodi-pvr-zattoo: drop 19.7.9
Pinned dep on media-tv/kodi-19, to be cleaned up.
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-plugins/kodi-pvr-zattoo/Manifest | 1 -
.../kodi-pvr-zattoo/kodi-pvr-zattoo-19.7.9.ebuild | 40 ----------------------
2 files changed, 41 deletions(-)
diff --git a/media-plugins/kodi-pvr-zattoo/Manifest b/media-plugins/kodi-pvr-zattoo/Manifest
deleted file mode 100644
index 3348921b39b3..000000000000
--- a/media-plugins/kodi-pvr-zattoo/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST kodi-pvr-zattoo-19.7.9.tar.gz 4150172 BLAKE2B c521ed2925af231a3fa5e6eda5587926e21b2bc1093856bd648265bac4f17aabe7ade8fd234ceabd590ca681f78077b356281bc135efa899b53f1787d67bf560 SHA512 4be3343f155e30db817670007ba094fee87444f3468f88e275485f138594824bb659e0646e6aea8c189cf59323a8e3452165ab8038f8b31e2a89fcd3610d9dc1
diff --git a/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-19.7.9.ebuild b/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-19.7.9.ebuild
deleted file mode 100644
index 7bc8e453445c..000000000000
--- a/media-plugins/kodi-pvr-zattoo/kodi-pvr-zattoo-19.7.9.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Zattoo PVR addon for Kodi"
-HOMEPAGE="https://github.com/rbuehlma/pvr.zattoo"
-SRC_URI=""
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/rbuehlma/pvr.zattoo.git"
- inherit git-r3
- DEPEND="~media-tv/kodi-9999"
- ;;
-*)
- KEYWORDS="~amd64"
- CODENAME="Matrix"
- SRC_URI="https://github.com/rbuehlma/pvr.zattoo/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/pvr.zattoo-${PV}-${CODENAME}"
- DEPEND="=media-tv/kodi-19*"
- ;;
-esac
-
-LICENSE="GPL-2+"
-SLOT="0"
-IUSE=""
-
-DEPEND+="
- dev-libs/rapidjson
- dev-libs/tinyxml2
- virtual/opengl
- "
-
-RDEPEND="
- ${DEPEND}
- "
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-09-14 20:12 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-09-14 20:12 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-pvr-zattoo/ Andreas Sturmlechner
-- strict thread matches above, loose matches on Subject: below --
2021-05-14 0:26 Craig Andrews
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox