mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
media-plugins/kodi-audiodecoder-sidplay: Cleanup old versions
Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Craig Andrews <candrews@gentoo.org>
This commit is contained in:
@@ -1,3 +1 @@
|
||||
DIST kodi-audiodecoder-sidplay-1.2.2.tar.gz 26125 BLAKE2B 0c6076df3ba167423daccc32feb35509e9cbef9e74499db45e71c77fc51a3484a22c217d49b440d10e169ab2bc905a10875a2f6f38cea294774c8e2312b83b74 SHA512 6af355f3ef3cf11f8d95763f9676d8f8ebadb2f9d2fa4cdb17db75ab29bfeb26d6b56e4d1aceced0742319af943860f3cfef4d0723d62d8ea520bbe529bdf1a9
|
||||
DIST kodi-audiodecoder-sidplay-2.1.3.tar.gz 31160 BLAKE2B f67f3c9c330e66f2128945ee4d70aedb981f08cd75dfa50618d1e1d1d1beba5558d6c43306897459050de530dd0c24b2b6957e51916b13c51e298aeab147a651 SHA512 0ecf3e2905cf417efa3403afa43a28ee45a65bab8b261e6f3f3322281414a7a732286e60c0bcfe93ebee821dd1cc3123d12412948a5ae72893fdbd2b6d3d8236
|
||||
DIST kodi-audiodecoder-sidplay-3.0.0.tar.gz 33311 BLAKE2B d600ffbd69baccca33b47d6af57d4e0a78f4d08da9390c6a92620962ba91464600deff69b62cfdaec35f24a0db8da4d1332f8902293cc041e7c543f659098a2f SHA512 6e17a4f7a1095595081fcc76e58ac22994b50b3a1e1d4599524029a0d4058b8583a6f0fc0a32ecb6c4b9a159bf74cf28fbd7166eea587575bdd5dbe6d8aebe69
|
||||
|
||||
@@ -1,41 +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="SidPlay decoder addon for Kodi"
|
||||
HOMEPAGE="https://github.com/notspiff/audiodecoder.sidplay"
|
||||
SRC_URI=""
|
||||
|
||||
case ${PV} in
|
||||
9999)
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.sidplay.git"
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
CODENAME="Leia"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/notspiff/audiodecoder.sidplay/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/audiodecoder.sidplay-${PV}-${CODENAME}"
|
||||
;;
|
||||
esac
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
=media-tv/kodi-18*
|
||||
media-libs/libsidplay:2"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
[ -d depends ] && rm -rf depends || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
@@ -1,41 +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="SidPlay decoder addon for Kodi"
|
||||
HOMEPAGE="https://github.com/xbmc/audiodecoder.sidplay"
|
||||
SRC_URI=""
|
||||
|
||||
case ${PV} in
|
||||
9999)
|
||||
SRC_URI=""
|
||||
EGIT_REPO_URI="https://github.com/xbmc/audiodecoder.sidplay.git"
|
||||
inherit git-r3
|
||||
;;
|
||||
*)
|
||||
CODENAME="Matrix"
|
||||
KEYWORDS="~amd64 ~x86"
|
||||
SRC_URI="https://github.com/xbmc/audiodecoder.sidplay/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
|
||||
S="${WORKDIR}/audiodecoder.sidplay-${PV}-${CODENAME}"
|
||||
;;
|
||||
esac
|
||||
|
||||
LICENSE="GPL-2"
|
||||
SLOT="0"
|
||||
IUSE=""
|
||||
|
||||
DEPEND="
|
||||
=media-tv/kodi-19*
|
||||
media-libs/libsidplay:2"
|
||||
|
||||
RDEPEND="
|
||||
${DEPEND}
|
||||
"
|
||||
|
||||
src_prepare() {
|
||||
[ -d depends ] && rm -rf depends || die
|
||||
cmake_src_prepare
|
||||
}
|
||||
Reference in New Issue
Block a user