diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-03 19:36:12 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2024-09-04 13:45:35 +0200 |
commit | 40a3fc3f9cbbbef83cd357b3db89e2b9ba2f2835 (patch) | |
tree | c7c4cfe0bf3be845fa7d7b36a2115544ee0ad8a6 /kde-plasma | |
parent | sci-libs/vtk: Protect against use with >=dev-libs/expat-2.6.0 (diff) | |
download | gentoo-40a3fc3f9cbbbef83cd357b3db89e2b9ba2f2835.tar.gz gentoo-40a3fc3f9cbbbef83cd357b3db89e2b9ba2f2835.tar.bz2 gentoo-40a3fc3f9cbbbef83cd357b3db89e2b9ba2f2835.zip |
kde-plasma/kde-cli-tools-common: new package, add 6.1.4
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-plasma')
-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.1.4.ebuild | 15 | ||||
-rw-r--r-- | kde-plasma/kde-cli-tools-common/metadata.xml | 12 |
3 files changed, 28 insertions, 0 deletions
diff --git a/kde-plasma/kde-cli-tools-common/Manifest b/kde-plasma/kde-cli-tools-common/Manifest new file mode 100644 index 000000000000..dc9f90e91656 --- /dev/null +++ b/kde-plasma/kde-cli-tools-common/Manifest @@ -0,0 +1 @@ +DIST kde-cli-tools-6.1.4.tar.xz 629280 BLAKE2B accd7ffbfe0d52c4ab3bffbb2eff03f1f4ffd80b915cb9ed643fc3216d3ab23c373b29a24b273072e3ee3dddc3f72d258acee5ad9d25a8a869e16193c9413519 SHA512 8f06ef6e4eb1b070ecd2e52ca3e38c6aeb2bca3f3617dbf9a935d0a081bab71bd0d25b275ad6e19177dd8f7768b3dfd18a5b54f6074227d32e12b74c257d1689 diff --git a/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.4.ebuild b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.4.ebuild new file mode 100644 index 000000000000..4a4a993032f6 --- /dev/null +++ b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.4.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:*" diff --git a/kde-plasma/kde-cli-tools-common/metadata.xml b/kde-plasma/kde-cli-tools-common/metadata.xml new file mode 100644 index 000000000000..7e9d56c900d5 --- /dev/null +++ b/kde-plasma/kde-cli-tools-common/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>kde@gentoo.org</email> + <name>Gentoo KDE Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugs.kde.org/</bugs-to> + <remote-id type="kde-invent">plasma/kde-cli-tools</remote-id> + </upstream> +</pkgmetadata> |