summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2024-09-12 17:56:09 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2024-09-12 21:27:23 +0200
commit765b132997ea39dc1b391421dad4b7e93d16f32a (patch)
treeadbec956b26db21b5bca5d8c6b8ca971e2c93500 /kde-apps/libkcddb-common
parentkde-apps/libkcddb: 24.08.1 version bump (diff)
downloadgentoo-765b132997ea39dc1b391421dad4b7e93d16f32a.tar.gz
gentoo-765b132997ea39dc1b391421dad4b7e93d16f32a.tar.bz2
gentoo-765b132997ea39dc1b391421dad4b7e93d16f32a.zip
kde-apps/libkcddb-common: 24.08.1 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.1.ebuild24
2 files changed, 25 insertions, 0 deletions
diff --git a/kde-apps/libkcddb-common/Manifest b/kde-apps/libkcddb-common/Manifest
index 11ae813e812d..0a2241cc6f79 100644
--- a/kde-apps/libkcddb-common/Manifest
+++ b/kde-apps/libkcddb-common/Manifest
@@ -1,2 +1,3 @@
DIST libkcddb-24.05.2.tar.xz 449172 BLAKE2B afd8371d9c05ebfffc173bdfa1ccf64dacc0caec1cae4c20c7ea9aca74795cc0567fc022589ecd8c54740a22e0d632a0ab3e5209258dde0bcb5e6aa10407281e SHA512 f6797a56c0362b0979b329a27a913bf36334587e86b1c50ab5dd5373b1cff0b69577e9ebff22bea93683c9c3c9da68339dc5e57d2926e6865f5b19ef5cfb51cf
DIST libkcddb-24.08.0.tar.xz 449072 BLAKE2B 70706be680247c4e9e6e140a176e07fdcae2b3fdb4c97307a4fa2c125d7e8b8af03cf9671e421e5ca06f1c6ef77279309a1b09e69da178c66ec29c3a140f1435 SHA512 34f9245d26b6e95e3851d595c6160f9ec2df9cc7497edd7a39b58cfc8c9f7d3a6a69ce22d6c971b638037a04bc9ae3deec06a1d6f4aaf0185b517a9c436769ab
+DIST libkcddb-24.08.1.tar.xz 449096 BLAKE2B 877852ba908238633000ca6cd0f7bce15315c3db25f815bf9e25feab5c218c4c3a7e7a467685bc29db58ae174ea64e6aa86111c6aeb7b231ecc7cf24672dbcc1 SHA512 e87812a067ce3dd2edc0228165843103f64f0fc4cd7f1b69f50def35b09f3b23a26e2753843a7b69eefdae709695c122cf68a90658687c4f0e7dc52f84ee61f8
diff --git a/kde-apps/libkcddb-common/libkcddb-common-24.08.1.ebuild b/kde-apps/libkcddb-common/libkcddb-common-24.08.1.ebuild
new file mode 100644
index 000000000000..422b5adcdc5c
--- /dev/null
+++ b/kde-apps/libkcddb-common/libkcddb-common-24.08.1.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}
+)