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 694C9138335 for ; Thu, 13 Dec 2018 22:24:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6796E0DA2; Thu, 13 Dec 2018 22:24:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A109AE0D96 for ; Thu, 13 Dec 2018 22:24: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 6568F335CEB for ; Thu, 13 Dec 2018 22:24:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B7E44EE for ; Thu, 13 Dec 2018 22:24:10 +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: <1544739839.acda9f139d7a0c41e3401f2f8146eb6e42728cba.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kdeutils-meta/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/kdeutils-meta/kdeutils-meta-18.12.49.9999.ebuild kde-apps/kdeutils-meta/kdeutils-meta-9999.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: acda9f139d7a0c41e3401f2f8146eb6e42728cba X-VCS-Branch: master Date: Thu, 13 Dec 2018 22:24:10 +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: 366827f4-5b81-4b75-8328-08173be40206 X-Archives-Hash: 1f7d63370c325dbe5af6e661060730a3 commit: acda9f139d7a0c41e3401f2f8146eb6e42728cba Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Dec 13 21:02:40 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Dec 13 22:23:59 2018 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=acda9f13 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.49.9999.ebuild | 14 +++++++++++++- kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild | 14 +++++++++++++- kde-apps/kdeutils-meta/metadata.xml | 3 +++ 3 files changed, 29 insertions(+), 2 deletions(-) diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-18.12.49.9999.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-18.12.49.9999.ebuild index cc0fcb207f..1e99451d20 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-18.12.49.9999.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-18.12.49.9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org" LICENSE="metapackage" SLOT="5" KEYWORDS="" -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/kdeutils-meta-9999.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild index cc0fcb207f..1e99451d20 100644 --- a/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild +++ b/kde-apps/kdeutils-meta/kdeutils-meta-9999.ebuild @@ -9,7 +9,7 @@ HOMEPAGE="https://www.kde.org/applications/utilities https://utils.kde.org" LICENSE="metapackage" SLOT="5" KEYWORDS="" -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 2061e1b7f6..702bd89bbd 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