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 D56241396DA for ; Wed, 8 Nov 2017 08:55:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5B8AE0EB6; Wed, 8 Nov 2017 08:55:12 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 C21E1E0EB6 for ; Wed, 8 Nov 2017 08:55:12 +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 626BC33C6B6 for ; Wed, 8 Nov 2017 08:55:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AD262989A for ; Wed, 8 Nov 2017 08:55:09 +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: <1510129751.5ba010c2ee37f9461ca33ef9a87ce79ca37581f5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kirigami/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kirigami/kirigami-5.39.0.ebuild X-VCS-Directories: kde-frameworks/kirigami/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5ba010c2ee37f9461ca33ef9a87ce79ca37581f5 X-VCS-Branch: master Date: Wed, 8 Nov 2017 08:55:09 +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: 50fe8e0a-81aa-48ff-b3e4-eb9b22228ba2 X-Archives-Hash: 4a6b680331bfd82c04a1398a7cadc811 commit: 5ba010c2ee37f9461ca33ef9a87ce79ca37581f5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Nov 7 20:10:03 2017 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Nov 8 08:29:11 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5ba010c2 kde-frameworks/kirigami: Drop 5.39.0 (r0) Package-Manager: Portage-2.3.13, Repoman-2.3.4 kde-frameworks/kirigami/kirigami-5.39.0.ebuild | 43 -------------------------- 1 file changed, 43 deletions(-) diff --git a/kde-frameworks/kirigami/kirigami-5.39.0.ebuild b/kde-frameworks/kirigami/kirigami-5.39.0.ebuild deleted file mode 100644 index d3fa319c2d7..00000000000 --- a/kde-frameworks/kirigami/kirigami-5.39.0.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_EXAMPLES="true" -KDE_QTHELP="false" -KDE_TEST="forceoptional" -KMNAME="${PN}2" -inherit kde5 - -DESCRIPTION="Lightweight user interface framework for mobile and convergent applications" -HOMEPAGE="https://techbase.kde.org/Kirigami" -EGIT_REPO_URI="${EGIT_REPO_URI/${PN}2/${PN}}" - -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="plasma" - -RDEPEND=" - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtgraphicaleffects) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtquickcontrols2) - $(add_qt_dep qtsvg) - plasma? ( $(add_frameworks_dep plasma) ) -" -DEPEND="${RDEPEND} - $(add_qt_dep linguist-tools) -" - -# requires package to already be installed -RESTRICT+=" test" - -src_configure() { - local mycmakeargs=( - -DBUILD_EXAMPLES=$(usex examples) - -DPLASMA_ENABLED=$(usex plasma) - ) - - kde5_src_configure -}