dev-util/kio-perldoc: 24.08.2 version bump

Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner
2024-10-10 20:47:33 +02:00
parent ad645adc26
commit 63b7c2945e
2 changed files with 24 additions and 0 deletions

View File

@@ -1 +1,2 @@
DIST kdesdk-kio-24.08.1.tar.xz 41768 BLAKE2B 4901e61a12542d01b26eb23c717120f56c8463b341e8296db5cfe35d3abc45cbad956bbd0bb33342ac2eeb5aa18210ae9d39c496961b8b986ac526afbe98fddf SHA512 65ee2d1463c15b42a093f8336d8394ae667b76537c6739605c2b48e77c61171859b252eb1795faec7fc5396e38d39f7a998eabd06d8fd4b96d42f0da26db8151
DIST kdesdk-kio-24.08.2.tar.xz 41776 BLAKE2B 70e2b17bc6f49badfa1650d331a40932da7e3502f1eb3c91a98d63ca7603a504da8aff92d0dd0381dc155d56e63585997cc968161c40a060cb090cad1f9cc613 SHA512 cdac568dc47061d66c2a9714fd79290d25b04c50cf69100b154d4a66842cc1e02bc8eda795786362af4cfc136e153ebf53ba7d401d3147ea17adf810dc6f113f

View File

@@ -0,0 +1,23 @@
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
KDE_ORG_NAME="kdesdk-kio"
KFMIN=6.5.0
inherit ecm gear.kde.org
DESCRIPTION="KIO worker interface to browse Perl documentation"
LICENSE="GPL-2+ || ( Artistic GPL-1+ )"
SLOT="6"
KEYWORDS="~amd64 ~arm64 ~riscv ~x86"
IUSE=""
DEPEND="
dev-lang/perl
>=kde-frameworks/kcoreaddons-${KFMIN}:6
>=kde-frameworks/ki18n-${KFMIN}:6
>=kde-frameworks/kio-${KFMIN}:6
"
RDEPEND="${DEPEND}"