* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-approver/, net-im/telepathy-chat-handler/, ...
@ 2011-06-06 15:47 David Heidelberger
0 siblings, 0 replies; 2+ messages in thread
From: David Heidelberger @ 2011-06-06 15:47 UTC (permalink / raw
To: gentoo-commits
commit: fc6bdfe9db7e446d78958269d9df3f891eb97bb8
Author: David Heidelberger <d.okias <AT> gmail <DOT> com>
AuthorDate: Mon Jun 6 15:46:35 2011 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Mon Jun 6 15:46:35 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=fc6bdfe9
[net-im/telepathy-*] let's get in some telepathy stuff
---
.../telepathy-accounts-kcm-plugins-9999.ebuild | 24 ++++++++++++++++++++
.../telepathy-accounts-kcm-9999.ebuild | 23 +++++++++++++++++++
.../telepathy-approver-9999.ebuild | 21 +++++++++++++++++
.../telepathy-chat-handler-9999.ebuild | 21 +++++++++++++++++
.../telepathy-contact-list-9999.ebuild | 23 +++++++++++++++++++
5 files changed, 112 insertions(+), 0 deletions(-)
diff --git a/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugins-9999.ebuild b/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugins-9999.ebuild
new file mode 100644
index 0000000..e3607d0
--- /dev/null
+++ b/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugins-9999.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="KDE Telepathy protocols plugins for account management"
+HOMEPAGE=""
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="debug purple jabber msn"
+
+DEPEND="
+ net-im/telepathy-accounts-kcm
+ purple? ( net-voip/telepathy-haze )
+ jabber? ( net-voip/telepathy-gabble )
+ msn? ( net-voip/telepathy-butterfly )
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild b/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild
new file mode 100644
index 0000000..fdde6ea
--- /dev/null
+++ b/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="KDE UI for account management"
+HOMEPAGE=""
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="debug"
+
+DEPEND="
+ >=net-libs/telepathy-glib-0.14
+ >=net-libs/telepathy-qt4-0.5.10
+ >=net-im/telepathy-mission-control-5.5.0
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-approver/telepathy-approver-9999.ebuild b/net-im/telepathy-approver/telepathy-approver-9999.ebuild
new file mode 100644
index 0000000..a114c66
--- /dev/null
+++ b/net-im/telepathy-approver/telepathy-approver-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="This notifies you when an incoming message arrives and hangs in the system tray until you're ready to start a chat."
+HOMEPAGE=""
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="debug"
+
+DEPEND="
+ >=net-libs/telepathy-qt4-0.5.6
+"
+RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild b/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild
new file mode 100644
index 0000000..6695d07
--- /dev/null
+++ b/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+
+DESCRIPTION="This application provides a text chat window."
+HOMEPAGE=""
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="debug"
+
+DEPEND="
+ >=net-libs/telepathy-qt4-0.7.0
+"
+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
new file mode 100644
index 0000000..3ce3087
--- /dev/null
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+
+KDE_SCM="git"
+inherit kde4-base
+#EGIT_REPO_URI="git://anongit.kde.org/clones/telepathy-contact-list/mklapetek/telepathy-contact-list-new"
+
+DESCRIPTION="UI for contaclist"
+HOMEPAGE=""
+
+LICENSE="GPL-3"
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="debug"
+
+DEPEND="
+ >=net-libs/telepathy-qt4-0.5.6
+ >=net-im/telepathy-accounts-kcm-9999
+"
+RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-approver/, net-im/telepathy-chat-handler/, ...
@ 2011-06-06 16:27 David Heidelberger
0 siblings, 0 replies; 2+ messages in thread
From: David Heidelberger @ 2011-06-06 16:27 UTC (permalink / raw
To: gentoo-commits
commit: f22a6b18bc98ef95d2255dd94b3fb85900aef791
Author: David Heidelberger <d.okias <AT> gmail <DOT> com>
AuthorDate: Mon Jun 6 16:28:07 2011 +0000
Commit: David Heidelberger <d.okias <AT> gmail <DOT> com>
CommitDate: Mon Jun 6 16:28:07 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=f22a6b18
[net-im/telepathy*] Added telepathy-kde-meta meta package, update some depend, tested on ~x86 too
---
.../telepathy-accounts-kcm-plugins-9999.ebuild | 2 +-
.../telepathy-accounts-kcm-9999.ebuild | 4 +-
.../telepathy-approver-9999.ebuild | 4 +-
.../telepathy-chat-handler-9999.ebuild | 2 +-
.../telepathy-contact-list-9999.ebuild | 4 +-
.../telepathy-kde-meta-9999.ebuild | 26 ++++++++++++++++++++
6 files changed, 34 insertions(+), 8 deletions(-)
diff --git a/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugins-9999.ebuild b/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugins-9999.ebuild
index e3607d0..7271638 100644
--- a/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugins-9999.ebuild
+++ b/net-im/telepathy-accounts-kcm-plugins/telepathy-accounts-kcm-plugins-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="KDE Telepathy protocols plugins for account management"
HOMEPAGE=""
LICENSE="GPL-3"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug purple jabber msn"
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 fdde6ea..602704f 100644
--- a/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild
+++ b/net-im/telepathy-accounts-kcm/telepathy-accounts-kcm-9999.ebuild
@@ -11,13 +11,13 @@ DESCRIPTION="KDE UI for account management"
HOMEPAGE=""
LICENSE="GPL-3"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"
DEPEND="
>=net-libs/telepathy-glib-0.14
- >=net-libs/telepathy-qt4-0.5.10
+ >=net-libs/telepathy-qt4-0.7.0
>=net-im/telepathy-mission-control-5.5.0
"
RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-approver/telepathy-approver-9999.ebuild b/net-im/telepathy-approver/telepathy-approver-9999.ebuild
index a114c66..72daaac 100644
--- a/net-im/telepathy-approver/telepathy-approver-9999.ebuild
+++ b/net-im/telepathy-approver/telepathy-approver-9999.ebuild
@@ -10,12 +10,12 @@ inherit kde4-base
DESCRIPTION="This notifies you when an incoming message arrives and hangs in the system tray until you're ready to start a chat."
HOMEPAGE=""
-LICENSE="GPL-3"
+LICENSE="LGPL-2.1"
KEYWORDS="~amd64"
SLOT="0"
IUSE="debug"
DEPEND="
- >=net-libs/telepathy-qt4-0.5.6
+ >=net-libs/telepathy-qt4-0.7.0
"
RDEPEND="${DEPEND}"
diff --git a/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild b/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild
index 6695d07..c20a096 100644
--- a/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild
+++ b/net-im/telepathy-chat-handler/telepathy-chat-handler-9999.ebuild
@@ -11,7 +11,7 @@ DESCRIPTION="This application provides a text chat window."
HOMEPAGE=""
LICENSE="GPL-3"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"
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 3ce3087..d5ed13d 100644
--- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -12,12 +12,12 @@ DESCRIPTION="UI for contaclist"
HOMEPAGE=""
LICENSE="GPL-3"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86"
SLOT="0"
IUSE="debug"
DEPEND="
- >=net-libs/telepathy-qt4-0.5.6
+ >=net-libs/telepathy-qt4-0.7.0
>=net-im/telepathy-accounts-kcm-9999
"
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
new file mode 100644
index 0000000..1111ffe
--- /dev/null
+++ b/net-im/telepathy-kde-meta/telepathy-kde-meta-9999.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+DESCRIPTION="Telepathy client for KDE"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+
+LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND=""
+RDEPEND="
+ >=net-im/telepathy-accounts-kcm-${PV}
+ >=net-im/telepathy-accounts-kcm-plugins-${PV}
+ >=net-im/telepathy-approver-${PV}
+ >=net-im/telepathy-chat-handler-${PV}
+ >=net-im/telepathy-contact-list-${PV}"
+
+pkg_postinst() {
+ echo
+ elog "You will need in KDE System Settings configure accounts"
+ elog "and then open contact list."
+ echo
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-06-06 16:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-06 15:47 [gentoo-commits] proj/kde:master commit in: net-im/telepathy-approver/, net-im/telepathy-chat-handler/, David Heidelberger
-- strict thread matches above, loose matches on Subject: below --
2011-06-06 16:27 David Heidelberger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox