public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/
Date: Mon, 20 May 2024 11:39:22 +0000 (UTC)	[thread overview]
Message-ID: <1716204679.a09a11acf805de4caa6c34d124d526b8110e12a0.asturm@gentoo> (raw)

commit:     a09a11acf805de4caa6c34d124d526b8110e12a0
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat May 18 17:25:21 2024 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon May 20 11:31:19 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a09a11ac

media-sound/elisa: drop 24.02.2

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 media-sound/elisa/Manifest             |  1 -
 media-sound/elisa/elisa-24.02.2.ebuild | 57 ----------------------------------
 2 files changed, 58 deletions(-)

diff --git a/media-sound/elisa/Manifest b/media-sound/elisa/Manifest
index 84d7ce55a210..114f2570bb23 100644
--- a/media-sound/elisa/Manifest
+++ b/media-sound/elisa/Manifest
@@ -1,3 +1,2 @@
 DIST elisa-23.08.5.tar.xz 1814776 BLAKE2B b3c59fbb84d6f4bdf6a45d41f6c8d97e8ed898fd3be5b7c6274218baeaf4e3cf63ede6077515ecff14c83cc8599e1fb8013ab7d5d3ffcb7da7eebf43d627fc62 SHA512 f0ab10b9e4d57b3331220a9ae2f8a240d7259ce7e381957cc12fc73b3bf23cdf32affde2e8dc09c8e5fbd05da74401f274c522bb44cd652feb7c1fb75e64cba8
-DIST elisa-24.02.2.tar.xz 1830112 BLAKE2B d93907aebe8ca31b728737a5d2d3d6a5bccffccb8eb20d8f0e3a1343071d80f472e163c41be19aa02447db572f2b605f618f1cbf055c08562832b09f6d4a22dc SHA512 a416aa6360ea903b740262f625248c302cecb2a176aba77773822dca999e1345b5a403fb8b4267b5c57f953359b715b9a954f25d63905440e2e311bf43fb88b7
 DIST elisa-24.04.90.tar.xz 2079960 BLAKE2B 1d589bb631bf29652a5b84b6a9286bad17b4aea1f3740835abe4ffad2ffb91f777c9080873e0565464351fcad7ac1c11e14d7fa7e9c9c5ca199d4ff3a4990d83 SHA512 c138ac462d94079dedbdf9aea6d3c62461df0d844201bd7e13a2f7b8eec00bd57c656b5c78d7eecde85b8290b9228c371ae38f61461c04fda4d057d03ea4bbbc

diff --git a/media-sound/elisa/elisa-24.02.2.ebuild b/media-sound/elisa/elisa-24.02.2.ebuild
deleted file mode 100644
index 86a361c925cb..000000000000
--- a/media-sound/elisa/elisa-24.02.2.ebuild
+++ /dev/null
@@ -1,57 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="optional"
-ECM_TEST="forceoptional"
-KFMIN=6.0.0
-QTMIN=6.6.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"
-IUSE="mpris vlc"
-
-RESTRICT="test"
-
-DEPEND="
-	>=dev-qt/qtbase-${QTMIN}:6[gui,sql,widgets]
-	>=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
-	>=dev-qt/qtmultimedia-${QTMIN}:6
-	>=kde-frameworks/kcolorscheme-${KFMIN}:6
-	>=kde-frameworks/kconfig-${KFMIN}:6
-	>=kde-frameworks/kconfigwidgets-${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
-}


             reply	other threads:[~2024-05-20 11:39 UTC|newest]

Thread overview: 39+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-05-20 11:39 Andreas Sturmlechner [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-02-09 16:49 [gentoo-commits] repo/gentoo:master commit in: media-sound/elisa/ Andreas Sturmlechner
2024-09-02 13:22 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=1716204679.a09a11acf805de4caa6c34d124d526b8110e12a0.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