diff options
| -rw-r--r-- | kde-apps/libkcddb-common/Manifest | 1 | ||||
| -rw-r--r-- | kde-apps/libkcddb-common/libkcddb-common-24.08.2.ebuild | 24 |
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} +) |
