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 CEA021381F3 for ; Wed, 3 Jul 2013 20:42:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 35878E0A45; Wed, 3 Jul 2013 20:42:53 +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 B36B3E0A45 for ; Wed, 3 Jul 2013 20:42:52 +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 8C25133E684 for ; Wed, 3 Jul 2013 20:42:51 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 20A46E468F for ; Wed, 3 Jul 2013 20:42:50 +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: <1372884117.c6f7ea1eda2c563c021b50a41841b379dbda6704.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-9999.ebuild net-libs/libkpeople/metadata.xml X-VCS-Directories: net-libs/libkpeople/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: c6f7ea1eda2c563c021b50a41841b379dbda6704 X-VCS-Branch: master Date: Wed, 3 Jul 2013 20:42:50 +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: 7b628a1d-14b4-492f-8be0-2d117637af37 X-Archives-Hash: a9f1391404e32aa95649a48593732362 commit: c6f7ea1eda2c563c021b50a41841b379dbda6704 Author: Johannes Huber gentoo org> AuthorDate: Wed Jul 3 20:41:57 2013 +0000 Commit: Johannes Huber gentoo org> CommitDate: Wed Jul 3 20:41:57 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=c6f7ea1e [net-libs/libkpeople] New package. Package-Manager: portage-2.2.0_alpha186 --- net-libs/libkpeople/libkpeople-9999.ebuild | 32 ++++++++++++++++++++++++++++++ net-libs/libkpeople/metadata.xml | 5 +++++ 2 files changed, 37 insertions(+) diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild new file mode 100644 index 0000000..6d6bce4 --- /dev/null +++ b/net-libs/libkpeople/libkpeople-9999.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +VIRTUALX_REQUIRED="test" +inherit kde4-base + +DESCRIPTION="KDE contact person abstraction library" +HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople" + +LICENSE="LGPL-2.1" +SLOT="4" +KEYWORDS="" +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_usw_with examples) + $(cmake-utils_use_with test TESTS) + ) + + kde4-base_src_configure +} diff --git a/net-libs/libkpeople/metadata.xml b/net-libs/libkpeople/metadata.xml new file mode 100644 index 0000000..8d36d5b --- /dev/null +++ b/net-libs/libkpeople/metadata.xml @@ -0,0 +1,5 @@ + + + + kde +