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 E438C138010 for ; Wed, 17 Oct 2012 09:57:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E4C55E0458; Wed, 17 Oct 2012 09:57:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 592A5E0458 for ; Wed, 17 Oct 2012 09:57:19 +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 8D5B833D777 for ; Wed, 17 Oct 2012 09:57:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 4185EE5436 for ; Wed, 17 Oct 2012 09:57:17 +0000 (UTC) From: "Alexandre Rostovtsev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Rostovtsev" Message-ID: <1350467778.66152f1f16fa6989b1dfd11019913f1b058f2785.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-data-server/, mail-client/evolution/ X-VCS-Repository: proj/gnome X-VCS-Files: gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild mail-client/evolution/evolution-3.6.1.ebuild mail-client/evolution/evolution-9999.ebuild X-VCS-Directories: gnome-extra/evolution-data-server/ mail-client/evolution/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Rostovtsev X-VCS-Revision: 66152f1f16fa6989b1dfd11019913f1b058f2785 X-VCS-Branch: master Date: Wed, 17 Oct 2012 09:57:17 +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: 1fdb5ed3-7cd0-4c1d-bc84-971641c083b7 X-Archives-Hash: 1030177d5a5638d6f0751f9b8925bb03 commit: 66152f1f16fa6989b1dfd11019913f1b058f2785 Author: Alexandre Rostovtsev gentoo org> AuthorDate: Wed Oct 17 09:28:16 2012 +0000 Commit: Alexandre Rostovtsev gentoo org> CommitDate: Wed Oct 17 09:56:18 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=66152f1f gnome-extra/evolution-data-server, mail-client/evolution: sync with gx86 --- .../evolution-data-server-3.6.1.ebuild | 10 +++++----- .../evolution-data-server-9999.ebuild | 10 +++++----- mail-client/evolution/evolution-3.6.1.ebuild | 4 ++-- mail-client/evolution/evolution-9999.ebuild | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild index 8a9314f..c1df072 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.6.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-2.32.1-r1.ebuild,v 1.4 2011/01/15 19:55:02 nirbheek Exp $ +# $Header: $ EAPI="4" GCONF_DEBUG="no" @@ -9,13 +9,13 @@ PYTHON_DEPEND="2" VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" -inherit db-use eutils flag-o-matic gnome2 python versionator vala virtualx +inherit db-use eutils flag-o-matic gnome2 python vala versionator virtualx if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi DESCRIPTION="Evolution groupware backend" -HOMEPAGE="http://www.gnome.org/projects/evolution/" +HOMEPAGE="http://projects.gnome.org/evolution/" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD DB" @@ -28,7 +28,7 @@ if [[ ${PV} = 9999 ]]; then REQUIRED_USE="${REQUIRED_USE} api-doc-extras? ( doc )" KEYWORDS="" else - KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" fi RDEPEND=">=dev-libs/glib-2.32:2 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 8a9314f..c1df072 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 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-2.32.1-r1.ebuild,v 1.4 2011/01/15 19:55:02 nirbheek Exp $ +# $Header: $ EAPI="4" GCONF_DEBUG="no" @@ -9,13 +9,13 @@ PYTHON_DEPEND="2" VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" -inherit db-use eutils flag-o-matic gnome2 python versionator vala virtualx +inherit db-use eutils flag-o-matic gnome2 python vala versionator virtualx if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi DESCRIPTION="Evolution groupware backend" -HOMEPAGE="http://www.gnome.org/projects/evolution/" +HOMEPAGE="http://projects.gnome.org/evolution/" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD DB" @@ -28,7 +28,7 @@ if [[ ${PV} = 9999 ]]; then REQUIRED_USE="${REQUIRED_USE} api-doc-extras? ( doc )" KEYWORDS="" else - KEYWORDS="~amd64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" + KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris" fi RDEPEND=">=dev-libs/glib-2.32:2 diff --git a/mail-client/evolution/evolution-3.6.1.ebuild b/mail-client/evolution/evolution-3.6.1.ebuild index 086f40b..e7d5e88 100644 --- a/mail-client/evolution/evolution-3.6.1.ebuild +++ b/mail-client/evolution/evolution-3.6.1.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="Integrated mail, addressbook and calendaring functionality" -HOMEPAGE="http://www.gnome.org/projects/evolution/" +HOMEPAGE="http://projects.gnome.org/evolution/" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) CCPL-Attribution-ShareAlike-3.0 FDL-1.3+ OPENLDAP" @@ -22,7 +22,7 @@ if [[ ${PV} = 9999 ]]; then IUSE="${IUSE} doc" KEYWORDS="" else - KEYWORDS="~amd64 ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" fi # We need a graphical pinentry frontend to be able to ask for the GPG diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild index 086f40b..e7d5e88 100644 --- a/mail-client/evolution/evolution-9999.ebuild +++ b/mail-client/evolution/evolution-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then fi DESCRIPTION="Integrated mail, addressbook and calendaring functionality" -HOMEPAGE="http://www.gnome.org/projects/evolution/" +HOMEPAGE="http://projects.gnome.org/evolution/" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) CCPL-Attribution-ShareAlike-3.0 FDL-1.3+ OPENLDAP" @@ -22,7 +22,7 @@ if [[ ${PV} = 9999 ]]; then IUSE="${IUSE} doc" KEYWORDS="" else - KEYWORDS="~amd64 ~x86 ~x86-fbsd" + KEYWORDS="~amd64 ~ppc ~x86 ~x86-fbsd" fi # We need a graphical pinentry frontend to be able to ask for the GPG