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 026C159CA9 for ; Sun, 27 Mar 2016 21:26:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4DA8021C060; Sun, 27 Mar 2016 21:26:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CD21621C060 for ; Sun, 27 Mar 2016 21:26:39 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8D1C6340896 for ; Sun, 27 Mar 2016 21:26:38 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96DA486B for ; Sun, 27 Mar 2016 21:26:36 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1459113980.a8fea220481ac49fe48eee40d4191822745f7a28.johu@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/kactivities/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/kactivities/kactivities-5.18.0.ebuild X-VCS-Directories: kde-frameworks/kactivities/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: a8fea220481ac49fe48eee40d4191822745f7a28 X-VCS-Branch: master Date: Sun, 27 Mar 2016 21:26:36 +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: 5566b335-7d3a-4501-b92b-453382be0870 X-Archives-Hash: 865ecc59827d994030ddbd65d75965be commit: a8fea220481ac49fe48eee40d4191822745f7a28 Author: Johannes Huber gentoo org> AuthorDate: Sun Mar 27 21:26:20 2016 +0000 Commit: Johannes Huber gentoo org> CommitDate: Sun Mar 27 21:26:20 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8fea220 kde-frameworks/kactivities: Remove old Package-Manager: portage-2.2.28 .../kactivities/kactivities-5.18.0.ebuild | 37 ---------------------- 1 file changed, 37 deletions(-) diff --git a/kde-frameworks/kactivities/kactivities-5.18.0.ebuild b/kde-frameworks/kactivities/kactivities-5.18.0.ebuild deleted file mode 100644 index 782b459..0000000 --- a/kde-frameworks/kactivities/kactivities-5.18.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit kde5 - -DESCRIPTION="Framework for working with KDE activities" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kcmutils) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kconfigwidgets) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdbusaddons) - $(add_frameworks_dep kdeclarative) - $(add_frameworks_dep kglobalaccel) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kwindowsystem) - $(add_frameworks_dep kxmlgui) - dev-qt/qtdbus:5 - dev-qt/qtdeclarative:5[widgets] - dev-qt/qtgui:5 - dev-qt/qtsql:5 - dev-qt/qtwidgets:5 - !