kde-frameworks/kpty: drop 6.19.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2025-11-18 21:34:56 +01:00
parent 0e7508d032
commit c2bd6cade1
2 changed files with 0 additions and 28 deletions

View File

@@ -1,3 +1,2 @@
DIST kpty-6.18.0.tar.xz 2384932 BLAKE2B 17e9c3202a8d4c8dca7aec5c9781762db391eae976f5effbac02ffa0a0955e72e3cea60126e913fc4b4db91c6c9a67c620f01d52a1b64c6787fa2917c8b39907 SHA512 66d2f743b6494214512650f4edd17b3c18bab24059c4b416ebccf548e424c2cac9586fe74031d5ac4bf970f9ef3a8bbc0be6c78dbd0afee7799a29429179b018
DIST kpty-6.19.0.tar.xz 2384852 BLAKE2B b1abfb84be15f5d68587f7768b6ca0952d9b4c79987e73e4e1f4c29edb36f2e9de5e9996b4f895297bbad63c1f98b3adcc9aba8b3dcabd02909bc6ce7e6778d1 SHA512 4b75f6adffb81e734dd4fc4aee8d57c0a32caad1eb215b82a6ccc1367c3740186e80031ed3b68988d5da005b4c3a2848af73c390a16fddba086e014160f483c1
DIST kpty-6.20.0.tar.xz 2384400 BLAKE2B 5551476b167a4e89434c415b5ba30a82e3d2875b550ec980995f2f8a2ffc3615e9293c2229e33680efb0352991943efa267483fdb85cad076544713104de141e SHA512 7830e990d82c99e8430a2e84c25c1e39285d83ae5228afb32143e83962cd6c1d39956f45f34c9b732c083a26c99648112a97a9dce205cd842815c204ab238150

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
}