Gentoo Archives: gentoo-commits

From: Craig Andrews <candrews@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-goom/
Date: Thu, 05 Sep 2019 17:30:41
Message-Id: 1567704618.752a86add6865f7b6da37cf799de8840904305ec.candrews@gentoo
1 commit: 752a86add6865f7b6da37cf799de8840904305ec
2 Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 5 16:18:30 2019 +0000
4 Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 5 17:30:18 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=752a86ad
7
8 media-plugins/kodi-visualization-goom: Cleanup Kodi 17 versions
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
12
13 media-plugins/kodi-visualization-goom/Manifest | 1 -
14 .../kodi-visualization-goom-1.1.0-r1.ebuild | 36 ----------------------
15 2 files changed, 37 deletions(-)
16
17 diff --git a/media-plugins/kodi-visualization-goom/Manifest b/media-plugins/kodi-visualization-goom/Manifest
18 deleted file mode 100644
19 index 6081ff2f57d..00000000000
20 --- a/media-plugins/kodi-visualization-goom/Manifest
21 +++ /dev/null
22 @@ -1 +0,0 @@
23 -DIST kodi-visualization-goom-1.1.0.tar.gz 493839 BLAKE2B 97e99f0f8bc657b5f92464bd80c591de48c48839982005e5996ea949e6e6a4db24de0c31ed010becad29da8f4eb5d9b579006b2a4c28ee567f094460cc4aa063 SHA512 d0e7ab3931ad32f16f4b97f3746e2e5ec9ed08ba23184ac880ab4da1c0da16511c6a9e1ea595ccbbac3c7c8f385fa5dced1e554d0a1a8122db4f35223eb66ace
24
25 diff --git a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-1.1.0-r1.ebuild b/media-plugins/kodi-visualization-goom/kodi-visualization-goom-1.1.0-r1.ebuild
26 deleted file mode 100644
27 index 15d76968e81..00000000000
28 --- a/media-plugins/kodi-visualization-goom/kodi-visualization-goom-1.1.0-r1.ebuild
29 +++ /dev/null
30 @@ -1,36 +0,0 @@
31 -# Copyright 1999-2018 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit cmake-utils kodi-addon
37 -
38 -DESCRIPTION="Goom visualizer for Kodi"
39 -HOMEPAGE="https://github.com/notspiff/visualization.goom"
40 -SRC_URI=""
41 -
42 -case ${PV} in
43 -9999)
44 - SRC_URI=""
45 - EGIT_REPO_URI="https://github.com/notspiff/visualization.goom.git"
46 - inherit git-r3
47 - ;;
48 -*)
49 - KEYWORDS="~amd64 ~x86"
50 - SRC_URI="https://github.com/notspiff/visualization.goom/archive/v${PV}.tar.gz -> ${P}.tar.gz"
51 - S="${WORKDIR}/visualization.goom-${PV}"
52 - ;;
53 -esac
54 -
55 -LICENSE="GPL-2"
56 -SLOT="0"
57 -IUSE=""
58 -
59 -DEPEND="
60 - =media-tv/kodi-17*
61 - virtual/opengl
62 - "
63 -
64 -RDEPEND="
65 - ${DEPEND}
66 - "