diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2025-12-05 13:18:49 +0100 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2025-12-05 13:59:48 +0100 |
| commit | a730fad0e9a559ff9f074ef198cb7103f33df38d (patch) | |
| tree | 981386b91919bde60c7c0d39ab8d2aef8751dacd | |
| parent | 5ace14cb3364b0cde671a22f0f9ce059b087479d (diff) | |
| download | kde-a730fad0e9a559ff9f074ef198cb7103f33df38d.tar.gz kde-a730fad0e9a559ff9f074ef198cb7103f33df38d.tar.bz2 kde-a730fad0e9a559ff9f074ef198cb7103f33df38d.zip | |
kde-apps/libkcddb-common: 25.12.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
| -rw-r--r-- | kde-apps/libkcddb-common/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/libkcddb-common/libkcddb-common-25.12.0.ebuild | 23 |
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..0edb33725c4 --- /dev/null +++ b/kde-apps/libkcddb-common/Manifest @@ -0,0 +1 @@ +DIST libkcddb-25.12.0.tar.xz 448404 BLAKE2B 561fdc36a9ad29a305f3b6816f592cff43544ae3eb965e3db3eb289dbfdcf9a7ab49c64b1cb0edc59721ddf79fc2094a0b599a9749fe947f2d33f6966a7e51b1 SHA512 3db683d7f0b8963b99c849016942cae58f0be8e85f32a9c64df0bc4ccb09179e885a2801ed84baf1adfecbe6605a000d27f0c234de2ce7fe53dbeb32fd28a1a3 diff --git a/kde-apps/libkcddb-common/libkcddb-common-25.12.0.ebuild b/kde-apps/libkcddb-common/libkcddb-common-25.12.0.ebuild new file mode 100644 index 00000000000..f0c5fd30bb1 --- /dev/null +++ b/kde-apps/libkcddb-common/libkcddb-common-25.12.0.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} +) |
