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 549A113832E for ; Sun, 31 Jul 2016 16:10:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9214021C028; Sun, 31 Jul 2016 16:10:25 +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 E954421C028 for ; Sun, 31 Jul 2016 16:10:24 +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 7B664340BEF for ; Sun, 31 Jul 2016 16:10:23 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 94F1B7E3 for ; Sun, 31 Jul 2016 16:10:21 +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: <1469981408.cae251b27f33646f89ab95ea0909cf3bd3e4ff7b.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkgapi/libkgapi-5.1.0.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cae251b27f33646f89ab95ea0909cf3bd3e4ff7b X-VCS-Branch: master Date: Sun, 31 Jul 2016 16:10:21 +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: 9434c74b-98e5-4729-9182-ddd0b4e6b5f1 X-Archives-Hash: bca3f0e65db4d116a2291a062d06c4f6 commit: cae251b27f33646f89ab95ea0909cf3bd3e4ff7b Author: Andreas Sturmlechner gmail com> AuthorDate: Sat Jul 30 06:20:46 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Jul 31 16:10:08 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=cae251b2 net-libs/libkgapi: Drop old Package-Manager: portage-2.2.28 net-libs/libkgapi/libkgapi-5.1.0.ebuild | 34 --------------------------------- 1 file changed, 34 deletions(-) diff --git a/net-libs/libkgapi/libkgapi-5.1.0.ebuild b/net-libs/libkgapi/libkgapi-5.1.0.ebuild deleted file mode 100644 index e0f700f..0000000 --- a/net-libs/libkgapi/libkgapi-5.1.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 - -KDE_TEST="true" -VIRTUALX_REQUIRED="test" -inherit kde5 - -DESCRIPTION="Library for accessing Google calendar and contact resources" -HOMEPAGE="https://projects.kde.org/projects/extragear/libs/libkgapi" -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz" - -LICENSE="GPL-2+ LGPL-2.1+" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep kio) - $(add_frameworks_dep kwindowsystem) - $(add_kdeapps_dep kcalcore) - $(add_kdeapps_dep kcontacts) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwebkit) - $(add_qt_dep qtwidgets) - $(add_qt_dep qtxml) -" -RDEPEND="${DEPEND}" - -RESTRICT="test"