kde-frameworks/kpty: drop 5.116.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-06-27 23:31:43 +02:00
parent 5c33ece980
commit 183be697ac
2 changed files with 0 additions and 28 deletions

View File

@@ -1,3 +1,2 @@
DIST kpty-5.116.0.tar.xz 2416656 BLAKE2B ef5ae7ca824bd53dbfc083e11656d8caab75509a78acec4656db33d39c5b0fad260988b25cc0fde7362116c729071e3e06770f5faf745338214f1e14490f4525 SHA512 5aebb2a66be19dfadc2896b26864b9b0b4074d8c46ead97c7857b035cfe370a7fbf144c7e1b52725ec20339e64a0d08f6c913fe6c3a1ec614b557b4d950a3f21
DIST kpty-6.13.0.tar.xz 2407752 BLAKE2B c816b24c50583d3a9db6cd2f971086bfef4c01599ee2754b803b7753c0fc6b837fe2c2a7cb26e3ce0d72e9f5d362c95be4d0f09144e79d38169a8604ad3a5390 SHA512 44b1b830a79f7fb49750a84e9ff36c14f190f98af46f4a89d81d38851a65a2dafabf40b475a076361424c8d6e5d616accef5d3fb56fc27f38d8debdfe4534409
DIST kpty-6.15.0.tar.xz 2384744 BLAKE2B ad057ee5f66a85fa7c3433c233a6a4deb074df9ca381c0c8b308c110e4593791b0bb3a889db0ea4d25427f4cd92b2aa05f8b16757a613402bedb7622607b7ea8 SHA512 af05fd69cc59713af1692a4d8936548c931ab58fd00dba5bf345d7405fbe37a0f16ee296a826e94fca831319e0480cff0a897ac06033dda99ba131bfafe17890

View File

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