From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 65E65198002 for ; Tue, 5 Mar 2013 13:35:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EF4B9E064B; Tue, 5 Mar 2013 13:35:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6EA65E064B for ; Tue, 5 Mar 2013 13:35:43 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 11B0D33DC70 for ; Tue, 5 Mar 2013 13:35:42 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 97D2DE4073 for ; Tue, 5 Mar 2013 13:35:39 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1362490425.e96c6dd5584db84ae9a6bc4514d047124d9a4926.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: e96c6dd5584db84ae9a6bc4514d047124d9a4926 X-VCS-Branch: master Date: Tue, 5 Mar 2013 13:35:39 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: fce8061c-5436-4bb2-813c-6f6da4848417 X-Archives-Hash: 40f964d915137770d05e6e57be8b11d7 commit: e96c6dd5584db84ae9a6bc4514d047124d9a4926 Author: Priit Laes plaes org> AuthorDate: Tue Mar 5 13:33:45 2013 +0000 Commit: Priit Laes plaes org> CommitDate: Tue Mar 5 13:33:45 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e96c6dd5 gnome-extra/evolution-data-server: Adapt to GNOME Team policies --- .../evolution-data-server-3.7.91.ebuild | 39 +++++++++++--------- .../evolution-data-server-9999.ebuild | 39 +++++++++++--------- 2 files changed, 42 insertions(+), 36 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild index bc3ebf4..ac3a4ca 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.7.91.ebuild @@ -81,24 +81,6 @@ pkg_setup() { src_prepare() { DOCS="ChangeLog MAINTAINERS NEWS TODO" - # TODO: ubuntu-online-accounts uoa - G2CONF="${G2CONF} - --disable-schemas-compile - $(use_enable api-doc-extras gtk-doc) - $(use_with api-doc-extras private-docs) - $(use_enable gnome-online-accounts goa) - $(use_enable google) - $(use_enable introspection) - $(use_enable ipv6) - $(use_with kerberos krb5 ${EPREFIX}/usr) - $(use_with ldap openldap) - $(use_enable vala vala-bindings) - $(use_enable weather) - --disable-uoa - --enable-nntp - --enable-largefile - --enable-smime - --with-libdb=${EPREFIX}/usr" gnome2_src_prepare use vala && vala_src_prepare @@ -113,6 +95,27 @@ src_prepare() { -i configure || die "sed failed" } +src_configure() { + + gnome2_src_configure \ + --disable-schemas-compile \ + --disable-uoa \ + $(use_enable api-doc-extras gtk-doc) \ + $(use_with api-doc-extras private-docs) \ + $(use_enable gnome-online-accounts goa) \ + $(use_enable google) \ + $(use_enable introspection) \ + $(use_enable ipv6) \ + $(use_with kerberos krb5 "${EPREFIX}"/usr) \ + $(use_with ldap openldap) \ + $(use_enable vala vala-bindings) \ + $(use_enable weather) \ + --enable-nntp \ + --enable-largefile \ + --enable-smime \ + --with-libdb="${EPREFIX}"/usr +} + src_install() { # Prevent this evolution-data-server from linking to libs in the installed # evolution-data-server libraries by adding -L arguments for build dirs to diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild index bc3ebf4..ac3a4ca 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -81,24 +81,6 @@ pkg_setup() { src_prepare() { DOCS="ChangeLog MAINTAINERS NEWS TODO" - # TODO: ubuntu-online-accounts uoa - G2CONF="${G2CONF} - --disable-schemas-compile - $(use_enable api-doc-extras gtk-doc) - $(use_with api-doc-extras private-docs) - $(use_enable gnome-online-accounts goa) - $(use_enable google) - $(use_enable introspection) - $(use_enable ipv6) - $(use_with kerberos krb5 ${EPREFIX}/usr) - $(use_with ldap openldap) - $(use_enable vala vala-bindings) - $(use_enable weather) - --disable-uoa - --enable-nntp - --enable-largefile - --enable-smime - --with-libdb=${EPREFIX}/usr" gnome2_src_prepare use vala && vala_src_prepare @@ -113,6 +95,27 @@ src_prepare() { -i configure || die "sed failed" } +src_configure() { + + gnome2_src_configure \ + --disable-schemas-compile \ + --disable-uoa \ + $(use_enable api-doc-extras gtk-doc) \ + $(use_with api-doc-extras private-docs) \ + $(use_enable gnome-online-accounts goa) \ + $(use_enable google) \ + $(use_enable introspection) \ + $(use_enable ipv6) \ + $(use_with kerberos krb5 "${EPREFIX}"/usr) \ + $(use_with ldap openldap) \ + $(use_enable vala vala-bindings) \ + $(use_enable weather) \ + --enable-nntp \ + --enable-largefile \ + --enable-smime \ + --with-libdb="${EPREFIX}"/usr +} + src_install() { # Prevent this evolution-data-server from linking to libs in the installed # evolution-data-server libraries by adding -L arguments for build dirs to