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 58871138330 for ; Wed, 14 Sep 2016 14:13:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 956A8E0B98; Wed, 14 Sep 2016 14:13:31 +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 2A04AE0B96 for ; Wed, 14 Sep 2016 14:13:30 +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 4FED534092E for ; Wed, 14 Sep 2016 14:13:29 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 28D6F248D for ; Wed, 14 Sep 2016 14:13:25 +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: <1473862392.7ac5c089d45237c61a2acd302500903f280d2c04.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/kparts/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/kparts/kparts-5.26.0.ebuild X-VCS-Directories: kde-frameworks/kparts/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7ac5c089d45237c61a2acd302500903f280d2c04 X-VCS-Branch: master Date: Wed, 14 Sep 2016 14:13:25 +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: a413a4fd-41ac-4bb9-9880-513da3346dd6 X-Archives-Hash: 6c197130b7ceed36446040a456ee38e4 commit: 7ac5c089d45237c61a2acd302500903f280d2c04 Author: Andreas Sturmlechner gmail com> AuthorDate: Sun Sep 11 17:33:43 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Wed Sep 14 14:13:12 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=7ac5c089 kde-frameworks/kparts: Drop old Package-Manager: portage-2.3.0 kde-frameworks/kparts/kparts-5.26.0.ebuild | 31 ------------------------------ 1 file changed, 31 deletions(-) diff --git a/kde-frameworks/kparts/kparts-5.26.0.ebuild b/kde-frameworks/kparts/kparts-5.26.0.ebuild deleted file mode 100644 index 665f6e4..0000000 --- a/kde-frameworks/kparts/kparts-5.26.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Framework providing elaborate user-interface components" -LICENSE="LGPL-2+" -KEYWORDS="~amd64 ~arm ~x86" -IUSE="" - -RDEPEND=" - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kiconthemes) - $(add_frameworks_dep kio) - $(add_frameworks_dep kjobwidgets) - $(add_frameworks_dep kservice) - $(add_frameworks_dep kwidgetsaddons) - $(add_frameworks_dep kxmlgui) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -DEPEND="${RDEPEND} - $(add_frameworks_dep ktextwidgets) -"