From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AE9BE138334 for ; Thu, 13 Dec 2018 22:26:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BACBAE0E2B; Thu, 13 Dec 2018 22:26:14 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8CE18E0E2B for ; Thu, 13 Dec 2018 22:26:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3E324335CFC for ; Thu, 13 Dec 2018 22:26:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EABAD4EC for ; Thu, 13 Dec 2018 22:26:09 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1544739947.5d14beaa72012780b7063c256569dfe4fbbb1286.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-18.12.0.ebuild kde-apps/kdeutils-meta/metadata.xml X-VCS-Directories: kde-apps/kdeutils-meta/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5d14beaa72012780b7063c256569dfe4fbbb1286 X-VCS-Branch: master Date: Thu, 13 Dec 2018 22:26:09 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7e0c787a-ab0d-4458-94bb-40b638740304 X-Archives-Hash: 024069aef3dc72cb23d4de7547a3e032 commit: 5d14beaa72012780b7063c256569dfe4fbbb1286 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 13 22:13:12 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 13 22:25:47 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5d14beaa kde-apps/kdeutils-meta: Add USE 7zip,lrz,rar Optional runtime dependencies of kde-apps/ark. Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kdeutils-meta/kdeutils-meta-18.12.0.ebuild | 14 +++++++++++++- kde-apps/kdeutils-meta/metadata.xml | 3 +++ 2 files changed, 16 insertions(+), 1 deletion(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-18.12.0.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-18.12.0.ebuild index e179807962d..ea86b513deb 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-18.12.0.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-18.12.0.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org" LICENSE="metapackage" SLOT="5" KEYWORDS="~amd64 ~x86" -IUSE="cups floppy" +IUSE="7zip cups floppy lrz rar" RDEPEND=" >=kde-apps/ark-${PV}:${SLOT} @@ -29,3 +29,15 @@ RDEPEND=" cups? ( >=kde-apps/print-manager-${PV}:${SLOT} ) floppy? ( >=kde-apps/kfloppy-${PV}:${SLOT} ) " +# Optional runtime deps: kde-apps/ark +RDEPEND="${RDEPEND} + 7zip? ( app-arch/p7zip ) + lrz? ( app-arch/lrzip ) + rar? ( + || ( + app-arch/unar + app-arch/unrar + ) + app-arch/rar + ) +" diff --git a/kde-apps/kdeutils-meta/metadata.xml b/kde-apps/kdeutils-meta/metadata.xml index 2061e1b7f6f..702bd89bbd3 100644 --- a/kde-apps/kdeutils-meta/metadata.xml +++ b/kde-apps/kdeutils-meta/metadata.xml @@ -6,6 +6,9 @@ Gentoo KDE Project + Install app-arch/p7zip for 7zip archive support in kde-apps/ark Install kde-apps/kfloppy to format and create DOS or ext2fs filesystems in a floppy. + Install app-arch/lrzip for LRZ archive support in kde-apps/ark + Install app-arch/unar or app-arch/unrar for RAR archive support in kde-apps/ark