From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/
Date: Sun, 09 Feb 2025 16:49:34 +0000 (UTC) [thread overview]
Message-ID: <1739119685.8910b2500d92589e99ad8821d5d7466bcbb6ca03.asturm@gentoo> (raw)
commit: 8910b2500d92589e99ad8821d5d7466bcbb6ca03
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 9 16:02:04 2025 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Feb 9 16:48:05 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8910b250
media-sound/elisa: drop 24.12.1
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
media-sound/elisa/Manifest | 1 -
media-sound/elisa/elisa-24.12.1.ebuild | 57 ----------------------------------
2 files changed, 58 deletions(-)
diff --git a/media-sound/elisa/Manifest b/media-sound/elisa/Manifest
index 0d4bf4771d22..d90c90219fdb 100644
--- a/media-sound/elisa/Manifest
+++ b/media-sound/elisa/Manifest
@@ -1,3 +1,2 @@
DIST elisa-24.08.3.tar.xz 1909116 BLAKE2B 1f1fd6f767bc7da4a0ba9ef5d6472138cc8a4107211fb061a7d6fba0304ba79fa6ac4bee0ee631b26c4743e9a44ac5ea7e96767762c346f27b7fee649ba1eb30 SHA512 a81950f2f2248e8590ad32c056b56532c0ba847e885abf0aed8109746d3db69a96293f66c91e7670f9b5bfd45a61d91c97d3ef78a95ea217f33ad8f8b18b43cc
-DIST elisa-24.12.1.tar.xz 1924868 BLAKE2B 1877ee588a86430cc21b3869bece5fd5cdd91cadd3d94a7c044a2c9440ceb7eb5bf44f151390a78288632dc7ff4468c83633f4e02bdd3ae95dad5c4b1d0716f2 SHA512 cd9514e1736cf20a3b9ebb895ab9c3a706e406d16e22803fd251ef94651697ea9cd5c991c7a11567339da05f5042d76a81b96256e997b78b1d5aa18efcad7b48
DIST elisa-24.12.2.tar.xz 1924736 BLAKE2B c000d9a887d2b2ea161e2e22aa3af86ff7f30eda8d5972e09755336c1324afc63b729173a9227d6fee581ed612384de64ecb984a7401354d31d2ffe653a7cb48 SHA512 d765f929ae6c707c1d25def095b420877f82071fbb46072c35b9f46fb71bbd61ed382804df261f445046150598972cc0681f2d6e376acd2ff32a8aa672fcdbec
diff --git a/media-sound/elisa/elisa-24.12.1.ebuild b/media-sound/elisa/elisa-24.12.1.ebuild
deleted file mode 100644
index e949e11298c7..000000000000
--- a/media-sound/elisa/elisa-24.12.1.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2025 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_TEST="forceoptional"
-KFMIN=6.7.0
-QTMIN=6.7.2
-inherit ecm gear.kde.org
-
-DESCRIPTION="Simple music player by KDE"
-HOMEPAGE="https://apps.kde.org/elisa/"
-
-LICENSE="LGPL-3+"
-SLOT="6"
-KEYWORDS="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
-IUSE="+mpris vlc"
-
-RESTRICT="test"
-
-DEPEND="
- >=dev-libs/kirigami-addons-0.11.76:6
- >=dev-qt/qtbase-${QTMIN}:6[gui,sql,widgets]
- >=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
- >=dev-qt/qtmultimedia-${QTMIN}:6
- >=kde-frameworks/kcodecs-${KFMIN}:6
- >=kde-frameworks/kcolorscheme-${KFMIN}:6
- >=kde-frameworks/kconfig-${KFMIN}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/kcrash-${KFMIN}:6
- >=kde-frameworks/kfilemetadata-${KFMIN}:6[taglib]
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/kirigami-${KFMIN}:6
- >=kde-frameworks/kitemviews-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
- >=kde-frameworks/qqc2-desktop-style-${KFMIN}:6
- mpris? (
- >=dev-qt/qtbase-${QTMIN}:6[dbus]
- >=kde-frameworks/kdbusaddons-${KFMIN}:6
- )
- vlc? ( media-video/vlc:= )
- !vlc? ( >=dev-qt/qtmultimedia-${QTMIN}:6 )
-"
-RDEPEND="${DEPEND}
- >=dev-qt/qt5compat-${QTMIN}:6[qml]
-"
-BDEPEND="sys-devel/gettext"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package mpris KF6DBusAddons)
- $(cmake_use_find_package vlc LIBVLC)
- )
-
- ecm_src_configure
-}
next reply other threads:[~2025-02-09 16:49 UTC|newest]
Thread overview: 39+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-09 16:49 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-09-02 13:22 [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/ Andreas Sturmlechner
2024-05-20 11:39 Andreas Sturmlechner
2024-03-08 20:44 Andreas Sturmlechner
2024-01-06 12:35 Arthur Zamarin
2023-12-29 7:05 Arthur Zamarin
2023-02-24 12:23 Jakov Smolić
2021-08-04 9:01 Agostino Sarubbo
2021-08-04 8:40 Agostino Sarubbo
2021-04-06 6:31 Agostino Sarubbo
2020-10-16 17:46 Georgy Yakovlev
2020-09-29 13:39 Andreas Sturmlechner
2020-07-30 7:21 Agostino Sarubbo
2020-07-30 6:58 Agostino Sarubbo
2020-07-11 15:37 Andreas Sturmlechner
2020-03-19 6:25 Mikle Kolyada
2020-03-19 0:06 Agostino Sarubbo
2020-03-18 23:48 Agostino Sarubbo
2020-01-26 20:25 Thomas Deutschmann
2019-12-12 22:11 Andreas Sturmlechner
2019-12-12 1:04 Aaron Bauman
2019-07-15 16:01 Andreas Sturmlechner
2019-06-29 21:34 Andreas Sturmlechner
2019-06-29 21:34 Andreas Sturmlechner
2019-06-20 11:48 Andreas Sturmlechner
2019-06-20 11:48 Andreas Sturmlechner
2019-06-05 16:09 Andreas Sturmlechner
2019-03-30 19:28 Andreas Sturmlechner
2019-03-30 19:28 Andreas Sturmlechner
2018-11-25 23:41 Andreas Sturmlechner
2018-11-25 23:41 Andreas Sturmlechner
2018-07-12 6:50 Andreas Sturmlechner
2018-07-11 20:40 Johannes Huber
2018-07-11 20:40 Johannes Huber
2018-07-11 20:34 Johannes Huber
2018-07-11 20:34 Johannes Huber
2018-04-17 19:47 Johannes Huber
2018-04-17 18:07 Johannes Huber
2018-04-14 16:20 Johannes Huber
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=1739119685.8910b2500d92589e99ad8821d5d7466bcbb6ca03.asturm@gentoo \
--to=asturm@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