summaryrefslogtreecommitdiff
path: root/kde-apps/libkcddb-common
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-10-08 17:48:59 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-10-08 18:59:13 +0200
commit5ef8e1b919f545f573485c792f1ae6028a77431b (patch)
treed016e6758c6e6c3a76045c40cd3c10203aa96867 /kde-apps/libkcddb-common
parentda9e5cfb75b34ca3026b6b02b5462a252c802f61 (diff)
downloadkde-5ef8e1b919f545f573485c792f1ae6028a77431b.tar.gz
kde-5ef8e1b919f545f573485c792f1ae6028a77431b.tar.bz2
kde-5ef8e1b919f545f573485c792f1ae6028a77431b.zip
kde-apps/libkcddb-common: 24.08.2 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/libkcddb-common')
-rw-r--r--kde-apps/libkcddb-common/Manifest1
-rw-r--r--kde-apps/libkcddb-common/libkcddb-common-24.08.2.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/libkcddb-common/Manifest b/kde-apps/libkcddb-common/Manifest
new file mode 100644
index 00000000000..6b1d6da9904
--- /dev/null
+++ b/kde-apps/libkcddb-common/Manifest
@@ -0,0 +1 @@
+DIST libkcddb-24.08.2.tar.xz 451336 BLAKE2B a243cf9dc8ddfa8bd8d811c12e2d457d96d6220c4ed5488c63c960c5b3037e97b4887efdb9c87a01a5c462071c76ff2f26a948e4139e3598754a221ad2a94318 SHA512 58ddd2c04df717cd4ded400e3811dc76764dd6741691833823c497731072629ff91a53ff4fe62295f65e2684716b9186cc69823ebe65d1fa4bb7b59e7bd995c1
diff --git a/kde-apps/libkcddb-common/libkcddb-common-24.08.2.ebuild b/kde-apps/libkcddb-common/libkcddb-common-24.08.2.ebuild
new file mode 100644
index 00000000000..422b5adcdc5
--- /dev/null
+++ b/kde-apps/libkcddb-common/libkcddb-common-24.08.2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2024 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/}"
+KFMIN=5.115.0
+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}
+)