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 52F821382C5 for ; Tue, 22 May 2018 04:44:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5AB5BE08F4; Tue, 22 May 2018 04:44:13 +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 35154E08F4 for ; Tue, 22 May 2018 04:44:13 +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 13755335C63 for ; Tue, 22 May 2018 04:44:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B9BB72AB for ; Tue, 22 May 2018 04:44: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: <1526964214.216216975321875f1ce099035add1b6f0ad0fd9c.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/solid/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/solid/solid-5.46.0.ebuild X-VCS-Directories: kde-frameworks/solid/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 216216975321875f1ce099035add1b6f0ad0fd9c X-VCS-Branch: master Date: Tue, 22 May 2018 04:44: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: 6dab6300-e859-452b-a14c-3a352e65d015 X-Archives-Hash: d38c9289f7b55689dd01684094ed0725 commit: 216216975321875f1ce099035add1b6f0ad0fd9c Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 21 20:20:25 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue May 22 04:43:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=21621697 kde-frameworks/solid: Drop 5.46.0 (r0) Package-Manager: Portage-2.3.38, Repoman-2.3.9 kde-frameworks/solid/solid-5.46.0.ebuild | 32 -------------------------------- 1 file changed, 32 deletions(-) diff --git a/kde-frameworks/solid/solid-5.46.0.ebuild b/kde-frameworks/solid/solid-5.46.0.ebuild deleted file mode 100644 index 5ba7d7e8701..00000000000 --- a/kde-frameworks/solid/solid-5.46.0.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management" -LICENSE="LGPL-2.1+" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" -IUSE="nls" - -RDEPEND=" - $(add_qt_dep qtdbus) - $(add_qt_dep qtdeclarative) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) - sys-fs/udisks:2 - virtual/udev -" -DEPEND="${RDEPEND} - nls? ( $(add_qt_dep linguist-tools) ) - test? ( $(add_qt_dep qtconcurrent) ) -" -pkg_postinst() { - kde5_pkg_postinst - - if ! has_version "app-misc/media-player-info" ; then - einfo "For media player support, install app-misc/media-player-info" - fi -}