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 900801382C5 for ; Sat, 30 May 2020 11:20:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3AE1E0870; Sat, 30 May 2020 11:20:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 9F0D6E0872 for ; Sat, 30 May 2020 11:20:36 +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 413CC34EFB7 for ; Sat, 30 May 2020 11:20:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44E8C272 for ; Sat, 30 May 2020 11:20:19 +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: <1590837563.e2e6b241a4df2b8d8a11c437dd9d3c4f9db8b04b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/karchive/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/karchive/karchive-5.70.0.ebuild X-VCS-Directories: kde-frameworks/karchive/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: e2e6b241a4df2b8d8a11c437dd9d3c4f9db8b04b X-VCS-Branch: master Date: Sat, 30 May 2020 11:20:19 +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: 6df4e75b-7da6-4efb-b87e-7d063586870d X-Archives-Hash: 27b948ebac3b383339a5a50447a83213 commit: e2e6b241a4df2b8d8a11c437dd9d3c4f9db8b04b Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat May 30 11:19:23 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat May 30 11:19:23 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e2e6b241 kde-frameworks/karchive: Drop 5.70.0 (r0) Package-Manager: Portage-2.3.100, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/karchive/karchive-5.70.0.ebuild | 27 -------------------------- 1 file changed, 27 deletions(-) diff --git a/kde-frameworks/karchive/karchive-5.70.0.ebuild b/kde-frameworks/karchive/karchive-5.70.0.ebuild deleted file mode 100644 index 670e0664b95..00000000000 --- a/kde-frameworks/karchive/karchive-5.70.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit ecm kde.org - -DESCRIPTION="Framework for reading, creation, and manipulation of various archive formats" -LICENSE="GPL-2 LGPL-2.1" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -IUSE="+bzip2 +lzma" - -DEPEND=" - sys-libs/zlib - bzip2? ( app-arch/bzip2 ) - lzma? ( app-arch/xz-utils ) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake_use_find_package bzip2 BZip2) - $(cmake_use_find_package lzma LibLZMA) - ) - - ecm_src_configure -}