/[gentoo-x86]/gnome-extra/evolution-exchange/evolution-exchange-3.4.4.ebuild
Gentoo

Contents of /gnome-extra/evolution-exchange/evolution-exchange-3.4.4.ebuild

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Mon Dec 24 04:47:56 2012 UTC (4 months, 3 weeks ago) by tetromino
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +5 -2 lines
Depend on evolution-data-server with the same major/minor version (bug #448350).

(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, unsigned Manifest commit)

1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.4.4.ebuild,v 1.1 2012/08/13 04:59:56 tetromino Exp $
4
5 EAPI="4"
6 GCONF_DEBUG="yes"
7 GNOME2_LA_PUNT="yes"
8
9 inherit gnome2 versionator
10
11 MY_MAJORV=$(get_version_component_range 1-2)
12
13 DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
14 HOMEPAGE="http://projects.gnome.org/evolution/"
15 LICENSE="GPL-2"
16
17 SLOT="2.0"
18 IUSE="debug doc static"
19 KEYWORDS="~amd64 ~x86"
20
21 RDEPEND="
22 >=mail-client/evolution-${PV}:2.0
23 >=gnome-extra/evolution-data-server-${PV}[ldap,kerberos]
24 =gnome-extra/evolution-data-server-${MY_MAJORV}*
25 >=dev-libs/glib-2.28:2
26 >=x11-libs/gtk+-3.0:3
27 >=gnome-base/gconf-2:2
28 >=dev-libs/libical-0.43
29 dev-libs/libxml2:2
30 net-libs/libsoup:2.4
31 >=net-nds/openldap-2.1.30-r2
32 virtual/krb5"
33
34 DEPEND="${RDEPEND}
35 >=dev-util/intltool-0.40
36 virtual/pkgconfig
37 doc? ( >=dev-util/gtk-doc-1.9 )"
38
39 pkg_setup() {
40 G2CONF="${G2CONF}
41 --with-krb5=${EPREFIX}/usr
42 --with-openldap
43 --disable-static
44 $(use_enable debug e2k-debug)
45 $(use_with static static-ldap)"
46 DOCS="AUTHORS ChangeLog NEWS README"
47 }

  ViewVC Help
Powered by ViewVC 1.1.13