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 1A725138A2F for ; Wed, 20 Aug 2014 16:25:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D5DCE07F0; Wed, 20 Aug 2014 16:25:47 +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 6C51AE07EC for ; Wed, 20 Aug 2014 16:25:46 +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 B7D2D34026E for ; Wed, 20 Aug 2014 16:17:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 653B73A40 for ; Wed, 20 Aug 2014 16:17:00 +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: <1408551285.b3f471ef62d6196d2383841aed6916bf8848be95.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkgapi/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkgapi/libkgapi-2.2.0.ebuild X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: b3f471ef62d6196d2383841aed6916bf8848be95 X-VCS-Branch: master Date: Wed, 20 Aug 2014 16:17:00 +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: 33ffc00a-17c1-493f-b698-93582f19c051 X-Archives-Hash: bcc54d2e5a642657c0b284558f8067a9 commit: b3f471ef62d6196d2383841aed6916bf8848be95 Author: Johannes Huber gentoo org> AuthorDate: Wed Aug 20 16:14:45 2014 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Aug 20 16:14:45 2014 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b3f471ef [net-libs/libkgapi] Moved to tree Package-Manager: portage-2.2.12 --- net-libs/libkgapi/libkgapi-2.2.0.ebuild | 22 ---------------------- 1 file changed, 22 deletions(-) diff --git a/net-libs/libkgapi/libkgapi-2.2.0.ebuild b/net-libs/libkgapi/libkgapi-2.2.0.ebuild deleted file mode 100644 index a448155..0000000 --- a/net-libs/libkgapi/libkgapi-2.2.0.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit kde4-base - -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.bz2" - -LICENSE="GPL-2" -SLOT="4" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" -IUSE="debug" - -DEPEND=" - $(add_kdebase_dep kdepimlibs '' 4.14) - dev-libs/qjson -" -RDEPEND="${DEPEND}"