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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 99673158020 for ; Sun, 16 Oct 2022 10:12:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3D27E0858; Sun, 16 Oct 2022 10:12:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9DAFDE0858 for ; Sun, 16 Oct 2022 10:12:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C595F340EFA for ; Sun, 16 Oct 2022 10:12:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 048A75B5 for ; Sun, 16 Oct 2022 10:11:59 +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: <1665914972.a063763c386d8fdea8bf1afc4539658ad5ee9506.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/ark/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/ark/ark-22.04.3.ebuild kde-apps/ark/ark-22.08.2.ebuild X-VCS-Directories: kde-apps/ark/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: a063763c386d8fdea8bf1afc4539658ad5ee9506 X-VCS-Branch: master Date: Sun, 16 Oct 2022 10:11:59 +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: d45483d7-774b-426c-a1b0-b5123fea11f5 X-Archives-Hash: dd767846d363f12d37305fa09686ed2c commit: a063763c386d8fdea8bf1afc4539658ad5ee9506 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Oct 16 10:06:38 2022 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Oct 16 10:09:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a063763c kde-apps/ark: Drop obsolete kde-misc/markdownwebview reference Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ark/ark-22.04.3.ebuild | 10 +++++----- kde-apps/ark/ark-22.08.2.ebuild | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/kde-apps/ark/ark-22.04.3.ebuild b/kde-apps/ark/ark-22.04.3.ebuild index e5a562ccbbc1..d50bd7fac0e2 100644 --- a/kde-apps/ark/ark-22.04.3.ebuild +++ b/kde-apps/ark/ark-22.04.3.ebuild @@ -71,11 +71,11 @@ src_test() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "rar archive creation/extraction" app-arch/rar - optfeature "rar archive extraction only" app-arch/unar app-arch/unrar - optfeature "7-Zip archive support" app-arch/p7zip - optfeature "lrz archive support" app-arch/lrzip - optfeature "markdown support in text previews" kde-misc/markdownpart:${SLOT} kde-misc/kmarkdownwebview:${SLOT} + optfeature "rar archive creation/extraction" "app-arch/rar" + optfeature "rar archive extraction only" "app-arch/unar" "app-arch/unrar" + optfeature "7-Zip archive support" "app-arch/p7zip" + optfeature "lrz archive support" "app-arch/lrzip" + optfeature "Markdown support in text previews" "kde-misc/markdownpart:${SLOT}" fi ecm_pkg_postinst } diff --git a/kde-apps/ark/ark-22.08.2.ebuild b/kde-apps/ark/ark-22.08.2.ebuild index bf11cf6efd9a..3d3d101a7eec 100644 --- a/kde-apps/ark/ark-22.08.2.ebuild +++ b/kde-apps/ark/ark-22.08.2.ebuild @@ -71,11 +71,11 @@ src_test() { pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then - optfeature "rar archive creation/extraction" app-arch/rar - optfeature "rar archive extraction only" app-arch/unar app-arch/unrar - optfeature "7-Zip archive support" app-arch/p7zip - optfeature "lrz archive support" app-arch/lrzip - optfeature "markdown support in text previews" kde-misc/markdownpart:${SLOT} kde-misc/kmarkdownwebview:${SLOT} + optfeature "rar archive creation/extraction" "app-arch/rar" + optfeature "rar archive extraction only" "app-arch/unar" "app-arch/unrar" + optfeature "7-Zip archive support" "app-arch/p7zip" + optfeature "lrz archive support" "app-arch/lrzip" + optfeature "Markdown support in text previews" "kde-misc/markdownpart:${SLOT}" fi ecm_pkg_postinst }