From: "Andreas Sturmlechner" <asturm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkcddb/
Date: Thu, 29 Aug 2024 21:20:12 +0000 (UTC) [thread overview]
Message-ID: <1724966232.6e7d31cfea23485c47ceae0c2b9b9082e64c5019.asturm@gentoo> (raw)
commit: 6e7d31cfea23485c47ceae0c2b9b9082e64c5019
Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Wed Aug 28 19:42:13 2024 +0000
Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Thu Aug 29 21:17:12 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e7d31cf
kde-apps/libkcddb: drop 23.08.5
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
kde-apps/libkcddb/libkcddb-23.08.5.ebuild | 64 -------------------------------
kde-apps/libkcddb/metadata.xml | 3 --
2 files changed, 67 deletions(-)
diff --git a/kde-apps/libkcddb/libkcddb-23.08.5.ebuild b/kde-apps/libkcddb/libkcddb-23.08.5.ebuild
deleted file mode 100644
index 6838351de6c0..000000000000
--- a/kde-apps/libkcddb/libkcddb-23.08.5.ebuild
+++ /dev/null
@@ -1,64 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-ECM_HANDBOOK="forceoptional"
-ECM_TEST="true"
-KFMIN=5.106.0
-QTMIN=5.15.9
-inherit ecm gear.kde.org
-
-DESCRIPTION="KDE library for CDDB"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
-SLOT="5"
-KEYWORDS="amd64 arm64 ~ppc64 ~riscv x86"
-IUSE="musicbrainz kf6compat"
-
-# tests require network access and compare static data with online data
-# bug 280996
-RESTRICT="test"
-
-DEPEND="
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtnetwork-${QTMIN}:5
- >=dev-qt/qtwidgets-${QTMIN}:5
- >=kde-frameworks/kconfig-${KFMIN}:5
- >=kde-frameworks/kconfigwidgets-${KFMIN}:5
- >=kde-frameworks/kcoreaddons-${KFMIN}:5
- >=kde-frameworks/ki18n-${KFMIN}:5
- >=kde-frameworks/kio-${KFMIN}:5
- >=kde-frameworks/kwidgetsaddons-${KFMIN}:5
- musicbrainz? ( media-libs/musicbrainz:5 )
-"
-RDEPEND="${DEPEND}
- kf6compat? ( kde-apps/libkcddb:6 )
-"
-BDEPEND=">=kde-frameworks/kcmutils-${KFMIN}:5"
-
-src_prepare() {
- ecm_src_prepare
- use handbook || cmake_run_in kcmcddb cmake_comment_add_subdirectory doc
-}
-
-src_configure() {
- local mycmakeargs=(
- $(cmake_use_find_package musicbrainz MusicBrainz5)
- )
-
- ecm_src_configure
-}
-
-src_install() {
- ecm_src_install
-
- if use kf6compat; then
- rm "${D}"/usr/share/applications/kcm_cddb.desktop \
- "${D}"/usr/share/config.kcfg/libkcddb5.kcfg || die
- if use handbook; then
- rm -r "${D}"/usr/share/help || die
- fi
- rm -r "${D}"/usr/share/locale || die
- fi
-}
diff --git a/kde-apps/libkcddb/metadata.xml b/kde-apps/libkcddb/metadata.xml
index 6055880e5555..b3bfb0b912f6 100644
--- a/kde-apps/libkcddb/metadata.xml
+++ b/kde-apps/libkcddb/metadata.xml
@@ -9,7 +9,4 @@
<bugs-to>https://bugs.kde.org/enter_bug.cgi?product=libkcddb</bugs-to>
<remote-id type="kde-invent">multimedia/libkcddb</remote-id>
</upstream>
- <use>
- <flag name="kf6compat">Disable components colliding with KF6, depend on KF6 components instead</flag>
- </use>
</pkgmetadata>
next reply other threads:[~2024-08-29 21:20 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-29 21:20 Andreas Sturmlechner [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-01-03 20:31 [gentoo-commits] repo/gentoo:master commit in: kde-apps/libkcddb/ Andreas Sturmlechner
2024-08-29 19:42 Sam James
2024-08-28 21:38 Jakov Smolić
2024-08-28 20:35 Sam James
2024-08-21 21:51 Andreas Sturmlechner
2024-08-21 21:51 Andreas Sturmlechner
2024-08-12 19:12 Andreas Sturmlechner
2024-02-28 13:56 Andreas Sturmlechner
2024-02-16 11:47 Andreas Sturmlechner
2021-09-14 14:15 Yixun Lan
2020-10-16 17:46 Georgy Yakovlev
2017-11-30 2:07 Thomas Deutschmann
2017-08-27 9:35 Andreas Sturmlechner
2017-05-10 21:12 Andreas Sturmlechner
2016-03-06 10:14 Mikle Kolyada
2016-03-05 11:41 Mikle Kolyada
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=1724966232.6e7d31cfea23485c47ceae0c2b9b9082e64c5019.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