diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 17:23:11 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-10-08 17:35:11 +0200 |
commit | 08f05630740f0908667057ce1027aa1e1ff05eb3 (patch) | |
tree | fe454285a89d2e1caf1cb69d5119a00beaabdf42 /kde-plasma/kde-cli-tools-common | |
parent | kde-plasma/kde-cli-tools: 6.2.0 version bump (diff) | |
download | gentoo-08f05630740f0908667057ce1027aa1e1ff05eb3.tar.gz gentoo-08f05630740f0908667057ce1027aa1e1ff05eb3.tar.bz2 gentoo-08f05630740f0908667057ce1027aa1e1ff05eb3.zip |
kde-plasma/kde-cli-tools-common: 6.2.0 version bump
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma/kde-cli-tools-common')
-rw-r--r-- | kde-plasma/kde-cli-tools-common/Manifest | 1 | ||||
-rw-r--r-- | kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.2.0.ebuild | 15 |
2 files changed, 16 insertions, 0 deletions
diff --git a/kde-plasma/kde-cli-tools-common/Manifest b/kde-plasma/kde-cli-tools-common/Manifest index 9dc37182f9d3..5bcdd0c8f4d8 100644 --- a/kde-plasma/kde-cli-tools-common/Manifest +++ b/kde-plasma/kde-cli-tools-common/Manifest @@ -1 +1,2 @@ DIST kde-cli-tools-6.1.5.tar.xz 629280 BLAKE2B 200e316531ad6095fe0bfba356f2d5afb2f78dbc219e64bb14ed96d718b542475d3db9efdb8cad42a5c17dfaea7c33df3627a5747f17d549d5bbfe70d1a34e6c SHA512 48fcfdf832828a8c04b46c72dd35273e7859b719707529a755e475b1f82fdc65de641234db6c107ce1a1be05825b286fbf0d4d3620b4deb8e2163cb824dbf388 +DIST kde-cli-tools-6.2.0.tar.xz 636124 BLAKE2B a75d9f0e1eea1f9bd891ab3f198edafaf44c0f4fce3f41555360780fc74a4a29ac59e064b868672ce0d35462aaec323d43796184cb49c2b82e775daabd3c7ef3 SHA512 6161c9bde77591d65daa3e1615d55a6db75791235062d047f6da6eeab4b89d30404fa7318f3920337141bc6fd1938fcb2c787c7b0f84b588232040cd2aa853a2 diff --git a/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.2.0.ebuild b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.2.0.ebuild new file mode 100644 index 000000000000..4a4a993032f6 --- /dev/null +++ b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.2.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +ECM_HANDBOOK="true" +KDE_ORG_NAME="${PN/-common/}" +KFMIN=5.115.0 +inherit ecm-common plasma.kde.org + +LICENSE="GPL-2+ handbook? ( FDL-1.2 )" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~loong ~ppc64 ~riscv ~x86" + +RDEPEND="!<${CATEGORY}/${KDE_ORG_NAME}-6.1.4-r2:*" |