summaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-06-30 16:37:51 +0000
committerOlivier Crête <tester@gentoo.org>2007-06-30 16:37:51 +0000
commite6418bdd4ca2d163af53268583076d6ab65443c5 (patch)
tree63f3cb4ab220ded73a511bdedbdbbc99258b38fb /net-im
parentFix ownership of /usr/nagios/libexec for bug #154293 (diff)
downloadgentoo-2-e6418bdd4ca2d163af53268583076d6ab65443c5.tar.gz
gentoo-2-e6418bdd4ca2d163af53268583076d6ab65443c5.tar.bz2
gentoo-2-e6418bdd4ca2d163af53268583076d6ab65443c5.zip
Disable gtk ui if neither gtk or ncurses use flags are present
(Portage version: 2.1.2.7)
Diffstat (limited to 'net-im')
-rw-r--r--net-im/pidgin/ChangeLog5
-rw-r--r--net-im/pidgin/pidgin-2.0.2.ebuild29
2 files changed, 21 insertions, 13 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog
index 739f61f888d5..712ea38d314b 100644
--- a/net-im/pidgin/ChangeLog
+++ b/net-im/pidgin/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for net-im/pidgin
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.16 2007/06/18 17:20:10 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.17 2007/06/30 16:37:51 tester Exp $
+
+ 30 Jun 2007; Olivier Crête <tester@gentoo.org> pidgin-2.0.2.ebuild:
+ Disable gtk ui if neither gtk or ncurses use flags are present
*pidgin-2.0.2 (18 Jun 2007)
diff --git a/net-im/pidgin/pidgin-2.0.2.ebuild b/net-im/pidgin/pidgin-2.0.2.ebuild
index 49d80acb4bf9..469e0c7aeded 100644
--- a/net-im/pidgin/pidgin-2.0.2.ebuild
+++ b/net-im/pidgin/pidgin-2.0.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.2.ebuild,v 1.1 2007/06/18 17:20:10 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.2.ebuild,v 1.2 2007/06/30 16:37:51 tester Exp $
WANT_AUTOMAKE=1.9
@@ -68,32 +68,37 @@ S="${WORKDIR}/${MY_PV}"
DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,zephyr,simple"
# List of plugins yet to be ported (will be removed at some point)
-# app-accessibility/festival-gaim
-# net-im/gaim-blogger
# net-im/gaim-bnet
-# net-im/gaim-meanwhile (integrated in gaim)
# net-im/gaim-snpp (will soon be net-im/pidgin-snpp)
# x11-plugins/autoprofile
-# x11-plugins/gaim-assistant
# x11-plugins/gaim-otr
-# x11-plugins/gaimosd
# x11-plugins/gaim-xfire
-# net-im/librvp
+# x11-plugins/gaim-galago
+# x11-themes/gaim-smileys (get liquidx to fix it)
+
+# Abandonned
# x11-plugins/ignorance
# x11-plugins/bangexec
-# x11-plugins/gaim-galago
+# x11-plugins/gaim-assistant
+# Last release in 2004
+# net-im/gaim-blogger
+# x11-plugins/gaimosd
+# Last release in 2005
+# app-accessibility/festival-gaim
+# Merged into something else
+# net-im/gaim-meanwhile (integrated in gaim)
# x11-plugins/gaim-libnotify (integrated into pidgin)
# x11-plugins/gaim-slashexec (integrated into plugin pack)
-# x11-themes/gaim-smileys
# List of plugins
-# x11-plugins/pidgin-extprefs
+# net-im/librvp
# x11-plugins/gaim-rhythmbox
# x11-plugins/guifications
# x11-plugins/pidgin-encryption
+# x11-plugins/pidgin-extprefs
+# x11-plugins/pidgin-hotkeys
# x11-plugins/pidgin-latex
# x11-plugins/purple-plugin_pack
-# x11-plugins/pidgin-hotkeys
print_pidgin_warning() {
ewarn
@@ -235,7 +240,7 @@ src_compile() {
fi
if ! use ncurses && ! use gtk; then
- myconf="${myconf} --enable-consoleui"
+ myconf="${myconf} --enable-consoleui --disable-gtkui"
else
myconf="${myconf} $(use_enable ncurses consoleui) $(use_enable gtk gtkui)"
fi