From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-projectm/
Date: Thu, 5 Sep 2019 17:30:28 +0000 (UTC) [thread overview]
Message-ID: <1567704618.1ccc97524b54d1eaa21af3f4eaf50e9760af1ea4.candrews@gentoo> (raw)
commit: 1ccc97524b54d1eaa21af3f4eaf50e9760af1ea4
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Thu Sep 5 16:18:39 2019 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Thu Sep 5 17:30:18 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ccc9752
media-plugins/kodi-visualization-projectm: Cleanup Kodi 17 versions
Package-Manager: Portage-2.3.75, Repoman-2.3.17
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
media-plugins/kodi-visualization-projectm/Manifest | 2 --
.../kodi-visualization-projectm-1.2.0.ebuild | 38 ----------------------
.../kodi-visualization-projectm-1.2.1.ebuild | 38 ----------------------
3 files changed, 78 deletions(-)
diff --git a/media-plugins/kodi-visualization-projectm/Manifest b/media-plugins/kodi-visualization-projectm/Manifest
index d02c231875d..3188f0b7772 100644
--- a/media-plugins/kodi-visualization-projectm/Manifest
+++ b/media-plugins/kodi-visualization-projectm/Manifest
@@ -1,4 +1,2 @@
-DIST kodi-visualization-projectm-1.2.0.tar.gz 450058 BLAKE2B cd612cf2680bd5d1ef13bba41e9bcd20245ed40b0fbf4396259ad850232a4fed739f99738b118e6603512b155e73d487e94ff4f0077bdb22d8604a151d221b7d SHA512 9ad106cb97ac9c626908988a5c9cf7a9b18b23585f7c905cb8298a93afaf1e735eb3b582152e30e4e5bdd83625608228a9abaf233c8bbb765b7031c4a2d5a44e
-DIST kodi-visualization-projectm-1.2.1.tar.gz 450055 BLAKE2B 36be46629f927f4e9555f4e76521c2d55a2603f438b0dc5b9f4e83ea95a5b6b27ad20c02f211fa38298f08cd789bd5c4edd14215066575dd5e41d5cab603c2c6 SHA512 37091b7656c791434c80572d57424bfc7161c0f2b752adffc2c4d837c93d733e104f7b68893544f3efc32c67e607882063c34ecae240754b1c71856d83ba4c2e
DIST kodi-visualization-projectm-2.1.0.tar.gz 2479742 BLAKE2B e0fc2953ef1d242aa89d3e0afe7804b22460c70a2f98758bd252fa6aa1978001b60cc167878e725f09e2e38e0ebf2c013b3edad88ca015e54148da73a0fceb51 SHA512 74924f524d8e4d5c108cf23ae52d034404db9d1d5f63866cda920f552de93f524c6bd7eaff894295c2dae779be11dc17808540f22ad5f2536ec90166d2a95cec
DIST kodi-visualization-projectm-2.2.0.tar.gz 2478953 BLAKE2B 89e4d75de74b920dcb4829303c20cbafa5bcf843279c98817c35aca547408b961e6df9d1fd8f0bbdd3113ab2f5836c6b5f353e6f363f896b79341742d4850bf2 SHA512 6b16f6d186d7ab3bcc84ef60a1227f61a6244c2328ba685d606a29dd6b8e08270e58de26498af274970c3e2ad0a41597cd091a30209ad05c88bb8313995ae3a7
diff --git a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.0.ebuild b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.0.ebuild
deleted file mode 100644
index cc8110b82d2..00000000000
--- a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.0.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="ProjectM visualizer for Kodi"
-HOMEPAGE="https://github.com/notspiff/visualization.projectm"
-SRC_URI=""
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/visualization.projectm.git"
- inherit git-r3
- ;;
-*)
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/visualization.projectm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/visualization.projectm-${PV}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-17*
- =media-libs/kodi-platform-17*
- media-libs/libprojectm
- virtual/opengl
- "
-
-RDEPEND="
- ${DEPEND}
- "
diff --git a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.1.ebuild b/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.1.ebuild
deleted file mode 100644
index cc8110b82d2..00000000000
--- a/media-plugins/kodi-visualization-projectm/kodi-visualization-projectm-1.2.1.ebuild
+++ /dev/null
@@ -1,38 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils kodi-addon
-
-DESCRIPTION="ProjectM visualizer for Kodi"
-HOMEPAGE="https://github.com/notspiff/visualization.projectm"
-SRC_URI=""
-
-case ${PV} in
-9999)
- SRC_URI=""
- EGIT_REPO_URI="https://github.com/notspiff/visualization.projectm.git"
- inherit git-r3
- ;;
-*)
- KEYWORDS="~amd64 ~x86"
- SRC_URI="https://github.com/notspiff/visualization.projectm/archive/v${PV}.tar.gz -> ${P}.tar.gz"
- S="${WORKDIR}/visualization.projectm-${PV}"
- ;;
-esac
-
-LICENSE="GPL-2"
-SLOT="0"
-IUSE=""
-
-DEPEND="
- =media-tv/kodi-17*
- =media-libs/kodi-platform-17*
- media-libs/libprojectm
- virtual/opengl
- "
-
-RDEPEND="
- ${DEPEND}
- "
next reply other threads:[~2019-09-05 17:30 UTC|newest]
Thread overview: 28+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-09-05 17:30 Craig Andrews [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-14 20:12 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kodi-visualization-projectm/ Andreas Sturmlechner
2023-06-01 16:03 Arthur Zamarin
2021-11-15 13:37 Craig Andrews
2021-09-13 18:34 Craig Andrews
2020-09-16 21:56 Craig Andrews
2020-08-24 13:46 Craig Andrews
2020-08-13 20:50 Craig Andrews
2020-08-13 20:50 Craig Andrews
2020-07-29 18:11 Craig Andrews
2020-02-21 20:01 Craig Andrews
2020-02-21 20:01 Craig Andrews
2019-12-14 21:05 Craig Andrews
2019-12-14 21:05 Craig Andrews
2019-12-13 16:26 Craig Andrews
2019-10-09 16:08 Craig Andrews
2019-10-07 13:12 Craig Andrews
2019-10-07 13:10 Craig Andrews
2019-10-04 20:00 Craig Andrews
2019-08-27 17:57 Craig Andrews
2019-08-26 21:12 Craig Andrews
2019-03-06 15:24 Craig Andrews
2018-11-06 16:02 Craig Andrews
2018-11-05 17:35 Craig Andrews
2017-07-30 12:13 Michał Górny
2017-03-23 20:46 David Seifert
2017-02-28 15:39 Marek Szuba
2017-02-28 15:39 Marek Szuba
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=1567704618.1ccc97524b54d1eaa21af3f4eaf50e9760af1ea4.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