summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2025-12-04 19:28:32 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2025-12-04 19:57:24 +0100
commit89a2fee33a6789af8256739592b9cc08123bb3d6 (patch)
treecf92e270b9ce6bb0aa4b0f043118f435506b9cdd
parente93cc18c4c7d08a110fdcef1bcbd4806eb238cc8 (diff)
downloadkde-89a2fee33a6789af8256739592b9cc08123bb3d6.tar.gz
kde-89a2fee33a6789af8256739592b9cc08123bb3d6.tar.bz2
kde-89a2fee33a6789af8256739592b9cc08123bb3d6.zip
kde-apps/libkcddb-common: Add 25.12 stable branch
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r--kde-apps/libkcddb-common/libkcddb-common-25.12.49.9999.ebuild23
1 files changed, 23 insertions, 0 deletions
diff --git a/kde-apps/libkcddb-common/libkcddb-common-25.12.49.9999.ebuild b/kde-apps/libkcddb-common/libkcddb-common-25.12.49.9999.ebuild
new file mode 100644
index 00000000000..71221aae22e
--- /dev/null
+++ b/kde-apps/libkcddb-common/libkcddb-common-25.12.49.9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+ECM_HANDBOOK="true"
+ECM_HANDBOOK_DIR=( kcmcddb/doc )
+ECM_KCM_TARGETS=( kcm_cddb:kcmcddb/ )
+KDE_ORG_NAME="${PN/-common/}"
+inherit ecm-common gear.kde.org
+
+LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
+SLOT="0"
+KEYWORDS=""
+
+RDEPEND="
+ !<kde-apps/libkcddb-23.08.5-r1:5
+ !<kde-apps/libkcddb-24.05.2-r1:6
+"
+
+ECM_INSTALL_FILES=(
+ libkcddb/libkcddb5.kcfg:\${KDE_INSTALL_KCFGDIR}
+)