aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorJohannes Huber <johu@gmx.de>2011-11-24 20:49:28 +0100
committerJohannes Huber <johu@gmx.de>2011-11-24 20:51:20 +0100
commitc95a01f95dd0a45982692ef722656d5d57a67fb4 (patch)
treecfe932c6d61323e1ab4c246ac9a3b8739d6e2fb8 /net-im
parent[kde-4.7.80] remanifest kde-workspace (diff)
downloadkde-c95a01f95dd0a45982692ef722656d5d57a67fb4.tar.gz
kde-c95a01f95dd0a45982692ef722656d5d57a67fb4.tar.bz2
kde-c95a01f95dd0a45982692ef722656d5d57a67fb4.zip
[telepathy] New common lib for almost all modules
(Portage version: 2.2.0_alpha77/git/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild3
-rw-r--r--net-im/telepathy-auth-handler/telepathy-auth-handler-9999.ebuild1
-rw-r--r--net-im/telepathy-common-internals/metadata.xml5
-rw-r--r--net-im/telepathy-common-internals/telepathy-common-internals-9999.ebuild29
-rw-r--r--net-im/telepathy-contact-applet/telepathy-contact-applet-9999.ebuild1
-rw-r--r--net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild3
-rw-r--r--net-im/telepathy-filetransfer-handler/telepathy-filetransfer-handler-9999.ebuild1
-rw-r--r--net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild5
-rw-r--r--net-im/telepathy-kded-module/telepathy-kded-module-9999.ebuild1
-rw-r--r--net-im/telepathy-presence-dataengine/telepathy-presence-dataengine-9999.ebuild1
-rw-r--r--net-im/telepathy-send-file/telepathy-send-file-9999.ebuild1
11 files changed, 47 insertions, 4 deletions
diff --git a/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild b/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild
index 1874adb838..4f7c705d4f 100644
--- a/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild
+++ b/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild
@@ -22,9 +22,10 @@ SLOT="4"
IUSE="debug"
DEPEND="
+ >=net-im/telepathy-common-internals-${PV}
+ >=net-im/telepathy-mission-control-5.7.9
>=net-libs/telepathy-glib-0.14
>=net-libs/telepathy-qt4-0.7.3
- >=net-im/telepathy-mission-control-5.7.9
"
RDEPEND="${DEPEND}
"
diff --git a/net-im/telepathy-auth-handler/telepathy-auth-handler-9999.ebuild b/net-im/telepathy-auth-handler/telepathy-auth-handler-9999.ebuild
index f654ab16a8..5654ae93c2 100644
--- a/net-im/telepathy-auth-handler/telepathy-auth-handler-9999.ebuild
+++ b/net-im/telepathy-auth-handler/telepathy-auth-handler-9999.ebuild
@@ -22,6 +22,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
+ >=net-im/telepathy-common-internals-${PV}
>=net-libs/telepathy-qt4-0.7.3
"
RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-common-internals/metadata.xml b/net-im/telepathy-common-internals/metadata.xml
new file mode 100644
index 0000000000..8d1e86a9ce
--- /dev/null
+++ b/net-im/telepathy-common-internals/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+</pkgmetadata>
diff --git a/net-im/telepathy-common-internals/telepathy-common-internals-9999.ebuild b/net-im/telepathy-common-internals/telepathy-common-internals-9999.ebuild
new file mode 100644
index 0000000000..7518d006e8
--- /dev/null
+++ b/net-im/telepathy-common-internals/telepathy-common-internals-9999.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+MY_P="${PN/telepathy/telepathy-kde}_${PV}"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy common library"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+if [[ ${PV} != *9999* ]]; then
+ SRC_URI="mirror://kde/unstable/telepathy-kde/${PV}/src/${MY_P}.tar.bz2"
+ KEYWORDS="~amd64 ~x86"
+else
+ KEYWORDS=""
+fi
+
+LICENSE="LGPL-2.1"
+SLOT="4"
+IUSE="debug"
+
+DEPEND="
+ >=net-libs/telepathy-qt4-0.7.3
+"
+RDEPEND="${DEPEND}"
+
+S=${WORKDIR}/${MY_P}
diff --git a/net-im/telepathy-contact-applet/telepathy-contact-applet-9999.ebuild b/net-im/telepathy-contact-applet/telepathy-contact-applet-9999.ebuild
index 57b2d7f200..22943c98a4 100644
--- a/net-im/telepathy-contact-applet/telepathy-contact-applet-9999.ebuild
+++ b/net-im/telepathy-contact-applet/telepathy-contact-applet-9999.ebuild
@@ -22,6 +22,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
+ >=net-im/telepathy-common-internals-${PV}
>=net-libs/telepathy-qt4-0.7.3
"
RDEPEND="${DEPEND}
diff --git a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
index c405b0f630..ce7d035ea2 100644
--- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -22,8 +22,9 @@ SLOT="4"
IUSE="debug"
DEPEND="
- >=net-libs/telepathy-qt4-0.7.3
>=net-im/telepathy-accounts-kcm-${PV}
+ >=net-im/telepathy-common-internals-${PV}
+ >=net-libs/telepathy-qt4-0.7.3
"
RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-filetransfer-handler/telepathy-filetransfer-handler-9999.ebuild b/net-im/telepathy-filetransfer-handler/telepathy-filetransfer-handler-9999.ebuild
index 6af551fba8..d71f3aeba6 100644
--- a/net-im/telepathy-filetransfer-handler/telepathy-filetransfer-handler-9999.ebuild
+++ b/net-im/telepathy-filetransfer-handler/telepathy-filetransfer-handler-9999.ebuild
@@ -22,6 +22,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
+ >=net-im/telepathy-common-internals-${PV}
>=net-libs/telepathy-qt4-0.7.3
"
RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild b/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild
index 9a03259c87..b43c7be178 100644
--- a/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild
+++ b/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild
@@ -23,14 +23,15 @@ RDEPEND="
>=net-im/telepathy-accounts-kcm-${PV}
>=net-im/telepathy-approver-${PV}
>=net-im/telepathy-auth-handler-${PV}
+ >=net-im/telepathy-common-internals-${PV}
+ net-im/telepathy-connection-managers
>=net-im/telepathy-contact-applet-${PV}
>=net-im/telepathy-contact-list-${PV}
>=net-im/telepathy-filetransfer-handler-${PV}
>=net-im/telepathy-kded-module-${PV}
>=net-im/telepathy-presence-applet-${PV}
>=net-im/telepathy-send-file-${PV}
- >=net-im/telepathy-text-ui-${PV}
- net-im/telepathy-connection-managers"
+ >=net-im/telepathy-text-ui-${PV}"
pkg_postinst() {
echo
diff --git a/net-im/telepathy-kded-module/telepathy-kded-module-9999.ebuild b/net-im/telepathy-kded-module/telepathy-kded-module-9999.ebuild
index 313d752298..83c45ea477 100644
--- a/net-im/telepathy-kded-module/telepathy-kded-module-9999.ebuild
+++ b/net-im/telepathy-kded-module/telepathy-kded-module-9999.ebuild
@@ -22,6 +22,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
+ >=net-im/telepathy-common-internals-${PV}
>=net-libs/telepathy-qt4-0.7.3
"
RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-presence-dataengine/telepathy-presence-dataengine-9999.ebuild b/net-im/telepathy-presence-dataengine/telepathy-presence-dataengine-9999.ebuild
index 2d2367ff79..3397fd7ac1 100644
--- a/net-im/telepathy-presence-dataengine/telepathy-presence-dataengine-9999.ebuild
+++ b/net-im/telepathy-presence-dataengine/telepathy-presence-dataengine-9999.ebuild
@@ -22,6 +22,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
+ >=net-im/telepathy-common-internals-${PV}
>=net-libs/telepathy-qt4-0.7.3
"
RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-send-file/telepathy-send-file-9999.ebuild b/net-im/telepathy-send-file/telepathy-send-file-9999.ebuild
index b72032802c..264f00154f 100644
--- a/net-im/telepathy-send-file/telepathy-send-file-9999.ebuild
+++ b/net-im/telepathy-send-file/telepathy-send-file-9999.ebuild
@@ -22,6 +22,7 @@ SLOT="4"
IUSE="debug"
DEPEND="
+ >=net-im/telepathy-common-internals-${PV}
>=net-libs/telepathy-qt4-0.7.3
"
RDEPEND="${DEPEND}