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-screensaver-greynetic/
Date: Tue,  6 Nov 2018 16:02:30 +0000 (UTC)	[thread overview]
Message-ID: <1541519888.0534ccab044fd4cb0148cab4c68333e93d2f86fb.candrews@gentoo> (raw)

commit:     0534ccab044fd4cb0148cab4c68333e93d2f86fb
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Nov  6 15:47:49 2018 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Nov  6 15:58:08 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0534ccab

media-plugins/kodi-screensaver-greynetic: 2.0.0 version bump

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

 media-plugins/kodi-screensaver-greynetic/Manifest  |  1 +
 .../kodi-screensaver-greynetic-2.0.0.ebuild        | 32 ++++++++++++++++++++++
 .../kodi-screensaver-greynetic-9999.ebuild         | 13 +++++----
 .../kodi-screensaver-greynetic/metadata.xml        |  2 +-
 4 files changed, 41 insertions(+), 7 deletions(-)

diff --git a/media-plugins/kodi-screensaver-greynetic/Manifest b/media-plugins/kodi-screensaver-greynetic/Manifest
index a0c4de60c42..0378d324b01 100644
--- a/media-plugins/kodi-screensaver-greynetic/Manifest
+++ b/media-plugins/kodi-screensaver-greynetic/Manifest
@@ -1 +1,2 @@
 DIST kodi-screensaver-greynetic-1.1.0.tar.gz 5115 BLAKE2B 357a4d51b2271c4181a33521f8cd2b0ab991d168f4768474bcc81c64b3f058b8a84b1e5ac812abad650de22f925f894ea0fd3aa35b7a33b63413a7fe783ceee4 SHA512 ebc35da057f425ab5a4832324f4e26bbd6767aa1aed13177073caab8a099b4a4cbcb6e9c84ae88970eb13401bdf411422588ed9ba83a9d5d9749c3add6e43375
+DIST kodi-screensaver-greynetic-2.0.0.tar.gz 6608 BLAKE2B bb48adc922d3949670d3685ca4adba7d608a42e9f9c0c659ca91a26e9181568f4a6d1f1f9aa707eedb395a9eb54c4aa40a83b36b6594bef5f9159ead5585381a SHA512 15a577bb9e10f81d86582eb43c20b4e2dcf430f478c76b3c18c1800532e38d9dc87754b7e0df669ca8df4e1d4d589224c561688a4fd14528c70dc6728c7be16f

diff --git a/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-2.0.0.ebuild b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-2.0.0.ebuild
new file mode 100644
index 00000000000..d018688d784
--- /dev/null
+++ b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-2.0.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils kodi-addon
+
+DESCRIPTION="Greynetic screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.greynetic"
+SRC_URI=""
+
+case ${PV} in
+9999)
+	SRC_URI=""
+	EGIT_REPO_URI="https://github.com/xbmc/screensaver.greynetic.git"
+	inherit git-r3
+	;;
+*)
+	CODENAME="Leia"
+	KEYWORDS="~amd64 ~x86"
+	SRC_URI="https://github.com/xbmc/screensaver.greynetic/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/screensaver.greynetic-${PV}-${CODENAME}"
+	;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+	=media-tv/kodi-18*
+	"

diff --git a/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild
index 46c8e6cebc5..fc568b0174a 100644
--- a/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-9999.ebuild
+++ b/media-plugins/kodi-screensaver-greynetic/kodi-screensaver-greynetic-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
@@ -6,19 +6,20 @@ EAPI=6
 inherit cmake-utils kodi-addon
 
 DESCRIPTION="Greynetic screensaver for Kodi"
-HOMEPAGE="https://github.com/notspiff/screensaver.greynetic"
+HOMEPAGE="https://github.com/xbmc/screensaver.greynetic"
 SRC_URI=""
 
 case ${PV} in
 9999)
 	SRC_URI=""
-	EGIT_REPO_URI="https://github.com/notspiff/screensaver.greynetic.git"
+	EGIT_REPO_URI="https://github.com/xbmc/screensaver.greynetic.git"
 	inherit git-r3
 	;;
 *)
+	CODENAME="Leia"
 	KEYWORDS="~amd64 ~x86"
-	SRC_URI="https://github.com/notspiff/screensaver.greynetic/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-	S="${WORKDIR}/screensaver.greynetic-${PV}"
+	SRC_URI="https://github.com/xbmc/screensaver.greynetic/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+	S="${WORKDIR}/screensaver.greynetic-${PV}-${CODENAME}"
 	;;
 esac
 
@@ -27,5 +28,5 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-	media-tv/kodi
+	~media-tv/kodi-9999
 	"

diff --git a/media-plugins/kodi-screensaver-greynetic/metadata.xml b/media-plugins/kodi-screensaver-greynetic/metadata.xml
index ab34da82d63..4f3f139b975 100644
--- a/media-plugins/kodi-screensaver-greynetic/metadata.xml
+++ b/media-plugins/kodi-screensaver-greynetic/metadata.xml
@@ -7,6 +7,6 @@
     </maintainer>
     <longdescription>Greynetic screensaver for Kodi</longdescription>
     <upstream>
-        <remote-id type="github">notspiff/screensaver.greynetic</remote-id>
+        <remote-id type="github">xbmc/screensaver.greynetic</remote-id>
     </upstream>
 </pkgmetadata>


             reply	other threads:[~2018-11-06 16:02 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-06 16:02 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-14 20:12 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-screensaver-greynetic/ Andreas Sturmlechner
2020-11-19 19:46 Craig Andrews
2020-08-14 19:15 Craig Andrews
2020-08-13 20:50 Craig Andrews
2020-08-13 20:50 Craig Andrews
2020-08-02  1:22 Craig Andrews
2020-07-29 18:11 Craig Andrews
2019-08-26 21:12 Craig Andrews
2017-07-30 12:13 Michał Górny

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=1541519888.0534ccab044fd4cb0148cab4c68333e93d2f86fb.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