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 8B7D2138247 for ; Wed, 13 Nov 2013 13:15:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DCB0BE0CAF; Wed, 13 Nov 2013 13:15:40 +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 64D4CE0CAF for ; Wed, 13 Nov 2013 13:15: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 301CB33F30A for ; Wed, 13 Nov 2013 13:15:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id C3C17E545F for ; Wed, 13 Nov 2013 13:15:36 +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: <1384346691.17d44815db258dfaca62112b2fd34508a301c004.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: mail-client/evolution/ X-VCS-Repository: proj/gnome X-VCS-Files: mail-client/evolution/evolution-3.10.2.ebuild mail-client/evolution/evolution-3.9.92.ebuild mail-client/evolution/evolution-9999.ebuild X-VCS-Directories: mail-client/evolution/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 17d44815db258dfaca62112b2fd34508a301c004 X-VCS-Branch: master Date: Wed, 13 Nov 2013 13:15:36 +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: 84040a70-7c3c-4dff-b06e-3b5fa82cc021 X-Archives-Hash: 3bd10008bc6004727b42a778a89ee95f commit: 17d44815db258dfaca62112b2fd34508a301c004 Author: Priit Laes plaes org> AuthorDate: Wed Nov 13 10:34:03 2013 +0000 Commit: Priit Laes plaes org> CommitDate: Wed Nov 13 12:44:51 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=17d44815 mail-client/evolution: 3.9.92 → 3.10.2 9999 has also been bumped to current git deps --- .../{evolution-3.9.92.ebuild => evolution-3.10.2.ebuild} | 11 +++++------ mail-client/evolution/evolution-9999.ebuild | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/mail-client/evolution/evolution-3.9.92.ebuild b/mail-client/evolution/evolution-3.10.2.ebuild similarity index 94% rename from mail-client/evolution/evolution-3.9.92.ebuild rename to mail-client/evolution/evolution-3.10.2.ebuild index 987fdb2..a702bd9 100644 --- a/mail-client/evolution/evolution-3.9.92.ebuild +++ b/mail-client/evolution/evolution-3.10.2.ebuild @@ -6,11 +6,10 @@ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -inherit autotools eutils flag-o-matic readme.gentoo gnome2 versionator +inherit autotools eutils flag-o-matic readme.gentoo gnome2 if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi -MY_MAJORV=$(get_version_component_range 1-2) DESCRIPTION="Integrated mail, addressbook and calendaring functionality" HOMEPAGE="https://live.gnome.org/Evolution http://projects.gnome.org/evolution/" @@ -33,7 +32,8 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry-qt app-crypt/pi # glade-3 support is for maintainers only per configure.ac # pst is not mature enough and changes API/ABI frequently COMMON_DEPEND=" - >=dev-libs/glib-2.34:2 + >=app-crypt/gcr-3.4 + >=dev-libs/glib-2.36:2 >=x11-libs/cairo-1.9.15:=[glib] >=x11-libs/gtk+-3.4.0:3 >=x11-libs/gdk-pixbuf-2.24 @@ -42,7 +42,6 @@ COMMON_DEPEND=" >=media-libs/libcanberra-0.25[gtk3] >=x11-libs/libnotify-0.7:= >=gnome-extra/evolution-data-server-${PV}:=[weather?] - =gnome-extra/evolution-data-server-${MY_MAJORV}* >=gnome-extra/gtkhtml-4.5.2:4.0 dev-libs/atk >=dev-libs/dbus-glib-0.6 @@ -51,7 +50,7 @@ COMMON_DEPEND=" >=x11-misc/shared-mime-info-0.22 >=x11-themes/gnome-icon-theme-2.30.2.1 >=dev-libs/libgdata-0.10:= - >=net-libs/webkit-gtk-1.10.0 + >=net-libs/webkit-gtk-2.0.1 x11-libs/libSM x11-libs/libICE @@ -64,7 +63,7 @@ COMMON_DEPEND=" >=media-libs/libchamplain-0.12:0.12 >=media-libs/clutter-1.0.0:1.0 >=media-libs/clutter-gtk-0.90:1.0 - >=sci-geosciences/geocode-glib-0.99.0 + >=sci-geosciences/geocode-glib-3.10.0 x11-libs/mx:1.0 ) gstreamer? ( || ( ( media-libs/gstreamer:1.0 diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild index 987fdb2..a702bd9 100644 --- a/mail-client/evolution/evolution-9999.ebuild +++ b/mail-client/evolution/evolution-9999.ebuild @@ -6,11 +6,10 @@ EAPI="5" GCONF_DEBUG="no" GNOME2_LA_PUNT="yes" -inherit autotools eutils flag-o-matic readme.gentoo gnome2 versionator +inherit autotools eutils flag-o-matic readme.gentoo gnome2 if [[ ${PV} = 9999 ]]; then inherit gnome2-live fi -MY_MAJORV=$(get_version_component_range 1-2) DESCRIPTION="Integrated mail, addressbook and calendaring functionality" HOMEPAGE="https://live.gnome.org/Evolution http://projects.gnome.org/evolution/" @@ -33,7 +32,8 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry-qt app-crypt/pi # glade-3 support is for maintainers only per configure.ac # pst is not mature enough and changes API/ABI frequently COMMON_DEPEND=" - >=dev-libs/glib-2.34:2 + >=app-crypt/gcr-3.4 + >=dev-libs/glib-2.36:2 >=x11-libs/cairo-1.9.15:=[glib] >=x11-libs/gtk+-3.4.0:3 >=x11-libs/gdk-pixbuf-2.24 @@ -42,7 +42,6 @@ COMMON_DEPEND=" >=media-libs/libcanberra-0.25[gtk3] >=x11-libs/libnotify-0.7:= >=gnome-extra/evolution-data-server-${PV}:=[weather?] - =gnome-extra/evolution-data-server-${MY_MAJORV}* >=gnome-extra/gtkhtml-4.5.2:4.0 dev-libs/atk >=dev-libs/dbus-glib-0.6 @@ -51,7 +50,7 @@ COMMON_DEPEND=" >=x11-misc/shared-mime-info-0.22 >=x11-themes/gnome-icon-theme-2.30.2.1 >=dev-libs/libgdata-0.10:= - >=net-libs/webkit-gtk-1.10.0 + >=net-libs/webkit-gtk-2.0.1 x11-libs/libSM x11-libs/libICE @@ -64,7 +63,7 @@ COMMON_DEPEND=" >=media-libs/libchamplain-0.12:0.12 >=media-libs/clutter-1.0.0:1.0 >=media-libs/clutter-gtk-0.90:1.0 - >=sci-geosciences/geocode-glib-0.99.0 + >=sci-geosciences/geocode-glib-3.10.0 x11-libs/mx:1.0 ) gstreamer? ( || ( ( media-libs/gstreamer:1.0