commit:     2fbc3d221af6dbaa98b8e73b8b6ca70e391ba74c
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:05:52 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 19:45:55 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fbc3d22

media-plugins/kodi-audiodecoder-stsound: Cleanup old versions

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

 media-plugins/kodi-audiodecoder-stsound/Manifest   |  4 ---
 .../kodi-audiodecoder-stsound-2.0.0.ebuild         | 36 ----------------------
 .../kodi-audiodecoder-stsound-2.0.1.ebuild         | 35 ---------------------
 .../kodi-audiodecoder-stsound-2.0.2.ebuild         | 35 ---------------------
 .../kodi-audiodecoder-stsound-2.1.3.ebuild         | 35 ---------------------
 5 files changed, 145 deletions(-)

diff --git a/media-plugins/kodi-audiodecoder-stsound/Manifest 
b/media-plugins/kodi-audiodecoder-stsound/Manifest
index f2ee45d6c72..3dbb6b3d26a 100644
--- a/media-plugins/kodi-audiodecoder-stsound/Manifest
+++ b/media-plugins/kodi-audiodecoder-stsound/Manifest
@@ -1,5 +1 @@
-DIST kodi-audiodecoder-stsound-2.0.0.tar.gz 63097 BLAKE2B 
c797c7fad5811aaa12217cd6c4caf4167581940e25fc2684c04578e06a04e44d683e0871d6847c6cc3367ee5f5925de4e5640b9eb2b4381a713a3ba6c5860dce
 SHA512 
2770da6d379499fc53d013163e28aeb2c1ffdbbe1cb54f2f2a4d5bac33b68d867a8de0865fe72d283f28ded1f3bd79efee7c98fb79f04ff99459d5bcf3f0f1e9
-DIST kodi-audiodecoder-stsound-2.0.1.tar.gz 89746 BLAKE2B 
4429890376ed67e10e5abe76d450731a0d05a5892cd8a5f66d49fdbd8f0743547fa7752c87bad11f2b2e49e1519a0fbdf457da91eb16a42554d5a60f2bafecad
 SHA512 
133eee1892817b69ec34d7897316ab6e967e67968b72ad7d73199d36fe86f119ee015f703022fb850c2c8bef11d990bba3c0a5df5f24776d4861cbbcb6b466db
-DIST kodi-audiodecoder-stsound-2.0.2.tar.gz 90362 BLAKE2B 
07e99effe9fd60ae723ca61cb1a55408c5cc5458571c6e991c3acfdaf64d635ca24355c0930c79df77afe3e024735be2ec9a46a2d1611014d76364de325aae6a
 SHA512 
6925bc4a21db7b2b997721227689c94bca3389b8c4879d4f10e754231b1be4f0e0cb163f07945624ffb6963c58b6d243b535c7f1490382a89192b50e558227c9
-DIST kodi-audiodecoder-stsound-2.1.3.tar.gz 96164 BLAKE2B 
b29f1b11cdcd1a275cf766cfa33d800fa0b9be440e061ba0219348509a3d8e26dd5e505f9b81080226450311fcc8a5d85fe8040b89a8bddc9b1d128618e12e94
 SHA512 
b14f1fc70c6a6cc749dd8c7a85c4177e49d7444518e28cf6b1a6024fb268278ba33b7321269eaba000ee2487a946e05d5e68e8614ad4df7470b1c85fb7da826b
 DIST kodi-audiodecoder-stsound-3.0.0.tar.gz 97776 BLAKE2B 
8896592b822c2bb59ef7404e12d47a9a8977c8277905f07797173cc7b66f61dfc947a8bb02a292365fbb7ad37cd6d39c1ecf74e5fe4156dee87a5b3d04ff0a9c
 SHA512 
ac8c284912c1ccc8975ef9a35153ef0e9d6754a67c3f51ccbb69c2bc4b0533666cbb80e45803586e70dec4f23d9b714b593f957d2a2bfb522cc549c6e1f1e111

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

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

diff --git 
a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.0.2.ebuild
 
b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.0.2.ebuild
deleted file mode 100644
index b17dc218888..00000000000
--- 
a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.0.2.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="SPC decoder addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/audiodecoder.stsound";
-SRC_URI=""
-
-case ${PV} in
-9999)
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.stsound.git";
-       inherit git-r3
-       ;;
-*)
-       CODENAME="Leia"
-       KEYWORDS="~amd64 ~x86"
-       
SRC_URI="https://github.com/notspiff/audiodecoder.stsound/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/audiodecoder.stsound-${PV}-${CODENAME}"
-       ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       =media-tv/kodi-18*
-       "
-RDEPEND="
-       ${DEPEND}
-       "

diff --git 
a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.1.3.ebuild
 
b/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.1.3.ebuild
deleted file mode 100644
index 6ebb9dad83a..00000000000
--- 
a/media-plugins/kodi-audiodecoder-stsound/kodi-audiodecoder-stsound-2.1.3.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="SPC decoder addon for Kodi"
-HOMEPAGE="https://github.com/xbmc/audiodecoder.stsound";
-SRC_URI=""
-
-case ${PV} in
-9999)
-       SRC_URI=""
-       EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.stsound.git";
-       inherit git-r3
-       ;;
-*)
-       CODENAME="Matrix"
-       KEYWORDS="~amd64 ~x86"
-       
SRC_URI="https://github.com/xbmc/audiodecoder.stsound/archive/${PV}-${CODENAME}.tar.gz
 -> ${P}.tar.gz"
-       S="${WORKDIR}/audiodecoder.stsound-${PV}-${CODENAME}"
-       ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-       =media-tv/kodi-19*
-       "
-RDEPEND="
-       ${DEPEND}
-       "

Reply via email to