summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-apps/libkcddb-common/Manifest1
-rw-r--r--kde-apps/libkcddb-common/libkcddb-common-25.03.80.ebuild23
2 files changed, 24 insertions, 0 deletions
diff --git a/kde-apps/libkcddb-common/Manifest b/kde-apps/libkcddb-common/Manifest
new file mode 100644
index 00000000000..0d4110a239b
--- /dev/null
+++ b/kde-apps/libkcddb-common/Manifest
@@ -0,0 +1 @@
+DIST libkcddb-25.03.80.tar.xz 450120 BLAKE2B 76d3520b21ad7e777f115c2dfea47bd377b8fc7a6ece9d226e2e9f76a077b3494044e916b45f1010ea7f26c9a6e2ca6c1a74dbb2c64c886d6d1a50e8ab155ec0 SHA512 54f9a67744ad01b4b97bf8bc3b110dcfc611160491b0294ad915f9d1a8db385066d9cfb98352ddc12d3979be1e19a23af9c0f771341d9677577810510f2a1dfc
diff --git a/kde-apps/libkcddb-common/libkcddb-common-25.03.80.ebuild b/kde-apps/libkcddb-common/libkcddb-common-25.03.80.ebuild
new file mode 100644
index 00000000000..f0c5fd30bb1
--- /dev/null
+++ b/kde-apps/libkcddb-common/libkcddb-common-25.03.80.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="~amd64 ~arm64 ~ppc64 ~riscv ~x86"
+
+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}
+)