kde-frameworks/knewstuff: drop 6.2.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-06-07 20:54:10 +02:00
parent 1db5f5d005
commit 831c4850da
2 changed files with 0 additions and 41 deletions

View File

@@ -1,3 +1,2 @@
DIST knewstuff-5.116.0.tar.xz 3359252 BLAKE2B 76df212d33e2ff3a4e47024c8007dcf5e595a892d4ddc5e3579639cc2ec86589392c8a9e53ae5e39d8b71b632a84b1d615291f44635e43514ddb2468c8e4d0d5 SHA512 c66f8905c622964a81609d384ea64c0614714b4d760ee908e2efcdaab4ef146fc2af099625e81b83c2e43e4f97a0f5960dae345cbf9d8453a15b465536c06152
DIST knewstuff-6.2.0.tar.xz 3093316 BLAKE2B 8c4a97b5e203d1fe74d5f75d6efbe008357db088cce077860115587ff9673eb6c3dd3829b1cea737fd4c72844d36c60df14c934ce846f75da23d54e8ddb5b3a6 SHA512 a63406dd93fbf9f3f9c83ad71df2158bd447b99ccda5f1cfcace7cbbf88c62279cdcd615125b77123a31cea3ae191b6fe070ec7ae2f10b21c548e4ba27dd7e92
DIST knewstuff-6.3.0.tar.xz 3093696 BLAKE2B 861214103710d16a8cfdbfa9a318f88b4485483490390b1c493c83da65b47e5e4800fc378bc3918de1aaf7e93ffa07b52f2115587f636a8138c0248a58f0cbab SHA512 671f3b87d62987a99c43d86d74b417e27d0b880d8336f40256104aceb71241c445cc8911a87ac7f270da08a0c2ddbb64eb5b0ecf6256e5aee7d5b367241ba036

View File

@@ -1,40 +0,0 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
ECM_DESIGNERPLUGIN="true"
ECM_TEST="false"
PVCUT=$(ver_cut 1-2)
QTMIN=6.6.2
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for downloading and sharing additional application data"
LICENSE="LGPL-2+"
KEYWORDS="~amd64"
IUSE="opds"
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets,xml]
>=dev-qt/qtdeclarative-${QTMIN}:6[widgets]
=kde-frameworks/attica-${PVCUT}*:6
=kde-frameworks/karchive-${PVCUT}*:6
=kde-frameworks/kconfig-${PVCUT}*:6
=kde-frameworks/kcoreaddons-${PVCUT}*:6
=kde-frameworks/ki18n-${PVCUT}*:6
=kde-frameworks/kpackage-${PVCUT}*:6
=kde-frameworks/kwidgetsaddons-${PVCUT}*:6
opds? ( =kde-frameworks/syndication-${PVCUT}*:6 )
"
RDEPEND="${DEPEND}
>=kde-frameworks/kirigami-${PVCUT}:6
"
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package opds KF6Syndication)
)
ecm_src_configure
}