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 A2FAB1387B1 for ; Sat, 18 Jan 2014 10:26:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2FD07E0C12; Sat, 18 Jan 2014 10:26:24 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8F021E0C12 for ; Sat, 18 Jan 2014 10:26:23 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 925E433F872 for ; Sat, 18 Jan 2014 10:26:22 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id 62F7B1872B for ; Sat, 18 Jan 2014 10:26:21 +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: <1390040982.0d03f40a803bb4e6e0c851de7bdfa2289d1b2efd.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.11.4.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: 0d03f40a803bb4e6e0c851de7bdfa2289d1b2efd X-VCS-Branch: master Date: Sat, 18 Jan 2014 10:26:21 +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: 50599bd0-82ea-4f6c-9e3e-855b23abd5bf X-Archives-Hash: 29dea54d7c2455ab237c27c79d6f8e30 commit: 0d03f40a803bb4e6e0c851de7bdfa2289d1b2efd Author: Priit Laes plaes org> AuthorDate: Sat Jan 18 10:29:42 2014 +0000 Commit: Priit Laes plaes org> CommitDate: Sat Jan 18 10:29:42 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0d03f40a mail-client/evolution: Add 3.11.4 to overlay --- .../{evolution-9999.ebuild => evolution-3.11.4.ebuild} | 11 +++++------ mail-client/evolution/evolution-9999.ebuild | 11 +++++------ 2 files changed, 10 insertions(+), 12 deletions(-) diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-3.11.4.ebuild similarity index 94% copy from mail-client/evolution/evolution-9999.ebuild copy to mail-client/evolution/evolution-3.11.4.ebuild index 916ccd0..a701a36 100644 --- a/mail-client/evolution/evolution-9999.ebuild +++ b/mail-client/evolution/evolution-3.11.4.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://live.gnome.org/Evolution http://projects.gnome.org/evolution/" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP" SLOT="2.0" -IUSE="+bogofilter crypt gstreamer highlight kerberos ldap map spamassassin ssl +weather" +IUSE="+bogofilter crypt highlight kerberos ldap map spamassassin spell ssl +weather" if [[ ${PV} = 9999 ]]; then IUSE="${IUSE} doc" KEYWORDS="" @@ -32,6 +32,7 @@ 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=" + >=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 @@ -45,7 +46,7 @@ COMMON_DEPEND=" dev-libs/atk >=dev-libs/dbus-glib-0.6 >=dev-libs/libxml2-2.7.3:2 - >=net-libs/libsoup-gnome-2.40.3:2.4 + >=net-libs/libsoup-gnome-2.42:2.4 >=x11-misc/shared-mime-info-0.22 >=x11-themes/gnome-icon-theme-2.30.2.1 >=dev-libs/libgdata-0.10:= @@ -64,9 +65,7 @@ COMMON_DEPEND=" >=media-libs/clutter-gtk-0.90:1.0 >=sci-geosciences/geocode-glib-3.10.0 x11-libs/mx:1.0 ) - gstreamer? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 ) + spell? ( app-text/gtkspell:3 ) kerberos? ( virtual/krb5:= ) ldap? ( >=net-nds/openldap-2:= ) ssl? ( @@ -134,10 +133,10 @@ src_configure() { --disable-pst-import \ --enable-canberra \ $(use_enable bogofilter) \ - $(use_enable gstreamer audio-inline) \ $(use_enable highlight text-highlight) \ $(use_enable map contact-maps) \ $(use_enable spamassassin) \ + $(use_enable spell gtkspell) \ $(use_enable ssl nss) \ $(use_enable ssl smime) \ $(use_with kerberos krb5 "${EPREFIX}"/usr) \ diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild index 916ccd0..a701a36 100644 --- a/mail-client/evolution/evolution-9999.ebuild +++ b/mail-client/evolution/evolution-9999.ebuild @@ -17,7 +17,7 @@ HOMEPAGE="https://live.gnome.org/Evolution http://projects.gnome.org/evolution/" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP" SLOT="2.0" -IUSE="+bogofilter crypt gstreamer highlight kerberos ldap map spamassassin ssl +weather" +IUSE="+bogofilter crypt highlight kerberos ldap map spamassassin spell ssl +weather" if [[ ${PV} = 9999 ]]; then IUSE="${IUSE} doc" KEYWORDS="" @@ -32,6 +32,7 @@ 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=" + >=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 @@ -45,7 +46,7 @@ COMMON_DEPEND=" dev-libs/atk >=dev-libs/dbus-glib-0.6 >=dev-libs/libxml2-2.7.3:2 - >=net-libs/libsoup-gnome-2.40.3:2.4 + >=net-libs/libsoup-gnome-2.42:2.4 >=x11-misc/shared-mime-info-0.22 >=x11-themes/gnome-icon-theme-2.30.2.1 >=dev-libs/libgdata-0.10:= @@ -64,9 +65,7 @@ COMMON_DEPEND=" >=media-libs/clutter-gtk-0.90:1.0 >=sci-geosciences/geocode-glib-3.10.0 x11-libs/mx:1.0 ) - gstreamer? ( - media-libs/gstreamer:1.0 - media-libs/gst-plugins-base:1.0 ) + spell? ( app-text/gtkspell:3 ) kerberos? ( virtual/krb5:= ) ldap? ( >=net-nds/openldap-2:= ) ssl? ( @@ -134,10 +133,10 @@ src_configure() { --disable-pst-import \ --enable-canberra \ $(use_enable bogofilter) \ - $(use_enable gstreamer audio-inline) \ $(use_enable highlight text-highlight) \ $(use_enable map contact-maps) \ $(use_enable spamassassin) \ + $(use_enable spell gtkspell) \ $(use_enable ssl nss) \ $(use_enable ssl smime) \ $(use_with kerberos krb5 "${EPREFIX}"/usr) \