Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in mail-client/evolution: evolution-3.10.3.ebuild ChangeLog
Date: Tue, 24 Dec 2013 16:44:34
Message-Id: 20131224164431.4DA302004C@flycatcher.gentoo.org
1 pacho 13/12/24 16:44:31
2
3 Modified: ChangeLog
4 Added: evolution-3.10.3.ebuild
5 Log:
6 Version bump for Gnome 3.10
7
8 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.409 mail-client/evolution/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.409&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?rev=1.409&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/ChangeLog?r1=1.408&r2=1.409
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v
20 retrieving revision 1.408
21 retrieving revision 1.409
22 diff -u -r1.408 -r1.409
23 --- ChangeLog 8 Dec 2013 19:03:36 -0000 1.408
24 +++ ChangeLog 24 Dec 2013 16:44:31 -0000 1.409
25 @@ -1,6 +1,11 @@
26 # ChangeLog for mail-client/evolution
27 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.408 2013/12/08 19:03:36 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/ChangeLog,v 1.409 2013/12/24 16:44:31 pacho Exp $
30 +
31 +*evolution-3.10.3 (24 Dec 2013)
32 +
33 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +evolution-3.10.3.ebuild:
34 + Version bump for Gnome 3.10
35
36 08 Dec 2013; Pacho Ramos <pacho@g.o> evolution-3.8.5.ebuild:
37 x86 stable, bug #478252
38
39
40
41 1.1 mail-client/evolution/evolution-3.10.3.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/evolution-3.10.3.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/mail-client/evolution/evolution-3.10.3.ebuild?rev=1.1&content-type=text/plain
45
46 Index: evolution-3.10.3.ebuild
47 ===================================================================
48 # Copyright 1999-2013 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/mail-client/evolution/evolution-3.10.3.ebuild,v 1.1 2013/12/24 16:44:31 pacho Exp $
51
52 EAPI="5"
53 GCONF_DEBUG="no"
54 GNOME2_LA_PUNT="yes"
55
56 inherit eutils flag-o-matic readme.gentoo gnome2 #autotools
57
58 DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
59 HOMEPAGE="https://live.gnome.org/Evolution http://projects.gnome.org/evolution/"
60
61 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
62 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
63 SLOT="2.0"
64 IUSE="+bogofilter crypt gstreamer highlight kerberos ldap map spamassassin ssl +weather"
65 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
66
67 # We need a graphical pinentry frontend to be able to ask for the GPG
68 # password from inside evolution, bug 160302
69 PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry-qt app-crypt/pinentry[qt4] )"
70
71 # glade-3 support is for maintainers only per configure.ac
72 # pst is not mature enough and changes API/ABI frequently
73 COMMON_DEPEND="
74 >=dev-libs/glib-2.34:2
75 >=x11-libs/cairo-1.9.15:=[glib]
76 >=x11-libs/gtk+-3.4.0:3
77 >=x11-libs/gdk-pixbuf-2.24:2
78 >=gnome-base/gnome-desktop-2.91.3:3=
79 >=gnome-base/gsettings-desktop-schemas-2.91.92
80 >=media-libs/libcanberra-0.25[gtk3]
81 >=x11-libs/libnotify-0.7:=
82 >=gnome-extra/evolution-data-server-${PV}:=[weather?]
83 >=gnome-extra/gtkhtml-4.5.2:4.0
84 dev-libs/atk
85 >=dev-libs/dbus-glib-0.6
86 >=dev-libs/libxml2-2.7.3:2
87 >=net-libs/libsoup-gnome-2.40.3:2.4
88 >=x11-misc/shared-mime-info-0.22
89 >=x11-themes/gnome-icon-theme-2.30.2.1
90 >=dev-libs/libgdata-0.10:=
91 >=net-libs/webkit-gtk-2.0.1:3
92
93 x11-libs/libSM
94 x11-libs/libICE
95
96 crypt? ( || (
97 ( >=app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
98 =app-crypt/gnupg-1.4* ) )
99 map? (
100 >=app-misc/geoclue-0.12.0
101 >=media-libs/libchamplain-0.12:0.12[gtk]
102 >=media-libs/clutter-1.0.0:1.0
103 >=media-libs/clutter-gtk-0.90:1.0
104 >=sci-geosciences/geocode-glib-3.10.0
105 x11-libs/mx:1.0 )
106 gstreamer? (
107 media-libs/gstreamer:1.0
108 media-libs/gst-plugins-base:1.0 )
109 kerberos? ( virtual/krb5:= )
110 ldap? ( >=net-nds/openldap-2:= )
111 ssl? (
112 >=dev-libs/nspr-4.6.1:=
113 >=dev-libs/nss-3.11:= )
114 weather? ( >=dev-libs/libgweather-3.8:2= )
115 "
116 DEPEND="${COMMON_DEPEND}
117 app-text/docbook-xml-dtd:4.1.2
118 dev-util/gtk-doc-am
119 >=dev-util/intltool-0.40.0
120 virtual/pkgconfig
121 "
122 # eautoreconf needs:
123 # app-text/yelp-tools
124 # >=gnome-base/gnome-common-2.12
125 RDEPEND="${COMMON_DEPEND}
126 bogofilter? ( mail-filter/bogofilter )
127 highlight? ( app-text/highlight )
128 spamassassin? ( mail-filter/spamassassin )
129 !gnome-extra/evolution-exchange
130 "
131
132 DISABLE_AUTOFORMATTING="yes"
133 DOC_CONTENTS="To change the default browser if you are not using GNOME, edit
134 ~/.local/share/applications/mimeapps.list so it includes the
135 following content:
136
137 [Default Applications]
138 x-scheme-handler/http=firefox.desktop
139 x-scheme-handler/https=firefox.desktop
140
141 (replace firefox.desktop with the name of the appropriate .desktop
142 file from /usr/share/applications if you use a different browser)."
143
144 src_prepare() {
145 # Reason?
146 ELTCONF="--reverse-deps"
147
148 DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README"
149
150 #eautoreconf # See https://bugzilla.gnome.org/701904
151
152 gnome2_src_prepare
153
154 # Fix compilation flags crazyness
155 sed -e 's/\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
156 -i configure || die "CPPFLAGS sed failed"
157 }
158
159 src_configure() {
160 # Use NSS/NSPR only if 'ssl' is enabled.
161 # image-inline plugin needs a gtk+:3 gtkimageview, which does not exist yet
162 local myconf
163 myconf="${myconf} ITSTOOL=$(type -P true)"
164 gnome2_src_configure \
165 --without-glade-catalog \
166 --disable-image-inline \
167 --disable-pst-import \
168 --enable-canberra \
169 $(use_enable bogofilter) \
170 $(use_enable gstreamer audio-inline) \
171 $(use_enable highlight text-highlight) \
172 $(use_enable map contact-maps) \
173 $(use_enable spamassassin) \
174 $(use_enable ssl nss) \
175 $(use_enable ssl smime) \
176 $(use_with kerberos krb5 "${EPREFIX}"/usr) \
177 $(use_with ldap openldap) \
178 $(usex ssl --enable-nss=yes "--without-nspr-libs
179 --without-nspr-includes
180 --without-nss-libs
181 --without-nss-includes") \
182 $(use_enable weather) \
183 ${myconf}
184 }
185
186 src_install() {
187 gnome2_src_install
188 readme.gentoo_create_doc
189 }
190
191 pkg_postinst() {
192 gnome2_pkg_postinst
193 readme.gentoo_print_elog
194 }