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: Wed, 25 Mar 2020 17:58:13 +0000 (UTC) [thread overview]
Message-ID: <1585159088.ad4ff7972fc1a06d63e99fadcb11eb9cb0181ffc.candrews@gentoo> (raw)
commit: ad4ff7972fc1a06d63e99fadcb11eb9cb0181ffc
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 25 17:57:48 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Mar 25 17:58:08 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ad4ff797
media-plugins/kodi-audiodecoder-timidity: Cleanup old versions
Package-Manager: Portage-2.3.96, Repoman-2.3.21
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-audiodecoder-timidity/Manifest | 2 --
.../kodi-audiodecoder-timidity-2.0.3.ebuild | 35 ----------------------
.../kodi-audiodecoder-timidity-2.0.4.ebuild | 35 ----------------------
3 files changed, 72 deletions(-)
diff --git a/media-plugins/kodi-audiodecoder-timidity/Manifest b/media-plugins/kodi-audiodecoder-timidity/Manifest
index 00ec019f19d..d1607aa0271 100644
--- a/media-plugins/kodi-audiodecoder-timidity/Manifest
+++ b/media-plugins/kodi-audiodecoder-timidity/Manifest
@@ -1,3 +1 @@
-DIST kodi-audiodecoder-timidity-2.0.3-Leia.tar.gz 1816069 BLAKE2B d09d51a4f838f0639aeeb3429864923453e50591dcf2ce15227dd08e8c83358ad77ec454b87f67b9f9bfe59cd07099987146e0038c757a9fdc07305f3c167c78 SHA512 8928f493120231ee21dc8e19a5aba7219e3b8fdcfdb648a15ea13577d082e89e6ccef789c4cd0547d31625a090af4a590bb96c8b72f5dc3793a5720bf96f2dc0
-DIST kodi-audiodecoder-timidity-2.0.4-Leia.tar.gz 1816111 BLAKE2B 40fb56b918c735230eecf365ab11573f71ee0d459cd57c290bda69d77b8c740cf72d9a9487dd64ef7efb3e9958b1ec26674e0364c6f50cb64889cd4523bac790 SHA512 6e256c5fc148eea611d05c9658fd22ea0c2ee4b9e97555eb95204aa97784ccde70b20c5802256ecc8d3ae18c5ea170217e2d420aa4bb1a74753c81ea0185686d
DIST kodi-audiodecoder-timidity-2.0.5-Leia.tar.gz 1822081 BLAKE2B a4d251e46ed1f614c7ad479be5b139f872d4bfafb9f8ad16e96e5c000b96a80b42755d8710551c5e7be1a8f2a6dc02d7fe2a249a38fdeb5d186746de7260a621 SHA512 4b77c1a1680321515cf22ed269b801304a20126f237fc2151c54cd53569bcd446547478d4ff50e02175e4df689eb815af35de75848c4e2ab97451912783c49b8
diff --git a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.0.3.ebuild b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.0.3.ebuild
deleted file mode 100644
index ecf6cb2994f..00000000000
--- a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.0.3.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="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.0.4.ebuild b/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.0.4.ebuild
deleted file mode 100644
index e44ae1aee11..00000000000
--- a/media-plugins/kodi-audiodecoder-timidity/kodi-audiodecoder-timidity-2.0.4.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}
- "
next reply other threads:[~2020-03-25 17:58 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-03-25 17:58 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-11-19 19:46 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-timidity/ Craig Andrews
2020-10-31 11:11 David Seifert
2020-08-06 1:00 Craig Andrews
2020-07-31 18:44 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=1585159088.ad4ff7972fc1a06d63e99fadcb11eb9cb0181ffc.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