From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-modplug/
Date: Wed, 5 Feb 2020 21:00:38 +0000 (UTC) [thread overview]
Message-ID: <1580936433.b73ae03100e15c901cc3d87bcca705debafc72d7.candrews@gentoo> (raw)
commit: b73ae03100e15c901cc3d87bcca705debafc72d7
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 5 21:00:10 2020 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Wed Feb 5 21:00:33 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b73ae031
media-plugins/kodi-audiodecoder-modplug: Cleanup old versions
Package-Manager: Portage-2.3.87, Repoman-2.3.20
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-audiodecoder-modplug/Manifest | 3 --
.../kodi-audiodecoder-modplug-2.0.0.ebuild | 38 ----------------------
.../kodi-audiodecoder-modplug-2.0.1.ebuild | 37 ---------------------
.../kodi-audiodecoder-modplug-2.0.2.ebuild | 37 ---------------------
4 files changed, 115 deletions(-)
diff --git a/media-plugins/kodi-audiodecoder-modplug/Manifest b/media-plugins/kodi-audiodecoder-modplug/Manifest
index 41dfcb3a7f6..323be91b478 100644
--- a/media-plugins/kodi-audiodecoder-modplug/Manifest
+++ b/media-plugins/kodi-audiodecoder-modplug/Manifest
@@ -1,4 +1 @@
-DIST kodi-audiodecoder-modplug-2.0.0.tar.gz 30001 BLAKE2B 9ce90103a9b50a37c3f6c8671ecf9986f2b31320fc483dfee6d97331cb56829a9641c8cd1efe1fa9edf6ada360bc1b10bfcff0022022f4ba097a191b52dae0e6 SHA512 8f1cbd95b4fd6dcd560dc615c161e733d7b3413a80abf91c19eb59137e7acf250c9bfd5561a722ddeb52afcc4cf7e2ab0d4f6d8bc5143ef18e0b2c431635063a
-DIST kodi-audiodecoder-modplug-2.0.1.tar.gz 29996 BLAKE2B cf0f4e5f0ca74b3014ebdf4d539f8e9b27cb0b8c5f753866dd2955b1ddabdd60b444cb0b24db1de78b996dd982a6dabcb553a37a105455a399b25b3347961d87 SHA512 ad771a03726f8622f5bba2b98b5ee6484f83c8c66eded57d0d941551ba572c1014ca6f8f29a09a0cf3876db8b046c77db4ac81db6d5a7d51f5048e8aa37a2c77
-DIST kodi-audiodecoder-modplug-2.0.2.tar.gz 76719 BLAKE2B 20e36b95a5ba89a86b41db1c142b4e0c4b36961790ad2331e83a3274ebf0bba2b96eb3ee6d826e1f3fdba1a21fa12dd9ce98bfe5b7b887540120b2ef7a690dee SHA512 c05ccade7f3b3d99b02ca988dd0a0869e6815e0466ee713c7d1239d813d8845f1ff255ebea4be505b08424c630a33de8c032a1b5c37d5f1a1dc3c86f96b3b50a
DIST kodi-audiodecoder-modplug-2.0.3.tar.gz 77468 BLAKE2B 37d92be2eac6723324f9c2f01fccb95c5f34ffda34b6021475d79be009d27582f3c7f898d7b571e77223fde63fb5577383b81a355b1ada461763aaaf20a3acc3 SHA512 934cd62f48d63b5ae707f85c4f9f1b5dcabc97d1393d1b079b1453e28d088f9cf6d4a404584e1f5cac6ad5769121f798df69bcd88cceaa855b56bac84ead4c4e
diff --git a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.0.ebuild b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.0.ebuild
deleted file mode 100644
index e80d840de63..00000000000
--- a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.0.ebuild
+++ /dev/null
@@ -1,38 +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="Modplug decoder addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/audiodecoder.modplug"
-SRC_URI=""
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.modplug.git"
- inherit git-r3
- ;;
-*)
- CODENAME="Leia"
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/audiodecoder.modplug/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/audiodecoder.modplug-${PV}-${CODENAME}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- =media-libs/kodi-platform-18*
- media-libs/libmodplug
- "
-
-RDEPEND="
- ${DEPEND}
- "
diff --git a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.1.ebuild b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.1.ebuild
deleted file mode 100644
index 29fdbe5ef39..00000000000
--- a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.1.ebuild
+++ /dev/null
@@ -1,37 +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="Modplug decoder addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/audiodecoder.modplug"
-SRC_URI=""
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.modplug.git"
- inherit git-r3
- ;;
-*)
- CODENAME="Leia"
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/audiodecoder.modplug/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/audiodecoder.modplug-${PV}-${CODENAME}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- media-libs/libmodplug
- "
-
-RDEPEND="
- ${DEPEND}
- "
diff --git a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.2.ebuild b/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.2.ebuild
deleted file mode 100644
index 19032c25f16..00000000000
--- a/media-plugins/kodi-audiodecoder-modplug/kodi-audiodecoder-modplug-2.0.2.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit cmake kodi-addon
-
-DESCRIPTION="Modplug decoder addon for Kodi"
-HOMEPAGE="https://github.com/notspiff/audiodecoder.modplug"
-SRC_URI=""
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/audiodecoder.modplug.git"
- inherit git-r3
- ;;
-*)
- CODENAME="Leia"
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/audiodecoder.modplug/archive/${PV}-${CODENAME}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/audiodecoder.modplug-${PV}-${CODENAME}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-18*
- >=media-libs/libmodplug-0.8.9.0
- "
-
-RDEPEND="
- ${DEPEND}
- "
next reply other threads:[~2020-02-05 21:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-02-05 21:00 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2020-09-21 17:44 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-audiodecoder-modplug/ Craig Andrews
2020-09-04 23:18 Sam James
2020-09-04 23:13 Sam James
2020-09-04 22:15 Craig Andrews
2020-09-04 22:15 Craig Andrews
2020-07-29 23:06 Sam James
2020-07-27 15:32 Craig Andrews
2020-02-05 21:00 Craig Andrews
2019-09-18 1:05 Craig Andrews
2019-08-20 0:16 Craig Andrews
2019-05-19 11:06 Michał Górny
2018-11-15 18:51 Craig Andrews
2018-11-15 18:51 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=1580936433.b73ae03100e15c901cc3d87bcca705debafc72d7.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