public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kmail: metadata.xml ChangeLog kmail-4.4.2.ebuild kmail-4.4.3.ebuild
@ 2010-06-06  0:53 Maciej Mrozowski (reavertm)
  0 siblings, 0 replies; only message in thread
From: Maciej Mrozowski (reavertm) @ 2010-06-06  0:53 UTC (permalink / raw
  To: gentoo-commits

reavertm    10/06/06 00:53:11

  Modified:             metadata.xml ChangeLog kmail-4.4.2.ebuild
                        kmail-4.4.3.ebuild
  Log:
  Remove ayatana support
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  kde-base/kmail/metadata.xml

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/metadata.xml?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/metadata.xml?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/metadata.xml?r1=1.8&r2=1.9

Index: metadata.xml
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/metadata.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- metadata.xml	9 Feb 2010 00:33:01 -0000	1.8
+++ metadata.xml	6 Jun 2010 00:53:11 -0000	1.9
@@ -2,7 +2,4 @@
 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
 <pkgmetadata>
 <herd>kde</herd>
-<use>
-	<flag name="ayatana">Build in support for Ayatana notification via <pkg>dev-libs/libindicate-qt</pkg></flag>
-</use>
 </pkgmetadata>



1.208                kde-base/kmail/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.208&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?rev=1.208&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/ChangeLog?r1=1.207&r2=1.208

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v
retrieving revision 1.207
retrieving revision 1.208
diff -u -r1.207 -r1.208
--- ChangeLog	5 Jun 2010 14:56:10 -0000	1.207
+++ ChangeLog	6 Jun 2010 00:53:11 -0000	1.208
@@ -1,6 +1,10 @@
 # ChangeLog for kde-base/kmail
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.207 2010/06/05 14:56:10 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/ChangeLog,v 1.208 2010/06/06 00:53:11 reavertm Exp $
+
+  06 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org> kmail-4.4.2.ebuild,
+  kmail-4.4.3.ebuild:
+  Disable libindicate (ayatana) support
 
   05 Jun 2010; Maciej Mrozowski <reavertm@gentoo.org> kmail-4.4.2.ebuild,
   kmail-4.4.3.ebuild:



1.4                  kde-base/kmail/kmail-4.4.2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.2.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.2.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.2.ebuild?r1=1.3&r2=1.4

Index: kmail-4.4.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- kmail-4.4.2.ebuild	5 Jun 2010 14:56:10 -0000	1.3
+++ kmail-4.4.2.ebuild	6 Jun 2010 00:53:11 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.2.ebuild,v 1.3 2010/06/05 14:56:10 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.2.ebuild,v 1.4 2010/06/06 00:53:11 reavertm Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="ayatana debug +handbook"
+IUSE="debug +handbook"
 
 DEPEND="
 	$(add_kdebase_dep kdelibs 'semantic-desktop')
@@ -17,7 +17,6 @@
 	$(add_kdebase_dep libkdepim)
 	$(add_kdebase_dep libkleo)
 	$(add_kdebase_dep libkpgp)
-	ayatana? ( >=dev-libs/libindicate-qt-0.2.1 )
 "
 RDEPEND="${DEPEND}
 	$(add_kdebase_dep kdepim-runtime)
@@ -49,7 +48,7 @@
 
 src_configure() {
 	mycmakeargs=(
-		$(cmake-utils_use_with ayatana IndicateQt)
+		-DWITH_IndicateQt=OFF
 	)
 
 	kde4-meta_src_configure



1.3                  kde-base/kmail/kmail-4.4.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/kde-base/kmail/kmail-4.4.3.ebuild?r1=1.2&r2=1.3

Index: kmail-4.4.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- kmail-4.4.3.ebuild	5 Jun 2010 14:56:10 -0000	1.2
+++ kmail-4.4.3.ebuild	6 Jun 2010 00:53:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.3.ebuild,v 1.2 2010/06/05 14:56:10 reavertm Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kmail/kmail-4.4.3.ebuild,v 1.3 2010/06/06 00:53:11 reavertm Exp $
 
 EAPI="3"
 
@@ -9,7 +9,7 @@
 
 DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE."
 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux"
-IUSE="ayatana debug +handbook"
+IUSE="debug +handbook"
 
 DEPEND="
 	$(add_kdebase_dep kdelibs 'semantic-desktop')
@@ -17,7 +17,6 @@
 	$(add_kdebase_dep libkdepim)
 	$(add_kdebase_dep libkleo)
 	$(add_kdebase_dep libkpgp)
-	ayatana? ( >=dev-libs/libindicate-qt-0.2.1 )
 "
 RDEPEND="${DEPEND}
 	$(add_kdebase_dep kdepim-runtime)
@@ -49,7 +48,7 @@
 
 src_configure() {
 	mycmakeargs=(
-		$(cmake-utils_use_with ayatana IndicateQt)
+		-DWITH_IndicateQt=OFF
 	)
 
 	kde4-meta_src_configure






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-06  0:53 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06  0:53 [gentoo-commits] gentoo-x86 commit in kde-base/kmail: metadata.xml ChangeLog kmail-4.4.2.ebuild kmail-4.4.3.ebuild Maciej Mrozowski (reavertm)

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