Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 89193 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/mail-client/evolution/evolution-2.2.1.1.ebuild (-6 / +15 lines)
Lines 1-16 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-2.2.1.1.ebuild,v 1.11 2005/06/17 19:09:11 ferdy Exp $
3
# $Header: $
4
4
5
inherit eutils gnome2 flag-o-matic alternatives
5
inherit eutils gnome2 flag-o-matic alternatives
6
6
7
DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
7
DESCRIPTION="A GNOME groupware application, a Microsoft Outlook workalike"
8
HOMEPAGE="http://ximian.com/products/evolution/"
8
HOMEPAGE="http://www.novell.com/products/desktop/features/evolution.html"
9
9
10
LICENSE="GPL-2"
10
LICENSE="GPL-2"
11
SLOT="2.0"
11
SLOT="2.0"
12
KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
12
KEYWORDS="alpha amd64 ~ia64 ppc ~ppc64 sparc x86"
13
IUSE="ssl mozilla ldap doc spell ipv6 kerberos crypt nntp debug pda gstreamer mono"
13
IUSE="ssl mozilla mozilla-firefox ldap doc spell ipv6 kerberos crypt nntp debug pda gstreamer mono"
14
14
15
# Top stanza are ximian deps
15
# Top stanza are ximian deps
16
RDEPEND=">=gnome-extra/libgtkhtml-3.6.1
16
RDEPEND=">=gnome-extra/libgtkhtml-3.6.1
Lines 37-45 Link Here
37
		>=app-pda/gnome-pilot-conduits-2.0.10 )
37
		>=app-pda/gnome-pilot-conduits-2.0.10 )
38
	spell? ( >=app-text/gnome-spell-1.0.5 )
38
	spell? ( >=app-text/gnome-spell-1.0.5 )
39
	crypt? ( >=app-crypt/gnupg-1.2.2 )
39
	crypt? ( >=app-crypt/gnupg-1.2.2 )
40
	ssl? ( mozilla? ( www-client/mozilla )
40
	ssl? (
41
		!mozilla? ( >=dev-libs/nspr-4.4.1
41
		|| (
42
			>=dev-libs/nss-3.9.2 ) )
42
			mozilla? ( www-client/mozilla )
43
			mozilla-firefox? ( www-client/mozilla-firefox )
44
			( >=dev-libs/nspr-4.4.1 >=dev-libs/nss-3.9.2 )
45
		)
46
	)
43
	ldap? ( >=net-nds/openldap-2 )
47
	ldap? ( >=net-nds/openldap-2 )
44
	kerberos? ( virtual/krb5 )
48
	kerberos? ( virtual/krb5 )
45
	gstreamer? ( >=media-libs/gstreamer-0.8
49
	gstreamer? ( >=media-libs/gstreamer-0.8
Lines 114-119 Link Here
114
			NSPR_LIB=/usr/$(get_libdir)/mozilla
118
			NSPR_LIB=/usr/$(get_libdir)/mozilla
115
			NSS_INC=/usr/$(get_libdir)/mozilla/include/nss
119
			NSS_INC=/usr/$(get_libdir)/mozilla/include/nss
116
			NSPR_INC=/usr/$(get_libdir)/mozilla/include/nspr
120
			NSPR_INC=/usr/$(get_libdir)/mozilla/include/nspr
121
		elif use mozilla-firefox ; then
122
			NSS_LIB=/usr/${get_libdir}/MozillaFirefox
123
			NSPR_LIB=/usr/${get_libdir}/MozillaFirefox
124
			NSS_INC=/usr/${get_libdir}/MozillaFirefox/include/nss
125
			NSPR_INC=/usr/${get_libdir}/MozillaFirefox/include/nspr
117
		else
126
		else
118
			NSS_LIB=/usr/$(get_libdir)/nss
127
			NSS_LIB=/usr/$(get_libdir)/nss
119
			NSPR_LIB=/usr/$(get_libdir)/nspr
128
			NSPR_LIB=/usr/$(get_libdir)/nspr

Return to bug 89193