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 9E51B138204 for ; Fri, 6 Sep 2013 16:08:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6A210E0C3E; Fri, 6 Sep 2013 16:08:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id CC680E0B7C for ; Fri, 6 Sep 2013 16:08:13 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B933833EBB7 for ; Fri, 6 Sep 2013 16:08:12 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6AE78E468F for ; Fri, 6 Sep 2013 16:08:11 +0000 (UTC) From: "Andreas Hüttel" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Hüttel" Message-ID: <1378483592.cfa866f4eef23929b83dbc9c1c8b8af910cb04d6.dilfridge@gentoo> Subject: [gentoo-commits] dev/dilfridge:master commit in: net-libs/libkgapi/ X-VCS-Repository: dev/dilfridge X-VCS-Files: net-libs/libkgapi/Manifest net-libs/libkgapi/libkgapi-0.4.4-r1.ebuild net-libs/libkgapi/metadata.xml X-VCS-Directories: net-libs/libkgapi/ X-VCS-Committer: dilfridge X-VCS-Committer-Name: Andreas Hüttel X-VCS-Revision: cfa866f4eef23929b83dbc9c1c8b8af910cb04d6 X-VCS-Branch: master Date: Fri, 6 Sep 2013 16:08:11 +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: 99890f1a-1207-4d32-ad1e-f79c73c42f0b X-Archives-Hash: 32e1ab861c56701664c6d57bbfb717d4 commit: cfa866f4eef23929b83dbc9c1c8b8af910cb04d6 Author: Andreas K. Huettel (dilfridge) gentoo org> AuthorDate: Fri Sep 6 16:06:32 2013 +0000 Commit: Andreas Hüttel gentoo org> CommitDate: Fri Sep 6 16:06:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/dilfridge.git;a=commit;h=cfa866f4 [net-libs/libkgapi] not needed anymore --- net-libs/libkgapi/Manifest | 1 - net-libs/libkgapi/libkgapi-0.4.4-r1.ebuild | 34 ------------------------------ net-libs/libkgapi/metadata.xml | 8 ------- 3 files changed, 43 deletions(-) diff --git a/net-libs/libkgapi/Manifest b/net-libs/libkgapi/Manifest deleted file mode 100644 index c051368..0000000 --- a/net-libs/libkgapi/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libkgapi-0.4.4.tar.bz2 50992 SHA256 2decce55e5872dc3f5de6b227bb03de8649d0890f6754126595e4b1a93548bb1 SHA512 f11a67f148e9e3b64ac01a61e4b43a21858faeea57cc263a713e73c74bea0ef5fce75984dcee845d0da19eb019275569aa161d83ffb465f6039638ccabd7db1d WHIRLPOOL 968cee0b6c9f17b7ec6d4ced65dbaf738bde37f9eab5c5434f7002efefc7d887dc0906af1fd472a678fdccb7571a5201e8175741c46a2c178d7c0e22a00c2e6d diff --git a/net-libs/libkgapi/libkgapi-0.4.4-r1.ebuild b/net-libs/libkgapi/libkgapi-0.4.4-r1.ebuild deleted file mode 100644 index 7f381af..0000000 --- a/net-libs/libkgapi/libkgapi-0.4.4-r1.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-libs/libkgapi/libkgapi-0.4.4.ebuild,v 1.6 2013/04/02 20:56:43 ago Exp $ - -EAPI=4 - -KDE_LINGUAS="" - -inherit kde4-base - -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.bz2" -DESCRIPTION="Library for accessing Google calendar and contact resources" -HOMEPAGE="http://www.kde.org/" - -LICENSE="GPL-2" -KEYWORDS="" -IUSE="oldpim" -SLOT=4 - -DEPEND=" - $(add_kdebase_dep kdepimlibs semantic-desktop) - dev-libs/qjson - oldpim? ( dev-libs/boost ) - !oldpim? ( $(add_kdebase_dep kdepimlibs semantic-desktop 4.6.0) ) -" -RDEPEND=${DEPEND} - -src_configure() { - mycmakeargs=( - $(cmake-utils_use oldpim KCAL) - -DDEBUG_RAWDATA=TRUE - ) - kde4-base_src_configure -} diff --git a/net-libs/libkgapi/metadata.xml b/net-libs/libkgapi/metadata.xml deleted file mode 100644 index 537293b..0000000 --- a/net-libs/libkgapi/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - kde - - Allow the use of non-akonadi kdepim-4.4 - -