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 79D39138547 for ; Tue, 29 Oct 2013 19:05:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7A69BE0839; Tue, 29 Oct 2013 19:05:34 +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 13F3EE0839 for ; Tue, 29 Oct 2013 19:05:34 +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 3210133EF15 for ; Tue, 29 Oct 2013 19:05:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D6F08E401D for ; Tue, 29 Oct 2013 19:05:31 +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: <1383077119.85b93f0344d65f4ee4c11e36480251e650727dd2.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libkpeople/libkpeople-0.1.0.ebuild X-VCS-Directories: net-libs/libkpeople/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 85b93f0344d65f4ee4c11e36480251e650727dd2 X-VCS-Branch: master Date: Tue, 29 Oct 2013 19:05:31 +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: d304ba7f-d580-48bd-b073-93f263316338 X-Archives-Hash: d707335528c1ba74c09fe55dd5fe710b commit: 85b93f0344d65f4ee4c11e36480251e650727dd2 Author: Johannes Huber gentoo org> AuthorDate: Tue Oct 29 20:05:19 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Tue Oct 29 20:05:19 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85b93f03 [net-libs/libkpeople] Moved to tree. Package-Manager: portage-2.2.7 --- net-libs/libkpeople/libkpeople-0.1.0.ebuild | 38 ----------------------------- 1 file changed, 38 deletions(-) diff --git a/net-libs/libkpeople/libkpeople-0.1.0.ebuild b/net-libs/libkpeople/libkpeople-0.1.0.ebuild deleted file mode 100644 index b165f3a..0000000 --- a/net-libs/libkpeople/libkpeople-0.1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -VIRTUALX_REQUIRED="test" -KDE_LINGUAS="cs da de hu nl pt pt_BR sk sv uk" -inherit kde4-base - -if [[ ${KDE_BUILD_TYPE} != live ]]; then - KEYWORDS="~amd64 ~x86" - SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2" -else - KEYWORDS="" -fi - -DESCRIPTION="KDE contact person abstraction library" -HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople" - -LICENSE="LGPL-2.1" -SLOT="4" -IUSE="debug examples test" - -DEPEND=" - dev-libs/shared-desktop-ontologies - dev-libs/soprano - $(add_kdebase_dep nepomuk-core) -" -RDEPEND="${DEPEND}" - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_with examples) - ) - - kde4-base_src_configure -}