kde-frameworks/kpty: drop 6.13.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-08-10 21:40:55 +02:00
parent cd00b98f12
commit 3a43a12fbc
2 changed files with 0 additions and 28 deletions

View File

@@ -1,3 +1,2 @@
DIST kpty-6.13.0.tar.xz 2407752 BLAKE2B c816b24c50583d3a9db6cd2f971086bfef4c01599ee2754b803b7753c0fc6b837fe2c2a7cb26e3ce0d72e9f5d362c95be4d0f09144e79d38169a8604ad3a5390 SHA512 44b1b830a79f7fb49750a84e9ff36c14f190f98af46f4a89d81d38851a65a2dafabf40b475a076361424c8d6e5d616accef5d3fb56fc27f38d8debdfe4534409
DIST kpty-6.16.0.tar.xz 2384396 BLAKE2B 5e0cb1852cfad0067967418777f3e1cc6b5793449f753e9e8c3e066dee810a0d14f27eb71aa25160467d9c7993699c3fc5f0bda09ca3ec985f12b910cf2ff136 SHA512 98236b1ec0987c4b8fbacd9748f17b3e79d9550411c7781136594382007f6c8b488b93a1c223ba1443ebaae3bd273886d53373b393b69831e70652cd83ab210b
DIST kpty-6.17.0.tar.xz 2384736 BLAKE2B 8df24ec1bd45cf9194212bb42d403b1272eec4a39295f02bda4599729b2929e9039b8808877f0341ea06b82455291c2dcbf1e2b84a64eb6f062ffcdc4521bdf7 SHA512 1e70896777ea145f0a2815c5cc3f6fe0f332dfeb1c9e42d7cfc07c1b8f07a0f2a287aa0a647122c95f63810fe8f1e3c51e4f755c2ee9164ff4fd243258e41c8d

View File

@@ -1,27 +0,0 @@
# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
inherit ecm frameworks.kde.org
DESCRIPTION="Framework for pseudo terminal devices and running child processes"
LICENSE="LGPL-2+"
KEYWORDS="amd64 arm64 ~loong ~ppc64 ~riscv ~x86"
IUSE=""
DEPEND="
=kde-frameworks/kcoreaddons-${KDE_CATV}*:6
=kde-frameworks/ki18n-${KDE_CATV}*:6
sys-libs/libutempter
"
RDEPEND="${DEPEND}"
src_configure() {
local mycmakeargs=(
-DUTEMPTER_EXECUTABLE="${EPREFIX}/usr/sbin/utempter"
)
ecm_src_configure
}