kde-frameworks/kpty: drop 5.113.0

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2024-03-02 09:44:19 +01:00
parent f807377c97
commit 1725abff09
No known key found for this signature in database
GPG Key ID: C5D682DFAEFD8888
2 changed files with 0 additions and 28 deletions

View File

@ -1,3 +1,2 @@
DIST kpty-5.113.0.tar.xz 2417096 BLAKE2B 7535169413758b87ca593e25c2fdf9277daac10ca4b2ee409024baedb346a36a18c0830e69771bf60937edc170ed3029ec07b11bc92f1bd2c1a7ac940b82a78a SHA512 cb31f9177449d18d0c0f78470409cc18ab583fd2c74ca0b9aa5385bcbb9d3f6588aa7b0926fa7bb51d4a15ab9866afd5bec85349d56595b991cbef61d0b1d2a7
DIST kpty-5.115.0.tar.xz 2416644 BLAKE2B a92e2bcec10f475c886da7db9dc7ef6e4026486e76d2c891e45564fa1ef70ba4d81c1460b6b71bbb5a0c090c3dbf1dcb01bab8b3ebcbc386b943bf4fb47bf308 SHA512 79d3d593397d357f3ec71f357e5fceb1c0678d9bb60b927df237d52a122f32a2945008faa43a356c1f4f65c4d14d71ebbfd2dd90c287247fd3b3ab68d43d2f6d
DIST kpty-6.0.0.tar.xz 2417960 BLAKE2B c524c12a428150cc3542233609ac64ea65890337eafc6e635ee9b3b6036f21d0eb926062bc2300a26706456e9f2623b508332cbe5e5b644a339e8fc782168fb7 SHA512 013e2fa643e4558c1ae302cfcb60803bc7e493d7bdd0ae49be66c03637df0137c8cae6efa44aaad70880bf4da65701588a2786f36dc8a72e81a7d0a71a7e7cb7

View File

@ -1,27 +0,0 @@
# Copyright 1999-2024 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
}