summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Huber <johu@gentoo.org>2013-09-25 23:25:27 +0200
committerJohannes Huber <johu@gentoo.org>2013-09-25 23:25:27 +0200
commit10159a4d504a27d58b87effc9ec1603dc79879bd (patch)
treedae01d12b8d6a36560b867bfebb3278380225b4f
parent7cbd12d50087770cb9bc2b84377c6eda81ab3e47 (diff)
downloadkde-10159a4d504a27d58b87effc9ec1603dc79879bd.tar.gz
kde-10159a4d504a27d58b87effc9ec1603dc79879bd.tar.bz2
kde-10159a4d504a27d58b87effc9ec1603dc79879bd.zip
[net-libs/libkpeople] Version bump.
Package-Manager: portage-2.2.7
-rw-r--r--net-libs/libkpeople/Manifest1
-rw-r--r--net-libs/libkpeople/libkpeople-0.0.80.ebuild38
-rw-r--r--net-libs/libkpeople/libkpeople-9999.ebuild9
3 files changed, 47 insertions, 1 deletions
diff --git a/net-libs/libkpeople/Manifest b/net-libs/libkpeople/Manifest
new file mode 100644
index 00000000000..d505c9bd576
--- /dev/null
+++ b/net-libs/libkpeople/Manifest
@@ -0,0 +1 @@
+DIST libkpeople-0.0.80.tar.bz2 54667 SHA256 d78cc49967154f18fd7560bcba96294636d7f50c9734dde36e4bb0d68e990407 SHA512 45fff6823946ff6709bf4e03358ff5cee791821511c99ca0a6cd11e647874cb48524343f56c314ee59f2de98bef5421008fd5cbb4c7970abc57a28dabfd387db WHIRLPOOL be0912308439841276f5ccaf5d633099678b11f5986cc209f861c6a3eab46ecca828fba56bda851b05bad54d8a5aa911374eba95e0140baa2aea4744d658a1d0
diff --git a/net-libs/libkpeople/libkpeople-0.0.80.ebuild b/net-libs/libkpeople/libkpeople-0.0.80.ebuild
new file mode 100644
index 00000000000..66915dd2009
--- /dev/null
+++ b/net-libs/libkpeople/libkpeople-0.0.80.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+VIRTUALX_REQUIRED="test"
+KDE_LINGUAS="da de 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_usw_with examples)
+ )
+
+ kde4-base_src_configure
+}
diff --git a/net-libs/libkpeople/libkpeople-9999.ebuild b/net-libs/libkpeople/libkpeople-9999.ebuild
index f40f699649e..66915dd2009 100644
--- a/net-libs/libkpeople/libkpeople-9999.ebuild
+++ b/net-libs/libkpeople/libkpeople-9999.ebuild
@@ -5,14 +5,21 @@
EAPI=5
VIRTUALX_REQUIRED="test"
+KDE_LINGUAS="da de 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"
-KEYWORDS=""
IUSE="debug examples test"
DEPEND="