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-audiodecoder-timidity/
Date: Thu, 19 Nov 2020 19:46:18 +0000 (UTC)	[thread overview]
Message-ID: <1605815157.a7cd1477c7453ac6f9e392d027589b998d738886.candrews@gentoo> (raw)

commit:     a7cd1477c7453ac6f9e392d027589b998d738886
Author:     Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 21 18:08:14 2020 +0000
Commit:     Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Nov 19 19:45:57 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a7cd1477

media-plugins/kodi-audiodecoder-timidity: 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-timidity/Manifest  |  2 --
 .../kodi-audiodecoder-timidity-2.0.5.ebuild        | 35 -------------------
 .../kodi-audiodecoder-timidity-2.3.0.ebuild        | 40 ----------------------
 3 files changed, 77 deletions(-)

diff --git a/media-plugins/kodi-audiodecoder-timidity/Manifest b/media-plugins/kodi-audiodecoder-timidity/Manifest
index bcaa7559250..98c460460b7 100644
--- a/media-plugins/kodi-audiodecoder-timidity/Manifest
+++ b/media-plugins/kodi-audiodecoder-timidity/Manifest
@@ -1,3 +1 @@
-DIST kodi-audiodecoder-timidity-2.0.5-Leia.tar.gz 1822081 BLAKE2B a4d251e46ed1f614c7ad479be5b139f872d4bfafb9f8ad16e96e5c000b96a80b42755d8710551c5e7be1a8f2a6dc02d7fe2a249a38fdeb5d186746de7260a621 SHA512 4b77c1a1680321515cf22ed269b801304a20126f237fc2151c54cd53569bcd446547478d4ff50e02175e4df689eb815af35de75848c4e2ab97451912783c49b8
-DIST kodi-audiodecoder-timidity-2.3.0-Matrix.tar.gz 1822842 BLAKE2B 92545858b9deb5fb61a05830be2b22cd96340e6e2db09bac7dfce5b16ccbd329d677013352117204609d13159d674f1bc919e8fff9cd0e2cde8eb587d83082fa SHA512 d119a50baf8e387d1212e10bf7f8dd5c22e462a85cb0dbd3df2fef7fa3490336af098b518745d4192d22703465dfbe182c5a3047db97d7beb4babfb9017eb0a9
 DIST kodi-audiodecoder-timidity-3.0.0-Matrix.tar.gz 1836160 BLAKE2B 31211bdcbd136e869c889304360a2b7726674b8c7f0bfa5b4d6b1e534d8d9b7922b1435941354b6c21bc8004664078cd41f3374dd4d434ba3917fe7e25e07a22 SHA512 e98487ce3d08a3215be86b161ca79e04fa611c75c51a4dbbca9b80779b2ae4729faa98e3b6f810deda025a57fe7278420a3b5d532683b8778d15773fcae04ba4

diff --git a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.0.5.ebuild b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.0.5.ebuild
deleted file mode 100644
index e44ae1aee11..00000000000
--- a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.0.5.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="Timidity decoder addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/audiodecoder.timidity"
-SRC_URI=""
-
-case ${PV} in
-9999)
-	SRC_URI=""
-	EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.timidity.git"
-	inherit git-r3
-	;;
-*)
-	CODENAME="Leia"
-	KEYWORDS="~amd64 ~x86"
-	SRC_URI="https://github.com/notspiff/audiodecoder.timidity/archive/${PV}-${CODENAME}.tar.gz -> ${P}-${CODENAME}.tar.gz"
-	S="${WORKDIR}/audiodecoder.timidity-${PV}-${CODENAME}"
-	;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
-	=media-tv/kodi-18*
-	"
-RDEPEND="
-	${DEPEND}
-	"

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


             reply	other threads:[~2020-11-19 19:46 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-11-19 19:46 Craig Andrews [this message]
  -- strict thread matches above, loose matches on Subject: below --
2020-10-31 11:11 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-timidity/ David Seifert
2020-08-06  1:00 Craig Andrews
2020-07-31 18:44 Craig Andrews
2020-03-25 17:58 Craig Andrews
2020-03-25 17:58 Craig Andrews
2020-02-06 16:49 Craig Andrews
2019-09-11 14:49 Craig Andrews
2019-09-11 14:49 Craig Andrews
2019-01-28  1:55 Craig Andrews
2018-11-12  3:49 Craig Andrews
2018-11-12  3:49 Craig Andrews
2018-11-12  3:49 Craig Andrews
2017-07-30 10:10 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=1605815157.a7cd1477c7453ac6f9e392d027589b998d738886.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