public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: ChangeLog kopete-4.0.2.ebuild
@ 2008-03-10 23:48 Wulf Krueger (philantrop)
  0 siblings, 0 replies; 2+ messages in thread
From: Wulf Krueger (philantrop) @ 2008-03-10 23:48 UTC (permalink / raw
  To: gentoo-commits

philantrop    08/03/10 23:48:23

  Modified:             ChangeLog
  Added:                kopete-4.0.2.ebuild
  Log:
  Version bump to KDE 4.0.2.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.141                kde-base/kopete/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.141&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.141&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.140&r2=1.141

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.140
retrieving revision 1.141
diff -u -r1.140 -r1.141
--- ChangeLog	4 Mar 2008 05:59:09 -0000	1.140
+++ ChangeLog	10 Mar 2008 23:48:22 -0000	1.141
@@ -1,6 +1,11 @@
 # ChangeLog for kde-base/kopete
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.140 2008/03/04 05:59:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.141 2008/03/10 23:48:22 philantrop Exp $
+
+*kopete-4.0.2 (10 Mar 2008)
+
+  10 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> +kopete-4.0.2.ebuild:
+  Version bump to KDE 4.0.2
 
   04 Mar 2008; Jeroen Roovers <jer@gentoo.org> kopete-3.5.8.ebuild,
   kopete-3.5.9.ebuild, kopete-4.0.1.ebuild:



1.1                  kde-base/kopete/kopete-4.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild?rev=1.1&content-type=text/plain

Index: kopete-4.0.2.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild,v 1.1 2008/03/10 23:48:22 philantrop Exp $

EAPI="1"

KMNAME=kdenetwork
inherit kde4-meta

DESCRIPTION="KDE multi-protocol IM client"
KEYWORDS="~amd64 ~x86"
IUSE="+addbookmarks +alias +autoreplace +contactnotes debug gadu groupwise
+highlight +history htmlhandbook +jabber latex +msn +nowlistening +oscar
+privacy qq sms +statistics testbed +texteffect +translator
+urlpicpreview +webpresence winpopup yahoo"
# IUSE="irc jingle meanwhile messenger telepathy"

# plugins: addbookmarks, alias, autoreplace, contactnotes, highlight, history,
# 		latext, nowlistening, privacy, (sqlite?) statistics, texteffect, translator,
#		urlpicpreview, (&& xml2 xslt) webpresence

# protocols: (ssl?) gadu, (qca2?) groupwise, irc (disabled), (&& qca2 idn) jabber,
#		jingle (disabled), meanwhile (not ported), messenger (not ready), msn, oscar,
# 		qq, sms, (decibel?) telepathy (not ready), testbed, winpopup, yahoo

#		irc and jingle are disabled in the package (4.0.2)
#		meanwhile hasn't been ported to KDE4 yet (4.0.2)
#		messenger is the new msn support protocol (it's not ready yet; 4.0.1)
#		telepathy isn't ready yet (4.0.1)

# Tests are KDE-ish.
RESTRICT="test"

RDEPEND="
	dev-libs/libpcre
	kde-base/qimageblitz
	x11-libs/libXScrnSaver
	gadu? ( dev-libs/openssl )
	groupwise? ( app-crypt/qca:2 )
	jabber? ( net-dns/libidn app-crypt/qca:2 )
	statistics? ( dev-db/sqlite:3 )
	webpresence? ( dev-libs/libxml2 dev-libs/libxslt )"
# 	telepathy? ( net-libs/decibel )

DEPEND="${RDEPEND}
	x11-proto/scrnsaverproto"

src_compile() {
	# Translated protocol causing bug 206877.
	sed -e '/X-KDE-PluginInfo-Category\[.*/d' \
		-i "${S}"/kopete/protocols/*/kopete_*.desktop || die "Sed failed."

	# Xmms isn't in portage, thus forcefully disabled.
	# telepathy and messenger aren't ready yet.
	mycmakeargs="${mycmakeargs}
		-DWITH_Xmms=OFF
		-DWITH_telepathy=OFF
		-DWITH_messenger=OFF
		$(cmake-utils_use_with addbookmarks)
		$(cmake-utils_use_with alias)
		$(cmake-utils_use_with autoreplace)
		$(cmake-utils_use_with contactnotes)
		$(cmake-utils_use_with gadu OPENSSL)
		$(cmake-utils_use_with groupwise)
		$(cmake-utils_use_with groupwise QCA2)
		$(cmake-utils_use_with highlight)
		$(cmake-utils_use_with history)
		$(cmake-utils_use_with jabber IDN)
		$(cmake-utils_use_with jabber QCA2)
		$(cmake-utils_use_with latex)
		$(cmake-utils_use_with msn)
		$(cmake-utils_use_with nowlistening)
		$(cmake-utils_use_with oscar)
		$(cmake-utils_use_with privacy)
		$(cmake-utils_use_with qq)
		$(cmake-utils_use_with sms)
		$(cmake-utils_use_with statistics Sqlite)
		$(cmake-utils_use_with statistics)
		$(cmake-utils_use_with testbed)
		$(cmake-utils_use_with texteffect)
		$(cmake-utils_use_with translator)
		$(cmake-utils_use_with urlpicpreview)
		$(cmake-utils_use_with webpresence LibXml2)
		$(cmake-utils_use_with webpresence LibXslt)
		$(cmake-utils_use_with webpresence)
		$(cmake-utils_use_with winpopup)
		$(cmake-utils_use_with yahoo)"

#		$(cmake-utils_use_with messenger)
#		$(cmake-utils_use_with telepathy)
#		$(cmake-utils_use_with telepathy Decibel)

	kde4-meta_src_compile
}

pkg_postinst() {
#	if use telepathy; then
#		elog "To use kopete telepathy plugins, you need to start gabble first:"
#		elog "GABBLE_PERSIST=1 telepathy-gabble &"
#		elog "export TELEPATHY_DATA_PATH=/usr/share/telepathy/managers/"
#	fi
	if use jabber; then
		echo
		elog "In order to use ssl in jabber, messenger and irc you'll need to have qca-ossl"
		echo
	fi
}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in kde-base/kopete: ChangeLog kopete-4.0.2.ebuild
@ 2008-03-11  0:10 Wulf Krueger (philantrop)
  0 siblings, 0 replies; 2+ messages in thread
From: Wulf Krueger (philantrop) @ 2008-03-11  0:10 UTC (permalink / raw
  To: gentoo-commits

philantrop    08/03/11 00:10:59

  Modified:             ChangeLog kopete-4.0.2.ebuild
  Log:
  Post-bump fix kindly provided by jmbsvicetto to fix bug 206877.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.142                kde-base/kopete/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.142&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?rev=1.142&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/ChangeLog?r1=1.141&r2=1.142

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v
retrieving revision 1.141
retrieving revision 1.142
diff -u -r1.141 -r1.142
--- ChangeLog	10 Mar 2008 23:48:22 -0000	1.141
+++ ChangeLog	11 Mar 2008 00:10:58 -0000	1.142
@@ -1,6 +1,9 @@
 # ChangeLog for kde-base/kopete
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.141 2008/03/10 23:48:22 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/ChangeLog,v 1.142 2008/03/11 00:10:58 philantrop Exp $
+
+  11 Mar 2008; Wulf C. Krueger <philantrop@gentoo.org> kopete-4.0.2.ebuild:
+  Post-bump fix kindly provided by jmbsvicetto to fix bug 206877.
 
 *kopete-4.0.2 (10 Mar 2008)
 



1.2                  kde-base/kopete/kopete-4.0.2.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild?r1=1.1&r2=1.2

Index: kopete-4.0.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- kopete-4.0.2.ebuild	10 Mar 2008 23:48:22 -0000	1.1
+++ kopete-4.0.2.ebuild	11 Mar 2008 00:10:58 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild,v 1.1 2008/03/10 23:48:22 philantrop Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/kopete/kopete-4.0.2.ebuild,v 1.2 2008/03/11 00:10:58 philantrop Exp $
 
 EAPI="1"
 
@@ -11,8 +11,8 @@
 KEYWORDS="~amd64 ~x86"
 IUSE="+addbookmarks +alias +autoreplace +contactnotes debug gadu groupwise
 +highlight +history htmlhandbook +jabber latex +msn +nowlistening +oscar
-+privacy qq sms +statistics testbed +texteffect +translator
-+urlpicpreview +webpresence winpopup yahoo"
++privacy qq sms +statistics testbed +texteffect +translator +urlpicpreview
++webpresence winpopup yahoo"
 # IUSE="irc jingle meanwhile messenger telepathy"
 
 # plugins: addbookmarks, alias, autoreplace, contactnotes, highlight, history,
@@ -46,10 +46,6 @@
 	x11-proto/scrnsaverproto"
 
 src_compile() {
-	# Translated protocol causing bug 206877.
-	sed -e '/X-KDE-PluginInfo-Category\[.*/d' \
-		-i "${S}"/kopete/protocols/*/kopete_*.desktop || die "Sed failed."
-
 	# Xmms isn't in portage, thus forcefully disabled.
 	# telepathy and messenger aren't ready yet.
 	mycmakeargs="${mycmakeargs}



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-03-11  3:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-03-10 23:48 [gentoo-commits] gentoo-x86 commit in kde-base/kopete: ChangeLog kopete-4.0.2.ebuild Wulf Krueger (philantrop)
  -- strict thread matches above, loose matches on Subject: below --
2008-03-11  0:10 Wulf Krueger (philantrop)

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