media-plugins/kodi-screensaver-pingpong: 2.0.0 version bump
authorCraig Andrews <candrews@gentoo.org>
Tue, 6 Nov 2018 15:49:41 +0000 (10:49 -0500)
committerCraig Andrews <candrews@gentoo.org>
Tue, 6 Nov 2018 15:58:08 +0000 (10:58 -0500)
Package-Manager: Portage-2.3.51, Repoman-2.3.12
Signed-off-by: Craig Andrews <candrews@gentoo.org>
media-plugins/kodi-screensaver-pingpong/Manifest
media-plugins/kodi-screensaver-pingpong/kodi-screensaver-pingpong-2.0.0.ebuild [new file with mode: 0644]
media-plugins/kodi-screensaver-pingpong/kodi-screensaver-pingpong-9999.ebuild
media-plugins/kodi-screensaver-pingpong/metadata.xml

index 3b13feb5e5ba2059675ed8e47dd71834860abcca..e9e21ec8bfbd5497441bc44dc8df7775ab9f34c0 100644 (file)
@@ -1 +1,2 @@
 DIST kodi-screensaver-pingpong-1.1.0.tar.gz 14476 BLAKE2B ce9a13968394ff607beff2fec8ea8b2e17a8bf7b08cd7be12af426dc45c100a666fb104a5cfa05287b6e632cf51d7d27b6d504d481fb4b6ae85066ddb179be08 SHA512 304bb57cb4d5a9807ced12ad1503f7a1be0f57b2ccc8a024651dcdba83ee17fb1b3adde1799b62d41c0ad2fc75ec0757dc06492c9b3adb5b89e6ef77a63856b7
+DIST kodi-screensaver-pingpong-2.0.0.tar.gz 16768 BLAKE2B 1b4864ae3b88245733dec758cd815ff7a9f4673e1ab249275239c4ac1cdf04fbd256001d5ee984bd509730094b91cfe1d2e683169624f87192dbebcd4dc98f74 SHA512 c754b38a549589488e524e6b61088b3d9afe8f2f76bd65aa72901c7004880087cc7cb614f4b1cde49b0200a11f2f57181be913523a8b339abb6c26589a6a3d39
diff --git a/media-plugins/kodi-screensaver-pingpong/kodi-screensaver-pingpong-2.0.0.ebuild b/media-plugins/kodi-screensaver-pingpong/kodi-screensaver-pingpong-2.0.0.ebuild
new file mode 100644 (file)
index 0000000..40ed6c4
--- /dev/null
@@ -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="Ping-pong screensaver for Kodi"
+HOMEPAGE="https://github.com/xbmc/screensaver.pingpong"
+SRC_URI=""
+
+case ${PV} in
+9999)
+       SRC_URI=""
+       EGIT_REPO_URI="https://github.com/xbmc/screensaver.pingpong.git"
+       inherit git-r3
+       ;;
+*)
+       CODENAME="Leia"
+       KEYWORDS="~amd64 ~x86"
+       SRC_URI="https://github.com/xbmc/screensaver.pingpong/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+       S="${WORKDIR}/screensaver.pingpong-${PV}-${CODENAME}"
+       ;;
+esac
+
+LICENSE="GPL-2"
+SLOT="0"
+IUSE=""
+
+DEPEND="
+       =media-tv/kodi-18*
+       "
index 554471db61c160eea923be9be592f04150d2cbfb..a28bd3f5f73121b1ce400af16f9e594a30eaca2e 100644 (file)
@@ -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="Ping-pong screensaver for Kodi"
-HOMEPAGE="https://github.com/notspiff/screensaver.pingpong"
+HOMEPAGE="https://github.com/xbmc/screensaver.pingpong"
 SRC_URI=""
 
 case ${PV} in
 9999)
        SRC_URI=""
-       EGIT_REPO_URI="https://github.com/notspiff/screensaver.pingpong.git"
+       EGIT_REPO_URI="https://github.com/xbmc/screensaver.pingpong.git"
        inherit git-r3
        ;;
 *)
+       CODENAME="Leia"
        KEYWORDS="~amd64 ~x86"
-       SRC_URI="https://github.com/notspiff/screensaver.pingpong/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-       S="${WORKDIR}/screensaver.pingpong-${PV}"
+       SRC_URI="https://github.com/xbmc/screensaver.pingpong/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
+       S="${WORKDIR}/screensaver.pingpong-${PV}-${CODENAME}"
        ;;
 esac
 
@@ -27,5 +28,5 @@ SLOT="0"
 IUSE=""
 
 DEPEND="
-       media-tv/kodi
+       ~media-tv/kodi-9999
        "
index bc6bc4641c48aeb0d559e7abc0123ad7bd8469e0..2263c79c6cd321692592a97315e95d5f8c70bc3d 100644 (file)
@@ -7,6 +7,6 @@
     </maintainer>
     <longdescription>Asteroids screensaver for Kodi</longdescription>
     <upstream>
-        <remote-id type="github">notspiff/screensaver.asteroids</remote-id>
+        <remote-id type="github">xbmc/screensaver.asteroids</remote-id>
     </upstream>
 </pkgmetadata>