From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3EDDD13989A for ; Thu, 27 Aug 2015 14:41:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 190F5E095B; Thu, 27 Aug 2015 14:41:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B1A61E095B for ; Thu, 27 Aug 2015 14:41:24 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A71283408CB for ; Thu, 27 Aug 2015 14:41:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 218C0167 for ; Thu, 27 Aug 2015 14:41:22 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1440686470.3e31703754beaf6a3a71f592e8436249de6ee739.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/baloo-widgets/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/baloo-widgets/baloo-widgets-15.08.0.ebuild X-VCS-Directories: kde-apps/baloo-widgets/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3e31703754beaf6a3a71f592e8436249de6ee739 X-VCS-Branch: master Date: Thu, 27 Aug 2015 14:41:22 +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: db516c12-4ce6-4e3a-aa5c-3dd44bcb42fe X-Archives-Hash: 1f4c8b777602d2ecbb355fccf6784edc commit: 3e31703754beaf6a3a71f592e8436249de6ee739 Author: Michael Palimaka gentoo org> AuthorDate: Thu Aug 27 14:40:44 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Aug 27 14:41:10 2015 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3e317037 kde-apps/baloo-widgets: remove old. Package-Manager: portage-2.2.20.1 .../baloo-widgets/baloo-widgets-15.08.0.ebuild | 33 ---------------------- 1 file changed, 33 deletions(-) diff --git a/kde-apps/baloo-widgets/baloo-widgets-15.08.0.ebuild b/kde-apps/baloo-widgets/baloo-widgets-15.08.0.ebuild deleted file mode 100644 index d7e02c9..0000000 --- a/kde-apps/baloo-widgets/baloo-widgets-15.08.0.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -KDE_PUNT_BOGUS_DEPS="true" -inherit kde5 - -DESCRIPTION="Widget library for baloo" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep baloo) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kfilemetadata) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwidgetsaddons) - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND} - !kde-base/baloo-widgets -" - -src_prepare() { - kde5_src_prepare - - punt_bogus_dep KF5 KDELibs4Support -}