diff options
author | 2013-07-28 00:12:56 +0000 | |
---|---|---|
committer | 2013-07-28 00:12:56 +0000 | |
commit | cfcad071fa254900a4cd33274c86115e9353b4eb (patch) | |
tree | ac92f3c2abbd8e482f4a07c769b8b877bfabb464 /gnome-extra/evolution-data-server | |
parent | Fix dependency per configure. (diff) | |
download | gentoo-2-cfcad071fa254900a4cd33274c86115e9353b4eb.tar.gz gentoo-2-cfcad071fa254900a4cd33274c86115e9353b4eb.tar.bz2 gentoo-2-cfcad071fa254900a4cd33274c86115e9353b4eb.zip |
Add missing PYTHON_DEPS and phonenumber configure switch + cosmetics.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'gnome-extra/evolution-data-server')
-rw-r--r-- | gnome-extra/evolution-data-server/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild | 11 |
2 files changed, 12 insertions, 5 deletions
diff --git a/gnome-extra/evolution-data-server/ChangeLog b/gnome-extra/evolution-data-server/ChangeLog index d699313784b4..a94ac7099b02 100644 --- a/gnome-extra/evolution-data-server/ChangeLog +++ b/gnome-extra/evolution-data-server/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/evolution-data-server # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.372 2013/07/23 20:44:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/ChangeLog,v 1.373 2013/07/28 00:12:56 eva Exp $ + + 28 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org> + evolution-data-server-3.8.4.ebuild: + Add missing PYTHON_DEPS and phonenumber configure switch + cosmetics. *evolution-data-server-3.8.4 (23 Jul 2013) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild index 2dcc6977ca26..4267605e8a59 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild,v 1.1 2013/07/23 20:44:36 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-data-server/evolution-data-server-3.8.4.ebuild,v 1.2 2013/07/28 00:12:56 eva Exp $ EAPI="5" -PYTHON_COMPAT=( python{2_7,3,3} ) GCONF_DEBUG="no" +PYTHON_COMPAT=( python{2_7,3,3} ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" @@ -45,6 +45,7 @@ RDEPEND=" weather? ( >=dev-libs/libgweather-3.5:2= ) " DEPEND="${RDEPEND} + ${PYTHON_DEPS} dev-util/fix-la-relink-command dev-util/gperf >=dev-util/gtk-doc-am-1.9 @@ -61,20 +62,21 @@ pkg_setup() { } src_prepare() { - gnome2_src_prepare use vala && vala_src_prepare + gnome2_src_prepare # /usr/include/db.h is always db-1 on FreeBSD # so include the right dir in CPPFLAGS append-cppflags "-I$(db_includedir)" - # Fix compilation flags crazyness + # FIXME: Fix compilation flags crazyness # Touch configure.ac if doing eautoreconf sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \ -i configure || die "sed failed" } src_configure() { + # pĥonenumber does not exist in tree gnome2_src_configure \ $(use_enable api-doc-extras gtk-doc) \ $(use_with api-doc-extras private-docs) \ @@ -91,6 +93,7 @@ src_configure() { --enable-largefile \ --enable-smime \ --with-libdb="${EPREFIX}"/usr \ + --without-phonenumber \ --disable-uoa } |