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 175A91387B2 for ; Sun, 22 Dec 2013 20:26:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B680E0AC0; Sun, 22 Dec 2013 20:26:41 +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 BB375E0AAC for ; Sun, 22 Dec 2013 20:26:40 +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 DE76B33F5CC for ; Sun, 22 Dec 2013 20:26:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 8B431E5540 for ; Sun, 22 Dec 2013 20:26:38 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1387743986.dded408bf0e754a4cc505155cdac9d033d6fdf9e.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-exchange/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild gnome-extra/evolution-exchange/metadata.xml X-VCS-Directories: gnome-extra/evolution-exchange/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: dded408bf0e754a4cc505155cdac9d033d6fdf9e X-VCS-Branch: master Date: Sun, 22 Dec 2013 20:26:38 +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: f1af6cba-d696-4214-8e82-a9a51766b1d5 X-Archives-Hash: c49ab81904f08469e6d98deaf209125d commit: dded408bf0e754a4cc505155cdac9d033d6fdf9e Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Dec 22 20:09:35 2013 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Dec 22 20:26:26 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dded408b gnome-extra/evolution-exchange: port to team standards * Port to EAPI=5 * add metadata.xml * drop G2CONF usage --- .../evolution-exchange-9999.ebuild | 35 +++++++++++++--------- gnome-extra/evolution-exchange/metadata.xml | 5 ++++ 2 files changed, 26 insertions(+), 14 deletions(-) diff --git a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild index f9b5caa..62a72f8 100644 --- a/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild +++ b/gnome-extra/evolution-exchange/evolution-exchange-9999.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-exchange/evolution-exchange-3.2.3.ebuild,v 1.1 2012/01/20 23:28:07 tetromino Exp $ +# $Header: $ -EAPI="4" +EAPI="5" GCONF_DEBUG="yes" GNOME2_LA_PUNT="yes" @@ -16,9 +16,10 @@ HOMEPAGE="http://projects.gnome.org/evolution/" LICENSE="GPL-2" SLOT="2.0" -IUSE="debug doc static" +IUSE="debug static" if [[ ${PV} = 9999 ]]; then KEYWORDS="" + IUSE="${IUSE} doc" else KEYWORDS="~amd64 ~x86" fi @@ -33,19 +34,25 @@ RDEPEND=" dev-libs/libxml2:2 net-libs/libsoup:2.4 >=net-nds/openldap-2.1.30-r2 - virtual/krb5" - + virtual/krb5 +" DEPEND="${RDEPEND} + >=dev-util/gtk-doc-am-1.9 >=dev-util/intltool-0.40 virtual/pkgconfig - doc? ( >=dev-util/gtk-doc-1.9 )" +" + +if [[ ${PV} = 9999 ]]; then + DEPEND="${DEPEND} + doc? ( >=dev-util/gtk-doc-1.9 )" +fi -pkg_setup() { - G2CONF="${G2CONF} - --with-krb5=${EPREFIX}/usr - --with-openldap - --disable-static - $(use_enable debug e2k-debug) - $(use_with static static-ldap)" +src_configure() { DOCS="AUTHORS ChangeLog NEWS README" + gnome2_src_configure \ + --with-krb5="${EPREFIX}"/usr \ + --with-openldap \ + --disable-static \ + $(use_enable debug e2k-debug) \ + $(use_with static static-ldap) } diff --git a/gnome-extra/evolution-exchange/metadata.xml b/gnome-extra/evolution-exchange/metadata.xml new file mode 100644 index 0000000..da6fd63 --- /dev/null +++ b/gnome-extra/evolution-exchange/metadata.xml @@ -0,0 +1,5 @@ + + + +gnome +