public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-accounts-kcm-plugins/
@ 2011-07-23  0:35 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 3+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-07-23  0:35 UTC (permalink / raw
  To: gentoo-commits

commit:     7b5ae90cd4fba1a9d38efc1d5d88b11327e862c5
Author:     Jorge Manuel B. S. Vicetto (jmbsvicetto) <jmbsvicetto <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 23 00:35:15 2011 +0000
Commit:     Jorge Manuel B. S. Vicetto <jmbsvicetto <AT> gentoo <DOT> org>
CommitDate: Sat Jul 23 00:35:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=7b5ae90c

[net-im/telepathy-accounts-kcm-plugins] Fixed QA warnings.
Added missing metadata.xml. Dropped keywords for the 9999 ebuild and fixed HOMEPAGE.

(Portage version: 2.2.0_alpha46/git/Linux x86_64, signed Manifest commit with key BB0E6E98)

---
 net-im/telepathy-accounts-kcm-plugins/metadata.xml |    8 ++++++++
 .../telepathy-accounts-kcm-plugins-9999.ebuild     |    4 ++--
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git a/net-im/telepathy-accounts-kcm-plugins/metadata.xml b/net-im/telepathy-accounts-kcm-plugins/metadata.xml
new file mode 100644
index 0000000..0e4e946
--- /dev/null
+++ b/net-im/telepathy-accounts-kcm-plugins/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>kde</herd>
+<use>
+  <flag name="purple"></flag>
+</use>
+</pkgmetadata>

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 7271638..1d16fd0 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
@@ -8,10 +8,10 @@ KDE_SCM="git"
 inherit kde4-base
 
 DESCRIPTION="KDE Telepathy protocols plugins for account management"
-HOMEPAGE=""
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+KEYWORDS=""
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="debug purple jabber msn"
 



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-accounts-kcm-plugins/
@ 2011-09-21 20:29 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2011-09-21 20:29 UTC (permalink / raw
  To: gentoo-commits

commit:     ca1b446bcb4c9209fab5c6fe2f77bd2a898a520f
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Wed Sep 21 20:29:12 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Wed Sep 21 20:29:12 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=ca1b446b

[net-im/telepathy-accounts-kcm-plugins] New IUSE for messaging via zeroconf/Bonjour plugin

(Portage version: 2.2.0_alpha59/git/Linux i686, signed Manifest commit with key DF018462)

---
 net-im/telepathy-accounts-kcm-plugins/metadata.xml |    9 +++++----
 .../telepathy-accounts-kcm-plugins-9999.ebuild     |    3 ++-
 2 files changed, 7 insertions(+), 5 deletions(-)

diff --git a/net-im/telepathy-accounts-kcm-plugins/metadata.xml b/net-im/telepathy-accounts-kcm-plugins/metadata.xml
index 0e4e946..1f5837c 100644
--- a/net-im/telepathy-accounts-kcm-plugins/metadata.xml
+++ b/net-im/telepathy-accounts-kcm-plugins/metadata.xml
@@ -1,8 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
-<herd>kde</herd>
-<use>
-  <flag name="purple"></flag>
-</use>
+	<herd>kde</herd>
+	<use>
+		<flag name="purple">Enable libpurple supported protocols ICQ/Yahoo</flag>
+		<flag name="zeroconf">Enable Link-Local Messaging via the zeroconf or Bonjour protocol.</flag>
+	</use>
 </pkgmetadata>

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 1d16fd0..787fd57 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
@@ -13,12 +13,13 @@ KEYWORDS=""
 
 LICENSE="GPL-3"
 SLOT="0"
-IUSE="debug purple jabber msn"
+IUSE="debug purple jabber msn zeroconf"
 
 DEPEND="
 	net-im/telepathy-accounts-kcm
 	purple? ( net-voip/telepathy-haze )
 	jabber? ( net-voip/telepathy-gabble )
 	msn? ( net-voip/telepathy-butterfly )
+	zeroconf? ( net-voip/telepathy-salut )
 "
 RDEPEND="${DEPEND}"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-accounts-kcm-plugins/
@ 2011-09-22  9:43 Johannes Huber
  0 siblings, 0 replies; 3+ messages in thread
From: Johannes Huber @ 2011-09-22  9:43 UTC (permalink / raw
  To: gentoo-commits

commit:     62555c573240d94ab5e2b5f554bccb510a9351da
Author:     Johannes Huber <johu <AT> gmx <DOT> de>
AuthorDate: Thu Sep 22 09:43:21 2011 +0000
Commit:     Johannes Huber <johu <AT> gmx <DOT> de>
CommitDate: Thu Sep 22 09:43:21 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=62555c57

[net-im/telepathy-accounts-kcm-plugins] New IUSE for IRC plugin

(Portage version: 2.2.0_alpha58/git/Linux x86_64, signed Manifest commit with key DF018462)

---
 net-im/telepathy-accounts-kcm-plugins/metadata.xml |    3 ++-
 .../telepathy-accounts-kcm-plugins-9999.ebuild     |    5 +++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/net-im/telepathy-accounts-kcm-plugins/metadata.xml b/net-im/telepathy-accounts-kcm-plugins/metadata.xml
index 1f5837c..b4cd086 100644
--- a/net-im/telepathy-accounts-kcm-plugins/metadata.xml
+++ b/net-im/telepathy-accounts-kcm-plugins/metadata.xml
@@ -3,7 +3,8 @@
 <pkgmetadata>
 	<herd>kde</herd>
 	<use>
-		<flag name="purple">Enable libpurple supported protocols ICQ/Yahoo</flag>
+		<flag name="irc">Enable Internet Relay Chat (IRC) support.</flag>
+		<flag name="purple">Enable libpurple supported protocols ICQ/Yahoo.</flag>
 		<flag name="zeroconf">Enable Link-Local Messaging via the zeroconf or Bonjour protocol.</flag>
 	</use>
 </pkgmetadata>

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 6ace805..443b7e5 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
@@ -13,13 +13,14 @@ KEYWORDS=""
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-IUSE="debug purple jabber msn zeroconf"
+IUSE="debug irc purple jabber msn zeroconf"
 
 DEPEND="
 	net-im/telepathy-accounts-kcm
-	purple? ( net-voip/telepathy-haze )
+	irc? ( net-irc/telepathy-idle )
 	jabber? ( net-voip/telepathy-gabble )
 	msn? ( net-voip/telepathy-butterfly )
+	purple? ( net-voip/telepathy-haze )
 	zeroconf? ( net-voip/telepathy-salut )
 "
 RDEPEND="${DEPEND}"



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-09-22  9:43 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-22  9:43 [gentoo-commits] proj/kde:master commit in: net-im/telepathy-accounts-kcm-plugins/ Johannes Huber
  -- strict thread matches above, loose matches on Subject: below --
2011-09-21 20:29 Johannes Huber
2011-07-23  0:35 Jorge Manuel B. S. Vicetto

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox