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 0E5FD138335 for ; Mon, 22 Oct 2018 18:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EA7D0E08B0; Mon, 22 Oct 2018 18:32:11 +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 BFF3CE08B0 for ; Mon, 22 Oct 2018 18:32:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 427C9335C5D for ; Mon, 22 Oct 2018 18:32:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 60D40442 for ; Mon, 22 Oct 2018 18:32:07 +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: <1540233114.dfd837c51e193836351b7fe0222cf0b10d937f64.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kiconthemes/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kiconthemes/kiconthemes-5.51.0.ebuild X-VCS-Directories: kde-frameworks/kiconthemes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: dfd837c51e193836351b7fe0222cf0b10d937f64 X-VCS-Branch: master Date: Mon, 22 Oct 2018 18:32:07 +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-Archives-Salt: e4418e3d-b5be-4af8-9336-0d0384fc2131 X-Archives-Hash: 84e68532e607312c5eddb6fb28fba56b commit: dfd837c51e193836351b7fe0222cf0b10d937f64 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 22 18:25:07 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 22 18:31:54 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dfd837c5 kde-frameworks/kiconthemes: Drop 5.51.0 (r0) Signed-off-by: Andreas Sturmlechner gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 .../kiconthemes/kiconthemes-5.51.0.ebuild | 29 ---------------------- 1 file changed, 29 deletions(-) diff --git a/kde-frameworks/kiconthemes/kiconthemes-5.51.0.ebuild b/kde-frameworks/kiconthemes/kiconthemes-5.51.0.ebuild deleted file mode 100644 index da8d2b7f06a..00000000000 --- a/kde-frameworks/kiconthemes/kiconthemes-5.51.0.ebuild +++ /dev/null @@ -1,29 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework for icon theming and configuration" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep karchive) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kitemviews) - $(add_frameworks_dep kwidgetsaddons) - $(add_qt_dep qtdbus) - $(add_qt_dep qtgui) - $(add_qt_dep qtsvg) - $(add_qt_dep qtwidgets) -" -DEPEND="${RDEPEND}" - -RESTRICT+=" test" # bug 574770