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 1C3EC13835A for ; Tue, 29 Sep 2020 12:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B54EE08BD; Tue, 29 Sep 2020 12:49:35 +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 0BAECE08BF for ; Tue, 29 Sep 2020 12:49:35 +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 EFE3F340441 for ; Tue, 29 Sep 2020 12:49:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6845D39D for ; Tue, 29 Sep 2020 12:49:30 +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: <1601383604.2b8e62d1760f2ecc65362af539acea7bd07bd667.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/qqc2-desktop-style/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.74.0.ebuild X-VCS-Directories: kde-frameworks/qqc2-desktop-style/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b8e62d1760f2ecc65362af539acea7bd07bd667 X-VCS-Branch: master Date: Tue, 29 Sep 2020 12:49:30 +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: f53887a9-02be-4ac9-925a-76f20f822534 X-Archives-Hash: 236f8ef70f24ae3bb4152369de87af6f commit: 2b8e62d1760f2ecc65362af539acea7bd07bd667 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Sep 29 12:28:46 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Sep 29 12:46:44 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b8e62d1 kde-frameworks/qqc2-desktop-style: Drop 5.74.0 (r0) Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> .../qqc2-desktop-style-5.74.0.ebuild | 27 ---------------------- 1 file changed, 27 deletions(-) diff --git a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.74.0.ebuild b/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.74.0.ebuild deleted file mode 100644 index 87eb0019645..00000000000 --- a/kde-frameworks/qqc2-desktop-style/qqc2-desktop-style-5.74.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 - -ECM_QTHELP="false" -PVCUT=$(ver_cut 1-2) -QTMIN=5.14.2 -inherit ecm kde.org - -DESCRIPTION="Style for QtQuickControls 2 that uses QWidget's QStyle for painting" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" -LICENSE="|| ( GPL-2+ LGPL-3+ )" -IUSE="" - -DEPEND=" - >=dev-qt/qtdeclarative-${QTMIN}:5= - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - =kde-frameworks/kconfigwidgets-${PVCUT}*:5 - =kde-frameworks/kiconthemes-${PVCUT}*:5 - =kde-frameworks/kirigami-${PVCUT}*:5 -" -RDEPEND="${DEPEND} - >=dev-qt/qtgraphicaleffects-${QTMIN}:5 - >=dev-qt/qtquickcontrols2-${QTMIN}:5 -"