public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2016-03-14 11:02 Miroslav Šulc
  0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2016-03-14 11:02 UTC (permalink / raw
  To: gentoo-commits

commit:     6433e49c63b80101fbf641d737749ff1d1ac5eab
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Mon Mar 14 11:01:35 2016 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Mon Mar 14 11:02:13 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6433e49c

media-libs/kodi-platform: new package

Package-Manager: portage-2.2.28

 media-libs/kodi-platform/Manifest                  |  1 +
 .../kodi-platform/kodi-platform-16.9999.ebuild     | 24 ++++++++++++++++++++++
 .../kodi-platform-16_p20150805.ebuild              | 24 ++++++++++++++++++++++
 media-libs/kodi-platform/metadata.xml              | 12 +++++++++++
 4 files changed, 61 insertions(+)

diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest
new file mode 100644
index 0000000..2ee4b12
--- /dev/null
+++ b/media-libs/kodi-platform/Manifest
@@ -0,0 +1 @@
+DIST kodi-platform-16_p20150805.tar.gz 8389 SHA256 158b083f5c18ca17a939e6858efd09959b9416e56b42ca884aa35f2ddae9fd2d SHA512 6668735206124a2942d8f3138b9e1eafeb2c97c5a81a6fd3e80e3d4ced676993d629f3dc7683ad226fd1665232c7c2cc062a3b52e8d0efcb9a7583506a29890d WHIRLPOOL 6b0bafb93cbb9a421d4f5d3d578c41899488a05f654f517da308a3f5b85b71267a011771906f97141a9b83ebcc153d7bf9e3c18391849865f13618ef48e508e6

diff --git a/media-libs/kodi-platform/kodi-platform-16.9999.ebuild b/media-libs/kodi-platform/kodi-platform-16.9999.ebuild
new file mode 100644
index 0000000..c743dad
--- /dev/null
+++ b/media-libs/kodi-platform/kodi-platform-16.9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit git-2 cmake-utils
+
+EGIT_REPO_URI="https://github.com/xbmc/kodi-platform"
+EGIT_BRANCH="Jarvis"
+
+DESCRIPTION="Kodi platform support library"
+HOMEPAGE="https://github.com/xbmc/kodi-platform"
+SRC_URI=""
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="dev-libs/libplatform
+	dev-libs/tinyxml
+	=media-tv/kodi-16*"
+RDEPEND="${DEPEND}"

diff --git a/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild b/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild
new file mode 100644
index 0000000..b4fcca4
--- /dev/null
+++ b/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit cmake-utils
+
+GIT_COMMIT="15edaf7"
+DESCRIPTION="Kodi platform support library"
+HOMEPAGE="https://github.com/xbmc/kodi-platform"
+SRC_URI="https://github.com/xbmc/kodi-platform/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+DEPEND="dev-libs/libplatform
+	dev-libs/tinyxml
+	=media-tv/kodi-16*"
+RDEPEND="${DEPEND}"
+
+S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"

diff --git a/media-libs/kodi-platform/metadata.xml b/media-libs/kodi-platform/metadata.xml
new file mode 100644
index 0000000..1b27787
--- /dev/null
+++ b/media-libs/kodi-platform/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>fordfrog@gentoo.org</email>
+		<name>Miroslav Šulc</name>
+	</maintainer>
+	<longdescription>Kodi platform support library</longdescription>
+	<upstream>
+		<remote-id type="github">xbmc/kodi-platform</remote-id>
+	</upstream>
+</pkgmetadata>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2016-04-03 11:38 Miroslav Šulc
  0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2016-04-03 11:38 UTC (permalink / raw
  To: gentoo-commits

commit:     d195f33f2c4a60ac723429e84dde3da7fd07410d
Author:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
AuthorDate: Sun Apr  3 11:30:59 2016 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 11:30:59 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d195f33f

media-libs/kodi-platform: restricted libplatform dependency to version 1* because libplatform-2* changed from platform to p8-platform

Package-Manager: portage-2.2.28

 media-libs/kodi-platform/kodi-platform-16.9999.ebuild      | 3 ++-
 media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/media-libs/kodi-platform/kodi-platform-16.9999.ebuild b/media-libs/kodi-platform/kodi-platform-16.9999.ebuild
index c743dad..71446ef 100644
--- a/media-libs/kodi-platform/kodi-platform-16.9999.ebuild
+++ b/media-libs/kodi-platform/kodi-platform-16.9999.ebuild
@@ -18,7 +18,8 @@ SLOT="0"
 KEYWORDS=""
 IUSE=""
 
-DEPEND="dev-libs/libplatform
+# libplatform changed in version 2 from platform to p8-platform which makes it incompatible
+DEPEND="=dev-libs/libplatform-1*
 	dev-libs/tinyxml
 	=media-tv/kodi-16*"
 RDEPEND="${DEPEND}"

diff --git a/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild b/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild
index b4fcca4..2d10729 100644
--- a/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild
+++ b/media-libs/kodi-platform/kodi-platform-16_p20150805.ebuild
@@ -16,7 +16,8 @@ SLOT="0"
 KEYWORDS="~amd64"
 IUSE=""
 
-DEPEND="dev-libs/libplatform
+# libplatform changed in version 2 from platform to p8-platform which makes it incompatible
+DEPEND="=dev-libs/libplatform-1*
 	dev-libs/tinyxml
 	=media-tv/kodi-16*"
 RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2017-01-07 11:54 Miroslav Šulc
  0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2017-01-07 11:54 UTC (permalink / raw
  To: gentoo-commits

commit:     dcbd61831d00f7d2254f50f4e8fafeed2a90217f
Author:     Craig Andrews <candrews <AT> integralblue <DOT> com>
AuthorDate: Wed Dec 21 02:27:08 2016 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Sat Jan  7 11:52:52 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcbd6183

media-libs/kodi-platform: version bump 17.1.0.1, add live 9999 ebuild

Gentoo-bug: 603278

Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/kodi-platform/Manifest                  |  1 +
 .../kodi-platform/kodi-platform-17.1.0.1.ebuild    | 33 ++++++++++++++++++++++
 media-libs/kodi-platform/kodi-platform-9999.ebuild | 33 ++++++++++++++++++++++
 3 files changed, 67 insertions(+)

diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest
index 2ee4b12..0916a04 100644
--- a/media-libs/kodi-platform/Manifest
+++ b/media-libs/kodi-platform/Manifest
@@ -1 +1,2 @@
 DIST kodi-platform-16_p20150805.tar.gz 8389 SHA256 158b083f5c18ca17a939e6858efd09959b9416e56b42ca884aa35f2ddae9fd2d SHA512 6668735206124a2942d8f3138b9e1eafeb2c97c5a81a6fd3e80e3d4ced676993d629f3dc7683ad226fd1665232c7c2cc062a3b52e8d0efcb9a7583506a29890d WHIRLPOOL 6b0bafb93cbb9a421d4f5d3d578c41899488a05f654f517da308a3f5b85b71267a011771906f97141a9b83ebcc153d7bf9e3c18391849865f13618ef48e508e6
+DIST kodi-platform-17.1.0.1.tar.gz 8538 SHA256 972dff4acc9580551113da8d5895f9aedd27c3579e8e48126303384a54424f94 SHA512 c3501b30d6e643239d1a5726eae79d734392709240b21fd314c97fa8a98b0c4ba912c8a246bd53e7049fadde0f695274ae4d1920442ab9a22337258388f80bcb WHIRLPOOL 088658b114fe62e5941b389c33b1acc887d757ce109f1a83c57ce21748b7da73d69bd87baaf96aa82ce5aed70bb725cb31699851e5441b5f6e31b51cb632f7da

diff --git a/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild b/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
new file mode 100644
index 00000000..7abbbd4
--- /dev/null
+++ b/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+if [[ ${PV} == *9999 ]]; then
+	SRC_URI=""
+	EGIT_REPO_URI="git://github.com/xbmc/kodi-platform.git"
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~x86"
+	GIT_COMMIT="c8188d8"
+	SRC_URI="https://github.com/xbmc/kodi-platform/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
+	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
+fi
+
+DESCRIPTION="Kodi platform support library"
+HOMEPAGE="http://kodi.tv"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	=media-tv/kodi-17*
+	=dev-libs/libplatform-2*
+	dev-libs/tinyxml
+	"
+
+RDEPEND="${DEPEND}"

diff --git a/media-libs/kodi-platform/kodi-platform-9999.ebuild b/media-libs/kodi-platform/kodi-platform-9999.ebuild
new file mode 100644
index 00000000..5e4bd4e
--- /dev/null
+++ b/media-libs/kodi-platform/kodi-platform-9999.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+inherit cmake-utils
+
+if [[ ${PV} == *9999 ]]; then
+	SRC_URI=""
+	EGIT_REPO_URI="git://github.com/xbmc/kodi-platform.git"
+	inherit git-r3
+else
+	KEYWORDS="~amd64 ~x86"
+	GIT_COMMIT="c8188d8"
+	SRC_URI="https://github.com/xbmc/kodi-platform/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
+	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
+fi
+
+DESCRIPTION="Kodi platform support library"
+HOMEPAGE="http://kodi.tv"
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	=media-tv/kodi-9999
+	=dev-libs/libplatform-2*
+	dev-libs/tinyxml
+	"
+
+RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2017-07-30  9:38 Michał Górny
  0 siblings, 0 replies; 9+ messages in thread
From: Michał Górny @ 2017-07-30  9:38 UTC (permalink / raw
  To: gentoo-commits

commit:     f197d2abeade49098b8cb5be73dbbf466cba26b0
Author:     David Hicks <david <AT> hicks <DOT> id <DOT> au>
AuthorDate: Sat Jul 29 16:46:38 2017 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun Jul 30 09:38:05 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f197d2ab

media-libs/kodi-platform: use HTTPS for GitHub and HOMEPAGE

Package-Manager: Portage-2.3.6, Repoman-2.3.3

 media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild | 6 +++---
 media-libs/kodi-platform/kodi-platform-9999.ebuild     | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild b/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
index ce4fa1ddf4f..b70d6dcab99 100644
--- a/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
+++ b/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
@@ -7,17 +7,17 @@ inherit cmake-utils
 
 if [[ ${PV} == *9999 ]]; then
 	SRC_URI=""
-	EGIT_REPO_URI="git://github.com/xbmc/kodi-platform.git"
+	EGIT_REPO_URI="https://github.com/xbmc/${PN}.git"
 	inherit git-r3
 else
 	KEYWORDS="~amd64 ~x86"
 	GIT_COMMIT="c8188d8"
-	SRC_URI="https://github.com/xbmc/kodi-platform/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
+	SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
 	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
 fi
 
 DESCRIPTION="Kodi platform support library"
-HOMEPAGE="http://kodi.tv"
+HOMEPAGE="https://kodi.tv"
 
 LICENSE="GPL-2"
 SLOT="0"

diff --git a/media-libs/kodi-platform/kodi-platform-9999.ebuild b/media-libs/kodi-platform/kodi-platform-9999.ebuild
index 4fedfad1c47..711a4d567d3 100644
--- a/media-libs/kodi-platform/kodi-platform-9999.ebuild
+++ b/media-libs/kodi-platform/kodi-platform-9999.ebuild
@@ -7,17 +7,17 @@ inherit cmake-utils
 
 if [[ ${PV} == *9999 ]]; then
 	SRC_URI=""
-	EGIT_REPO_URI="git://github.com/xbmc/kodi-platform.git"
+	EGIT_REPO_URI="https://github.com/xbmc/${PN}.git"
 	inherit git-r3
 else
 	KEYWORDS="~amd64 ~x86"
 	GIT_COMMIT="c8188d8"
-	SRC_URI="https://github.com/xbmc/kodi-platform/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
+	SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
 	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
 fi
 
 DESCRIPTION="Kodi platform support library"
-HOMEPAGE="http://kodi.tv"
+HOMEPAGE="https://kodi.tv"
 
 LICENSE="GPL-2"
 SLOT="0"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2018-11-06 16:02 Craig Andrews
  0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2018-11-06 16:02 UTC (permalink / raw
  To: gentoo-commits

commit:     114fec7ef8b46e18de331f2041d22e8a8ea8e65b
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 14:53:07 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 15:58:04 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=114fec7e

media-libs/kodi-platform: 18.0_pre20180301 version bump

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

 media-libs/kodi-platform/Manifest                                   | 1 +
 ...i-platform-9999.ebuild => kodi-platform-18.0_pre20180301.ebuild} | 6 +++---
 media-libs/kodi-platform/kodi-platform-9999.ebuild                  | 4 ++--
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest
index 38d9e472375..8e4bb7dc1de 100644
--- a/media-libs/kodi-platform/Manifest
+++ b/media-libs/kodi-platform/Manifest
@@ -1 +1,2 @@
 DIST kodi-platform-17.1.0.1.tar.gz 8538 BLAKE2B 3264ef2b480d6b8e0f3c0b7dbf6427a39cdd3b882ccb50d76977e169d49fa46e7716969a15f0de1bdf787f327a2a551027be762c1d16eb0482747531c89e45d1 SHA512 c3501b30d6e643239d1a5726eae79d734392709240b21fd314c97fa8a98b0c4ba912c8a246bd53e7049fadde0f695274ae4d1920442ab9a22337258388f80bcb
+DIST kodi-platform-18.0_pre20180301.tar.gz 8605 BLAKE2B 8486c0777373de75c0120b3e62ef1ff43107b36471696a7329f15fc62670f230737ee382695dbcb61ca5215fa2898cf3c6ecdfc0b48043b57f48cf15adc9fbf5 SHA512 35bb8d27db3b1e9debef647e02c2cf4ba7f2b2bdde07cb57eedd5859800d0614426d82f4be9cdeb11dba6576cad93e43095a05047411dcbcb749609d51f53ec7

diff --git a/media-libs/kodi-platform/kodi-platform-9999.ebuild b/media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild
similarity index 86%
copy from media-libs/kodi-platform/kodi-platform-9999.ebuild
copy to media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild
index 711a4d567d3..0af7be80322 100644
--- a/media-libs/kodi-platform/kodi-platform-9999.ebuild
+++ b/media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 else
 	KEYWORDS="~amd64 ~x86"
-	GIT_COMMIT="c8188d8"
+	GIT_COMMIT="e8574b8"
 	SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
 	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
 fi
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-	=media-tv/kodi-9999
+	=media-tv/kodi-18*
 	=dev-libs/libplatform-2*
 	dev-libs/tinyxml
 	"

diff --git a/media-libs/kodi-platform/kodi-platform-9999.ebuild b/media-libs/kodi-platform/kodi-platform-9999.ebuild
index 711a4d567d3..c2c88c58a52 100644
--- a/media-libs/kodi-platform/kodi-platform-9999.ebuild
+++ b/media-libs/kodi-platform/kodi-platform-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-	=media-tv/kodi-9999
+	~media-tv/kodi-9999
 	=dev-libs/libplatform-2*
 	dev-libs/tinyxml
 	"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2019-05-03 17:38 Miroslav Šulc
  0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2019-05-03 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     e5d1ddfa4845e6331f314d7047364ebf150637d2
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 13:32:44 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri May  3 17:34:06 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5d1ddfa

media-libs/kodi-platform: EAPI=7, 18.0_pre20180429 version bump

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>

 media-libs/kodi-platform/Manifest                                 | 1 +
 ...platform-9999.ebuild => kodi-platform-18.0_pre20190429.ebuild} | 8 ++++----
 media-libs/kodi-platform/kodi-platform-9999.ebuild                | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)

diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest
index 8e4bb7dc1de..9f1e498c042 100644
--- a/media-libs/kodi-platform/Manifest
+++ b/media-libs/kodi-platform/Manifest
@@ -1,2 +1,3 @@
 DIST kodi-platform-17.1.0.1.tar.gz 8538 BLAKE2B 3264ef2b480d6b8e0f3c0b7dbf6427a39cdd3b882ccb50d76977e169d49fa46e7716969a15f0de1bdf787f327a2a551027be762c1d16eb0482747531c89e45d1 SHA512 c3501b30d6e643239d1a5726eae79d734392709240b21fd314c97fa8a98b0c4ba912c8a246bd53e7049fadde0f695274ae4d1920442ab9a22337258388f80bcb
 DIST kodi-platform-18.0_pre20180301.tar.gz 8605 BLAKE2B 8486c0777373de75c0120b3e62ef1ff43107b36471696a7329f15fc62670f230737ee382695dbcb61ca5215fa2898cf3c6ecdfc0b48043b57f48cf15adc9fbf5 SHA512 35bb8d27db3b1e9debef647e02c2cf4ba7f2b2bdde07cb57eedd5859800d0614426d82f4be9cdeb11dba6576cad93e43095a05047411dcbcb749609d51f53ec7
+DIST kodi-platform-18.0_pre20190429.tar.gz 8616 BLAKE2B 424fa1da5f2dda5343ebe8414555382be6391d9467e73a07088a9e46674508bd83aeec59277f5d0b6e4bf0e1a6c56910a338f1774b17ef4ad21ca7b1e4198fef SHA512 acbe478c2167cbd90ef8cd0ba6ea9ac657a4140f5337e840e960358b26cb3d7880e52527c0d7f6d0ae8068b92b3a3cc5719110163ecfa4520469fc64b8e1b9b7

diff --git a/media-libs/kodi-platform/kodi-platform-9999.ebuild b/media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild
similarity index 86%
copy from media-libs/kodi-platform/kodi-platform-9999.ebuild
copy to media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild
index c2c88c58a52..88901d491fe 100644
--- a/media-libs/kodi-platform/kodi-platform-9999.ebuild
+++ b/media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 
@@ -11,7 +11,7 @@ if [[ ${PV} == *9999 ]]; then
 	inherit git-r3
 else
 	KEYWORDS="~amd64 ~x86"
-	GIT_COMMIT="c8188d8"
+	GIT_COMMIT="915da08"
 	SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
 	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
 fi
@@ -24,7 +24,7 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-	~media-tv/kodi-9999
+	=media-tv/kodi-18*
 	=dev-libs/libplatform-2*
 	dev-libs/tinyxml
 	"

diff --git a/media-libs/kodi-platform/kodi-platform-9999.ebuild b/media-libs/kodi-platform/kodi-platform-9999.ebuild
index c2c88c58a52..df88789daf7 100644
--- a/media-libs/kodi-platform/kodi-platform-9999.ebuild
+++ b/media-libs/kodi-platform/kodi-platform-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
 inherit cmake-utils
 


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2019-05-03 17:38 Miroslav Šulc
  0 siblings, 0 replies; 9+ messages in thread
From: Miroslav Šulc @ 2019-05-03 17:38 UTC (permalink / raw
  To: gentoo-commits

commit:     fe077e6519de9268da227f27d77cf4df7e1f402d
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 29 13:35:53 2019 +0000
Commit:     Miroslav Šulc <fordfrog <AT> gentoo <DOT> org>
CommitDate: Fri May  3 17:36:15 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fe077e65

media-libs/kodi-platform: Add myself as co-maintainer

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
Signed-off-by: Miroslav Šulc <fordfrog <AT> gentoo.org>
Closes: https://github.com/gentoo/gentoo/pull/11862

 media-libs/kodi-platform/metadata.xml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/media-libs/kodi-platform/metadata.xml b/media-libs/kodi-platform/metadata.xml
index 1b27787029b..d3027d4287f 100644
--- a/media-libs/kodi-platform/metadata.xml
+++ b/media-libs/kodi-platform/metadata.xml
@@ -5,6 +5,10 @@
 		<email>fordfrog@gentoo.org</email>
 		<name>Miroslav Šulc</name>
 	</maintainer>
+	<maintainer type="person">
+		<email>candrews@gentoo.org</email>
+		<name>Craig Andrews</name>
+	</maintainer>
 	<longdescription>Kodi platform support library</longdescription>
 	<upstream>
 		<remote-id type="github">xbmc/kodi-platform</remote-id>


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2019-09-05 17:30 Craig Andrews
  0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2019-09-05 17:30 UTC (permalink / raw
  To: gentoo-commits

commit:     3563a5359538ad63f46576e6ee36476eb4257b48
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Sep  5 16:22:34 2019 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Sep  5 17:30:19 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3563a535

media-libs/kodi-platform: Cleanup old version

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

 media-libs/kodi-platform/Manifest                  |  1 -
 .../kodi-platform/kodi-platform-17.1.0.1.ebuild    | 32 ----------------------
 2 files changed, 33 deletions(-)

diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest
index 9f1e498c042..ddc1fabf616 100644
--- a/media-libs/kodi-platform/Manifest
+++ b/media-libs/kodi-platform/Manifest
@@ -1,3 +1,2 @@
-DIST kodi-platform-17.1.0.1.tar.gz 8538 BLAKE2B 3264ef2b480d6b8e0f3c0b7dbf6427a39cdd3b882ccb50d76977e169d49fa46e7716969a15f0de1bdf787f327a2a551027be762c1d16eb0482747531c89e45d1 SHA512 c3501b30d6e643239d1a5726eae79d734392709240b21fd314c97fa8a98b0c4ba912c8a246bd53e7049fadde0f695274ae4d1920442ab9a22337258388f80bcb
 DIST kodi-platform-18.0_pre20180301.tar.gz 8605 BLAKE2B 8486c0777373de75c0120b3e62ef1ff43107b36471696a7329f15fc62670f230737ee382695dbcb61ca5215fa2898cf3c6ecdfc0b48043b57f48cf15adc9fbf5 SHA512 35bb8d27db3b1e9debef647e02c2cf4ba7f2b2bdde07cb57eedd5859800d0614426d82f4be9cdeb11dba6576cad93e43095a05047411dcbcb749609d51f53ec7
 DIST kodi-platform-18.0_pre20190429.tar.gz 8616 BLAKE2B 424fa1da5f2dda5343ebe8414555382be6391d9467e73a07088a9e46674508bd83aeec59277f5d0b6e4bf0e1a6c56910a338f1774b17ef4ad21ca7b1e4198fef SHA512 acbe478c2167cbd90ef8cd0ba6ea9ac657a4140f5337e840e960358b26cb3d7880e52527c0d7f6d0ae8068b92b3a3cc5719110163ecfa4520469fc64b8e1b9b7

diff --git a/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild b/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
deleted file mode 100644
index b70d6dcab99..00000000000
--- a/media-libs/kodi-platform/kodi-platform-17.1.0.1.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-if [[ ${PV} == *9999 ]]; then
-	SRC_URI=""
-	EGIT_REPO_URI="https://github.com/xbmc/${PN}.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~x86"
-	GIT_COMMIT="c8188d8"
-	SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
-	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
-fi
-
-DESCRIPTION="Kodi platform support library"
-HOMEPAGE="https://kodi.tv"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	=media-tv/kodi-17*
-	=dev-libs/libplatform-2*
-	dev-libs/tinyxml
-	"
-
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/
@ 2020-11-19 19:46 Craig Andrews
  0 siblings, 0 replies; 9+ messages in thread
From: Craig Andrews @ 2020-11-19 19:46 UTC (permalink / raw
  To: gentoo-commits

commit:     04229edcf4521bcd20a85bc5f04e3add8810ceaf
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:12:12 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 19:46:00 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04229edc

media-libs/kodi-platform: Cleanup old versions

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

 media-libs/kodi-platform/Manifest                  |  2 --
 .../kodi-platform-18.0_pre20180301.ebuild          | 32 ----------------------
 .../kodi-platform-18.0_pre20190429.ebuild          | 32 ----------------------
 3 files changed, 66 deletions(-)

diff --git a/media-libs/kodi-platform/Manifest b/media-libs/kodi-platform/Manifest
deleted file mode 100644
index ddc1fabf616..00000000000
--- a/media-libs/kodi-platform/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST kodi-platform-18.0_pre20180301.tar.gz 8605 BLAKE2B 8486c0777373de75c0120b3e62ef1ff43107b36471696a7329f15fc62670f230737ee382695dbcb61ca5215fa2898cf3c6ecdfc0b48043b57f48cf15adc9fbf5 SHA512 35bb8d27db3b1e9debef647e02c2cf4ba7f2b2bdde07cb57eedd5859800d0614426d82f4be9cdeb11dba6576cad93e43095a05047411dcbcb749609d51f53ec7
-DIST kodi-platform-18.0_pre20190429.tar.gz 8616 BLAKE2B 424fa1da5f2dda5343ebe8414555382be6391d9467e73a07088a9e46674508bd83aeec59277f5d0b6e4bf0e1a6c56910a338f1774b17ef4ad21ca7b1e4198fef SHA512 acbe478c2167cbd90ef8cd0ba6ea9ac657a4140f5337e840e960358b26cb3d7880e52527c0d7f6d0ae8068b92b3a3cc5719110163ecfa4520469fc64b8e1b9b7

diff --git a/media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild b/media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild
deleted file mode 100644
index 0af7be80322..00000000000
--- a/media-libs/kodi-platform/kodi-platform-18.0_pre20180301.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-if [[ ${PV} == *9999 ]]; then
-	SRC_URI=""
-	EGIT_REPO_URI="https://github.com/xbmc/${PN}.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~x86"
-	GIT_COMMIT="e8574b8"
-	SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
-	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
-fi
-
-DESCRIPTION="Kodi platform support library"
-HOMEPAGE="https://kodi.tv"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	=media-tv/kodi-18*
-	=dev-libs/libplatform-2*
-	dev-libs/tinyxml
-	"
-
-RDEPEND="${DEPEND}"

diff --git a/media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild b/media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild
deleted file mode 100644
index f094c2323f1..00000000000
--- a/media-libs/kodi-platform/kodi-platform-18.0_pre20190429.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake
-
-if [[ ${PV} == *9999 ]]; then
-	SRC_URI=""
-	EGIT_REPO_URI="https://github.com/xbmc/${PN}.git"
-	inherit git-r3
-else
-	KEYWORDS="~amd64 ~x86"
-	GIT_COMMIT="915da08"
-	SRC_URI="https://github.com/xbmc/${PN}/tarball/${GIT_COMMIT} -> ${P}.tar.gz"
-	S="${WORKDIR}/xbmc-kodi-platform-${GIT_COMMIT}"
-fi
-
-DESCRIPTION="Kodi platform support library"
-HOMEPAGE="https://kodi.tv"
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	=media-tv/kodi-18*
-	=dev-libs/libplatform-2*
-	dev-libs/tinyxml
-	"
-
-RDEPEND="${DEPEND}"


^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2020-11-19 19:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-05-03 17:38 [gentoo-commits] repo/gentoo:master commit in: media-libs/kodi-platform/ Miroslav Šulc
  -- strict thread matches above, loose matches on Subject: below --
2020-11-19 19:46 Craig Andrews
2019-09-05 17:30 Craig Andrews
2019-05-03 17:38 Miroslav Šulc
2018-11-06 16:02 Craig Andrews
2017-07-30  9:38 Michał Górny
2017-01-07 11:54 Miroslav Šulc
2016-04-03 11:38 Miroslav Šulc
2016-03-14 11:02 Miroslav Šulc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox