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 8D9D3138247 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 0CBDFE0C0B; 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 723A2E0C0B 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 77BCF33F79F 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 3F3F518096 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: <1390040855.e45fc9f97c2da406a10f218a719252c5b4b16518.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.11.4.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: e45fc9f97c2da406a10f218a719252c5b4b16518 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: ff911303-d768-4389-b4f1-39da22ff1ab3 X-Archives-Hash: ddbf9754cab7169e076084472e0f5384 commit: e45fc9f97c2da406a10f218a719252c5b4b16518 Author: Priit Laes plaes org> AuthorDate: Sat Jan 18 10:25:59 2014 +0000 Commit: Priit Laes plaes org> CommitDate: Sat Jan 18 10:27:35 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=e45fc9f9 gnome-extra/evolution-data-server: Add 3.11.4 to overlay --- ...rver-9999.ebuild => evolution-data-server-3.11.4.ebuild} | 13 +++++++------ .../evolution-data-server/evolution-data-server-9999.ebuild | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.11.4.ebuild similarity index 98% copy from gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild copy to gnome-extra/evolution-data-server/evolution-data-server-3.11.4.ebuild index 04c6ff1..322fa64 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-3.11.4.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" -SLOT="0/47" # subslot = libcamel-1.2 soname version +SLOT="0/48" # subslot = libcamel-1.2 soname version IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" REQUIRED_USE="vala? ( introspection )" @@ -32,17 +32,19 @@ else fi RDEPEND=" - dev-libs/icu - >=dev-libs/glib-2.36:2 + >=app-crypt/gcr-3.4 + >=app-crypt/libsecret-0.5 >=dev-db/sqlite-3.5:= + >=dev-libs/glib-2.36:2 >=dev-libs/libgdata-0.10:= - >=app-crypt/libsecret-0.5 >=dev-libs/libical-0.43:= >=net-libs/libsoup-2.42:2.4 >=dev-libs/libxml2-2 - >=sys-libs/db-4:= >=dev-libs/nspr-4.4:= >=dev-libs/nss-3.9:= + >=sys-libs/db-4:= + + dev-libs/icu sys-libs/zlib:= virtual/libiconv @@ -103,7 +105,6 @@ src_configure() { $(use_enable vala vala-bindings) \ $(use_enable weather) \ --enable-google \ - --enable-nntp \ --enable-largefile \ --enable-smime \ --with-libdb="${EPREFIX}"/usr \ 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 04c6ff1..322fa64 100644 --- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild +++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild @@ -19,7 +19,7 @@ HOMEPAGE="http://projects.gnome.org/evolution/arch.shtml" # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+". LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat" -SLOT="0/47" # subslot = libcamel-1.2 soname version +SLOT="0/48" # subslot = libcamel-1.2 soname version IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap kerberos vala +weather" REQUIRED_USE="vala? ( introspection )" @@ -32,17 +32,19 @@ else fi RDEPEND=" - dev-libs/icu - >=dev-libs/glib-2.36:2 + >=app-crypt/gcr-3.4 + >=app-crypt/libsecret-0.5 >=dev-db/sqlite-3.5:= + >=dev-libs/glib-2.36:2 >=dev-libs/libgdata-0.10:= - >=app-crypt/libsecret-0.5 >=dev-libs/libical-0.43:= >=net-libs/libsoup-2.42:2.4 >=dev-libs/libxml2-2 - >=sys-libs/db-4:= >=dev-libs/nspr-4.4:= >=dev-libs/nss-3.9:= + >=sys-libs/db-4:= + + dev-libs/icu sys-libs/zlib:= virtual/libiconv @@ -103,7 +105,6 @@ src_configure() { $(use_enable vala vala-bindings) \ $(use_enable weather) \ --enable-google \ - --enable-nntp \ --enable-largefile \ --enable-smime \ --with-libdb="${EPREFIX}"/usr \