summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Crête <tester@gentoo.org>2007-05-01 14:17:18 +0000
committerOlivier Crête <tester@gentoo.org>2007-05-01 14:17:18 +0000
commit8e63fe12deeeb54869b0dd17e358e483fe99c3b7 (patch)
tree91d8ef0d91a5910bc9af3d22392631587a2a9243
parentgentoo-sources-2.4 has been removed (diff)
downloadgentoo-2-8e63fe12deeeb54869b0dd17e358e483fe99c3b7.tar.gz
gentoo-2-8e63fe12deeeb54869b0dd17e358e483fe99c3b7.tar.bz2
gentoo-2-8e63fe12deeeb54869b0dd17e358e483fe99c3b7.zip
Disabled mono support because it causes to many problems
(Portage version: 2.1.2.2)
-rw-r--r--net-im/pidgin/ChangeLog5
-rw-r--r--net-im/pidgin/pidgin-2.0.0_beta7.ebuild21
2 files changed, 11 insertions, 15 deletions
diff --git a/net-im/pidgin/ChangeLog b/net-im/pidgin/ChangeLog
index a0de7f1713c2..a6bb951b1ae0 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.2 2007/05/01 04:11:31 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/ChangeLog,v 1.3 2007/05/01 14:17:18 tester Exp $
+
+ 01 May 2007; Olivier Crête <tester@gentoo.org> pidgin-2.0.0_beta7.ebuild:
+ Disabled mono support because it causes to many problems
01 May 2007; Olivier Crête <tester@gentoo.org> pidgin-2.0.0_beta7.ebuild:
Add build dep on perl, and fix ewarn
diff --git a/net-im/pidgin/pidgin-2.0.0_beta7.ebuild b/net-im/pidgin/pidgin-2.0.0_beta7.ebuild
index 6889e28db883..aea16bc4d917 100644
--- a/net-im/pidgin/pidgin-2.0.0_beta7.ebuild
+++ b/net-im/pidgin/pidgin-2.0.0_beta7.ebuild
@@ -1,8 +1,8 @@
# 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.0_beta7.ebuild,v 1.2 2007/05/01 04:11:31 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-im/pidgin/pidgin-2.0.0_beta7.ebuild,v 1.3 2007/05/01 14:17:18 tester Exp $
-inherit flag-o-matic eutils toolchain-funcs multilib mono autotools perl-app gnome2
+inherit flag-o-matic eutils toolchain-funcs multilib autotools perl-app gnome2
MY_PV=${P/_beta/beta}
@@ -14,7 +14,7 @@ LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="avahi bonjour cjk crypt dbus debug doc eds gadu gnutls gstreamer meanwhile nls perl silc startup-notification tcl tk xscreensaver custom-cflags spell ssl qq msn gadu"
-IUSE="${IUSE} gtk sasl console groupwise mono"
+IUSE="${IUSE} gtk sasl console groupwise" # mono"
RDEPEND="
bonjour? ( !avahi? ( net-misc/howl )
@@ -49,8 +49,8 @@ RDEPEND="
gstreamer? ( >=media-libs/gstreamer-0.10 )
sasl? ( >=dev-libs/cyrus-sasl-2 )
doc? ( app-doc/doxygen )
- dev-libs/libxml2
- mono? ( dev-lang/mono )"
+ dev-libs/libxml2"
+ #mono? ( dev-lang/mono )"
DEPEND="$RDEPEND
dev-lang/perl
@@ -77,12 +77,12 @@ DYNAMIC_PRPLS="irc,jabber,oscar,yahoo,zephyr,simple"
# x11-plugins/gaim-latex
# x11-plugins/gaim-otr
# x11-plugins/gaimosd
-# x11-plugins/guifications
# x11-plugins/gaim-xfire
# List of plugins
# x11-plugins/pidgin-extprefs
# x11-plugins/gaim-rhythmbox
+# x11-plugins/guifications
print_pidgin_warning() {
@@ -245,16 +245,9 @@ src_compile() {
$(use_enable gstreamer) \
$(use_enable sasl cyrus-sasl ) \
$(use_enable doc doxygen) \
- $(use_enable mono) \
"--with-dynamic-prpls=${DYNAMIC_PRPLS}" \
${myconf} || die "Configuration failed"
-
- # This is a tempory fix until Makefile is fixed!!
- if use mono; then
- emake -j1
- else
- emake
- fi
+ #$(use_enable mono) \
}
src_install() {