public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-contact-list/
@ 2011-06-10 15:29 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2011-06-10 15:29 UTC (permalink / raw
  To: gentoo-commits

commit:     67edb8aa05eb85eec46a400e0c0d181664d7ddab
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Fri Jun 10 15:28:55 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Fri Jun 10 15:28:55 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=67edb8aa

fix collision with oxygene-icons-4.6.80

---
 .../telepathy-contact-list-9999.ebuild             |    9 +++++++++
 1 files changed, 9 insertions(+), 0 deletions(-)

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 d5ed13d..f40f6ee 100644
--- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -21,3 +21,12 @@ DEPEND="
 	>=net-im/telepathy-accounts-kcm-9999
 "
 RDEPEND="${DEPEND}"
+
+src_install() {
+	kde4-base_src_install
+	# Now we will drop icons colliding with 4.6.80
+	for x in aim facebook google-talk icq jabber msn skype yahoo
+	do
+		rm "${ED}/usr/share/icons/oxygen/48x48/actions/im-${x}.png" || die
+	done
+}



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

* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-contact-list/
@ 2011-06-26 11:39 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2011-06-26 11:39 UTC (permalink / raw
  To: gentoo-commits

commit:     5f604390819b770c1f3f66d70a6bee88bb6af928
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 26 11:24:16 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Sun Jun 26 11:24:54 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=5f604390

Fix colliding icons

---
 .../telepathy-contact-list-9999.ebuild             |    6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

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 c1a913e..bf77bf0 100644
--- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -24,9 +24,13 @@ RDEPEND="${DEPEND}"
 
 src_install() {
 	kde4-base_src_install
-	# Now we will drop icons colliding with 4.6.80
+	# Now we will drop icons colliding with 4.6.80-90
 	for x in aim facebook google-talk icq jabber msn skype yahoo
 	do
 		rm "${ED}/usr/share/icons/oxygen/48x48/actions/im-${x}.png" || die
 	done
+	for x in 16 22 32 48 64 128
+	do
+		rm "${ED}/usr/share/icons/oxygen/${x}x${x}/apps/kde-telepathy.png"
+	done
 }



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

* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-contact-list/
@ 2011-07-23  0:58 Jorge Manuel B. S. Vicetto
  0 siblings, 0 replies; 5+ messages in thread
From: Jorge Manuel B. S. Vicetto @ 2011-07-23  0:58 UTC (permalink / raw
  To: gentoo-commits

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

[net-im/telepathy-contact-list] 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-contact-list/metadata.xml         |    5 +++++
 .../telepathy-contact-list-9999.ebuild             |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/net-im/telepathy-contact-list/metadata.xml b/net-im/telepathy-contact-list/metadata.xml
new file mode 100644
index 0000000..8d1e86a
--- /dev/null
+++ b/net-im/telepathy-contact-list/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-contact-list/telepathy-contact-list-9999.ebuild b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
index bf77bf0..bb27589 100644
--- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -9,10 +9,10 @@ inherit kde4-base
 #EGIT_REPO_URI="git://anongit.kde.org/clones/telepathy-contact-list/mklapetek/telepathy-contact-list-new"
 
 DESCRIPTION="UI for contaclist"
-HOMEPAGE=""
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+KEYWORDS=""
 
 LICENSE="GPL-3"
-KEYWORDS="~amd64 ~x86"
 SLOT="0"
 IUSE="debug"
 



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

* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-contact-list/
@ 2011-07-25  9:23 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2011-07-25  9:23 UTC (permalink / raw
  To: gentoo-commits

commit:     a83b94c49eba493cbba8263a4bade022d5a482de
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 09:23:05 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 09:23:05 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=a83b94c4

[net-im/telepathy-contact-list] Update ebuild

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

---
 .../telepathy-contact-list-9999.ebuild             |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

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 bb27589..99ddbfa 100644
--- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -25,7 +25,7 @@ RDEPEND="${DEPEND}"
 src_install() {
 	kde4-base_src_install
 	# Now we will drop icons colliding with 4.6.80-90
-	for x in aim facebook google-talk icq jabber msn skype yahoo
+	for x in facebook google-talk icq jabber msn skype yahoo
 	do
 		rm "${ED}/usr/share/icons/oxygen/48x48/actions/im-${x}.png" || die
 	done



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

* [gentoo-commits] proj/kde:master commit in: net-im/telepathy-contact-list/
@ 2011-07-25  9:35 Alexey Shvetsov
  0 siblings, 0 replies; 5+ messages in thread
From: Alexey Shvetsov @ 2011-07-25  9:35 UTC (permalink / raw
  To: gentoo-commits

commit:     60506768ae72db0d8bcd93ec0be8371a48eae45c
Author:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
AuthorDate: Mon Jul 25 09:34:41 2011 +0000
Commit:     Alexey Shvetsov <alexxy <AT> gentoo <DOT> org>
CommitDate: Mon Jul 25 09:34:41 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=60506768

[net-im/telepathy-contact-list] Update ebuild

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

---
 .../telepathy-contact-list-9999.ebuild             |   13 -------------
 1 files changed, 0 insertions(+), 13 deletions(-)

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 99ddbfa..30c2894 100644
--- a/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
+++ b/net-im/telepathy-contact-list/telepathy-contact-list-9999.ebuild
@@ -21,16 +21,3 @@ DEPEND="
 	>=net-im/telepathy-accounts-kcm-9999
 "
 RDEPEND="${DEPEND}"
-
-src_install() {
-	kde4-base_src_install
-	# Now we will drop icons colliding with 4.6.80-90
-	for x in facebook google-talk icq jabber msn skype yahoo
-	do
-		rm "${ED}/usr/share/icons/oxygen/48x48/actions/im-${x}.png" || die
-	done
-	for x in 16 22 32 48 64 128
-	do
-		rm "${ED}/usr/share/icons/oxygen/${x}x${x}/apps/kde-telepathy.png"
-	done
-}



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

end of thread, other threads:[~2011-07-25  9:35 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-06-10 15:29 [gentoo-commits] proj/kde:master commit in: net-im/telepathy-contact-list/ Alexey Shvetsov
  -- strict thread matches above, loose matches on Subject: below --
2011-06-26 11:39 Alexey Shvetsov
2011-07-23  0:58 Jorge Manuel B. S. Vicetto
2011-07-25  9:23 Alexey Shvetsov
2011-07-25  9:35 Alexey Shvetsov

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