kde-frameworks/kpackage: drop 6.26.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2026-06-16 21:42:52 +02:00
parent 15a2d015ac
commit 4a522c284a
2 changed files with 0 additions and 38 deletions

View File

@@ -1,3 +1,2 @@
DIST kpackage-6.25.0.tar.xz 182204 BLAKE2B 60bbd8c12baee2f4bb94102676ca7748b2c8ec7f063259d37217d4bbf53bb6bd8107ddb48108ce477a5238431ec9a397348be8745894b8bf885a44c2195ae2df SHA512 5ba98567b5752ad6c0aa1223723e40e4d8e8561657d5ff930822e825d8fbe9ad88c6e569bf0ac42fc86d3ded68657ae6ea0553205251ea2e92e569e70a7e6d05
DIST kpackage-6.26.0.tar.xz 182232 BLAKE2B 328053af15853c7ed326cef8af3597ecc302e6d75c620e626388296c49391ab483810fb0153e4af0b0dc3d2d83bb6bf7099aad29a28ae429c06e7fd20e5f36fe SHA512 5ffcdb303d3a9e81694c6b2eae314dbd23a8f1868c76aa21f9f409cf515962002000d4284c61ed032b7116a2b3411593be2987366d5ab4ed82bf0e2926b06ec6
DIST kpackage-6.27.0.tar.xz 182236 BLAKE2B a58f80ebd16c30d64939dcd35a66d43b6f8c6a4953b62d81638054120b7927242c62b20e285f11ce7ea421eea4da8174e9ffc4aadb8f2cc7ff194bb12853f13d SHA512 1d858ebb113ae0d11c1514112d42f451ff087070cf914e20259cd26f07f892eca818db8b72f4477ea8dfcc62c511a99ed42b483706601b924b8d60f77cdab8ab

View File

@@ -1,37 +0,0 @@
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
QTMIN=6.10.1
inherit ecm frameworks.kde.org
DESCRIPTION="Framework to install and load packages of non binary content"
LICENSE="LGPL-2+"
KEYWORDS="~amd64 ~arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE="man"
DEPEND="
>=dev-qt/qtbase-${QTMIN}:6[dbus]
=kde-frameworks/karchive-${KDE_CATV}*:6
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
=kde-frameworks/ki18n-${KDE_CATV}*:6
"
RDEPEND="${DEPEND}"
BDEPEND="man? ( >=kde-frameworks/kdoctools-${KDE_CATV}:6 )"
CMAKE_SKIP_TESTS=(
# bugs 650214, 939041
plasmoidpackagetest
# requires network access
testpackage-appstream
)
src_configure() {
local mycmakeargs=(
$(cmake_use_find_package man KF6DocTools)
)
ecm_src_configure
}