Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libkpeople/
Date: Tue, 29 Oct 2013 19:05:39
Message-Id: 1383077119.85b93f0344d65f4ee4c11e36480251e650727dd2.johu@gentoo
1 commit: 85b93f0344d65f4ee4c11e36480251e650727dd2
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 20:05:19 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 20:05:19 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=85b93f03
7
8 [net-libs/libkpeople] Moved to tree.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 net-libs/libkpeople/libkpeople-0.1.0.ebuild | 38 -----------------------------
14 1 file changed, 38 deletions(-)
15
16 diff --git a/net-libs/libkpeople/libkpeople-0.1.0.ebuild b/net-libs/libkpeople/libkpeople-0.1.0.ebuild
17 deleted file mode 100644
18 index b165f3a..0000000
19 --- a/net-libs/libkpeople/libkpeople-0.1.0.ebuild
20 +++ /dev/null
21 @@ -1,38 +0,0 @@
22 -# Copyright 1999-2013 Gentoo Foundation
23 -# Distributed under the terms of the GNU General Public License v2
24 -# $Header: $
25 -
26 -EAPI=5
27 -
28 -VIRTUALX_REQUIRED="test"
29 -KDE_LINGUAS="cs da de hu nl pt pt_BR sk sv uk"
30 -inherit kde4-base
31 -
32 -if [[ ${KDE_BUILD_TYPE} != live ]]; then
33 - KEYWORDS="~amd64 ~x86"
34 - SRC_URI="mirror://kde/unstable/${PN}/${PV}/src/${P}.tar.bz2"
35 -else
36 - KEYWORDS=""
37 -fi
38 -
39 -DESCRIPTION="KDE contact person abstraction library"
40 -HOMEPAGE="https://projects.kde.org/projects/playground/network/libkpeople"
41 -
42 -LICENSE="LGPL-2.1"
43 -SLOT="4"
44 -IUSE="debug examples test"
45 -
46 -DEPEND="
47 - dev-libs/shared-desktop-ontologies
48 - dev-libs/soprano
49 - $(add_kdebase_dep nepomuk-core)
50 -"
51 -RDEPEND="${DEPEND}"
52 -
53 -src_configure() {
54 - local mycmakeargs=(
55 - $(cmake-utils_use_with examples)
56 - )
57 -
58 - kde4-base_src_configure
59 -}