[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2024-05-25 Thread Mart Raudsepp
commit: 6c6af1b706ff3832851ef1beb8a6f2932f1bac3a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 25 21:05:21 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 25 21:14:13 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6c6af1b7

gnome-extra/evolution-data-server: add 3.52.2

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.52.2.ebuild| 159 +
 2 files changed, 160 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 295e2fc77680..65c9c1d389bf 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-data-server-3.50.2.tar.xz 4964152 BLAKE2B 
7279a5bcb0399fdcce723336a052dca13efa6f0af6ef7371b7cb8e76fbd7e1b0313e7f677cea530de62a93770c35887fd70bac551338f9a89860e2529b1f1519
 SHA512 
9e2a34e06a446ae142535072a3d6916e31b7be987b114c111fb0687fa32a3fe4085ba5a09ccd77fb395d107e5c673130dc770bae74a50fdb566c91cd9de85610
 DIST evolution-data-server-3.50.4.tar.xz 4964564 BLAKE2B 
7e3cf51856a1b12fcbd7e0b6ab98b8616c6e6047afb7fc59f8366920177c30b4d18f58cdd11825e81054ef46d61d3addf9eb646310510ba44f60bc5a2c2abe50
 SHA512 
e83f4222615d518e536a622808896b1da7e425e90d9b3c3545c6b850f955bd6d4b4a6815904fcdcfa373b3c01a6ce61377e259bc740941fc3f641e60eddacaed
 DIST evolution-data-server-3.52.1.tar.xz 5048124 BLAKE2B 
6dd6dc89c7efb7484c075cc51c5e2056ee62a50b810e479f39d04fe62f1a095e49783c20d23372efed954d7f9b78681b7af45389410f2cffb53af8ab2cd22bb3
 SHA512 
67f08fc3c8f7393fa66dc91f6fb33aa17644eb036d6c3552c3e7b30f128756b9e232cbf2a38eab43d0451699bb8799d9a869198bd9c293c0e2456b8e00339286
+DIST evolution-data-server-3.52.2.tar.xz 5051576 BLAKE2B 
f4c897fe533e5d8bf13f21e1964b4a300b55e2422b00a2e02e87a1e7a73e82012b7f7719f92a3a7d6e133de9270a776c4ce09ccf8d9cc55e27ee1cb298fa94d6
 SHA512 
31c0ae52bcf6a96b4d128e39c85a1f1f3cb29f1d7e2ffca3aa0dac95431830e38f2fb1dd3323e77e9e353d260f6681c7f8a55fff421336e152e0902f0085cd34

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.52.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.52.2.ebuild
new file mode 100644
index ..9782120ba5b7
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.52.2.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/evolution/-/wikis/home 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-3-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth-gtk3 oauth-gtk4 vala +weather"
+REQUIRED_USE="
+   oauth-gtk3? ( gtk )
+   oauth-gtk4? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 )
+   oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   dev-util/gi-docgen
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2024-05-16 Thread Arthur Zamarin
commit: 955f9df5a324722abb6341f1a18436d7a924c72f
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Thu May 16 15:23:46 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Thu May 16 15:23:46 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=955f9df5

gnome-extra/evolution-data-server: Stabilize 3.50.4 arm64, #928838

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.50.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.4.ebuild
index b28a6b0606eb..88d9f0de8f8c 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.50.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.4.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2024-04-28 Thread Mart Raudsepp
commit: 949b6d7c8f25ea5e3dc8137d264cea75a8a8e953
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Apr 21 21:35:27 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Apr 28 20:43:24 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=949b6d7c

gnome-extra/evolution-data-server: Bump to 3.52.1

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.52.1.ebuild| 159 +
 2 files changed, 160 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index a1c195bc75df..295e2fc77680 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.50.2.tar.xz 4964152 BLAKE2B 
7279a5bcb0399fdcce723336a052dca13efa6f0af6ef7371b7cb8e76fbd7e1b0313e7f677cea530de62a93770c35887fd70bac551338f9a89860e2529b1f1519
 SHA512 
9e2a34e06a446ae142535072a3d6916e31b7be987b114c111fb0687fa32a3fe4085ba5a09ccd77fb395d107e5c673130dc770bae74a50fdb566c91cd9de85610
 DIST evolution-data-server-3.50.4.tar.xz 4964564 BLAKE2B 
7e3cf51856a1b12fcbd7e0b6ab98b8616c6e6047afb7fc59f8366920177c30b4d18f58cdd11825e81054ef46d61d3addf9eb646310510ba44f60bc5a2c2abe50
 SHA512 
e83f4222615d518e536a622808896b1da7e425e90d9b3c3545c6b850f955bd6d4b4a6815904fcdcfa373b3c01a6ce61377e259bc740941fc3f641e60eddacaed
+DIST evolution-data-server-3.52.1.tar.xz 5048124 BLAKE2B 
6dd6dc89c7efb7484c075cc51c5e2056ee62a50b810e479f39d04fe62f1a095e49783c20d23372efed954d7f9b78681b7af45389410f2cffb53af8ab2cd22bb3
 SHA512 
67f08fc3c8f7393fa66dc91f6fb33aa17644eb036d6c3552c3e7b30f128756b9e232cbf2a38eab43d0451699bb8799d9a869198bd9c293c0e2456b8e00339286

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.52.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.52.1.ebuild
new file mode 100644
index ..9782120ba5b7
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.52.1.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://gitlab.gnome.org/GNOME/evolution/-/wikis/home 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-3-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth-gtk3 oauth-gtk4 vala +weather"
+REQUIRED_USE="
+   oauth-gtk3? ( gtk )
+   oauth-gtk4? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 )
+   oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2024-02-11 Thread Mart Raudsepp
commit: f0a1621b3aae69f81836dd6e682e9001e165f4d4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb 11 14:49:40 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb 11 14:49:40 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0a1621b

gnome-extra/evolution-data-server: drop now unused USE=oauth local description

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/metadata.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/gnome-extra/evolution-data-server/metadata.xml 
b/gnome-extra/evolution-data-server/metadata.xml
index 0ba0e87a180c..d705ce69fe9e 100644
--- a/gnome-extra/evolution-data-server/metadata.xml
+++ b/gnome-extra/evolution-data-server/metadata.xml
@@ -8,8 +8,6 @@
   
 sys-libs/db support needed to migrate old 
(pre-3.13 evolution versions) addressbook data
 Enable 
net-libs/gnome-online-accounts based Google authentication 
support
-Enable internal OAuth2 authentication support for 
Google and Outlook.com. If gnome-online-accounts is enabled a
-nd used, this is not necessary, but both can be supported at the same time 
with different setup at runtime
 Enable internal OAuth2 authentication for GTK+3 
applications (libedataserverui-*.so) support for Google and Outlook.com. If 
gnome-online-accounts is enabled and used, this is not necessary, but both can 
be supported at the same time with different setup at runtime
 Enable internal OAuth2 authentication for GTK 4 
applications (libedataserverui4-*.so) support for Google and Outlook.com. If 
gnome-online-accounts is enabled and used, this is not necessary, but both can 
be supported at the same time with different setup at runtime
 Enable optional weather calendar support



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2024-02-11 Thread Mart Raudsepp
commit: 53da01695cd7986c7866989d19e43f0315c9611e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb 11 14:15:00 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb 11 14:21:04 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53da0169

gnome-extra/evolution-data-server: drop 3.48.4-r1, 3.50.3

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   2 -
 .../evolution-data-server-3.48.4-r1.ebuild | 145 ---
 .../evolution-data-server-3.50.3.ebuild| 160 -
 .../files/3.48.4-aliasing-fix.patch|  37 -
 4 files changed, 344 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index b053d4e15873..a1c195bc75df 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,4 +1,2 @@
-DIST evolution-data-server-3.48.4.tar.xz 4906356 BLAKE2B 
13cbd21d8f6829d052227d3d328439d5f00a2cda2384ffeace791a563ed8acdcd707729ae032dbdbe16e530b2e6205c006412f1cbaa03e8fb6d669c2c75d67bd
 SHA512 
35bc6653efdb70a110f39499945516408090f101319a3080c87f6e14f886e0f9283225c4c5b6a4c2af418b9928c5eb7fba2d319481c81af1fa87f7dd930f7215
 DIST evolution-data-server-3.50.2.tar.xz 4964152 BLAKE2B 
7279a5bcb0399fdcce723336a052dca13efa6f0af6ef7371b7cb8e76fbd7e1b0313e7f677cea530de62a93770c35887fd70bac551338f9a89860e2529b1f1519
 SHA512 
9e2a34e06a446ae142535072a3d6916e31b7be987b114c111fb0687fa32a3fe4085ba5a09ccd77fb395d107e5c673130dc770bae74a50fdb566c91cd9de85610
-DIST evolution-data-server-3.50.3.tar.xz 4964556 BLAKE2B 
ddc37e2f1bfbcfbb1150a4fa89d5ffe1000c1f3e3b3f588f3f66d855986082c06034e87c2c4326bd4a8636eb22f078268883373235b816d55516fe83f999f623
 SHA512 
7c7142bd56846610a63b447a20dd6001bbebe146fed815230fa51ceb10d166975b1c9e49967ee87c90d5e70b598a76363885acadc6da0d314453a86546eb3064
 DIST evolution-data-server-3.50.4.tar.xz 4964564 BLAKE2B 
7e3cf51856a1b12fcbd7e0b6ab98b8616c6e6047afb7fc59f8366920177c30b4d18f58cdd11825e81054ef46d61d3addf9eb646310510ba44f60bc5a2c2abe50
 SHA512 
e83f4222615d518e536a622808896b1da7e425e90d9b3c3545c6b850f955bd6d4b4a6815904fcdcfa373b3c01a6ce61377e259bc740941fc3f641e60eddacaed

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild
deleted file mode 100644
index 5a6c3d1c0a73..
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild
+++ /dev/null
@@ -1,145 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake db-use flag-o-matic gnome2 vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
-REQUIRED_USE="
-   oauth? ( gtk )
-   vala? ( introspection )
-"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
-
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# glib-2.70 for build-time optional GPowerProfileMonitor
-RDEPEND="
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:3
-   >=dev-libs/glib-2.70:2
-   >=dev-libs/libical-3.0.8:=[glib,introspection?]
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4
-   >=dev-libs/nss-3.9
-   >=net-libs/libsoup-3.1.1:3.0
-   >=dev-libs/json-glib-1.0.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=x11-libs/gtk+-3.20:3
-   >=gui-libs/gtk-4.4:4
-   >=media-libs/libcanberra-0.25[gtk3]
-
-   oauth? (
-   >=net-libs/webkit-gtk-2.34.0:4.1
-   >=net-libs/webkit-gtk-2.39.90:6
-   )
-   )
-   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-4.2.0:4= )
-"
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend)
-   >=net-libs/libsoup-3.1.1:3.0[vala]
-   dev-libs/libical[vala]
-   )
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2024-02-11 Thread Arthur Zamarin
commit: 99e4c24cfb9af529a311ab7363f1e4d2e51caae3
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Feb 11 08:08:41 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Feb 11 08:08:41 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=99e4c24c

gnome-extra/evolution-data-server: Stabilize 3.50.2-r1 x86, #920662

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../evolution-data-server/evolution-data-server-3.50.2-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild
index 26fbc62c7ee6..d5a9dc36fa39 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild
@@ -19,7 +19,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2024-02-09 Thread Mart Raudsepp
commit: 25dde033457d6f2849042147bb68865118fdf1ba
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb  9 21:31:37 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb  9 22:25:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=25dde033

gnome-extra/evolution-data-server: add 3.50.4

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.50.4.ebuild| 160 +
 2 files changed, 161 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 628c88ff6471..b053d4e15873 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-data-server-3.48.4.tar.xz 4906356 BLAKE2B 
13cbd21d8f6829d052227d3d328439d5f00a2cda2384ffeace791a563ed8acdcd707729ae032dbdbe16e530b2e6205c006412f1cbaa03e8fb6d669c2c75d67bd
 SHA512 
35bc6653efdb70a110f39499945516408090f101319a3080c87f6e14f886e0f9283225c4c5b6a4c2af418b9928c5eb7fba2d319481c81af1fa87f7dd930f7215
 DIST evolution-data-server-3.50.2.tar.xz 4964152 BLAKE2B 
7279a5bcb0399fdcce723336a052dca13efa6f0af6ef7371b7cb8e76fbd7e1b0313e7f677cea530de62a93770c35887fd70bac551338f9a89860e2529b1f1519
 SHA512 
9e2a34e06a446ae142535072a3d6916e31b7be987b114c111fb0687fa32a3fe4085ba5a09ccd77fb395d107e5c673130dc770bae74a50fdb566c91cd9de85610
 DIST evolution-data-server-3.50.3.tar.xz 4964556 BLAKE2B 
ddc37e2f1bfbcfbb1150a4fa89d5ffe1000c1f3e3b3f588f3f66d855986082c06034e87c2c4326bd4a8636eb22f078268883373235b816d55516fe83f999f623
 SHA512 
7c7142bd56846610a63b447a20dd6001bbebe146fed815230fa51ceb10d166975b1c9e49967ee87c90d5e70b598a76363885acadc6da0d314453a86546eb3064
+DIST evolution-data-server-3.50.4.tar.xz 4964564 BLAKE2B 
7e3cf51856a1b12fcbd7e0b6ab98b8616c6e6047afb7fc59f8366920177c30b4d18f58cdd11825e81054ef46d61d3addf9eb646310510ba44f60bc5a2c2abe50
 SHA512 
e83f4222615d518e536a622808896b1da7e425e90d9b3c3545c6b850f955bd6d4b4a6815904fcdcfa373b3c01a6ce61377e259bc740941fc3f641e60eddacaed

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.4.ebuild
new file mode 100644
index ..b28a6b0606eb
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.4.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth-gtk3 oauth-gtk4 vala +weather"
+REQUIRED_USE="
+   oauth-gtk3? ( gtk )
+   oauth-gtk4? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 )
+   oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2024-01-05 Thread Mart Raudsepp
commit: 85ccf544645f228d512a204a658fd099e9dd74aa
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan  5 18:06:15 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan  5 18:29:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85ccf544

gnome-extra/evolution-data-server: drop 3.50.0, 3.50.0-r1, 3.50.1, 3.50.2

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   2 -
 .../evolution-data-server-3.50.0-r1.ebuild | 159 -
 .../evolution-data-server-3.50.0.ebuild| 149 ---
 .../evolution-data-server-3.50.1.ebuild| 159 -
 .../evolution-data-server-3.50.2.ebuild| 159 -
 5 files changed, 628 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 14536b06f821..5a3c453c0b62 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,4 +1,2 @@
 DIST evolution-data-server-3.48.4.tar.xz 4906356 BLAKE2B 
13cbd21d8f6829d052227d3d328439d5f00a2cda2384ffeace791a563ed8acdcd707729ae032dbdbe16e530b2e6205c006412f1cbaa03e8fb6d669c2c75d67bd
 SHA512 
35bc6653efdb70a110f39499945516408090f101319a3080c87f6e14f886e0f9283225c4c5b6a4c2af418b9928c5eb7fba2d319481c81af1fa87f7dd930f7215
-DIST evolution-data-server-3.50.0.tar.xz 4964568 BLAKE2B 
1239bab5563e645ebf3999d1977f5b13fdbb155f70fef85904c0cbc06abba64bf79a1c9417749df1ee2f381a757f06d43e0eea1eb064ef5d6250058d9d66c823
 SHA512 
30a04721304e4447fbe5dccc6992ca38fd7e4ed4a6f8c846def34ee8097d31db3139b0f3b89a64c59af71b9dcd6108bfcdd60b36098b85ad96aee63f9ed5bba5
-DIST evolution-data-server-3.50.1.tar.xz 4964724 BLAKE2B 
9896c4dd69c5ce8272594170ba52ca58fdbdbd11122a8d0a40aeee219137c84dfe1f40e713610485f1bf56e89df6ff7cb94e787dc6019ea68217def5390a502d
 SHA512 
9d15eeb265aa7243d87e8e05c50b329554c1adfda20c175df5b4dd2efc970bb8a8fae95505288584cce0ec95755c5d183e2cd43e71137df9a5aa252bd35c7847
 DIST evolution-data-server-3.50.2.tar.xz 4964152 BLAKE2B 
7279a5bcb0399fdcce723336a052dca13efa6f0af6ef7371b7cb8e76fbd7e1b0313e7f677cea530de62a93770c35887fd70bac551338f9a89860e2529b1f1519
 SHA512 
9e2a34e06a446ae142535072a3d6916e31b7be987b114c111fb0687fa32a3fe4085ba5a09ccd77fb395d107e5c673130dc770bae74a50fdb566c91cd9de85610

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.0-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.0-r1.ebuild
deleted file mode 100644
index b819888c92af..
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.50.0-r1.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake db-use flag-o-matic gnome2 vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth-gtk3 oauth-gtk4 vala +weather"
-REQUIRED_USE="
-   oauth-gtk3? ( gtk )
-   oauth-gtk4? ( gtk )
-   vala? ( introspection )
-"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
-
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# glib-2.70 for build-time optional GPowerProfileMonitor
-RDEPEND="
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:3
-   >=dev-libs/glib-2.70:2
-   >=dev-libs/libical-3.0.8:=[glib,introspection?]
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4
-   >=dev-libs/nss-3.9
-   >=net-libs/libsoup-3.1.1:3.0
-   >=dev-libs/json-glib-1.0.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=x11-libs/gtk+-3.20:3
-   >=gui-libs/gtk-4.4:4
-   >=media-libs/libcanberra-0.25[gtk3]
-
-   oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 )
-   oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 )
-   )
-   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-4.2.0:4= )
-"
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend)
-   >=net-libs/libsoup-3.1.1:3.0[vala]
-   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2024-01-05 Thread Mart Raudsepp
commit: 635ecc0d355962c4c5a4be74a8ba0b68b61158cd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan  5 18:09:17 2024 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan  5 18:29:33 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=635ecc0d

gnome-extra/evolution-data-server: add 3.50.3

Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.50.3.ebuild| 160 +
 2 files changed, 161 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 5a3c453c0b62..628c88ff6471 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.48.4.tar.xz 4906356 BLAKE2B 
13cbd21d8f6829d052227d3d328439d5f00a2cda2384ffeace791a563ed8acdcd707729ae032dbdbe16e530b2e6205c006412f1cbaa03e8fb6d669c2c75d67bd
 SHA512 
35bc6653efdb70a110f39499945516408090f101319a3080c87f6e14f886e0f9283225c4c5b6a4c2af418b9928c5eb7fba2d319481c81af1fa87f7dd930f7215
 DIST evolution-data-server-3.50.2.tar.xz 4964152 BLAKE2B 
7279a5bcb0399fdcce723336a052dca13efa6f0af6ef7371b7cb8e76fbd7e1b0313e7f677cea530de62a93770c35887fd70bac551338f9a89860e2529b1f1519
 SHA512 
9e2a34e06a446ae142535072a3d6916e31b7be987b114c111fb0687fa32a3fe4085ba5a09ccd77fb395d107e5c673130dc770bae74a50fdb566c91cd9de85610
+DIST evolution-data-server-3.50.3.tar.xz 4964556 BLAKE2B 
ddc37e2f1bfbcfbb1150a4fa89d5ffe1000c1f3e3b3f588f3f66d855986082c06034e87c2c4326bd4a8636eb22f078268883373235b816d55516fe83f999f623
 SHA512 
7c7142bd56846610a63b447a20dd6001bbebe146fed815230fa51ceb10d166975b1c9e49967ee87c90d5e70b598a76363885acadc6da0d314453a86546eb3064

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.3.ebuild
new file mode 100644
index ..b28a6b0606eb
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.3.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2024 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth-gtk3 oauth-gtk4 vala +weather"
+REQUIRED_USE="
+   oauth-gtk3? ( gtk )
+   oauth-gtk4? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 )
+   oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+pkg_pretend() {
+   if has_version 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/files/, gnome-extra/evolution-data-server/

2023-12-19 Thread Sam James
commit: 9564004be9c1a99aee370f92959bf978b467e0d1
Author: Sam James  gentoo  org>
AuthorDate: Tue Dec 19 09:37:55 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Tue Dec 19 11:03:38 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9564004b

gnome-extra/evolution-data-server: modern C fix for configure

Signed-off-by: Sam James  gentoo.org>

 .../evolution-data-server-3.50.2-r1.ebuild | 160 +
 .../evolution-data-server/files/3.50.2-c99.patch   |  27 
 2 files changed, 187 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild
new file mode 100644
index ..0ae3db0eb739
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2-r1.ebuild
@@ -0,0 +1,160 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth-gtk3 oauth-gtk4 vala +weather"
+REQUIRED_USE="
+   oauth-gtk3? ( gtk )
+   oauth-gtk4? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 )
+   oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+pkg_pretend() {
+   if has_version "gnome-extra/evolution-data-server[oauth(-)]" &&
+   ! use oauth-gtk3 && ! use oauth-gtk4
+   then
+   ewarn "The previous installed version of 
gnome-extra/evolution-data-server"
+   ewarn "had USE=oauth enabled that is now split into 
USE=oauth-gtk3"
+   ewarn "and USE=oauth-gtk4.  Please consider enabling either (or 
both)"
+   ewarn "of these flags to preserve OAuth2 support."
+   fi
+}
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_setup
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+   eapply "${FILESDIR}"/3.50.2-c99.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+ -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
+ -i "${S}"/CMakeLists.txt || die
+}
+
+src_configure() {
+   # /usr/include/db.h is always db-1 on FreeBSD
+   # so include the right dir in CPPFLAGS
+   use berkdb && append-cppflags "-I$(db_includedir)"
+
+   # phonenumber does not exist in tree

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-12-16 Thread Pacho Ramos
commit: 32564abf85955c05e174066b57193c1f7affa200
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sun Dec  3 21:11:43 2023 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sat Dec 16 09:55:24 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32564abf

gnome-extra/evolution-data-server: Version bump to 3.50.2

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.50.2.ebuild| 159 +
 2 files changed, 160 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 4153d9acf499..14536b06f821 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-data-server-3.48.4.tar.xz 4906356 BLAKE2B 
13cbd21d8f6829d052227d3d328439d5f00a2cda2384ffeace791a563ed8acdcd707729ae032dbdbe16e530b2e6205c006412f1cbaa03e8fb6d669c2c75d67bd
 SHA512 
35bc6653efdb70a110f39499945516408090f101319a3080c87f6e14f886e0f9283225c4c5b6a4c2af418b9928c5eb7fba2d319481c81af1fa87f7dd930f7215
 DIST evolution-data-server-3.50.0.tar.xz 4964568 BLAKE2B 
1239bab5563e645ebf3999d1977f5b13fdbb155f70fef85904c0cbc06abba64bf79a1c9417749df1ee2f381a757f06d43e0eea1eb064ef5d6250058d9d66c823
 SHA512 
30a04721304e4447fbe5dccc6992ca38fd7e4ed4a6f8c846def34ee8097d31db3139b0f3b89a64c59af71b9dcd6108bfcdd60b36098b85ad96aee63f9ed5bba5
 DIST evolution-data-server-3.50.1.tar.xz 4964724 BLAKE2B 
9896c4dd69c5ce8272594170ba52ca58fdbdbd11122a8d0a40aeee219137c84dfe1f40e713610485f1bf56e89df6ff7cb94e787dc6019ea68217def5390a502d
 SHA512 
9d15eeb265aa7243d87e8e05c50b329554c1adfda20c175df5b4dd2efc970bb8a8fae95505288584cce0ec95755c5d183e2cd43e71137df9a5aa252bd35c7847
+DIST evolution-data-server-3.50.2.tar.xz 4964152 BLAKE2B 
7279a5bcb0399fdcce723336a052dca13efa6f0af6ef7371b7cb8e76fbd7e1b0313e7f677cea530de62a93770c35887fd70bac551338f9a89860e2529b1f1519
 SHA512 
9e2a34e06a446ae142535072a3d6916e31b7be987b114c111fb0687fa32a3fe4085ba5a09ccd77fb395d107e5c673130dc770bae74a50fdb566c91cd9de85610

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2.ebuild
new file mode 100644
index ..b819888c92af
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.2.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth-gtk3 oauth-gtk4 vala +weather"
+REQUIRED_USE="
+   oauth-gtk3? ( gtk )
+   oauth-gtk4? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 )
+   oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   dev-util/gi-docgen
+

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-10-21 Thread Mart Raudsepp
commit: abdc824b72707ee02d4bbaa722fc5c126660fb86
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Oct 20 15:11:19 2023 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Oct 21 21:21:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=abdc824b

gnome-extra/evolution-data-server: Version bump to 3.50.1

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.50.1.ebuild| 159 +
 2 files changed, 160 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 25a3bc852d91..4153d9acf499 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.48.4.tar.xz 4906356 BLAKE2B 
13cbd21d8f6829d052227d3d328439d5f00a2cda2384ffeace791a563ed8acdcd707729ae032dbdbe16e530b2e6205c006412f1cbaa03e8fb6d669c2c75d67bd
 SHA512 
35bc6653efdb70a110f39499945516408090f101319a3080c87f6e14f886e0f9283225c4c5b6a4c2af418b9928c5eb7fba2d319481c81af1fa87f7dd930f7215
 DIST evolution-data-server-3.50.0.tar.xz 4964568 BLAKE2B 
1239bab5563e645ebf3999d1977f5b13fdbb155f70fef85904c0cbc06abba64bf79a1c9417749df1ee2f381a757f06d43e0eea1eb064ef5d6250058d9d66c823
 SHA512 
30a04721304e4447fbe5dccc6992ca38fd7e4ed4a6f8c846def34ee8097d31db3139b0f3b89a64c59af71b9dcd6108bfcdd60b36098b85ad96aee63f9ed5bba5
+DIST evolution-data-server-3.50.1.tar.xz 4964724 BLAKE2B 
9896c4dd69c5ce8272594170ba52ca58fdbdbd11122a8d0a40aeee219137c84dfe1f40e713610485f1bf56e89df6ff7cb94e787dc6019ea68217def5390a502d
 SHA512 
9d15eeb265aa7243d87e8e05c50b329554c1adfda20c175df5b4dd2efc970bb8a8fae95505288584cce0ec95755c5d183e2cd43e71137df9a5aa252bd35c7847

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.1.ebuild
new file mode 100644
index ..b819888c92af
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.1.ebuild
@@ -0,0 +1,159 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth-gtk3 oauth-gtk4 vala +weather"
+REQUIRED_USE="
+   oauth-gtk3? ( gtk )
+   oauth-gtk4? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth-gtk3? ( >=net-libs/webkit-gtk-2.34.0:4.1 )
+   oauth-gtk4? ( >=net-libs/webkit-gtk-2.39.90:6 )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-09-16 Thread Matt Turner
commit: b168e705c5286526ae3096e9313f1e74de009b84
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Sep 15 16:02:26 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Sep 16 14:07:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b168e705

gnome-extra/evolution-data-server: Version bump to 3.50.0

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.50.0.ebuild| 149 +
 2 files changed, 150 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 1de67ace7a3a..25a3bc852d91 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.48.4.tar.xz 4906356 BLAKE2B 
13cbd21d8f6829d052227d3d328439d5f00a2cda2384ffeace791a563ed8acdcd707729ae032dbdbe16e530b2e6205c006412f1cbaa03e8fb6d669c2c75d67bd
 SHA512 
35bc6653efdb70a110f39499945516408090f101319a3080c87f6e14f886e0f9283225c4c5b6a4c2af418b9928c5eb7fba2d319481c81af1fa87f7dd930f7215
+DIST evolution-data-server-3.50.0.tar.xz 4964568 BLAKE2B 
1239bab5563e645ebf3999d1977f5b13fdbb155f70fef85904c0cbc06abba64bf79a1c9417749df1ee2f381a757f06d43e0eea1eb064ef5d6250058d9d66c823
 SHA512 
30a04721304e4447fbe5dccc6992ca38fd7e4ed4a6f8c846def34ee8097d31db3139b0f3b89a64c59af71b9dcd6108bfcdd60b36098b85ad96aee63f9ed5bba5

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.50.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.50.0.ebuild
new file mode 100644
index ..259c2227a577
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.50.0.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.39.90:6
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? (
+   >=dev-util/gtk-doc-1.14
+   dev-util/gi-docgen
+   app-text/docbook-xml-dtd:4.1.2
+   )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_setup
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-08-30 Thread Arthur Zamarin
commit: 413113431af37a6784280ecabc33d843eec0bd44
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Wed Aug 30 07:50:28 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Wed Aug 30 07:57:44 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41311343

gnome-extra/evolution-data-server: Stabilize 3.48.4-r1 x86, #913218

Signed-off-by: Arthur Zamarin  gentoo.org>

 .../evolution-data-server/evolution-data-server-3.48.4-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild
index 8c3afb007d55..5a6c3d1c0a73 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/files/, gnome-extra/evolution-data-server/

2023-08-21 Thread Sam James
commit: 2291736e5d1f2949b581bb87ce181dc8cb86bafb
Author: Sam James  gentoo  org>
AuthorDate: Mon Aug 21 12:05:51 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Aug 21 12:06:05 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2291736e

gnome-extra/evolution-data-server: backport date parsing fix (strict aliasing)

Closes: https://bugs.gentoo.org/912720
Signed-off-by: Sam James  gentoo.org>

 .../evolution-data-server-3.48.4-r1.ebuild | 145 +
 .../files/3.48.4-aliasing-fix.patch|  37 ++
 2 files changed, 182 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild
new file mode 100644
index ..d60119b96a31
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.4-r1.ebuild
@@ -0,0 +1,145 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.39.90:6
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_setup
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+   eapply "${FILESDIR}"/3.48.4-aliasing-fix.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+ -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
+ -i "${S}"/CMakeLists.txt || die
+}
+
+src_configure() {
+   # /usr/include/db.h is always db-1 on FreeBSD
+   # so include the right dir in CPPFLAGS
+   use berkdb && append-cppflags "-I$(db_includedir)"
+
+   # phonenumber does not exist in tree
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DENABLE_GTK_DOC=$(usex gtk-doc)
+   -DWITH_PRIVATE_DOCS=$(usex gtk-doc)
+   -DENABLE_SCHEMAS_COMPILE=OFF
+   -DENABLE_INTROSPECTION=$(usex introspection)
+   -DWITH_KRB5=$(usex kerberos)
+   -DWITH_KRB5_INCLUDES=$(usex kerberos "${EPREFIX}"/usr "")
+   -DWITH_KRB5_LIBS=$(usex kerberos "${EPREFIX}"/usr/$(get_libdir) 
"")
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-08-12 Thread Arthur Zamarin
commit: 7bcec05519a61882379d6674ce2ede86e4110ad9
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 12 18:16:02 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 12 18:16:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bcec055

gnome-extra/evolution-data-server: Stabilize 3.48.3 arm64, #909476

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
index a031a875c5f9..6b885c9ebbd5 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-08-12 Thread Arthur Zamarin
commit: 488d5b1a8c538ef4c1937cc2fe92ee206fd42513
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sat Aug 12 17:43:53 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sat Aug 12 17:43:53 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=488d5b1a

gnome-extra/evolution-data-server: Stabilize 3.48.3 x86, #909476

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
index a27cc417650a..a031a875c5f9 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-08-02 Thread Sam James
commit: fcd7741c9c53b942765cc3fbd11de7437b046ade
Author: Sam James  gentoo  org>
AuthorDate: Wed Aug  2 17:00:02 2023 +
Commit: Sam James  gentoo  org>
CommitDate: Wed Aug  2 17:00:02 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fcd7741c

gnome-extra/evolution-data-server: Stabilize 3.48.3 amd64, #909476

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
index b44fe382a349..a27cc417650a 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-07-07 Thread Matt Turner
commit: 4be4373fc1499f29750af03c7a9e671c7c4f7913
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Jul  7 22:10:05 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul  7 22:10:57 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4be4373f

gnome-extra/evolution-data-server: Version bump to 3.48.4

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.48.4.ebuild| 144 +
 2 files changed, 145 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 24647a578091..d39a2a48414b 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.48.1.tar.xz 4905072 BLAKE2B 
171b8bafd7994adfc99193fb5f80dbad49bf4e41a3f4089d93a6ec5629a0d75730cd443b3371ce2c13f6f02099e1114d8a5848215bd0e030cb1652451bc70374
 SHA512 
bcf59f398684aa2d78340025bc06e54a98a266f05472f8eb085d8f7fc87cb9ebdd6b4f9eae7e5ac2c14e45d69c471fdb89e6c5f7b22dff870287294b573b65f6
 DIST evolution-data-server-3.48.3.tar.xz 4906344 BLAKE2B 
718978d97c0e147c3df972671f67dcf501cbaf10a36d5479cbc0ce416a8fbd43a8a66af8b1c57d01903de4c574a0b905e69ce1ce918437802cbb368723914e38
 SHA512 
232c3e3a3b90021b3e8ced05488b1505904b51c1d65b76d805aeac3a7b40cae9c3748f840b3a88cb9a17e7c1348bbe7dc16209eae59c92e997dc4a7dfcfa49ca
+DIST evolution-data-server-3.48.4.tar.xz 4906356 BLAKE2B 
13cbd21d8f6829d052227d3d328439d5f00a2cda2384ffeace791a563ed8acdcd707729ae032dbdbe16e530b2e6205c006412f1cbaa03e8fb6d669c2c75d67bd
 SHA512 
35bc6653efdb70a110f39499945516408090f101319a3080c87f6e14f886e0f9283225c4c5b6a4c2af418b9928c5eb7fba2d319481c81af1fa87f7dd930f7215

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.4.ebuild
new file mode 100644
index ..b44fe382a349
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.4.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.39.90:6
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-06-04 Thread Matt Turner
commit: f02577ac1208ade4cf18bc168ed2a8a03f8fafd0
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Jun  2 15:58:32 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  4 17:58:08 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f02577ac

gnome-extra/evolution-data-server: Version bump to 3.48.3

Signed-off-by: Guillermo Joandet  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/31274
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.48.3.ebuild| 144 +
 2 files changed, 145 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index a082fae99f67..5fa64b8edf83 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.48.1.tar.xz 4905072 BLAKE2B 
171b8bafd7994adfc99193fb5f80dbad49bf4e41a3f4089d93a6ec5629a0d75730cd443b3371ce2c13f6f02099e1114d8a5848215bd0e030cb1652451bc70374
 SHA512 
bcf59f398684aa2d78340025bc06e54a98a266f05472f8eb085d8f7fc87cb9ebdd6b4f9eae7e5ac2c14e45d69c471fdb89e6c5f7b22dff870287294b573b65f6
 DIST evolution-data-server-3.48.2.tar.xz 4906316 BLAKE2B 
445898a5c2e02a1ab27deeaf9063853216d3cb5d166a799b36c581f0c20ff13e0bd66272ce9389088fc59640eb230afb20cd1628332bc20527b16c61ba97c43c
 SHA512 
3ea976bcb28c5cfa7da3c29942d5313c7e8107590d6cd73f896fa9e5e79e14264772a5a1a22a0f2a5fee0110ef1d8e15677986ab13103791300c7800d6485380
+DIST evolution-data-server-3.48.3.tar.xz 4906344 BLAKE2B 
718978d97c0e147c3df972671f67dcf501cbaf10a36d5479cbc0ce416a8fbd43a8a66af8b1c57d01903de4c574a0b905e69ce1ce918437802cbb368723914e38
 SHA512 
232c3e3a3b90021b3e8ced05488b1505904b51c1d65b76d805aeac3a7b40cae9c3748f840b3a88cb9a17e7c1348bbe7dc16209eae59c92e997dc4a7dfcfa49ca

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
new file mode 100644
index ..b44fe382a349
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.3.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.39.90:6
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+# global scope 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-05-26 Thread Matt Turner
commit: 1cee1b5732d69aa0df2da6c5d13044978c6bec69
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri May 26 14:48:22 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri May 26 19:18:30 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1cee1b57

gnome-extra/evolution-data-server: Version bump to 3.48.2

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.48.2.ebuild| 144 +
 2 files changed, 145 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 8ead489d3636..a082fae99f67 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.48.1.tar.xz 4905072 BLAKE2B 
171b8bafd7994adfc99193fb5f80dbad49bf4e41a3f4089d93a6ec5629a0d75730cd443b3371ce2c13f6f02099e1114d8a5848215bd0e030cb1652451bc70374
 SHA512 
bcf59f398684aa2d78340025bc06e54a98a266f05472f8eb085d8f7fc87cb9ebdd6b4f9eae7e5ac2c14e45d69c471fdb89e6c5f7b22dff870287294b573b65f6
+DIST evolution-data-server-3.48.2.tar.xz 4906316 BLAKE2B 
445898a5c2e02a1ab27deeaf9063853216d3cb5d166a799b36c581f0c20ff13e0bd66272ce9389088fc59640eb230afb20cd1628332bc20527b16c61ba97c43c
 SHA512 
3ea976bcb28c5cfa7da3c29942d5313c7e8107590d6cd73f896fa9e5e79e14264772a5a1a22a0f2a5fee0110ef1d8e15677986ab13103791300c7800d6485380

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.2.ebuild
new file mode 100644
index ..b44fe382a349
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.2.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.39.90:6
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_setup
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+ -e 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-05-05 Thread Arthur Zamarin
commit: 6a68f3093f07c80c7ccf8bc29adb78426a2c7390
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 09:04:10 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 09:04:10 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6a68f309

gnome-extra/evolution-data-server: Stabilize 3.48.1 amd64, #905547

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
index e805a15a2ccb..e9d4090db289 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-05-05 Thread Arthur Zamarin
commit: 2ff6a4987dd89790670584093a1bab9d124a2f09
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 09:03:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 09:03:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2ff6a498

gnome-extra/evolution-data-server: Stabilize 3.48.1 arm64, #905547

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
index 14d076456a3f..e805a15a2ccb 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-05-05 Thread Arthur Zamarin
commit: 8a41085287896832336591bbf0484e0b527a484e
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri May  5 08:16:52 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri May  5 08:16:52 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a410852

gnome-extra/evolution-data-server: Stabilize 3.48.1 x86, #905547

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
index 549b8a90d521..14d076456a3f 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.48.1.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-02-20 Thread Matt Turner
commit: 4b48b0dc41501b0f8e46b2b5d2a2c8f11249d9b3
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Feb 20 16:58:08 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Feb 20 17:32:18 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b48b0dc

gnome-extra/evolution-data-server: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.46.2.ebuild| 144 -
 2 files changed, 145 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index cecd48ba2eb8..2be12192eb7b 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,2 @@
-DIST evolution-data-server-3.46.2.tar.xz 4883032 BLAKE2B 
530f2cd40716373a0d865edadefb5789dae3b894f202ecfc55d2d2e9f1409e59e2914065e7247ac0749d6af54de7705720347d7f9d93a5376c967ec804c9e805
 SHA512 
570a14ea21c18be8626530562483c1f112c6f773b4502c7c16005abe516dd35d810985ed3cd4c89b993e5169474791ff3694999ef41a6fe53e2309450c7c7341
 DIST evolution-data-server-3.46.3.tar.xz 4887660 BLAKE2B 
de78511a26285b6ddb9786dbc27e1e02821ba62e02145c2dca8018e8c20bb5e433ea517f73629fc81a837aa4bdc601a88b18080d76cdfbab8b0d0e10850f6e73
 SHA512 
817638164bb005090e78d6bb13db8bc433a887ae1c4de1dc4b4711c94082dd5e2199aa213758885302fafb070625ef3535b3163f0308389cfb9147107f5ef71d
 DIST evolution-data-server-3.46.4.tar.xz 4889000 BLAKE2B 
59fdac7805896bcae85289727f096e35706ade3027d32c1b8437e90e0b2cc39a1cc1a812205cb860fd60142cb4c2427c863a5c5e64cdb62f9199f631cc23487b
 SHA512 
7eca5e3c1562c196448f0d4e9c8cbdbedc79768edb6ddc1e92f70a3cd423407dc3c55f1d38c3c47a2e517a58c427a66ecbd3f4f35b0f9d892d1d029ba0a0e07b

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
deleted file mode 100644
index 3dd38f7ac593..
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
+++ /dev/null
@@ -1,144 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake db-use flag-o-matic gnome2 vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
-REQUIRED_USE="
-   oauth? ( gtk )
-   vala? ( introspection )
-"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# glib-2.70 for build-time optional GPowerProfileMonitor
-RDEPEND="
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:3
-   >=dev-libs/glib-2.70:2
-   >=dev-libs/libical-3.0.8:=[glib,introspection?]
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4
-   >=dev-libs/nss-3.9
-   >=net-libs/libsoup-3.1.1:3.0
-   >=dev-libs/json-glib-1.0.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=x11-libs/gtk+-3.20:3
-   >=gui-libs/gtk-4.4:4
-   >=media-libs/libcanberra-0.25[gtk3]
-
-   oauth? (
-   >=net-libs/webkit-gtk-2.34.0:4.1
-   >=net-libs/webkit-gtk-2.36.0:5
-   )
-   )
-   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-4.2.0:4= )
-"
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend)
-   >=net-libs/libsoup-3.1.1:3.0[vala]
-   dev-libs/libical[vala]
-   )
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="!test? ( test )"
-
-# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
-src_prepare() {
- 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-02-17 Thread Arthur Zamarin
commit: efa4bf747af837588964e7c7f5deac9b3047ab54
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Fri Feb 17 08:22:27 2023 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Fri Feb 17 08:22:27 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=efa4bf74

gnome-extra/evolution-data-server: Stabilize 3.46.3 x86, #893302

Signed-off-by: Arthur Zamarin  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.46.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.3.ebuild
index df2c5dfdb142..842d62a79216 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.3.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-02-10 Thread Matt Turner
commit: 38647e6abca81924ff08fe54a1864cbe195bb0c8
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Feb 10 14:12:39 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Feb 10 19:18:20 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=38647e6a

gnome-extra/evolution-data-server: Version bump to 3.46.4

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.46.4.ebuild| 144 +
 2 files changed, 145 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index c56a7b5773fa..cecd48ba2eb8 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.46.2.tar.xz 4883032 BLAKE2B 
530f2cd40716373a0d865edadefb5789dae3b894f202ecfc55d2d2e9f1409e59e2914065e7247ac0749d6af54de7705720347d7f9d93a5376c967ec804c9e805
 SHA512 
570a14ea21c18be8626530562483c1f112c6f773b4502c7c16005abe516dd35d810985ed3cd4c89b993e5169474791ff3694999ef41a6fe53e2309450c7c7341
 DIST evolution-data-server-3.46.3.tar.xz 4887660 BLAKE2B 
de78511a26285b6ddb9786dbc27e1e02821ba62e02145c2dca8018e8c20bb5e433ea517f73629fc81a837aa4bdc601a88b18080d76cdfbab8b0d0e10850f6e73
 SHA512 
817638164bb005090e78d6bb13db8bc433a887ae1c4de1dc4b4711c94082dd5e2199aa213758885302fafb070625ef3535b3163f0308389cfb9147107f5ef71d
+DIST evolution-data-server-3.46.4.tar.xz 4889000 BLAKE2B 
59fdac7805896bcae85289727f096e35706ade3027d32c1b8437e90e0b2cc39a1cc1a812205cb860fd60142cb4c2427c863a5c5e64cdb62f9199f631cc23487b
 SHA512 
7eca5e3c1562c196448f0d4e9c8cbdbedc79768edb6ddc1e92f70a3cd423407dc3c55f1d38c3c47a2e517a58c427a66ecbd3f4f35b0f9d892d1d029ba0a0e07b

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.4.ebuild
new file mode 100644
index ..3814c5a9df63
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.4.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.36.0:5
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2023-01-07 Thread Matt Turner
commit: d54e73dc8eb8e5ceeadfa8ea3573274fef8008e3
Author: Guillermo Joandet  gmail  com>
AuthorDate: Sat Jan  7 14:44:33 2023 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jan  7 17:42:39 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54e73dc

gnome-extra/evolution-data-server: Version bump to 3.46.3

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.46.3.ebuild| 144 +
 2 files changed, 145 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 5f5e1c856f24..c56a7b5773fa 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.46.2.tar.xz 4883032 BLAKE2B 
530f2cd40716373a0d865edadefb5789dae3b894f202ecfc55d2d2e9f1409e59e2914065e7247ac0749d6af54de7705720347d7f9d93a5376c967ec804c9e805
 SHA512 
570a14ea21c18be8626530562483c1f112c6f773b4502c7c16005abe516dd35d810985ed3cd4c89b993e5169474791ff3694999ef41a6fe53e2309450c7c7341
+DIST evolution-data-server-3.46.3.tar.xz 4887660 BLAKE2B 
de78511a26285b6ddb9786dbc27e1e02821ba62e02145c2dca8018e8c20bb5e433ea517f73629fc81a837aa4bdc601a88b18080d76cdfbab8b0d0e10850f6e73
 SHA512 
817638164bb005090e78d6bb13db8bc433a887ae1c4de1dc4b4711c94082dd5e2199aa213758885302fafb070625ef3535b3163f0308389cfb9147107f5ef71d

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.3.ebuild
new file mode 100644
index ..3814c5a9df63
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.3.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.36.0:5
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="!test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_setup
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+ -e 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-12-04 Thread WANG Xuerui
commit: e71d31144780c530f96060005904503c0f23e780
Author: WANG Xuerui  gentoo  org>
AuthorDate: Sun Dec  4 09:01:00 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sun Dec  4 09:22:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e71d3114

gnome-extra/evolution-data-server: keyword 3.46.2 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
index 7bd9f256523f..a336c7108a78 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-12-02 Thread WANG Xuerui
commit: de8afafea18aff5b76cd947a6e5ef2200faf0d43
Author: WANG Xuerui  gentoo  org>
AuthorDate: Fri Dec  2 17:44:37 2022 +
Commit: WANG Xuerui  gentoo  org>
CommitDate: Sat Dec  3 04:46:24 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de8afafe

gnome-extra/evolution-data-server: keyword 3.46.1-r1 for ~loong

Signed-off-by: WANG Xuerui  gentoo.org>

 .../evolution-data-server/evolution-data-server-3.46.1-r1.ebuild| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.1-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.1-r1.ebuild
index 686872a025ae..348929897272 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.1-r1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.1-r1.ebuild
@@ -18,7 +18,7 @@ REQUIRED_USE="
vala? ( introspection )
 "
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc 
~x86 ~amd64-linux ~x86-linux ~x86-solaris"
 
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, mail-client/evolution/

2022-12-02 Thread Matt Turner
commit: 20ea7133ceb349b256642f24b246ee6805450d8d
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec  2 14:20:36 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec  2 14:35:33 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20ea7133

mail-client/evolution: Version bump to 3.46.2

Signed-off-by: Matt Turner  gentoo.org>

 .../evolution-data-server-3.46.2.ebuild|   2 +-
 mail-client/evolution/Manifest |   1 +
 mail-client/evolution/evolution-3.46.2.ebuild  | 151 +
 3 files changed, 153 insertions(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
index dffda67c17a7..7bd9f256523f 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
@@ -74,7 +74,7 @@ BDEPEND="
 # Some tests fail due to missing locales.
 # Also, dbus tests are flaky, bugs #397975 #501834
 # It looks like a nightmare to disable those for now.
-RESTRICT="test !test? ( test )"
+RESTRICT="!test? ( test )"
 
 # global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
 src_prepare() {

diff --git a/mail-client/evolution/Manifest b/mail-client/evolution/Manifest
index f35032c8fd50..162df514b36d 100644
--- a/mail-client/evolution/Manifest
+++ b/mail-client/evolution/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-3.44.4.tar.xz 13130588 BLAKE2B 
ffb6da420acbf7be7e5eb6fad44bcb9f00e9c52f99314a4f8e8e35e898eaac8a8fdc511328fd519fed5ac9ef98e63e326cfc7dde324919c1cc6e60ff17b3ad76
 SHA512 
1c2a30e00e4f9226ced2617cf5a69f33db914d5a94dd3c9dc12e635952a52e2fac395d49de70c70c21004fb0d87e3ba81725aff924bb0b386ffb4901d058
 DIST evolution-3.46.0.tar.xz 13286524 BLAKE2B 
b9c9605d3d0fa697832fc181f25f85cccee0c1d2b37578221e0a7632b1daab4c21fbfa13142ef2ec24a4da4c7c39e182b912d803ee2ab1a9e36e7fe634d109f8
 SHA512 
58b532711196e7c79cffa2357245743562a94fd9629718066ba16a26889fb45f94992e4cc3cf0d3911356b700abecb05099c5c854749db282a241321c0d0c605
 DIST evolution-3.46.1.tar.xz 13287436 BLAKE2B 
16e8fd77d7c1db2b1b04a4455e84054acbf8f03fb2eaadf072c4a1965b4527e709f6cdcc9f5762d8a5ed2757bedfc20e390466ce4c87437d7fc6755e2f205d30
 SHA512 
20b6a5663ec6ab43af6ec7c15a64b1d1070f8488aaebd3fbaca4b4cc8b70bf4b8087b047e5b75e37273818b8d1d6bde5139c708284626e9d3c15b83dc09f5d3b
+DIST evolution-3.46.2.tar.xz 13295660 BLAKE2B 
7dda0049f8579cef35367435f90e31977d33b389fe823bc5e7677566bd6d3d73ef414b3419041c9183f4fc9e95ff944e5a8664445f8371c5518e40703bca8981
 SHA512 
f5621640503a36ee00cce4f7075d58e743c7438e019d6a26883315ea24b90c4d92c37d9c8b6d97315f5388d14aa21911883e2d06ad5a66ca20568d13cab45734

diff --git a/mail-client/evolution/evolution-3.46.2.ebuild 
b/mail-client/evolution/evolution-3.46.2.ebuild
new file mode 100644
index ..b799e5f9946d
--- /dev/null
+++ b/mail-client/evolution/evolution-3.46.2.ebuild
@@ -0,0 +1,151 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake gnome2 readme.gentoo-r1
+
+DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/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="archive +bogofilter geolocation gtk-doc highlight ldap spamassassin 
spell ssl +weather ytnef"
+
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv ~x86"
+
+# glade-3 support is for maintainers only per configure.ac
+# pst is not mature enough and changes API/ABI frequently
+# dconf explicitely needed for backup plugin
+# gnome-desktop support is optional with --enable-gnome-desktop
+# automagic libunity dep
+# >=gspell-1.8 to ensure it uses enchant:2 like webkit-gtk
+DEPEND="
+   >=app-text/enchant-2.2.0:2
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.66:2[dbus]
+   >=dev-libs/libxml2-2.7.3:2
+   >=gnome-base/gnome-desktop-2.91.3:3=
+   >=gnome-base/gsettings-desktop-schemas-2.91.92
+   >=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
+   >=media-libs/libcanberra-0.25[gtk3]
+   >=net-libs/libsoup-3.0:3.0
+   >=net-libs/webkit-gtk-2.38.0:4.1=[spell?]
+   >=x11-libs/cairo-1.9.15[glib]
+   >=x11-libs/gdk-pixbuf-2.24:2
+   >=x11-libs/gtk+-3.22:3
+   >=x11-libs/libnotify-0.7
+   >=x11-misc/shared-mime-info-0.22
+
+   app-text/cmark:=
+   >=app-text/iso-codes-0.49
+   >=app-accessibility/at-spi2-core-2.46.0:2
+
+   gnome-base/dconf
+   x11-libs/libSM
+   x11-libs/libICE
+
+   archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] )
+   bogofilter? ( mail-filter/bogofilter )
+   geolocation? (
+   >=media-libs/libchamplain-0.12:0.12[gtk]
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-12-02 Thread Matt Turner
commit: 416bf7aebd2cc987556713781d47aa172d310c1a
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Dec  2 14:09:40 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Dec  2 14:35:32 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=416bf7ae

gnome-extra/evolution-data-server: Version bump to 3.46.2

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.46.2.ebuild| 144 +
 2 files changed, 145 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 7016358b3c90..76a17f13d2c7 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-data-server-3.44.4.tar.xz 4784388 BLAKE2B 
dd5b7094af9c66b710d61de282ff7e223fd87524f0135b7fc2c962d7829a8ed25a90a5fa73d155b692e28d9d18807f8c8731efbfb32613e2e1a020008739beae
 SHA512 
385137f1e412b5c5bcd496d493da4657f8bb6e72519f6e62ab1a683c729082ea0ddcf7b5dae8c0cdf37cb279a1cf59ffb6dd61009c693001d03a0d54264e979a
 DIST evolution-data-server-3.46.0.tar.xz 4817048 BLAKE2B 
5c07137659132fca4e2e42d616d3b7e26317f44009de1c9582105a65036884c5b1f7521ac325e2a74a6493362a38b6761d78dabd00b9e64b51a352bcd1d225af
 SHA512 
3aef4ef51e5be2c5e392a2b2781283bb75d8e7d08a3a0daae6be488d14e998779b992095d12889d2d6afe5c732394090f99fa9a866e8825eecdcde2bf6b24ec1
 DIST evolution-data-server-3.46.1.tar.xz 4843728 BLAKE2B 
1053389277c9b8f83c80db382ba14db974a0674e75f728ac24a21e49f2c744c0239d19f380487487a2798db85706c5c0a7cb867508726e40034bcdcbb46da6c1
 SHA512 
6dbb9b192c46fdec25eb3587f90c5c2f3de902c80996d691978be519d7f7aad9946d3282c44febcf498bb8d497b639f3afeeead3f032bbb0cd1ddb380a0ca5e7
+DIST evolution-data-server-3.46.2.tar.xz 4883032 BLAKE2B 
530f2cd40716373a0d865edadefb5789dae3b894f202ecfc55d2d2e9f1409e59e2914065e7247ac0749d6af54de7705720347d7f9d93a5376c967ec804c9e805
 SHA512 
570a14ea21c18be8626530562483c1f112c6f773b4502c7c16005abe516dd35d810985ed3cd4c89b993e5169474791ff3694999ef41a6fe53e2309450c7c7341

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
new file mode 100644
index ..dffda67c17a7
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.2.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:3
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.36.0:5
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-11-13 Thread Matt Turner
commit: 9681b6b268245be07cf21453932bc8377c3fc402
Author: Matt Turner  gentoo  org>
AuthorDate: Mon Nov 14 01:47:19 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Mon Nov 14 01:47:19 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9681b6b2

gnome-extra/evolution-data-server: Fix subslot

Signed-off-by: Matt Turner  gentoo.org>

 ...data-server-3.46.1.ebuild => evolution-data-server-3.46.1-r1.ebuild} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.1-r1.ebuild
similarity index 94%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.46.1.ebuild
rename to 
gnome-extra/evolution-data-server/evolution-data-server-3.46.1-r1.ebuild
index 54af15fb111a..686872a025ae 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.1-r1.ebuild
@@ -10,7 +10,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/e
 
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+SLOT="0/64-11-21-4-2-27-2-27-4-0" # subslot = 
libcamel-1.2/libebackend-1.2/libebook-1.2/libebook-contacts-1.2/libecal-2.0/libedata-book-1.2/libedata-cal-2.0/libedataserver-1.2/libedataserverui-1.2/libedataserverui4-1.0
 soname version
 
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
 REQUIRED_USE="



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-10-25 Thread Matt Turner
commit: 3f2f48d0be3755ab0012e0c2d8fa8897fa749c0f
Author: Guillermo Joandet  gmail  com>
AuthorDate: Fri Oct 21 12:01:15 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Tue Oct 25 15:25:03 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f2f48d0

gnome-extra/evolution-data-server: Version bump to 3.46.1

Signed-off-by: Guillermo Joandet  gmail.com>
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.46.1.ebuild| 144 +
 2 files changed, 145 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index ab7b26eaf5a3..7016358b3c90 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.44.4.tar.xz 4784388 BLAKE2B 
dd5b7094af9c66b710d61de282ff7e223fd87524f0135b7fc2c962d7829a8ed25a90a5fa73d155b692e28d9d18807f8c8731efbfb32613e2e1a020008739beae
 SHA512 
385137f1e412b5c5bcd496d493da4657f8bb6e72519f6e62ab1a683c729082ea0ddcf7b5dae8c0cdf37cb279a1cf59ffb6dd61009c693001d03a0d54264e979a
 DIST evolution-data-server-3.46.0.tar.xz 4817048 BLAKE2B 
5c07137659132fca4e2e42d616d3b7e26317f44009de1c9582105a65036884c5b1f7521ac325e2a74a6493362a38b6761d78dabd00b9e64b51a352bcd1d225af
 SHA512 
3aef4ef51e5be2c5e392a2b2781283bb75d8e7d08a3a0daae6be488d14e998779b992095d12889d2d6afe5c732394090f99fa9a866e8825eecdcde2bf6b24ec1
+DIST evolution-data-server-3.46.1.tar.xz 4843728 BLAKE2B 
1053389277c9b8f83c80db382ba14db974a0674e75f728ac24a21e49f2c744c0239d19f380487487a2798db85706c5c0a7cb867508726e40034bcdcbb46da6c1
 SHA512 
6dbb9b192c46fdec25eb3587f90c5c2f3de902c80996d691978be519d7f7aad9946d3282c44febcf498bb8d497b639f3afeeead3f032bbb0cd1ddb380a0ca5e7

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.1.ebuild
new file mode 100644
index ..54af15fb111a
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.1.ebuild
@@ -0,0 +1,144 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+RDEPEND="
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-3.1.1:3.0
+   >=dev-libs/json-glib-1.0.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
+   >=media-libs/libcanberra-0.25[gtk3]
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.36.0:5
+   )
+   )
+   gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-4.2.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   >=net-libs/libsoup-3.1.1:3.0[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_setup
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-10-13 Thread Matt Turner
commit: b4682c4f0bafa90fd2deb958dddcdb9e11ed27d4
Author: Pascal Jäger  leimstift  de>
AuthorDate: Mon Oct  3 11:47:56 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Oct 14 01:21:30 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b4682c4f

gnome-extra/evolution-data-server: build with GTK4 support

Closes: https://github.com/gentoo/gentoo/pull/27322
Signed-off-by: Pascal Jäger  leimstift.de>
Signed-off-by: Matt Turner  gentoo.org>

 ebuild => evolution-data-server-3.46.0-r1.ebuild} | 19 ---
 1 file changed, 12 insertions(+), 7 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.0-r1.ebuild
similarity index 94%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild
rename to 
gnome-extra/evolution-data-server/evolution-data-server-3.46.0-r1.ebuild
index b68a4f11c621..54af15fb111a 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.0-r1.ebuild
@@ -13,7 +13,10 @@ LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
 SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
 
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ldap kerberos 
oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
+REQUIRED_USE="
+   oauth? ( gtk )
+   vala? ( introspection )
+"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
@@ -37,10 +40,13 @@ RDEPEND="
berkdb? ( >=sys-libs/db-4:= )
gtk? (
>=x11-libs/gtk+-3.20:3
+   >=gui-libs/gtk-4.4:4
>=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=net-libs/webkit-gtk-2.34.0:4.1
+
+   oauth? (
+   >=net-libs/webkit-gtk-2.34.0:4.1
+   >=net-libs/webkit-gtk-2.36.0:5
+   )
)
gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8:= )
introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
@@ -103,8 +109,10 @@ src_configure() {
-DWITH_PHONENUMBER=OFF
-DENABLE_SMIME=ON
-DENABLE_GTK=$(usex gtk)
+   -DENABLE_GTK4=$(usex gtk)
-DENABLE_CANBERRA=$(usex gtk)
-DENABLE_OAUTH2_WEBKITGTK=$(usex oauth)
+   -DENABLE_OAUTH2_WEBKITGTK4=$(usex oauth)
-DENABLE_EXAMPLES=OFF
-DENABLE_GOA=$(usex gnome-online-accounts)
-DWITH_LIBDB=$(usex berkdb "${EPREFIX}"/usr OFF)
@@ -113,10 +121,7 @@ src_configure() {
-DENABLE_WEATHER=$(usex weather)
-DENABLE_LARGEFILE=ON
-DENABLE_VALA_BINDINGS=$(usex vala)
-   # Explicitly turn gtk4 off because gtk4webkit is not available 
yet
-   -DENABLE_GTK4=off
)
-
cmake_src_configure
 }
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-10-01 Thread Matt Turner
commit: 4583087cb3c2ba7dcf2ad69383f0ce69230881b5
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct  1 16:57:28 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct  1 17:16:44 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4583087c

gnome-extra/evolution-data-server: Depend on app-crypt/gcr:0

Signed-off-by: Matt Turner  gentoo.org>

 ...server-3.44.4-r1.ebuild => evolution-data-server-3.44.4-r2.ebuild} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r2.ebuild
similarity index 98%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r1.ebuild
rename to 
gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r2.ebuild
index 80b63535e913..56c045697201 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4-r2.ebuild
@@ -23,7 +23,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-lin
 # =sys-libs/db-4:= )
gtk? (
-   >=app-crypt/gcr-3.4[gtk]
+   >=app-crypt/gcr-3.4:0=[gtk]
>=x11-libs/gtk+-3.16:3
>=media-libs/libcanberra-0.25[gtk3]
)



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-10-01 Thread Matt Turner
commit: 8849c84255353b759d99be4fbe31d3525e323d10
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Oct  1 16:56:48 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Oct  1 17:16:43 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8849c842

gnome-extra/evolution-data-server: Drop old versions

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.44.3-r1.ebuild | 159 -
 2 files changed, 160 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index e8d4fd13d43c..ab7b26eaf5a3 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,2 @@
-DIST evolution-data-server-3.44.3.tar.xz 4783696 BLAKE2B 
1ce3336b3e35d011737cb171112c29589b3a172fbc6d2964259b2bfeb8796a53c8c34665277d8cd6db0cff11905425ddd19da52baf6f473948b3879f6506c831
 SHA512 
b03b1c52a93a3f4fa5eece998eea075086e232953e8485f0b551bd7bfebbbf935288052d55cfaf3ff57b121b14f64db2ac8ce41d54d27aab39e683c4d3b54cac
 DIST evolution-data-server-3.44.4.tar.xz 4784388 BLAKE2B 
dd5b7094af9c66b710d61de282ff7e223fd87524f0135b7fc2c962d7829a8ed25a90a5fa73d155b692e28d9d18807f8c8731efbfb32613e2e1a020008739beae
 SHA512 
385137f1e412b5c5bcd496d493da4657f8bb6e72519f6e62ab1a683c729082ea0ddcf7b5dae8c0cdf37cb279a1cf59ffb6dd61009c693001d03a0d54264e979a
 DIST evolution-data-server-3.46.0.tar.xz 4817048 BLAKE2B 
5c07137659132fca4e2e42d616d3b7e26317f44009de1c9582105a65036884c5b1f7521ac325e2a74a6493362a38b6761d78dabd00b9e64b51a352bcd1d225af
 SHA512 
3aef4ef51e5be2c5e392a2b2781283bb75d8e7d08a3a0daae6be488d14e998779b992095d12889d2d6afe5c732394090f99fa9a866e8825eecdcde2bf6b24ec1

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.3-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.3-r1.ebuild
deleted file mode 100644
index fddb566738a1..
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.3-r1.ebuild
+++ /dev/null
@@ -1,159 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit cmake db-use flag-o-matic gnome2 vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# glib-2.70 for build-time optional GPowerProfileMonitor
-# 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-09-30 Thread Matt Turner
commit: dc12868d9ad81baa90a2bc1612e7b273e49de29f
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Sep 30 18:26:35 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 30 18:29:10 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc12868d

gnome-extra/evolution-data-server: Remove unused config option

libgweather:4 is always required.

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild
index b8c62520d4d8..b68a4f11c621 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.46.0.ebuild
@@ -111,7 +111,6 @@ src_configure() {
# ENABLE_BACKTRACES requires libdwarf ?
-DENABLE_IPV6=ON
-DENABLE_WEATHER=$(usex weather)
-   -DWITH_GWEATHER4=ON
-DENABLE_LARGEFILE=ON
-DENABLE_VALA_BINDINGS=$(usex vala)
# Explicitly turn gtk4 off because gtk4webkit is not available 
yet



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-09-30 Thread Matt Turner
commit: 5c42d2181b0145ef5202f244c8b8e9bde7c4b514
Author: Pascal Jäger  leimstift  de>
AuthorDate: Thu Sep 29 20:05:06 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Sep 30 16:52:05 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c42d218

gnome-extra/evolution-data-server: add dep  leimstift.de>
Signed-off-by: Matt Turner  gentoo.org>

 ...-server-3.44.3.ebuild => evolution-data-server-3.44.3-r1.ebuild} | 6 +-
 ...-server-3.44.4.ebuild => evolution-data-server-3.44.4-r1.ebuild} | 6 +-
 2 files changed, 10 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.3-r1.ebuild
similarity index 96%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild
rename to 
gnome-extra/evolution-data-server/evolution-data-server-3.44.3-r1.ebuild
index 6e55884cc5b3..fddb566738a1 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.3-r1.ebuild
@@ -20,6 +20,7 @@ KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv 
~sparc x86 ~amd64-lin
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # glib-2.70 for build-time optional GPowerProfileMonitor
+# =dev-libs/gobject-introspection-0.9.12:= )
kerberos? ( virtual/krb5:= )
ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.91.0:4= )
+   weather? (
+   >=dev-libs/libgweather-3.91.0:4=
+   =dev-libs/gobject-introspection-0.9.12:= )
kerberos? ( virtual/krb5:= )
ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.91.0:4= )
+   weather? (
+   >=dev-libs/libgweather-3.91.0:4=
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-09-12 Thread Sam James
commit: 0fead99c0c00645f618644dcd9ad603ae0e71c50
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 16:01:12 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 16:01:12 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0fead99c

gnome-extra/evolution-data-server: Stabilize 3.44.4 x86, #868606

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild
index 15cd24b9222e..447979cd439b 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild
@@ -15,7 +15,7 @@ SLOT="0/63-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-09-12 Thread Sam James
commit: 3967de5a5394018b182d1eff6abb15c304a7e9e6
Author: Sam James  gentoo  org>
AuthorDate: Mon Sep 12 15:59:42 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Sep 12 15:59:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3967de5a

gnome-extra/evolution-data-server: Stabilize 3.44.4 amd64, #868606

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild
index 1f1535a48454..15cd24b9222e 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild
@@ -15,7 +15,7 @@ SLOT="0/63-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-08-05 Thread Matt Turner
commit: 8c9063930519b97f590f80dc5ab7ecb09ec78374
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Aug  5 16:16:01 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Aug  5 20:49:14 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8c906393

gnome-extra/evolution-data-server: Version bump to 3.44.4

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.44.4.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index d8736c25ce46..f7020778dbd5 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.44.2.tar.xz 4783272 BLAKE2B 
ab559d26345a8a42b350a042474084ecfc0efaba73e2ae7f93d350e8edd040c27600df590f25a9059db670ed0ddd3eaaab92518644db805d2f7beaa2a0c53803
 SHA512 
cf7fefeb00899cddca0fb9abeddead582ae944f41960c815813312ecf9bde5a19bcd41fa7038eddf7d5c7cf568fda51e9dbb0603bebec54284ce6ac1f9c10305
 DIST evolution-data-server-3.44.3.tar.xz 4783696 BLAKE2B 
1ce3336b3e35d011737cb171112c29589b3a172fbc6d2964259b2bfeb8796a53c8c34665277d8cd6db0cff11905425ddd19da52baf6f473948b3879f6506c831
 SHA512 
b03b1c52a93a3f4fa5eece998eea075086e232953e8485f0b551bd7bfebbbf935288052d55cfaf3ff57b121b14f64db2ac8ce41d54d27aab39e683c4d3b54cac
+DIST evolution-data-server-3.44.4.tar.xz 4784388 BLAKE2B 
dd5b7094af9c66b710d61de282ff7e223fd87524f0135b7fc2c962d7829a8ed25a90a5fa73d155b692e28d9d18807f8c8731efbfb32613e2e1a020008739beae
 SHA512 
385137f1e412b5c5bcd496d493da4657f8bb6e72519f6e62ab1a683c729082ea0ddcf7b5dae8c0cdf37cb279a1cf59ffb6dd61009c693001d03a0d54264e979a

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild
new file mode 100644
index ..1f1535a48454
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.4.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution 
https://gitlab.gnome.org/GNOME/evolution-data-server;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4:=
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.91.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-07-28 Thread Sam James
commit: 6f566e7f2592ab0eb390c5f3b07908366d9a2e6d
Author: Sam James  gentoo  org>
AuthorDate: Fri Jul 29 02:58:52 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Jul 29 02:58:52 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f566e7f

gnome-extra/evolution-data-server: Stabilize 3.44.3 arm64, #861029

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild
index bcdc1c160cc4..32c1d63dddc4 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild
@@ -15,7 +15,7 @@ SLOT="0/63-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-07-18 Thread Sam James
commit: d46b3e21f46ed5313baa37c88603c18d06a2d306
Author: Sam James  gentoo  org>
AuthorDate: Mon Jul 18 23:41:08 2022 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Jul 18 23:41:08 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d46b3e21

gnome-extra/evolution-data-server: Stabilize 3.44.2 arm64, #853958

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.44.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.2.ebuild
index 4ad469521f17..1fe248fefe52 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.2.ebuild
@@ -15,7 +15,7 @@ SLOT="0/63-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-07-01 Thread Matt Turner
commit: 7372d6b1419c7b3fee98674fb10a3b423cea6aae
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Jul  2 03:20:30 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Jul  2 03:24:42 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7372d6b1

gnome-extra/evolution-data-server: Version bump to 3.44.3

Closes: https://bugs.gentoo.org/844055
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.44.3.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 36e52b5a7a81..b65c299c9901 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.44.1.tar.xz 4782040 BLAKE2B 
d12c885a2e2e0eaccb54c46c83117e70708322169e55fb2ec3e64d4d094042164e7586964aeee45f4648f6506ab01c3bd92349a5a182ef2e1e5cbcc395de9b33
 SHA512 
d09a9f79e1b93ae112c9ed58d7f71c5034db5c2bdc3db9b452475f1fb490ce7945afaaec5e4f80de033e4280d86a4f7eb8026bdda5a78d03da1f496dce000e6d
 DIST evolution-data-server-3.44.2.tar.xz 4783272 BLAKE2B 
ab559d26345a8a42b350a042474084ecfc0efaba73e2ae7f93d350e8edd040c27600df590f25a9059db670ed0ddd3eaaab92518644db805d2f7beaa2a0c53803
 SHA512 
cf7fefeb00899cddca0fb9abeddead582ae944f41960c815813312ecf9bde5a19bcd41fa7038eddf7d5c7cf568fda51e9dbb0603bebec54284ce6ac1f9c10305
+DIST evolution-data-server-3.44.3.tar.xz 4783696 BLAKE2B 
1ce3336b3e35d011737cb171112c29589b3a172fbc6d2964259b2bfeb8796a53c8c34665277d8cd6db0cff11905425ddd19da52baf6f473948b3879f6506c831
 SHA512 
b03b1c52a93a3f4fa5eece998eea075086e232953e8485f0b551bd7bfebbbf935288052d55cfaf3ff57b121b14f64db2ac8ce41d54d27aab39e683c4d3b54cac

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild
new file mode 100644
index ..bcdc1c160cc4
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.3.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4:=
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4
+   >=dev-libs/nss-3.9
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.91.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-05-27 Thread Pacho Ramos
commit: 56db9fdbb0b6ad18315a7db2ab3864aed6849b75
Author: Pacho Ramos  gentoo  org>
AuthorDate: Fri May 27 10:18:00 2022 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Fri May 27 10:18:00 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56db9fdb

gnome-extra/evolution-data-server: add 3.44.2

Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.44.2.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 6bdd91dec350..a242e0127e0f 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-data-server-3.42.4.tar.xz 4623968 BLAKE2B 
e2ae0b4dfc6f34fac384093dd52b88fadce70c646d70c7df1758a6d514bcec1f092e8f4d8f28d50651201b45791112f811b94c8083487ca072bd002f6a11b75a
 SHA512 
e2eba6ffeac2924366169cdae4258c7fc7d1172c2aa3a0ced83bea60556627b39ee9ee6f45a64081de232e0c2e801e2cbb19b6fa4a8958ad0f868c87e0b20f4a
 DIST evolution-data-server-3.44.0.tar.xz 4782136 BLAKE2B 
1e1a0419eba31b656107c9ce84f8e6cd4fed37e593417009a6466832ed418e12e8069e989b5eff75e454faeb51429373ddd123eae8a4bc544226d456232376ff
 SHA512 
7c4e7fdc25814b03bf5d6bf3a1d368b318cb093f5656c39dbe59a1b85929a5eb3e6f36135cfcdeb7600baa9f5dedf6ac122974818f7e908b282578bc7122b6b5
 DIST evolution-data-server-3.44.1.tar.xz 4782040 BLAKE2B 
d12c885a2e2e0eaccb54c46c83117e70708322169e55fb2ec3e64d4d094042164e7586964aeee45f4648f6506ab01c3bd92349a5a182ef2e1e5cbcc395de9b33
 SHA512 
d09a9f79e1b93ae112c9ed58d7f71c5034db5c2bdc3db9b452475f1fb490ce7945afaaec5e4f80de033e4280d86a4f7eb8026bdda5a78d03da1f496dce000e6d
+DIST evolution-data-server-3.44.2.tar.xz 4783272 BLAKE2B 
ab559d26345a8a42b350a042474084ecfc0efaba73e2ae7f93d350e8edd040c27600df590f25a9059db670ed0ddd3eaaab92518644db805d2f7beaa2a0c53803
 SHA512 
cf7fefeb00899cddca0fb9abeddead582ae944f41960c815813312ecf9bde5a19bcd41fa7038eddf7d5c7cf568fda51e9dbb0603bebec54284ce6ac1f9c10305

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.2.ebuild
new file mode 100644
index ..768bfb30adc4
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.2.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.91.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-04-22 Thread Matt Turner
commit: 22ada4996e455ad0661e1af313507b784bb1fa35
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr 23 01:01:31 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr 23 04:59:56 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ada499

gnome-extra/evolution-data-server: Version bump to 3.44.1

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.44.1.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index e19c84546a26..6bdd91dec350 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.42.4.tar.xz 4623968 BLAKE2B 
e2ae0b4dfc6f34fac384093dd52b88fadce70c646d70c7df1758a6d514bcec1f092e8f4d8f28d50651201b45791112f811b94c8083487ca072bd002f6a11b75a
 SHA512 
e2eba6ffeac2924366169cdae4258c7fc7d1172c2aa3a0ced83bea60556627b39ee9ee6f45a64081de232e0c2e801e2cbb19b6fa4a8958ad0f868c87e0b20f4a
 DIST evolution-data-server-3.44.0.tar.xz 4782136 BLAKE2B 
1e1a0419eba31b656107c9ce84f8e6cd4fed37e593417009a6466832ed418e12e8069e989b5eff75e454faeb51429373ddd123eae8a4bc544226d456232376ff
 SHA512 
7c4e7fdc25814b03bf5d6bf3a1d368b318cb093f5656c39dbe59a1b85929a5eb3e6f36135cfcdeb7600baa9f5dedf6ac122974818f7e908b282578bc7122b6b5
+DIST evolution-data-server-3.44.1.tar.xz 4782040 BLAKE2B 
d12c885a2e2e0eaccb54c46c83117e70708322169e55fb2ec3e64d4d094042164e7586964aeee45f4648f6506ab01c3bd92349a5a182ef2e1e5cbcc395de9b33
 SHA512 
d09a9f79e1b93ae112c9ed58d7f71c5034db5c2bdc3db9b452475f1fb490ce7945afaaec5e4f80de033e4280d86a4f7eb8026bdda5a78d03da1f496dce000e6d

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.1.ebuild
new file mode 100644
index ..768bfb30adc4
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.1.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.91.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-03-23 Thread Matt Turner
commit: 49ecfd7a4a59c77466256b9cd4facd5a709eb323
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 23 08:18:50 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 23 08:19:37 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=49ecfd7a

gnome-extra/evolution-data-server: Call vala_setup

Closes: https://bugs.gentoo.org/835841
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild
index 1a6fbd09d5ba..768bfb30adc4 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild
@@ -81,7 +81,7 @@ RESTRICT="test !test? ( test )"
 
 # global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
 src_prepare() {
-   use vala && vala_src_prepare
+   use vala && vala_setup
cmake_src_prepare
gnome2_src_prepare
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-03-23 Thread Matt Turner
commit: e4a9f541a390a0d1d442445d28e41e3406bf979f
Author: Matt Turner  gentoo  org>
AuthorDate: Wed Mar 23 06:23:53 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Wed Mar 23 06:44:31 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a9f541

gnome-extra/evolution-data-server: Version bump to 3.44.0

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.44.0.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index face827fb75c..e19c84546a26 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.42.4.tar.xz 4623968 BLAKE2B 
e2ae0b4dfc6f34fac384093dd52b88fadce70c646d70c7df1758a6d514bcec1f092e8f4d8f28d50651201b45791112f811b94c8083487ca072bd002f6a11b75a
 SHA512 
e2eba6ffeac2924366169cdae4258c7fc7d1172c2aa3a0ced83bea60556627b39ee9ee6f45a64081de232e0c2e801e2cbb19b6fa4a8958ad0f868c87e0b20f4a
+DIST evolution-data-server-3.44.0.tar.xz 4782136 BLAKE2B 
1e1a0419eba31b656107c9ce84f8e6cd4fed37e593417009a6466832ed418e12e8069e989b5eff75e454faeb51429373ddd123eae8a4bc544226d456232376ff
 SHA512 
7c4e7fdc25814b03bf5d6bf3a1d368b318cb093f5656c39dbe59a1b85929a5eb3e6f36135cfcdeb7600baa9f5dedf6ac122974818f7e908b282578bc7122b6b5

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild
new file mode 100644
index ..1a6fbd09d5ba
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.44.0.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.91.0:4= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-02-11 Thread Matt Turner
commit: 48fe4621a236c581a757e031bf4c9c2d513bcd58
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Feb 11 20:21:07 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Feb 11 20:56:02 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=48fe4621

gnome-extra/evolution-data-server: Version bump to 3.42.4

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.42.4.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 702d621d4eb1..d48edb74db16 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.40.4.tar.xz 4622640 BLAKE2B 
93a4570da53fb34b496cd471e5daff07fa044ed5c230f7de85276ab9aacd0f2e6c6f749a0d63d076fc192e695f68a0c451a7a6573621ff5092cd5ea6a9302ee2
 SHA512 
664c2d41b6f212e6ddef554767ca651e4179ce861898cb11ed373f30473c2a1a3a47191ae504be7d38beb0e721782564b70f5f519a3184216a02be1bd89678b5
 DIST evolution-data-server-3.42.3.tar.xz 4622976 BLAKE2B 
41dc75929f8e1067f93f2f05e9c9a036274625722266e023e79d8415d3b38c74c18fd47225b23dfe03ed6ec8a34234bbeca11a6f7224825abea3c030b683ea3e
 SHA512 
2c50e1c381b70e478d8dd6d548a3ae0228cd60619a3c3d660d4a291d7b986b42c7d5b262d57f6fc4aacf0623c084edb59353f3f2d5ada9f39747a2a94627176b
+DIST evolution-data-server-3.42.4.tar.xz 4623968 BLAKE2B 
e2ae0b4dfc6f34fac384093dd52b88fadce70c646d70c7df1758a6d514bcec1f092e8f4d8f28d50651201b45791112f811b94c8083487ca072bd002f6a11b75a
 SHA512 
e2eba6ffeac2924366169cdae4258c7fc7d1172c2aa3a0ced83bea60556627b39ee9ee6f45a64081de232e0c2e801e2cbb19b6fa4a8958ad0f868c87e0b20f4a

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.42.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.42.4.ebuild
new file mode 100644
index ..116b3be98c0f
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.42.4.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2022-01-09 Thread Matt Turner
commit: 2931489e67af9e7a76022869cd8ce7fdeb0fafe9
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jan  9 19:09:18 2022 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jan  9 19:41:40 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2931489e

gnome-extra/evolution-data-server: Version bump to 3.42.3

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.42.3.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 7b7cc5947815..d901a92072b8 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.40.4.tar.xz 4622640 BLAKE2B 
93a4570da53fb34b496cd471e5daff07fa044ed5c230f7de85276ab9aacd0f2e6c6f749a0d63d076fc192e695f68a0c451a7a6573621ff5092cd5ea6a9302ee2
 SHA512 
664c2d41b6f212e6ddef554767ca651e4179ce861898cb11ed373f30473c2a1a3a47191ae504be7d38beb0e721782564b70f5f519a3184216a02be1bd89678b5
 DIST evolution-data-server-3.42.2.tar.xz 4622324 BLAKE2B 
e321302c64317773122701a40f9ac418165e6fa98500481b73e05fcb86f71974de1469ade4d0aa42c6e9a0cae73e570a8abc0f70b846de72fa20305d2296273d
 SHA512 
a0329180bac12d9723efd42938335ae46492cdd774358c411e89de3ef34b4d2cdbdb77fb13d8e1ad27a89f9bf64d2f78f3e25e54fbbaa9076dab2d866705de05
+DIST evolution-data-server-3.42.3.tar.xz 4622976 BLAKE2B 
41dc75929f8e1067f93f2f05e9c9a036274625722266e023e79d8415d3b38c74c18fd47225b23dfe03ed6ec8a34234bbeca11a6f7224825abea3c030b683ea3e
 SHA512 
2c50e1c381b70e478d8dd6d548a3ae0228cd60619a3c3d660d4a291d7b986b42c7d5b262d57f6fc4aacf0623c084edb59353f3f2d5ada9f39747a2a94627176b

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.42.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.42.3.ebuild
new file mode 100644
index ..116b3be98c0f
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.42.3.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2021-12-09 Thread Mart Raudsepp
commit: e4a6eaf455cd78fd0d8d2cfa50d83fa05a21693f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec  9 14:49:25 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec  9 17:08:14 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4a6eaf4

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   3 -
 .../evolution-data-server-3.40.3.ebuild| 152 
 .../evolution-data-server-3.42.0.ebuild| 155 
 .../evolution-data-server-3.42.1.ebuild| 158 -
 .../files/3.42.1-fix-build.patch   |  28 
 .../files/3.42.1-fix-calendar-crash.patch  |  64 -
 6 files changed, 560 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index a62123c64c6a..7b7cc5947815 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,5 +1,2 @@
-DIST evolution-data-server-3.40.3.tar.xz 4625980 BLAKE2B 
7b344c1bb279367c9eca136b9f4689f049ba126b9ffd6ba1a1a819c5f86db66bae4082ebab83c8895831e97a4ed4384bb923584146b6081ffbbc24c327d5f3d4
 SHA512 
ba5db9850d68c23ddc77e53ccb2500f613dcdc5689234b3365edbc97eb6e73c4f15c13df5dee0b2aab1d0af5a22d543c6aeb814c4abfe1dc652b46712c0e2e79
 DIST evolution-data-server-3.40.4.tar.xz 4622640 BLAKE2B 
93a4570da53fb34b496cd471e5daff07fa044ed5c230f7de85276ab9aacd0f2e6c6f749a0d63d076fc192e695f68a0c451a7a6573621ff5092cd5ea6a9302ee2
 SHA512 
664c2d41b6f212e6ddef554767ca651e4179ce861898cb11ed373f30473c2a1a3a47191ae504be7d38beb0e721782564b70f5f519a3184216a02be1bd89678b5
-DIST evolution-data-server-3.42.0.tar.xz 4614616 BLAKE2B 
801e1a71c10af4f7c8b2e8478631ed76269170b01bb30dca296da7b151041981e0f45f9a69fe4873f503d0d38b7e6fdf50c6a7006d001af7d16663478a102b6e
 SHA512 
44e4a45ac7779fd5a336aa84b8e23926cc861c1a3d1ca5629a4997a8783415eca1f6bdcef4fa6ed10e5417a64eef31dbe9edbf027954a653f4c22e25c90f16c1
-DIST evolution-data-server-3.42.1.tar.xz 4621996 BLAKE2B 
d5d163503b34cad06d03eb7711b3de4d2b0101ac7718f41e060efcc8189a0aa3654d435015a6c06f87e922e320c4032d8e1d31280095989f45d38744e92b85df
 SHA512 
8e0673af07b00e1d658b98b811312a57368e634d7a1e11ece6af02794d8e4743cd496dbd4ea9e6a1f1c8b0b55a242296f36342f5827521e903794814bcaacff8
 DIST evolution-data-server-3.42.2.tar.xz 4622324 BLAKE2B 
e321302c64317773122701a40f9ac418165e6fa98500481b73e05fcb86f71974de1469ade4d0aa42c6e9a0cae73e570a8abc0f70b846de72fa20305d2296273d
 SHA512 
a0329180bac12d9723efd42938335ae46492cdd774358c411e89de3ef34b4d2cdbdb77fb13d8e1ad27a89f9bf64d2f78f3e25e54fbbaa9076dab2d866705de05

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
deleted file mode 100644
index 5219b100f94f..
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.8:=[glib,introspection?]
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.58:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.16:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.28.0:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-12-09 Thread Mart Raudsepp
commit: 7111c9fa1f94e2353daac4264a0222fb43dc2351
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Dec  9 14:48:19 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Dec  9 17:08:13 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7111c9fa

gnome-extra/evolution-data-server: bump to 3.42.2

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.42.2.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index b26a9057c856..a62123c64c6a 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -2,3 +2,4 @@ DIST evolution-data-server-3.40.3.tar.xz 4625980 BLAKE2B 
7b344c1bb279367c9eca136
 DIST evolution-data-server-3.40.4.tar.xz 4622640 BLAKE2B 
93a4570da53fb34b496cd471e5daff07fa044ed5c230f7de85276ab9aacd0f2e6c6f749a0d63d076fc192e695f68a0c451a7a6573621ff5092cd5ea6a9302ee2
 SHA512 
664c2d41b6f212e6ddef554767ca651e4179ce861898cb11ed373f30473c2a1a3a47191ae504be7d38beb0e721782564b70f5f519a3184216a02be1bd89678b5
 DIST evolution-data-server-3.42.0.tar.xz 4614616 BLAKE2B 
801e1a71c10af4f7c8b2e8478631ed76269170b01bb30dca296da7b151041981e0f45f9a69fe4873f503d0d38b7e6fdf50c6a7006d001af7d16663478a102b6e
 SHA512 
44e4a45ac7779fd5a336aa84b8e23926cc861c1a3d1ca5629a4997a8783415eca1f6bdcef4fa6ed10e5417a64eef31dbe9edbf027954a653f4c22e25c90f16c1
 DIST evolution-data-server-3.42.1.tar.xz 4621996 BLAKE2B 
d5d163503b34cad06d03eb7711b3de4d2b0101ac7718f41e060efcc8189a0aa3654d435015a6c06f87e922e320c4032d8e1d31280095989f45d38744e92b85df
 SHA512 
8e0673af07b00e1d658b98b811312a57368e634d7a1e11ece6af02794d8e4743cd496dbd4ea9e6a1f1c8b0b55a242296f36342f5827521e903794814bcaacff8
+DIST evolution-data-server-3.42.2.tar.xz 4622324 BLAKE2B 
e321302c64317773122701a40f9ac418165e6fa98500481b73e05fcb86f71974de1469ade4d0aa42c6e9a0cae73e570a8abc0f70b846de72fa20305d2296273d
 SHA512 
a0329180bac12d9723efd42938335ae46492cdd774358c411e89de3ef34b4d2cdbdb77fb13d8e1ad27a89f9bf64d2f78f3e25e54fbbaa9076dab2d866705de05

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.42.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.42.2.ebuild
new file mode 100644
index ..42b2525574f3
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.42.2.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+ 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-11-05 Thread Sam James
commit: 63595422a9d9825a75805edd9dd51bc3cc5febd1
Author: Sam James  gentoo  org>
AuthorDate: Sat Nov  6 04:08:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sat Nov  6 04:08:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63595422

gnome-extra/evolution-data-server: Stabilize 3.40.4 x86, #815013

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
index da84f9765a0..266c3291aa5 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2021-11-05 Thread Mart Raudsepp
commit: f0ae631080260122958819b093615dc7f93cab33
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Nov  5 13:26:56 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Nov  5 13:33:07 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f0ae6310

gnome-extra/evolution-data-server: bump to 3.42.1

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.42.1.ebuild| 158 +
 .../files/3.42.1-fix-build.patch   |  28 
 .../files/3.42.1-fix-calendar-crash.patch  |  64 +
 4 files changed, 251 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index b1126d05a0c..b26a9057c85 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-data-server-3.40.3.tar.xz 4625980 BLAKE2B 
7b344c1bb279367c9eca136b9f4689f049ba126b9ffd6ba1a1a819c5f86db66bae4082ebab83c8895831e97a4ed4384bb923584146b6081ffbbc24c327d5f3d4
 SHA512 
ba5db9850d68c23ddc77e53ccb2500f613dcdc5689234b3365edbc97eb6e73c4f15c13df5dee0b2aab1d0af5a22d543c6aeb814c4abfe1dc652b46712c0e2e79
 DIST evolution-data-server-3.40.4.tar.xz 4622640 BLAKE2B 
93a4570da53fb34b496cd471e5daff07fa044ed5c230f7de85276ab9aacd0f2e6c6f749a0d63d076fc192e695f68a0c451a7a6573621ff5092cd5ea6a9302ee2
 SHA512 
664c2d41b6f212e6ddef554767ca651e4179ce861898cb11ed373f30473c2a1a3a47191ae504be7d38beb0e721782564b70f5f519a3184216a02be1bd89678b5
 DIST evolution-data-server-3.42.0.tar.xz 4614616 BLAKE2B 
801e1a71c10af4f7c8b2e8478631ed76269170b01bb30dca296da7b151041981e0f45f9a69fe4873f503d0d38b7e6fdf50c6a7006d001af7d16663478a102b6e
 SHA512 
44e4a45ac7779fd5a336aa84b8e23926cc861c1a3d1ca5629a4997a8783415eca1f6bdcef4fa6ed10e5417a64eef31dbe9edbf027954a653f4c22e25c90f16c1
+DIST evolution-data-server-3.42.1.tar.xz 4621996 BLAKE2B 
d5d163503b34cad06d03eb7711b3de4d2b0101ac7718f41e060efcc8189a0aa3654d435015a6c06f87e922e320c4032d8e1d31280095989f45d38744e92b85df
 SHA512 
8e0673af07b00e1d658b98b811312a57368e634d7a1e11ece6af02794d8e4743cd496dbd4ea9e6a1f1c8b0b55a242296f36342f5827521e903794814bcaacff8

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.42.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.42.1.ebuild
new file mode 100644
index 000..d13cfee8d20
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.42.1.ebuild
@@ -0,0 +1,158 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/63-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# glib-2.70 for build-time optional GPowerProfileMonitor
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.70:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-10-03 Thread Sam James
commit: 43e061e0e9330594a4743087ce404fcd0a43f81d
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 01:24:49 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 01:24:49 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=43e061e0

gnome-extra/evolution-data-server: Stabilize 3.40.4 amd64, #815013

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
index 683f4e97e14..da84f9765a0 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-10-03 Thread Sam James
commit: 82caf6cd3bd24c9c83326dea3cecf1d7b7edb097
Author: Sam James  gentoo  org>
AuthorDate: Mon Oct  4 01:23:35 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Oct  4 01:23:35 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82caf6cd

gnome-extra/evolution-data-server: Stabilize 3.40.4 arm64, #815013

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
index e8bbad978bf..683f4e97e14 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-09-04 Thread Andreas Sturmlechner
commit: 5baa602b3ba7c0b19b9bbcf23056ed5be81a35dc
Author: Andreas Sturmlechner  gentoo  org>
AuthorDate: Sat Aug 28 16:16:54 2021 +
Commit: Andreas Sturmlechner  gentoo  org>
CommitDate: Sat Sep  4 15:31:10 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5baa602b

gnome-extra/evolution-data-server: Drop 3.40.2

Package-Manager: Portage-3.0.22, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.40.2.ebuild| 152 -
 2 files changed, 153 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 661f7d6462d..75437de7e05 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,2 @@
-DIST evolution-data-server-3.40.2.tar.xz 4625240 BLAKE2B 
f7c966e0e092ce46157e55d1a096e5ce69ae5103c0d777f262b62cac4185bec88c4cf84b9da4927cd8e008310f09bedcc017cb4ec39e4c90b3a36c1444b3507c
 SHA512 
495e264cc92b31e6bb76b205641f4c030e82a010f0cf58f712d5c05b5a06f0a60c5b83b31f95ececf9e553f2e816bb9bab2df54cd9982a81eb2bb7f936016639
 DIST evolution-data-server-3.40.3.tar.xz 4625980 BLAKE2B 
7b344c1bb279367c9eca136b9f4689f049ba126b9ffd6ba1a1a819c5f86db66bae4082ebab83c8895831e97a4ed4384bb923584146b6081ffbbc24c327d5f3d4
 SHA512 
ba5db9850d68c23ddc77e53ccb2500f613dcdc5689234b3365edbc97eb6e73c4f15c13df5dee0b2aab1d0af5a22d543c6aeb814c4abfe1dc652b46712c0e2e79
 DIST evolution-data-server-3.40.4.tar.xz 4622640 BLAKE2B 
93a4570da53fb34b496cd471e5daff07fa044ed5c230f7de85276ab9aacd0f2e6c6f749a0d63d076fc192e695f68a0c451a7a6573621ff5092cd5ea6a9302ee2
 SHA512 
664c2d41b6f212e6ddef554767ca651e4179ce861898cb11ed373f30473c2a1a3a47191ae504be7d38beb0e721782564b70f5f519a3184216a02be1bd89678b5

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild
deleted file mode 100644
index 5219b100f94..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2021 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.8:=[glib,introspection?]
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.58:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.16:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.28.0:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   vala? ( $(vala_depend)
-   net-libs/libsoup:2.4[vala]
-   dev-libs/libical[vala]
-   )
-"
-BDEPEND="
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test !test? ( test )"
-
-# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
-src_prepare() {
-

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-08-27 Thread Yixun Lan
commit: 71f23799a16d7a9c8990d4afba4f56758aa4227f
Author: Yixun Lan  gentoo  org>
AuthorDate: Fri Aug 27 08:44:42 2021 +
Commit: Yixun Lan  gentoo  org>
CommitDate: Fri Aug 27 15:18:08 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=71f23799

gnome-extra/evolution-data-server: keyword ~riscv

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Yixun Lan  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
index a3cd86ee136..e8bbad978bf 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-08-20 Thread Sam James
commit: 6eedd1f8153cb7546dafe14f2249086dacf496f1
Author: Sam James  gentoo  org>
AuthorDate: Fri Aug 20 23:50:22 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Fri Aug 20 23:51:18 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6eedd1f8

gnome-extra/evolution-data-server: Stabilize 3.40.3 arm64, #806322

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
index dd0ddcd66c3..5219b100f94 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-08-14 Thread Sam James
commit: 9bcaf7309efe2fe7d8764905758c6fb8542da032
Author: Sam James  gentoo  org>
AuthorDate: Sun Aug 15 01:32:44 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Aug 15 01:32:44 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bcaf730

gnome-extra/evolution-data-server: Stabilize 3.40.3 amd64, #806322

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
index d3f19126b94..dd0ddcd66c3 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-08-13 Thread Mart Raudsepp
commit: 3910b2912fbcf874610a4a3fb81847b16124324f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Aug 13 15:49:46 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Aug 13 16:27:25 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3910b291

gnome-extra/evolution-data-server: bump to 3.40.4

Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.40.4.ebuild| 154 +
 2 files changed, 155 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 3e49a0f1484..661f7d6462d 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.40.2.tar.xz 4625240 BLAKE2B 
f7c966e0e092ce46157e55d1a096e5ce69ae5103c0d777f262b62cac4185bec88c4cf84b9da4927cd8e008310f09bedcc017cb4ec39e4c90b3a36c1444b3507c
 SHA512 
495e264cc92b31e6bb76b205641f4c030e82a010f0cf58f712d5c05b5a06f0a60c5b83b31f95ececf9e553f2e816bb9bab2df54cd9982a81eb2bb7f936016639
 DIST evolution-data-server-3.40.3.tar.xz 4625980 BLAKE2B 
7b344c1bb279367c9eca136b9f4689f049ba126b9ffd6ba1a1a819c5f86db66bae4082ebab83c8895831e97a4ed4384bb923584146b6081ffbbc24c327d5f3d4
 SHA512 
ba5db9850d68c23ddc77e53ccb2500f613dcdc5689234b3365edbc97eb6e73c4f15c13df5dee0b2aab1d0af5a22d543c6aeb814c4abfe1dc652b46712c0e2e79
+DIST evolution-data-server-3.40.4.tar.xz 4622640 BLAKE2B 
93a4570da53fb34b496cd471e5daff07fa044ed5c230f7de85276ab9aacd0f2e6c6f749a0d63d076fc192e695f68a0c451a7a6573621ff5092cd5ea6a9302ee2
 SHA512 
664c2d41b6f212e6ddef554767ca651e4179ce861898cb11ed373f30473c2a1a3a47191ae504be7d38beb0e721782564b70f5f519a3184216a02be1bd89678b5

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
new file mode 100644
index 000..a3cd86ee136
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.4.ebuild
@@ -0,0 +1,154 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   oauth? ( dev-libs/libgdata[vala] )
+   gnome-online-accounts? ( dev-libs/libgdata[vala] )
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-07-22 Thread Matt Turner
commit: 801657504932734ed76e211adc00b703bf4cdd75
Author: Matt Turner  gentoo  org>
AuthorDate: Thu Jul 22 23:42:55 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Jul 23 01:10:53 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80165750

gnome-extra/evolution-data-server: Version bump to 3.40.3

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.40.3.ebuild| 152 +
 2 files changed, 153 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 8c6e27ed8af..e5512eab704 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.40.1.tar.xz 4625316 BLAKE2B 
d795183d07bc7b58a00e3c6f60d3704cf7e0cc6237b079c49f2e21dd7c22098c2b7b3fd2ca50fd3d9268aff8e5eaeea2e0e6c65d09c8bd68b7364445eb926c7c
 SHA512 
47964a0965d412c329743423483c6694d078835b375d457aabe7e45a2b1b3406e4e0d4c1b855460f3c9b327d4d9320e659b0e43243816ec1e9bc49d0fea90f7d
 DIST evolution-data-server-3.40.2.tar.xz 4625240 BLAKE2B 
f7c966e0e092ce46157e55d1a096e5ce69ae5103c0d777f262b62cac4185bec88c4cf84b9da4927cd8e008310f09bedcc017cb4ec39e4c90b3a36c1444b3507c
 SHA512 
495e264cc92b31e6bb76b205641f4c030e82a010f0cf58f712d5c05b5a06f0a60c5b83b31f95ececf9e553f2e816bb9bab2df54cd9982a81eb2bb7f936016639
+DIST evolution-data-server-3.40.3.tar.xz 4625980 BLAKE2B 
7b344c1bb279367c9eca136b9f4689f049ba126b9ffd6ba1a1a819c5f86db66bae4082ebab83c8895831e97a4ed4384bb923584146b6081ffbbc24c327d5f3d4
 SHA512 
ba5db9850d68c23ddc77e53ccb2500f613dcdc5689234b3365edbc97eb6e73c4f15c13df5dee0b2aab1d0af5a22d543c6aeb814c4abfe1dc652b46712c0e2e79

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
new file mode 100644
index 000..02f51c3698c
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.3.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake_src_prepare
+

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-07-11 Thread Sam James
commit: 282a3d3babdbea60f6c6194de0f0b130d862dd15
Author: Sam James  gentoo  org>
AuthorDate: Sun Jul 11 20:48:34 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Sun Jul 11 20:48:34 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=282a3d3b

gnome-extra/evolution-data-server: Stabilize 3.40.2 arm64, #800710

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild
index dd0ddcd66c3..5219b100f94 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-26-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-06-06 Thread Matt Turner
commit: eb38eb83aee373d7f01afa74dda08c2c68c59744
Author: Matt Turner  gentoo  org>
AuthorDate: Sun Jun  6 21:12:46 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sun Jun  6 21:49:09 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eb38eb83

gnome-extra/evolution-data-server: Version bump to 3.40.2

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.40.2.ebuild| 152 +
 2 files changed, 153 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 1a82aca1079..8c6e27ed8af 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.40.1.tar.xz 4625316 BLAKE2B 
d795183d07bc7b58a00e3c6f60d3704cf7e0cc6237b079c49f2e21dd7c22098c2b7b3fd2ca50fd3d9268aff8e5eaeea2e0e6c65d09c8bd68b7364445eb926c7c
 SHA512 
47964a0965d412c329743423483c6694d078835b375d457aabe7e45a2b1b3406e4e0d4c1b855460f3c9b327d4d9320e659b0e43243816ec1e9bc49d0fea90f7d
+DIST evolution-data-server-3.40.2.tar.xz 4625240 BLAKE2B 
f7c966e0e092ce46157e55d1a096e5ce69ae5103c0d777f262b62cac4185bec88c4cf84b9da4927cd8e008310f09bedcc017cb4ec39e4c90b3a36c1444b3507c
 SHA512 
495e264cc92b31e6bb76b205641f4c030e82a010f0cf58f712d5c05b5a06f0a60c5b83b31f95ececf9e553f2e816bb9bab2df54cd9982a81eb2bb7f936016639

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild
new file mode 100644
index 000..02f51c3698c
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.2.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
+   -i "${S}"/CMakeLists.txt || die
+}

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-04-30 Thread Matt Turner
commit: c503f2b8ecf756b8100a0cdcced0f46e98cfc3ef
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 30 16:23:08 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 30 16:24:16 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c503f2b8

gnome-extra/evolution-data-server: Version bump to 3.40.1

Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.40.1.ebuild| 152 +
 2 files changed, 153 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 334e623c8c0..122e6c6 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.38.4.tar.xz 4663372 BLAKE2B 
1be9159e210b88577dd367a64967aca1facea1c2f4a1611bdf773f8d01c2f4bacfa0eaaca37a9f094570c7897fc4a7be89bd303ce0739bd7f2fc925ac148bd84
 SHA512 
0b70850519316dd361e6d04607f3f9e4afe1bd0869a34e8403f02cefa7cc5ee683645031e337b6dcba4d89461aa7954e8d36d9c5b1c5bf12fd53b5411b908c3f
 DIST evolution-data-server-3.40.0.tar.xz 4623568 BLAKE2B 
4c0b8de1eb9129e351f90477f06bcaa6b9f37b0d616df3dc2c53635e0f2ea3520546be7f88dd1ee68d32a37b385e68f5c48ca79d36c63a0f9d10261b557162c4
 SHA512 
d31ef0d270ef64909150c0e087835bb6308125155664eee3375be6a59c9c43cd251e9617adbf819846a7d9bb73309ec51699159ee06465266193ad5dea3c0a00
+DIST evolution-data-server-3.40.1.tar.xz 4625316 BLAKE2B 
d795183d07bc7b58a00e3c6f60d3704cf7e0cc6237b079c49f2e21dd7c22098c2b7b3fd2ca50fd3d9268aff8e5eaeea2e0e6c65d09c8bd68b7364445eb926c7c
 SHA512 
47964a0965d412c329743423483c6694d078835b375d457aabe7e45a2b1b3406e4e0d4c1b855460f3c9b327d4d9320e659b0e43243816ec1e9bc49d0fea90f7d

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.1.ebuild
new file mode 100644
index 000..02f51c3698c
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.1.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake_src_prepare
+

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-04-17 Thread Matt Turner
commit: 03040bf13c5ede7006179156dba92d0c2607455d
Author: Matt Turner  gentoo  org>
AuthorDate: Sat Apr 17 21:59:04 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr 17 22:18:23 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=03040bf1

gnome-extra/evolution-data-server: Depend on libgdata[vala?]

If vala bindings are enabled, then we need libgdata's vala bindings if
either oauth or gnome-online-accounts are enabled.

Closes: https://bugs.gentoo.org/783234
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild
index b3be8a8da1f..339c57dfea0 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild
@@ -20,7 +20,7 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc 
~x86 ~amd64-linux ~
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
+gdata_depend=">=dev-libs/libgdata-0.17.7:=[vala?]"
 RDEPEND="
>=app-crypt/gcr-3.4
>=app-crypt/libsecret-0.5[crypt]



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-04-16 Thread Matt Turner
commit: 41611a62c1fc642bbc590c083c7fc81e3bf26679
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 16 23:07:03 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Sat Apr 17 01:20:46 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41611a62

gnome-extra/evolution-data-server: Version bump to 3.40.0

Closes: https://bugs.gentoo.org/724350
Signed-off-by: Matt Turner  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.40.0.ebuild| 153 +
 2 files changed, 154 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 5bf89974de4..334e623c8c0 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.38.4.tar.xz 4663372 BLAKE2B 
1be9159e210b88577dd367a64967aca1facea1c2f4a1611bdf773f8d01c2f4bacfa0eaaca37a9f094570c7897fc4a7be89bd303ce0739bd7f2fc925ac148bd84
 SHA512 
0b70850519316dd361e6d04607f3f9e4afe1bd0869a34e8403f02cefa7cc5ee683645031e337b6dcba4d89461aa7954e8d36d9c5b1c5bf12fd53b5411b908c3f
+DIST evolution-data-server-3.40.0.tar.xz 4623568 BLAKE2B 
4c0b8de1eb9129e351f90477f06bcaa6b9f37b0d616df3dc2c53635e0f2ea3520546be7f88dd1ee68d32a37b385e68f5c48ca79d36c63a0f9d10261b557162c4
 SHA512 
d31ef0d270ef64909150c0e087835bb6308125155664eee3375be6a59c9c43cd251e9617adbf819846a7d9bb73309ec51699159ee06465266193ad5dea3c0a00

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild
new file mode 100644
index 000..b3be8a8da1f
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.40.0.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-26-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.16:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+   eapply 
"${FILESDIR}"/3.38-PrintableOptions.cmake-Correct-variable-name-compari.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/files/, gnome-extra/evolution-data-server/

2021-04-16 Thread Matt Turner
commit: 3cdc3dea6eda714deba98fcf0ec07ff736a0eab7
Author: Matt Turner  gentoo  org>
AuthorDate: Fri Apr 16 13:15:40 2021 +
Commit: Matt Turner  gentoo  org>
CommitDate: Fri Apr 16 13:17:21 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3cdc3dea

gnome-extra/evolution-data-server: Add patch for cmake-3.20 compat

Closes: https://bugs.gentoo.org/783138
Signed-off-by: Matt Turner  gentoo.org>

 .../evolution-data-server-3.38.4.ebuild|  1 +
 ...tions.cmake-Correct-variable-name-compari.patch | 75 ++
 2 files changed, 76 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild
index 768516d9074..1638eb60d28 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild
@@ -84,6 +84,7 @@ src_prepare() {
gnome2_src_prepare
 
eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+   eapply 
"${FILESDIR}"/3.38-PrintableOptions.cmake-Correct-variable-name-compari.patch
 
# Make CMakeLists versioned vala enabled
sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \

diff --git 
a/gnome-extra/evolution-data-server/files/3.38-PrintableOptions.cmake-Correct-variable-name-compari.patch
 
b/gnome-extra/evolution-data-server/files/3.38-PrintableOptions.cmake-Correct-variable-name-compari.patch
new file mode 100644
index 000..95546b6daaa
--- /dev/null
+++ 
b/gnome-extra/evolution-data-server/files/3.38-PrintableOptions.cmake-Correct-variable-name-compari.patch
@@ -0,0 +1,75 @@
+From c95a70bfeae25ba11fbe50fe759a6cdb29388e44 Mon Sep 17 00:00:00 2001
+From: Milan Crha 
+Date: Wed, 14 Apr 2021 16:58:08 +0200
+Subject: [PATCH] PrintableOptions.cmake: Correct variable name comparison
+
+CMake 3.20.1 errors out with:
+
+CMake Error at cmake/modules/PrintableOptions.cmake:38 (message):
+   variable name cannot be empty
+ Call Stack (most recent call first):
+   CMakeLists.txt:152 (add_printable_variable)
+
+Change how the parameter value is compared, to fix it.
+---
+ cmake/modules/PrintableOptions.cmake | 20 ++--
+ 1 file changed, 10 insertions(+), 10 deletions(-)
+
+diff --git a/cmake/modules/PrintableOptions.cmake 
b/cmake/modules/PrintableOptions.cmake
+index ba1c9d0b7..339f1da4b 100644
+--- a/cmake/modules/PrintableOptions.cmake
 b/cmake/modules/PrintableOptions.cmake
+@@ -19,40 +19,40 @@
+ #prints all the build options previously added with the above functions
+ 
+ macro(add_printable_variable_bare _name)
+-  if(_name STREQUAL "")
++  if("${_name}" STREQUAL "")
+   message(FATAL_ERROR "variable name cannot be empty")
+-  endif(_name STREQUAL "")
++  endif("${_name}" STREQUAL "")
+   list(APPEND _printable_options ${_name})
+ endmacro()
+ 
+ macro(add_printable_option _name _description _default_value)
+-  if(_name STREQUAL "")
++  if("${_name}" STREQUAL "")
+   message(FATAL_ERROR "option name cannot be empty")
+-  endif(_name STREQUAL "")
++  endif("${_name}" STREQUAL "")
+   option(${_name} ${_description} ${_default_value})
+   add_printable_variable_bare(${_name})
+ endmacro()
+ 
+ macro(add_printable_variable _name _description _default_value)
+-  if(_name STREQUAL "")
++  if("${_name}" STREQUAL "")
+   message(FATAL_ERROR "variable name cannot be empty")
+-  endif(_name STREQUAL "")
++  endif("${_name}" STREQUAL "")
+   set(${_name} ${_default_value} CACHE STRING ${_description})
+   add_printable_variable_bare(${_name})
+ endmacro()
+ 
+ macro(add_printable_variable_path _name _description _default_value)
+-  if(_name STREQUAL "")
++  if("${_name}" STREQUAL "")
+   message(FATAL_ERROR "path variable name cannot be empty")
+-  endif(_name STREQUAL "")
++  endif("${_name}" STREQUAL "")
+   set(${_name} ${_default_value} CACHE PATH ${_description})
+   add_printable_variable_bare(${_name})
+ endmacro()
+ 
+ macro(add_printable_variable_filepath _name _description _default_value)
+-  if(_name STREQUAL "")
++  if("${_name}" STREQUAL "")
+   message(FATAL_ERROR "filepath variable name cannot be empty")
+-  endif(_name STREQUAL "")
++  endif("${_name}" STREQUAL "")
+   set(${_name} ${_default_value} CACHE FILEPATH ${_description})
+   add_printable_variable_bare(${_name})
+ endmacro()
+-- 
+2.26.3
+



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-04-12 Thread Sam James
commit: 1c1958cda92de34422cd02151d4c05f8dad16f36
Author: Sam James  gentoo  org>
AuthorDate: Mon Apr 12 23:09:59 2021 +
Commit: Sam James  gentoo  org>
CommitDate: Mon Apr 12 23:09:59 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c1958cd

gnome-extra/evolution-data-server: Stabilize 3.38.4 arm64, #774927

Signed-off-by: Sam James  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild
index 18f7de8c1dc..768516d9074 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-25-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-02-14 Thread Mart Raudsepp
commit: 179bee12ab468b81ec1d0c2ac84a02b5097e6c6c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Feb 14 22:10:43 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Feb 14 22:21:19 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=179bee12

gnome-extra/evolution-data-server: bump to 3.38.4

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.38.4.ebuild| 152 +
 2 files changed, 153 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index f858134ad6d..7eb9674d546 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,4 @@
 DIST evolution-data-server-3.36.5.tar.xz 4636800 BLAKE2B 
5708ec1f064b723cb5421dad50145d2377c2c683ef37fe82d24b6f27a895b89e43c55ae6c900797d477b1af052e0cc6381649c790744d8591010d928822917f1
 SHA512 
65ec23a665e3a547b10ad6a6be5f0533db269406c3e8db64a63cffb8e1b410e83b9c39bd7cd5dac5ecd5cf61ef96dc529ba1bd00ad0a09b3bf2c4e98f3d156e3
 DIST evolution-data-server-3.38.2.tar.xz 4662216 BLAKE2B 
7c1cf2d921d1f1b656c972ec0a1d91673684f9a27ba5474a9f736b7f34b883bc921a10e986a40bced2d61d8cff81d7537d7ea76dfdc32bbc796ccb72127857e8
 SHA512 
6db1943a5b31ccd6bd6b4e5845c083973c9e436a9c48f876f446ef130c2d8fe9b2ba3452fd64774061fb368248bfcdd4285dad22b7053459767ca958312d64d5
 DIST evolution-data-server-3.38.3.tar.xz 4662120 BLAKE2B 
df126b275e59963bd965fd741f9d516f998e304d42afb3eeff56df038464cd5492c590320305d58b9cb26c3c877dd9fdab486387d8a48057e4e7bdeebdc282a0
 SHA512 
08f8a3c85370ac195bd42b4dce2d65be06b7d43d7d19ea784ef62234b339315137560fcdf9808be5c6629687e5b244b59455cd702e994d5ff890d829248fa6b9
+DIST evolution-data-server-3.38.4.tar.xz 4663372 BLAKE2B 
1be9159e210b88577dd367a64967aca1facea1c2f4a1611bdf773f8d01c2f4bacfa0eaaca37a9f094570c7897fc4a7be89bd303ce0739bd7f2fc925ac148bd84
 SHA512 
0b70850519316dd361e6d04607f3f9e4afe1bd0869a34e8403f02cefa7cc5ee683645031e337b6dcba4d89461aa7954e8d36d9c5b1c5bf12fd53b5411b908c3f

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild
new file mode 100644
index 000..517bce512d6
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.38.4.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-25-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2021-01-09 Thread Mart Raudsepp
commit: ec63c4848a38caec269d4b44504501a820898018
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jan  9 10:26:12 2021 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jan  9 10:37:17 2021 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ec63c484

gnome-extra/evolution-data-server: bump to 3.38.3

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.38.3.ebuild| 152 +
 2 files changed, 153 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 9f53ff9fd7b..f858134ad6d 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.36.5.tar.xz 4636800 BLAKE2B 
5708ec1f064b723cb5421dad50145d2377c2c683ef37fe82d24b6f27a895b89e43c55ae6c900797d477b1af052e0cc6381649c790744d8591010d928822917f1
 SHA512 
65ec23a665e3a547b10ad6a6be5f0533db269406c3e8db64a63cffb8e1b410e83b9c39bd7cd5dac5ecd5cf61ef96dc529ba1bd00ad0a09b3bf2c4e98f3d156e3
 DIST evolution-data-server-3.38.2.tar.xz 4662216 BLAKE2B 
7c1cf2d921d1f1b656c972ec0a1d91673684f9a27ba5474a9f736b7f34b883bc921a10e986a40bced2d61d8cff81d7537d7ea76dfdc32bbc796ccb72127857e8
 SHA512 
6db1943a5b31ccd6bd6b4e5845c083973c9e436a9c48f876f446ef130c2d8fe9b2ba3452fd64774061fb368248bfcdd4285dad22b7053459767ca958312d64d5
+DIST evolution-data-server-3.38.3.tar.xz 4662120 BLAKE2B 
df126b275e59963bd965fd741f9d516f998e304d42afb3eeff56df038464cd5492c590320305d58b9cb26c3c877dd9fdab486387d8a48057e4e7bdeebdc282a0
 SHA512 
08f8a3c85370ac195bd42b4dce2d65be06b7d43d7d19ea784ef62234b339315137560fcdf9808be5c6629687e5b244b59455cd702e994d5ff890d829248fa6b9

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.38.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.38.3.ebuild
new file mode 100644
index 000..517bce512d6
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.38.3.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-25-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-12-13 Thread Mart Raudsepp
commit: 33f9f117727134b96f96142acef6d928b344f2a2
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Dec 13 15:06:31 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Dec 13 18:47:37 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33f9f117

gnome-extra/evolution-data-server: bump to 3.38.2

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.38.2.ebuild| 152 +
 2 files changed, 153 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 37890c5ab4c..9f53ff9fd7b 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.36.5.tar.xz 4636800 BLAKE2B 
5708ec1f064b723cb5421dad50145d2377c2c683ef37fe82d24b6f27a895b89e43c55ae6c900797d477b1af052e0cc6381649c790744d8591010d928822917f1
 SHA512 
65ec23a665e3a547b10ad6a6be5f0533db269406c3e8db64a63cffb8e1b410e83b9c39bd7cd5dac5ecd5cf61ef96dc529ba1bd00ad0a09b3bf2c4e98f3d156e3
+DIST evolution-data-server-3.38.2.tar.xz 4662216 BLAKE2B 
7c1cf2d921d1f1b656c972ec0a1d91673684f9a27ba5474a9f736b7f34b883bc921a10e986a40bced2d61d8cff81d7537d7ea76dfdc32bbc796ccb72127857e8
 SHA512 
6db1943a5b31ccd6bd6b4e5845c083973c9e436a9c48f876f446ef130c2d8fe9b2ba3452fd64774061fb368248bfcdd4285dad22b7053459767ca958312d64d5

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.38.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.38.2.ebuild
new file mode 100644
index 000..114abf80263
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.38.2.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-25-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.28.0:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+BDEPEND="
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/3.36.5-gtk-doc-1.32-compat.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
+

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2020-08-09 Thread Mart Raudsepp
commit: d849945a3cdffa402337ed5b85b72400df80c4ee
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Aug  8 15:30:30 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Aug  9 07:22:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d849945a

gnome-extra/evolution-data-server: bump to 3.36.5, fix USE=gtk-doc build

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.36.5.ebuild| 150 +
 .../files/3.36.5-gtk-doc-1.32-compat.patch |  32 +
 3 files changed, 183 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 04a74512747..0659915be7c 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.36.4.tar.xz 4636308 BLAKE2B 
d701e2220de9aa68a1c5e112de16675c53a33e31441fbfd88d6ac7afa08d60faa3c06d74ee4161f3329b1ba93950f97f32d3cf5714a0de68560053b506425707
 SHA512 
dea044e12aac92f1cfde18c10f793b75e68e40e27fb9b299c6bdb91e6f19df4224bda7ed32d54a8b8dd517580b69929cff6be0b340e377dbc3bda5c4860f5a3b
+DIST evolution-data-server-3.36.5.tar.xz 4636800 BLAKE2B 
5708ec1f064b723cb5421dad50145d2377c2c683ef37fe82d24b6f27a895b89e43c55ae6c900797d477b1af052e0cc6381649c790744d8591010d928822917f1
 SHA512 
65ec23a665e3a547b10ad6a6be5f0533db269406c3e8db64a63cffb8e1b410e83b9c39bd7cd5dac5ecd5cf61ef96dc529ba1bd00ad0a09b3bf2c4e98f3d156e3

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.36.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.36.5.ebuild
new file mode 100644
index 000..39e43b5
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.5.ebuild
@@ -0,0 +1,150 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-24-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.58:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake-utils_src_prepare
+   gnome2_src_prepare
+
+   eapply "${FILESDIR}"/${PV}-gtk-doc-1.32-compat.patch
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+ 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-07-19 Thread Mart Raudsepp
commit: ce808d3eda6ca4a80b82a59b7dba6e231c71e85e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jul 19 17:30:16 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jul 19 17:30:16 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ce808d3e

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.36.3.ebuild| 148 -
 2 files changed, 149 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 23a517457ee..04a74512747 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1 @@
-DIST evolution-data-server-3.36.3.tar.xz 4632948 BLAKE2B 
e2830bd8340280f56e0fd1d32b6a85b5ee73b5704ad9ffaa73e83ef0aee395d23a80aa59aa5bd4b1e2211bf3020368b1f0e2d9a1d8eeaa6e047fbf406137e80b
 SHA512 
bde03a84d262606ba8e43f084735db3072b7fa5641dda6053ad798ce8cffb3003aaa7065fab0f684cfbaaa8300855bb42b259ac1c22a8f4bb8b50032263ea75d
 DIST evolution-data-server-3.36.4.tar.xz 4636308 BLAKE2B 
d701e2220de9aa68a1c5e112de16675c53a33e31441fbfd88d6ac7afa08d60faa3c06d74ee4161f3329b1ba93950f97f32d3cf5714a0de68560053b506425707
 SHA512 
dea044e12aac92f1cfde18c10f793b75e68e40e27fb9b299c6bdb91e6f19df4224bda7ed32d54a8b8dd517580b69929cff6be0b340e377dbc3bda5c4860f5a3b

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
deleted file mode 100644
index fd92bc61af7..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
+++ /dev/null
@@ -1,148 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62-24-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.8:=[glib,introspection?]
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend)
-   net-libs/libsoup:2.4[vala]
-   dev-libs/libical[vala]
-   )
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test !test? ( test )"
-
-# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
-src_prepare() {
-   use vala && vala_src_prepare
-   cmake-utils_src_prepare
-   gnome2_src_prepare
-
-   # Make CMakeLists versioned vala enabled
-   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
-   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
-   -i "${S}"/CMakeLists.txt || die
-}
-
-src_configure() {
-   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-07-04 Thread Mart Raudsepp
commit: 80ea3296f50742cd45e11c9e873fb9998f6be688
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jul  4 17:52:39 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jul  4 21:18:17 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80ea3296

gnome-extra/evolution-data-server: bump to 3.36.4, fixes CVE-2020-14928

Bug: https://bugs.gentoo.org/730748
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.36.4.ebuild| 148 +
 2 files changed, 149 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 2a8717538d3..23a517457ee 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.36.3.tar.xz 4632948 BLAKE2B 
e2830bd8340280f56e0fd1d32b6a85b5ee73b5704ad9ffaa73e83ef0aee395d23a80aa59aa5bd4b1e2211bf3020368b1f0e2d9a1d8eeaa6e047fbf406137e80b
 SHA512 
bde03a84d262606ba8e43f084735db3072b7fa5641dda6053ad798ce8cffb3003aaa7065fab0f684cfbaaa8300855bb42b259ac1c22a8f4bb8b50032263ea75d
+DIST evolution-data-server-3.36.4.tar.xz 4636308 BLAKE2B 
d701e2220de9aa68a1c5e112de16675c53a33e31441fbfd88d6ac7afa08d60faa3c06d74ee4161f3329b1ba93950f97f32d3cf5714a0de68560053b506425707
 SHA512 
dea044e12aac92f1cfde18c10f793b75e68e40e27fb9b299c6bdb91e6f19df4224bda7ed32d54a8b8dd517580b69929cff6be0b340e377dbc3bda5c4860f5a3b

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.36.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.36.4.ebuild
new file mode 100644
index 000..5089f36061e
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.4.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-24-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake-utils_src_prepare
+   gnome2_src_prepare
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
+   -i 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-07-04 Thread Mart Raudsepp
commit: 1d57beb7ea5b4a5808ba39d8e6f7d2c3c295440e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Jul  4 14:41:52 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Jul  4 15:05:28 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d57beb7

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   2 -
 .../evolution-data-server-3.34.4.ebuild| 149 -
 .../evolution-data-server-3.36.2.ebuild| 148 
 3 files changed, 299 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index bacc5cb9550..2a8717538d3 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1 @@
-DIST evolution-data-server-3.34.4.tar.xz 4627704 BLAKE2B 
d1b93f17eec1dc71b31c9a842af369646c7412c63461a63a0c42026795d97f8b282c498ca56e14b258e7764ce333fad159d4fae534891cd02b99be6166bfbc23
 SHA512 
e353724591216f472faabaab468d6a8555e05cafda4a8b2c55fa3113226475f0ec9edad65d8acbf95c92844d33f36cf32d49ddc14fe934a2b8c127c32cc7b74f
-DIST evolution-data-server-3.36.2.tar.xz 4631984 BLAKE2B 
946a2c30a631f3e7efa5f084bdc3a7267c6ebeea63fc84d8a5f23aeddbdd9c81d95ff87ae34519f9faf86fbac54cd4faa8749fc57017a7aad78b9a3eedcc2f66
 SHA512 
3549d8ce4cf47080c426a023b88d4a1f4432096018d69c1cf6628f96c4b56312b487ba53c4813968a7aea051c3cf9e8d5438bd3fbdb9605e49eb4f1402b8c8fa
 DIST evolution-data-server-3.36.3.tar.xz 4632948 BLAKE2B 
e2830bd8340280f56e0fd1d32b6a85b5ee73b5704ad9ffaa73e83ef0aee395d23a80aa59aa5bd4b1e2211bf3020368b1f0e2d9a1d8eeaa6e047fbf406137e80b
 SHA512 
bde03a84d262606ba8e43f084735db3072b7fa5641dda6053ad798ce8cffb3003aaa7065fab0f684cfbaaa8300855bb42b259ac1c22a8f4bb8b50032263ea75d

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
deleted file mode 100644
index 5038eb72784..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
+++ /dev/null
@@ -1,149 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62-24-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# libical-glib currently (2020-02-29) oddly behind USE=introspection; but 
introspection also needed if USE=introspection for eds
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.5:=[introspection(-)]
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend)
-   net-libs/libsoup:2.4[vala]
-   dev-libs/libical[vala(-)]
-   )
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-06-29 Thread Mikle Kolyada
commit: 822cd8c69e46501959dac27e87f68e6d072e03c0
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Mon Jun 29 15:39:07 2020 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Mon Jun 29 15:39:07 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=822cd8c6

gnome-extra/evolution-data-server: amd64 stable wrt bug #728924

Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Mikle Kolyada  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
index 3de5e4b82c8..fd92bc61af7 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-24-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-06-28 Thread Thomas Deutschmann
commit: df125c045eef6d98310ae61ad8e7e4395733b143
Author: Thomas Deutschmann  gentoo  org>
AuthorDate: Sun Jun 28 14:04:23 2020 +
Commit: Thomas Deutschmann  gentoo  org>
CommitDate: Sun Jun 28 14:19:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df125c04

gnome-extra/evolution-data-server: x86 stable (bug #728924)

Package-Manager: Portage-2.3.101, Repoman-2.3.22
Signed-off-by: Thomas Deutschmann  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
index 5089f36061e..3de5e4b82c8 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
@@ -16,7 +16,7 @@ SLOT="0/62-24-20" # subslot = 
libcamel-1.2/libedataserver-1.2/libebook-1.2.so so
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-06-14 Thread Mart Raudsepp
commit: d3772041419a28eca5f1e97e2aa46105bfd47cd5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Jun 14 14:09:27 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Jun 14 14:24:36 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3772041

gnome-extra/evolution-data-server: bump to 3.36.3

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.36.3.ebuild| 148 +
 2 files changed, 149 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index f6da9345be7..bacc5cb9550 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.34.4.tar.xz 4627704 BLAKE2B 
d1b93f17eec1dc71b31c9a842af369646c7412c63461a63a0c42026795d97f8b282c498ca56e14b258e7764ce333fad159d4fae534891cd02b99be6166bfbc23
 SHA512 
e353724591216f472faabaab468d6a8555e05cafda4a8b2c55fa3113226475f0ec9edad65d8acbf95c92844d33f36cf32d49ddc14fe934a2b8c127c32cc7b74f
 DIST evolution-data-server-3.36.2.tar.xz 4631984 BLAKE2B 
946a2c30a631f3e7efa5f084bdc3a7267c6ebeea63fc84d8a5f23aeddbdd9c81d95ff87ae34519f9faf86fbac54cd4faa8749fc57017a7aad78b9a3eedcc2f66
 SHA512 
3549d8ce4cf47080c426a023b88d4a1f4432096018d69c1cf6628f96c4b56312b487ba53c4813968a7aea051c3cf9e8d5438bd3fbdb9605e49eb4f1402b8c8fa
+DIST evolution-data-server-3.36.3.tar.xz 4632948 BLAKE2B 
e2830bd8340280f56e0fd1d32b6a85b5ee73b5704ad9ffaa73e83ef0aee395d23a80aa59aa5bd4b1e2211bf3020368b1f0e2d9a1d8eeaa6e047fbf406137e80b
 SHA512 
bde03a84d262606ba8e43f084735db3072b7fa5641dda6053ad798ce8cffb3003aaa7065fab0f684cfbaaa8300855bb42b259ac1c22a8f4bb8b50032263ea75d

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
new file mode 100644
index 000..5089f36061e
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.3.ebuild
@@ -0,0 +1,148 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-24-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-05-08 Thread Mart Raudsepp
commit: 2a242e4097da27de8ca851552cdeafe94393b79b
Author: Michał Górny  gentoo  org>
AuthorDate: Wed May  6 15:55:49 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  8 07:21:59 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a242e40

gnome-extra/evolution-data-server: Bump to 3.36.2

Bump to current stable 3.36.2.  No changes in upstream CMake files.

Signed-off-by: Michał Górny  gentoo.org>
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.36.2.ebuild| 149 +
 2 files changed, 150 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index f86c5f18a49..f6da9345be7 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.34.4.tar.xz 4627704 BLAKE2B 
d1b93f17eec1dc71b31c9a842af369646c7412c63461a63a0c42026795d97f8b282c498ca56e14b258e7764ce333fad159d4fae534891cd02b99be6166bfbc23
 SHA512 
e353724591216f472faabaab468d6a8555e05cafda4a8b2c55fa3113226475f0ec9edad65d8acbf95c92844d33f36cf32d49ddc14fe934a2b8c127c32cc7b74f
+DIST evolution-data-server-3.36.2.tar.xz 4631984 BLAKE2B 
946a2c30a631f3e7efa5f084bdc3a7267c6ebeea63fc84d8a5f23aeddbdd9c81d95ff87ae34519f9faf86fbac54cd4faa8749fc57017a7aad78b9a3eedcc2f66
 SHA512 
3549d8ce4cf47080c426a023b88d4a1f4432096018d69c1cf6628f96c4b56312b487ba53c4813968a7aea051c3cf9e8d5438bd3fbdb9605e49eb4f1402b8c8fa

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild
new file mode 100644
index 000..0a7a2955df7
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild
@@ -0,0 +1,149 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-24-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# libical-glib currently (2020-02-29) oddly behind USE=introspection; but 
introspection also needed if USE=introspection for eds
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.5:=[introspection(-)]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala(-)]
+   )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   use vala && vala_src_prepare
+   cmake-utils_src_prepare
+   gnome2_src_prepare
+
+   # Make CMakeLists versioned vala enabled
+   sed -e 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-05-08 Thread Mart Raudsepp
commit: 4b0fa14cb79306be79573d7e7ba0610403d4e20b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri May  8 06:46:15 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri May  8 07:22:00 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4b0fa14c

gnome-extra/evolution-data-server-3.36: fix libical dep

libical dep was raised to 3.0.7 upstream, but raise to 3.0.8 for us,
so we can reliably use its new glib IUSE instead of going via
introspection for that.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../evolution-data-server/evolution-data-server-3.36.2.ebuild| 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild
index 0a7a2955df7..5089f36061e 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.36.2.ebuild
@@ -20,14 +20,13 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 
~sparc ~x86 ~amd64-linux ~
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# libical-glib currently (2020-02-29) oddly behind USE=introspection; but 
introspection also needed if USE=introspection for eds
 gdata_depend=">=dev-libs/libgdata-0.17.7:="
 RDEPEND="
>=app-crypt/gcr-3.4
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.5:=[introspection(-)]
+   >=dev-libs/libical-3.0.8:=[glib,introspection?]
>=dev-libs/libxml2-2
>=dev-libs/nspr-4.4:=
>=dev-libs/nss-3.9:=
@@ -67,7 +66,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
vala? ( $(vala_depend)
net-libs/libsoup:2.4[vala]
-   dev-libs/libical[vala(-)]
+   dev-libs/libical[vala]
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-04-22 Thread Mart Raudsepp
commit: b343195da6f273563253a4495a7af21fb5f39d2f
Author: Jan Vesely  gmail  com>
AuthorDate: Sun Apr  5 16:40:23 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Apr 22 16:12:49 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b343195d

gnome-extra/evolution-data-server: Drop dependency on python

Build system dependency on python was removed back in 3.28 [0]
[0] 
https://gitlab.gnome.org/GNOME/evolution-data-server/-/commit/a28389bae67f09a12e093998aa29956c66a7b359

Closes: https://bugs.gentoo.org/713058
Signed-off-by: Jan Vesely  gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/15236
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../evolution-data-server/evolution-data-server-3.32.5.ebuild | 8 +---
 .../evolution-data-server/evolution-data-server-3.34.4.ebuild | 8 +---
 2 files changed, 2 insertions(+), 14 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild
index 1c26f9c18be..d6a2e24c528 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild
@@ -2,10 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
 VALA_USE_DEPEND="vapigen"
 
-inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
+inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx
 
 DESCRIPTION="Evolution groupware backend"
 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
@@ -58,7 +57,6 @@ RDEPEND="
weather? ( >=dev-libs/libgweather-3.10:2= )
 "
 DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
dev-util/gdbus-codegen
dev-util/glib-utils
dev-util/gperf
@@ -75,10 +73,6 @@ DEPEND="${RDEPEND}
 # It looks like a nightmare to disable those for now.
 RESTRICT="test !test? ( test )"
 
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
 # global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
 src_prepare() {
eapply "${FILESDIR}"/3.32.4-gtk-doc-fix{1,2}.patch

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
index 83161debc3a..5038eb72784 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
@@ -2,10 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
-PYTHON_COMPAT=( python3_6 )
 VALA_USE_DEPEND="vapigen"
 
-inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
+inherit cmake-utils db-use flag-o-matic gnome2 systemd vala virtualx
 
 DESCRIPTION="Evolution groupware backend"
 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
@@ -58,7 +57,6 @@ RDEPEND="
weather? ( >=dev-libs/libgweather-3.10:2= )
 "
 DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
dev-util/gdbus-codegen
dev-util/glib-utils
dev-util/gperf
@@ -78,10 +76,6 @@ DEPEND="${RDEPEND}
 # It looks like a nightmare to disable those for now.
 RESTRICT="test !test? ( test )"
 
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
 # global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
 src_prepare() {
use vala && vala_src_prepare



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-03-02 Thread Mart Raudsepp
commit: 7f75c5accd802b6591b29b6f16a30182383544bd
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Mar  2 19:48:08 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Mar  2 19:48:08 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f75c5ac

gnome-extra/evolution-data-server: add use dep defaults for libical

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
index 01ffd253f25..d8d6502f2ae 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
@@ -28,7 +28,7 @@ RDEPEND="
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.5:=[introspection]
+   >=dev-libs/libical-3.0.5:=[introspection(-)]
>=dev-libs/libxml2-2
>=dev-libs/nspr-4.4:=
>=dev-libs/nss-3.9:=
@@ -69,7 +69,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
vala? ( $(vala_depend)
net-libs/libsoup:2.4[vala]
-   dev-libs/libical[vala]
+   dev-libs/libical[vala(-)]
)
 "
 



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-03-01 Thread Mart Raudsepp
commit: dbdc751101645cd36bbd1e2e05e4bc18be88f31b
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 29 21:25:39 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Mar  1 16:17:32 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbdc7511

gnome-extra/evolution-data-server: bump to 3.34.4

Upstream concentrated on new libecal API, so the
libcamel-1.2/libedataserver-1.2 sonames actually didn't change, but
various others did. Add libebook soname to the subslot to trigger
the necessary rebuilds still, without just adding a fake extra
component.

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.34.4.ebuild| 155 +
 2 files changed, 156 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index a49597a5244..271323aa34f 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.32.5.tar.xz 4588900 BLAKE2B 
f14d0782c00e9cead10e9e5dd6c5686d4c8a292d70027a08dbac027ba92b998bcea1b219447847284d225096480e373c89369e12198fdf2516ca5b622f81cbb2
 SHA512 
a1bc350a7223dc2e3d369f0ac8fb3ab210b6b1cc25311daf1ddae6926168f7bd1c3fab69ab261e442e3c30f9b43754e2f8e38ac2a5c32a714223d9741045a1b6
+DIST evolution-data-server-3.34.4.tar.xz 4627704 BLAKE2B 
d1b93f17eec1dc71b31c9a842af369646c7412c63461a63a0c42026795d97f8b282c498ca56e14b258e7764ce333fad159d4fae534891cd02b99be6166bfbc23
 SHA512 
e353724591216f472faabaab468d6a8555e05cafda4a8b2c55fa3113226475f0ec9edad65d8acbf95c92844d33f36cf32d49ddc14fe934a2b8c127c32cc7b74f

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
new file mode 100644
index 000..01ffd253f25
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.34.4.ebuild
@@ -0,0 +1,155 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python3_6 )
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-24-20" # subslot = libcamel-1.2/libedataserver-1.2/libebook-1.2.so 
soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# libical-glib currently (2020-02-29) oddly behind USE=introspection; but 
introspection also needed if USE=introspection for eds
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.5:=[introspection]
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend)
+   net-libs/libsoup:2.4[vala]
+   dev-libs/libical[vala]
+   )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+pkg_setup() {
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-01-10 Thread Mart Raudsepp
commit: bdb4751179d54b4c26e3a0c11d879513307a030a
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Jan 10 13:51:26 2020 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Jan 10 13:51:26 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bdb47511

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.32.4.ebuild| 153 -
 2 files changed, 154 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 7f1ce22c577..a49597a5244 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1 @@
-DIST evolution-data-server-3.32.4.tar.xz 4585396 BLAKE2B 
d89b71beaf24deb89e510e318050a8a3146b8a6804c148c62d4cb2c0cfb3b50a3767cfc213db05b44c6b5b99e578a24d3c272daccadb4e950b2d103639ce9797
 SHA512 
fccbad5989e6366840c50dacf2e81510f65c8640c9309ca0446c1b236df99f43a310fcadd377e205d0a94f0e3f9b53b83c41c042c3244e05bfda0d6df090d0c7
 DIST evolution-data-server-3.32.5.tar.xz 4588900 BLAKE2B 
f14d0782c00e9cead10e9e5dd6c5686d4c8a292d70027a08dbac027ba92b998bcea1b219447847284d225096480e373c89369e12198fdf2516ca5b622f81cbb2
 SHA512 
a1bc350a7223dc2e3d369f0ac8fb3ab210b6b1cc25311daf1ddae6926168f7bd1c3fab69ab261e442e3c30f9b43754e2f8e38ac2a5c32a714223d9741045a1b6

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.32.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.32.4.ebuild
deleted file mode 100644
index 729b3eb428a..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.32.4.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_6 )
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62-24" # subslot = libcamel-1.2/libedataserver-1.2 soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.2:=
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14
-   app-text/docbook-xml-dtd:4.1.2 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test !test? ( test )"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
-src_prepare() {
-   eapply "${FILESDIR}"/${PV}-gtk-doc-fix{1,2}.patch
-   use vala && vala_src_prepare
-   cmake-utils_src_prepare
-   gnome2_src_prepare
-
-   # Make CMakeLists versioned vala enabled
-   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
-  

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2020-01-09 Thread Agostino Sarubbo
commit: 6250065ba7eaa25a00bf31536d521746b2a4e70b
Author: Agostino Sarubbo  gentoo  org>
AuthorDate: Thu Jan  9 12:46:42 2020 +
Commit: Agostino Sarubbo  gentoo  org>
CommitDate: Thu Jan  9 12:46:42 2020 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6250065b

gnome-extra/evolution-data-server: amd64 stable wrt bug #704438

Package-Manager: Portage-2.3.79, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild
index 4ae58558237..bd59d14dd9c 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild
@@ -17,7 +17,7 @@ SLOT="0/62-24" # subslot = libcamel-1.2/libedataserver-1.2 
soname version
 IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
 
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
 # berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2019-12-23 Thread Mart Raudsepp
commit: c6f1839827402dac6aa38cd2db521bbb7f5050af
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Mon Dec 23 21:31:04 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Mon Dec 23 21:31:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6f18398

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-2.3.79, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.30.5-r1.ebuild | 153 -
 .../files/3.30.5-collection-auth.patch |  35 -
 3 files changed, 189 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 928b0930da7..7f1ce22c577 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,2 @@
-DIST evolution-data-server-3.30.5.tar.xz 4582264 BLAKE2B 
96303da0fcd285dffc2a56bab0828b2011238a0970dc50df005f690a76c432abad27afd74569b1cc6ff2ddc56f1dbde003241d53609b0222a474941724e46910
 SHA512 
b841b23343745afdc59f42ee384911ae24be6b1518095d52099ce5b657def17e5b4e1fe1e61fc1e03e4856b0d26c6a1abac3d9ee5530da84c645d07c69b8d859
 DIST evolution-data-server-3.32.4.tar.xz 4585396 BLAKE2B 
d89b71beaf24deb89e510e318050a8a3146b8a6804c148c62d4cb2c0cfb3b50a3767cfc213db05b44c6b5b99e578a24d3c272daccadb4e950b2d103639ce9797
 SHA512 
fccbad5989e6366840c50dacf2e81510f65c8640c9309ca0446c1b236df99f43a310fcadd377e205d0a94f0e3f9b53b83c41c042c3244e05bfda0d6df090d0c7
 DIST evolution-data-server-3.32.5.tar.xz 4588900 BLAKE2B 
f14d0782c00e9cead10e9e5dd6c5686d4c8a292d70027a08dbac027ba92b998bcea1b219447847284d225096480e373c89369e12198fdf2516ca5b622f81cbb2
 SHA512 
a1bc350a7223dc2e3d369f0ac8fb3ab210b6b1cc25311daf1ddae6926168f7bd1c3fab69ab261e442e3c30f9b43754e2f8e38ac2a5c32a714223d9741045a1b6

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild
deleted file mode 100644
index 38777837678..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62" # subslot = libcamel-1.2 soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~amd64-linux 
~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.2:=
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test !test? ( test )"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-# global scope PATCHES or DOCS array mustn't be 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2019-12-15 Thread Pacho Ramos
commit: 6e5e773f25d16b671e31a93b87a7199e5753673c
Author: Pacho Ramos  gentoo  org>
AuthorDate: Sun Dec 15 16:32:45 2019 +
Commit: Pacho Ramos  gentoo  org>
CommitDate: Sun Dec 15 16:48:13 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6e5e773f

gnome-extra/evolution-data-server: Bump to 3.32.5

Package-Manager: Portage-2.3.81, Repoman-2.3.19
Signed-off-by: Pacho Ramos  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.32.5.ebuild| 153 +
 2 files changed, 154 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 2ee2362be1c..928b0930da7 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.30.5.tar.xz 4582264 BLAKE2B 
96303da0fcd285dffc2a56bab0828b2011238a0970dc50df005f690a76c432abad27afd74569b1cc6ff2ddc56f1dbde003241d53609b0222a474941724e46910
 SHA512 
b841b23343745afdc59f42ee384911ae24be6b1518095d52099ce5b657def17e5b4e1fe1e61fc1e03e4856b0d26c6a1abac3d9ee5530da84c645d07c69b8d859
 DIST evolution-data-server-3.32.4.tar.xz 4585396 BLAKE2B 
d89b71beaf24deb89e510e318050a8a3146b8a6804c148c62d4cb2c0cfb3b50a3767cfc213db05b44c6b5b99e578a24d3c272daccadb4e950b2d103639ce9797
 SHA512 
fccbad5989e6366840c50dacf2e81510f65c8640c9309ca0446c1b236df99f43a310fcadd377e205d0a94f0e3f9b53b83c41c042c3244e05bfda0d6df090d0c7
+DIST evolution-data-server-3.32.5.tar.xz 4588900 BLAKE2B 
f14d0782c00e9cead10e9e5dd6c5686d4c8a292d70027a08dbac027ba92b998bcea1b219447847284d225096480e373c89369e12198fdf2516ca5b622f81cbb2
 SHA512 
a1bc350a7223dc2e3d369f0ac8fb3ab210b6b1cc25311daf1ddae6926168f7bd1c3fab69ab261e442e3c30f9b43754e2f8e38ac2a5c32a714223d9741045a1b6

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild
new file mode 100644
index 000..500e3bd8e88
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.32.5.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-24" # subslot = libcamel-1.2/libedataserver-1.2 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux 
~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.2:=
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+# global scope PATCHES or DOCS array mustn't be used due 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2019-09-07 Thread Mart Raudsepp
commit: a05460c8b8328d896b4d6fecaba3eb7066ec3267
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Sep  7 15:06:28 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Sep  7 22:08:51 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a05460c8

gnome-extra/evolution-data-server: bump to 3.32.4

Package-Manager: Portage-2.3.69, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.32.4.ebuild| 153 +
 .../files/3.32.4-gtk-doc-fix1.patch|  88 
 .../files/3.32.4-gtk-doc-fix2.patch|  29 
 4 files changed, 271 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 6e514e69b7e..2ee2362be1c 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1 +1,2 @@
 DIST evolution-data-server-3.30.5.tar.xz 4582264 BLAKE2B 
96303da0fcd285dffc2a56bab0828b2011238a0970dc50df005f690a76c432abad27afd74569b1cc6ff2ddc56f1dbde003241d53609b0222a474941724e46910
 SHA512 
b841b23343745afdc59f42ee384911ae24be6b1518095d52099ce5b657def17e5b4e1fe1e61fc1e03e4856b0d26c6a1abac3d9ee5530da84c645d07c69b8d859
+DIST evolution-data-server-3.32.4.tar.xz 4585396 BLAKE2B 
d89b71beaf24deb89e510e318050a8a3146b8a6804c148c62d4cb2c0cfb3b50a3767cfc213db05b44c6b5b99e578a24d3c272daccadb4e950b2d103639ce9797
 SHA512 
fccbad5989e6366840c50dacf2e81510f65c8640c9309ca0446c1b236df99f43a310fcadd377e205d0a94f0e3f9b53b83c41c042c3244e05bfda0d6df090d0c7

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.32.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.32.4.ebuild
new file mode 100644
index 000..f2100b28c06
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.32.4.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62-24" # subslot = libcamel-1.2/libedataserver-1.2 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.2:=
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14
+   app-text/docbook-xml-dtd:4.1.2 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-gtk-doc-fix{1,2}.patch
+   use vala && vala_src_prepare
+   

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2019-05-18 Thread Mart Raudsepp
commit: 1c4453fee3b64e7a3205de9c4af738abfbd8c89d
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat May 18 21:59:33 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat May 18 21:59:33 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1c4453fe

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   2 -
 .../evolution-data-server-3.24.7.ebuild| 153 -
 .../evolution-data-server-3.26.6.ebuild| 151 
 .../files/3.24.7-DESTDIR-honoring.patch|  31 -
 .../files/3.24.7-libical3-compat.patch | 146 
 .../evolution-data-server/files/icu61-compat.patch |  38 -
 gnome-extra/evolution-data-server/metadata.xml |   3 -
 7 files changed, 524 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 04baf3ba2ca..6e514e69b7e 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1 @@
-DIST evolution-data-server-3.24.7.tar.xz 4253252 BLAKE2B 
ca435a4e6c3a003c5166bd06f0308766686cc9e02f1eb6a15a521c58805bafdfd39cbc7ee058339ba383329ab34a11ed2b0eeebd9b545219c4b3d8f51de8df60
 SHA512 
3e83cb0e87ec822ebf6c81963693e7c701d20266e0811bd261a78073c75724e2c24ac5d5561e997ed8567e9e519c175b3104fa6e2e28158854c8c3ec39a8e9df
-DIST evolution-data-server-3.26.6.tar.xz 4406676 BLAKE2B 
d12fcc412736b505a30254a55763ffec68c1d8cd810fe62c82d7dd5947047caf7c296ccf8103b4a06496dbae38aa55ba9d071dc02442872274e2955d662be4cf
 SHA512 
17522a19d9b4d19f89ccb67c76a89d599377eba36cf6dbe9fbc88fb162947b0208eaf1b4b6b5c4e9850dadf7e6ffea5161ba149b308415e94afc745bc1a448a7
 DIST evolution-data-server-3.30.5.tar.xz 4582264 BLAKE2B 
96303da0fcd285dffc2a56bab0828b2011238a0970dc50df005f690a76c432abad27afd74569b1cc6ff2ddc56f1dbde003241d53609b0222a474941724e46910
 SHA512 
b841b23343745afdc59f42ee384911ae24be6b1518095d52099ce5b657def17e5b4e1fe1e61fc1e03e4856b0d26c6a1abac3d9ee5530da84c645d07c69b8d859

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild
deleted file mode 100644
index bfb034cf6c5..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild
+++ /dev/null
@@ -1,153 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 python3_{5,6} pypy )
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/60" # subslot = libcamel-1.2 soname version
-
-IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection 
ipv6 ldap kerberos vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-# sys-libs/db is only required for migrating from <3.13 versions
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old calendar data, bug #519512
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-0.43:=
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   )
-   google? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   dev-util/gdbus-codegen
-   dev-util/gperf
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# Some tests fail due to missings locales.
-# Also, dbus tests are flacky, bugs #397975 #501834
-# It looks 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2019-03-30 Thread Mart Raudsepp
commit: 22f79c7835c76c710427eea676238615987702d5
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Mar 30 22:19:17 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Mar 30 22:19:17 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22f79c78

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../evolution-data-server-3.30.5.ebuild| 152 -
 1 file changed, 152 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
deleted file mode 100644
index 1252f45a478..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
+++ /dev/null
@@ -1,152 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/62" # subslot = libcamel-1.2 soname version
-
-IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
-# >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-3.0.2:=
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   >=media-libs/libcanberra-0.25[gtk3]
-   )
-   oauth? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   dev-util/gdbus-codegen
-   dev-util/glib-utils
-   dev-util/gperf
-   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# Some tests fail due to missing locales.
-# Also, dbus tests are flaky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test !test? ( test )"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
-src_prepare() {
-   use vala && vala_src_prepare
-   cmake-utils_src_prepare
-   gnome2_src_prepare
-
-   # Make CMakeLists versioned vala enabled
-   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
-   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
-   -i "${S}"/CMakeLists.txt || die
-}
-
-src_configure() {
-   # /usr/include/db.h is always db-1 on FreeBSD
-   # so include the right dir in CPPFLAGS
-   use berkdb && append-cppflags "-I$(db_includedir)"
-
-   local oauth2_enable
-   if use oauth || use gnome-online-accounts; then
-   oauth2_enable="ON"
-   else
-   oauth2_enable="OFF"
-   fi
-
-   # phonenumber does not exist in tree
-   local mycmakeargs=(
-   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-   -DENABLE_GTK_DOC=$(usex gtk-doc)
-   -DWITH_PRIVATE_DOCS=$(usex gtk-doc)
-   -DENABLE_SCHEMAS_COMPILE=OFF
-   -DENABLE_INTROSPECTION=$(usex introspection)
-   -DWITH_KRB5=$(usex kerberos)
-   -DWITH_KRB5_INCLUDES=$(usex kerberos "${EPREFIX}"/usr "")
-   -DWITH_KRB5_LIBS=$(usex kerberos "${EPREFIX}"/usr/$(get_libdir) 
"")
-   -DWITH_OPENLDAP=$(usex ldap)
-  

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/files/, gnome-extra/evolution-data-server/

2019-02-27 Thread Mart Raudsepp
commit: ca5f5ea5804f18ff2915a4dec97e80400d94419c
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Wed Feb 27 12:09:20 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Wed Feb 27 12:39:44 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca5f5ea5

gnome-extra/evolution-data-server: fix libgdata enabling logic, backport a patch

ENABLE_GOOGLE needs to be enabled if GOA or OAUTH2 to support
google tasks/calendars, not OAUTH2.
Backport a patch that is needed by a evolution-ews certificate
checking security fix.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 .../evolution-data-server-3.30.5-r1.ebuild | 153 +
 .../files/3.30.5-collection-auth.patch |  35 +
 2 files changed, 188 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild
new file mode 100644
index 000..df09ff1a91b
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5-r1.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62" # subslot = libcamel-1.2 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
+# >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.2:=
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
+src_prepare() {
+   eapply "${FILESDIR}"/${PV}-collection-auth.patch # Prerequisite for 
evolution-ews cert checking fix
+   use vala && vala_src_prepare
+   cmake-utils_src_prepare
+   gnome2_src_prepare
+
+   # Make CMakeLists versioned vala enabled
+   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
+   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
+   -i "${S}"/CMakeLists.txt || die
+}
+
+src_configure() {
+   # /usr/include/db.h is always db-1 on FreeBSD
+   # so include the right dir in CPPFLAGS
+   use berkdb && append-cppflags "-I$(db_includedir)"
+
+   local google_enable
+   if use oauth || use gnome-online-accounts; then
+   google_enable="ON"
+   else
+   google_enable="OFF"
+   fi
+
+   # phonenumber does not exist in tree
+   local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
+   -DENABLE_GTK_DOC=$(usex gtk-doc)
+ 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2019-02-26 Thread Mart Raudsepp
commit: 3b324e8d05c3debf3111f7838ffc42182b9f0f2e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Feb 26 16:33:04 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Feb 26 16:33:04 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3b324e8d

gnome-extra/evolution-data-server: fix USE=berkdb comments and desc

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild | 3 +--
 gnome-extra/evolution-data-server/metadata.xml| 2 +-
 2 files changed, 2 insertions(+), 3 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
index f8e1ce9af07..1252f45a478 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
@@ -19,9 +19,8 @@ REQUIRED_USE="vala? ( introspection )"
 
 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
-# sys-libs/db is only required for migrating from <3.13 versions
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old calendar data, bug #519512
+# berkdb needed only for migrating old addressbook data from <3.13 versions, 
bug #519512
 # >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
 gdata_depend=">=dev-libs/libgdata-0.17.7:="
 RDEPEND="

diff --git a/gnome-extra/evolution-data-server/metadata.xml 
b/gnome-extra/evolution-data-server/metadata.xml
index 2d61d74418e..73fefb95827 100644
--- a/gnome-extra/evolution-data-server/metadata.xml
+++ b/gnome-extra/evolution-data-server/metadata.xml
@@ -7,7 +7,7 @@


Build documentation for private 
APIs
-   sys-libs/db support needed to 
migrate old (pre-3.12 evolution versions) addressbook data
+   sys-libs/db support needed to 
migrate old (pre-3.13 evolution versions) addressbook data
Enable 
net-libs/gnome-online-accounts based Google authentication 
support
Enable internal Google authentication 
support. If gnome-online-accounts is enabled and used, this is not necessary,
but both can be supported at the same time with 
different setup at runtime



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2019-02-22 Thread Mart Raudsepp
commit: fbf636a4ff045ef296478cc8a2e9776c5cf73319
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Fri Feb 22 12:34:12 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Fri Feb 22 17:50:10 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbf636a4

gnome-extra/evolution-data-server: bump to 3.30.5

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.30.5.ebuild| 153 +
 gnome-extra/evolution-data-server/metadata.xml |   3 +
 3 files changed, 157 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 6a9e2b8c387..04baf3ba2ca 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.24.7.tar.xz 4253252 BLAKE2B 
ca435a4e6c3a003c5166bd06f0308766686cc9e02f1eb6a15a521c58805bafdfd39cbc7ee058339ba383329ab34a11ed2b0eeebd9b545219c4b3d8f51de8df60
 SHA512 
3e83cb0e87ec822ebf6c81963693e7c701d20266e0811bd261a78073c75724e2c24ac5d5561e997ed8567e9e519c175b3104fa6e2e28158854c8c3ec39a8e9df
 DIST evolution-data-server-3.26.6.tar.xz 4406676 BLAKE2B 
d12fcc412736b505a30254a55763ffec68c1d8cd810fe62c82d7dd5947047caf7c296ccf8103b4a06496dbae38aa55ba9d071dc02442872274e2955d662be4cf
 SHA512 
17522a19d9b4d19f89ccb67c76a89d599377eba36cf6dbe9fbc88fb162947b0208eaf1b4b6b5c4e9850dadf7e6ffea5161ba149b308415e94afc745bc1a448a7
+DIST evolution-data-server-3.30.5.tar.xz 4582264 BLAKE2B 
96303da0fcd285dffc2a56bab0828b2011238a0970dc50df005f690a76c432abad27afd74569b1cc6ff2ddc56f1dbde003241d53609b0222a474941724e46910
 SHA512 
b841b23343745afdc59f42ee384911ae24be6b1518095d52099ce5b657def17e5b4e1fe1e61fc1e03e4856b0d26c6a1abac3d9ee5530da84c645d07c69b8d859

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
new file mode 100644
index 000..f8e1ce9af07
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.30.5.ebuild
@@ -0,0 +1,153 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/62" # subslot = libcamel-1.2 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc +introspection ipv6 ldap 
kerberos oauth vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# sys-libs/db is only required for migrating from <3.13 versions
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old calendar data, bug #519512
+# >=libical-3.0.2 present at build-time ensures less memory usage by calendar 
backend
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-3.0.2:=
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   >=media-libs/libcanberra-0.25[gtk3]
+   )
+   oauth? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+# 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/, gnome-extra/evolution-data-server/files/

2018-09-20 Thread Mart Raudsepp
commit: 76c4e3ee7ae45255d6078eb8d4338d39371c4951
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Thu Sep 20 07:41:39 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Thu Sep 20 07:41:39 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76c4e3ee

gnome-extra/evolution-data-server: fix compatibility with dev-libs/icu 61 and 62

Fixes: https://bugs.gentoo.org/666544
Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../evolution-data-server-3.24.7.ebuild|  1 +
 .../evolution-data-server-3.26.6.ebuild|  5 ++-
 .../evolution-data-server/files/icu61-compat.patch | 38 ++
 3 files changed, 41 insertions(+), 3 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild
index cfc4ff4b4e9..6047dfa5c70 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild
@@ -76,6 +76,7 @@ RESTRICT="test"
 PATCHES=(
"${FILESDIR}"/${PV}-DESTDIR-honoring.patch
"${FILESDIR}"/${PV}-libical3-compat.patch
+   "${FILESDIR}"/icu61-compat.patch
 )
 
 pkg_setup() {

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild
index c48dbec871b..e38990e8c24 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild
@@ -78,10 +78,9 @@ pkg_setup() {
python-any-r1_pkg_setup
 }
 
-# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare
-# call; if needed, set them after cmake-utils_src_prepare call, if that works
-
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare call
 src_prepare() {
+   eapply "${FILESDIR}"/icu61-compat.patch
use vala && vala_src_prepare
cmake-utils_src_prepare
gnome2_src_prepare

diff --git a/gnome-extra/evolution-data-server/files/icu61-compat.patch 
b/gnome-extra/evolution-data-server/files/icu61-compat.patch
new file mode 100644
index 000..2b5b76afd73
--- /dev/null
+++ b/gnome-extra/evolution-data-server/files/icu61-compat.patch
@@ -0,0 +1,38 @@
+From 2cd08a03bc637fa6fefb6fbe13ae2c78abe6bf9f Mon Sep 17 00:00:00 2001
+From: Hussam Al-Tayeb 
+Date: Mon, 16 Apr 2018 13:38:33 +0200
+Subject: [PATCH] Bug 795295 - Fails to compile after icu 61.1 upgrade
+ (icu::UnicodeString)
+
+---
+ src/libedataserver/e-alphabet-index-private.cpp | 1 +
+ src/libedataserver/e-transliterator-private.cpp | 1 +
+ 2 files changed, 2 insertions(+)
+
+diff --git a/src/libedataserver/e-alphabet-index-private.cpp 
b/src/libedataserver/e-alphabet-index-private.cpp
+index d3e44f488..a789f4409 100644
+--- a/src/libedataserver/e-alphabet-index-private.cpp
 b/src/libedataserver/e-alphabet-index-private.cpp
+@@ -36,6 +36,7 @@
+ 
+ using icu::AlphabeticIndex;
+ using icu::Locale;
++using icu::UnicodeString;
+ 
+ struct _EAlphabetIndex {
+   AlphabeticIndex *priv;
+diff --git a/src/libedataserver/e-transliterator-private.cpp 
b/src/libedataserver/e-transliterator-private.cpp
+index bb15593d5..6f1d89c8d 100644
+--- a/src/libedataserver/e-transliterator-private.cpp
 b/src/libedataserver/e-transliterator-private.cpp
+@@ -35,6 +35,7 @@
+ #include 
+ 
+ using icu::Transliterator;
++using icu::UnicodeString;
+ 
+ struct _ETransliterator {
+   Transliterator *priv;
+-- 
+2.18.0
+



[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2018-09-16 Thread Mart Raudsepp
commit: 472092d2322faef74e7adc4a249042750a7f80f1
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep 16 08:41:32 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep 16 08:41:32 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=472092d2

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.22.7.ebuild| 135 -
 2 files changed, 136 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 330d7a535f0..6a9e2b8c387 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,2 @@
-DIST evolution-data-server-3.22.7.tar.xz 5564924 BLAKE2B 
8107a13ef46a4457e122c5d719c0d29ccbf5ec61424fb6b4810b1e165bb68cb8c1c87ec9ab34446458321c0c56ba5a5408f45ae9fc95bcee965c21caaad6a230
 SHA512 
53648c0b893982b3577008aeae57e213e084aa5ba4663ca109f200b268635fd1544408c1ace065e91e5eaf48a20f59609c8e895a1907501ea5e64119d1590d44
 DIST evolution-data-server-3.24.7.tar.xz 4253252 BLAKE2B 
ca435a4e6c3a003c5166bd06f0308766686cc9e02f1eb6a15a521c58805bafdfd39cbc7ee058339ba383329ab34a11ed2b0eeebd9b545219c4b3d8f51de8df60
 SHA512 
3e83cb0e87ec822ebf6c81963693e7c701d20266e0811bd261a78073c75724e2c24ac5d5561e997ed8567e9e519c175b3104fa6e2e28158854c8c3ec39a8e9df
 DIST evolution-data-server-3.26.6.tar.xz 4406676 BLAKE2B 
d12fcc412736b505a30254a55763ffec68c1d8cd810fe62c82d7dd5947047caf7c296ccf8103b4a06496dbae38aa55ba9d071dc02442872274e2955d662be4cf
 SHA512 
17522a19d9b4d19f89ccb67c76a89d599377eba36cf6dbe9fbc88fb162947b0208eaf1b4b6b5c4e9850dadf7e6ffea5161ba149b308415e94afc745bc1a448a7

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.22.7.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.22.7.ebuild
deleted file mode 100644
index 5d597fe7d15..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.22.7.ebuild
+++ /dev/null
@@ -1,135 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
-VALA_USE_DEPEND="vapigen"
-
-inherit db-use flag-o-matic gnome2 python-any-r1 systemd vala virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/59" # subslot = libcamel-1.2 soname version
-
-IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection 
ipv6 ldap kerberos vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-# sys-libs/db is only required for migrating from <3.13 versions
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old calendar data, bug #519512
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-0.43:=
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   )
-   google? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   dev-util/gdbus-codegen
-   dev-util/gperf
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.35.5
-   >=gnome-base/gnome-common-2
-   >=sys-devel/gettext-0.17
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# Some tests fail due to missings locales.
-# Also, dbus tests are flacky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # /usr/include/db.h is always db-1 on FreeBSD
-   # so include the right dir in CPPFLAGS
-   use berkdb && append-cppflags 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2018-09-09 Thread Mart Raudsepp
commit: 23e3bef716c6c4a7020f3755874adb7faa6964c4
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sun Sep  9 16:34:43 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sun Sep  9 17:51:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23e3bef7

gnome-extra/evolution-data-server: bump to 3.26.6

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 gnome-extra/evolution-data-server/Manifest |   1 +
 .../evolution-data-server-3.26.6.ebuild| 152 +
 2 files changed, 153 insertions(+)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 96e25e1abbb..330d7a535f0 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,2 +1,3 @@
 DIST evolution-data-server-3.22.7.tar.xz 5564924 BLAKE2B 
8107a13ef46a4457e122c5d719c0d29ccbf5ec61424fb6b4810b1e165bb68cb8c1c87ec9ab34446458321c0c56ba5a5408f45ae9fc95bcee965c21caaad6a230
 SHA512 
53648c0b893982b3577008aeae57e213e084aa5ba4663ca109f200b268635fd1544408c1ace065e91e5eaf48a20f59609c8e895a1907501ea5e64119d1590d44
 DIST evolution-data-server-3.24.7.tar.xz 4253252 BLAKE2B 
ca435a4e6c3a003c5166bd06f0308766686cc9e02f1eb6a15a521c58805bafdfd39cbc7ee058339ba383329ab34a11ed2b0eeebd9b545219c4b3d8f51de8df60
 SHA512 
3e83cb0e87ec822ebf6c81963693e7c701d20266e0811bd261a78073c75724e2c24ac5d5561e997ed8567e9e519c175b3104fa6e2e28158854c8c3ec39a8e9df
+DIST evolution-data-server-3.26.6.tar.xz 4406676 BLAKE2B 
d12fcc412736b505a30254a55763ffec68c1d8cd810fe62c82d7dd5947047caf7c296ccf8103b4a06496dbae38aa55ba9d071dc02442872274e2955d662be4cf
 SHA512 
17522a19d9b4d19f89ccb67c76a89d599377eba36cf6dbe9fbc88fb162947b0208eaf1b4b6b5c4e9850dadf7e6ffea5161ba149b308415e94afc745bc1a448a7

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild
new file mode 100644
index 000..c48dbec871b
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild
@@ -0,0 +1,152 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+GNOME2_LA_PUNT="yes"
+PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
+VALA_USE_DEPEND="vapigen"
+
+inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
+
+DESCRIPTION="Evolution groupware backend"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
+
+# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
+LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
+SLOT="0/60" # subslot = libcamel-1.2 soname version
+
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc google +introspection ipv6 
ldap kerberos vala +weather"
+REQUIRED_USE="vala? ( introspection )"
+
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+
+# sys-libs/db is only required for migrating from <3.13 versions
+# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
+# berkdb needed only for migrating old calendar data, bug #519512
+gdata_depend=">=dev-libs/libgdata-0.17.7:="
+RDEPEND="
+   >=app-crypt/gcr-3.4
+   >=app-crypt/libsecret-0.5[crypt]
+   >=dev-db/sqlite-3.7.17:=
+   >=dev-libs/glib-2.46:2
+   >=dev-libs/libical-2.0:=
+   >=dev-libs/libxml2-2
+   >=dev-libs/nspr-4.4:=
+   >=dev-libs/nss-3.9:=
+   >=net-libs/libsoup-2.42:2.4
+
+   dev-libs/icu:=
+   sys-libs/zlib:=
+   virtual/libiconv
+
+   berkdb? ( >=sys-libs/db-4:= )
+   gtk? (
+   >=app-crypt/gcr-3.4[gtk]
+   >=x11-libs/gtk+-3.10:3
+   )
+   google? (
+   >=dev-libs/json-glib-1.0.4
+   >=net-libs/webkit-gtk-2.11.91:4
+   ${gdata_depend}
+   )
+   gnome-online-accounts? (
+   >=net-libs/gnome-online-accounts-3.8:=
+   ${gdata_depend} )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
+   kerberos? ( virtual/krb5:= )
+   ldap? ( >=net-nds/openldap-2:= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
+"
+DEPEND="${RDEPEND}
+   ${PYTHON_DEPS}
+   dev-util/gdbus-codegen
+   dev-util/glib-utils
+   dev-util/gperf
+   gtk-doc? ( >=dev-util/gtk-doc-1.14 )
+   >=dev-util/intltool-0.35.5
+   >=sys-devel/gettext-0.18.3
+   virtual/pkgconfig
+   vala? ( $(vala_depend) )
+"
+
+# Some tests fail due to missing locales.
+# Also, dbus tests are flaky, bugs #397975 #501834
+# It looks like a nightmare to disable those for now.
+RESTRICT="test !test? ( test )"
+
+pkg_setup() {
+   python-any-r1_pkg_setup
+}
+
+# global scope PATCHES or DOCS array mustn't be used due to double 
default_src_prepare
+# call; if needed, set them after cmake-utils_src_prepare call, if that works
+
+src_prepare() {
+   use vala && vala_src_prepare

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2018-02-03 Thread Mart Raudsepp
commit: 70925bff0b6db0d2ec0af074c444fa37bd28c713
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb  3 21:56:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb  3 21:56:49 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70925bff

gnome-extra/evolution-data-server: remove old

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-extra/evolution-data-server/Manifest |   1 -
 .../evolution-data-server-3.24.6.ebuild| 147 -
 2 files changed, 148 deletions(-)

diff --git a/gnome-extra/evolution-data-server/Manifest 
b/gnome-extra/evolution-data-server/Manifest
index 45eaf7d0e19..96e25e1abbb 100644
--- a/gnome-extra/evolution-data-server/Manifest
+++ b/gnome-extra/evolution-data-server/Manifest
@@ -1,3 +1,2 @@
 DIST evolution-data-server-3.22.7.tar.xz 5564924 BLAKE2B 
8107a13ef46a4457e122c5d719c0d29ccbf5ec61424fb6b4810b1e165bb68cb8c1c87ec9ab34446458321c0c56ba5a5408f45ae9fc95bcee965c21caaad6a230
 SHA512 
53648c0b893982b3577008aeae57e213e084aa5ba4663ca109f200b268635fd1544408c1ace065e91e5eaf48a20f59609c8e895a1907501ea5e64119d1590d44
-DIST evolution-data-server-3.24.6.tar.xz 4252940 BLAKE2B 
42a0a39a8248628964cfd026e4b8bc3794e897f447aadb73e0e7870865314c47d6de11a1aa85d6e7fcb0a414a3552a74cb3012c8a6d4908b280ae7440e1154d7
 SHA512 
01eece83217e66ce7e08e333ceaf38bae226800dd8a015dda29583b0155b9f1fbef4f18d95a7127d08421cd27b3203d2b7cc6a3bc0b5adba1b06197c85be96e6
 DIST evolution-data-server-3.24.7.tar.xz 4253252 BLAKE2B 
ca435a4e6c3a003c5166bd06f0308766686cc9e02f1eb6a15a521c58805bafdfd39cbc7ee058339ba383329ab34a11ed2b0eeebd9b545219c4b3d8f51de8df60
 SHA512 
3e83cb0e87ec822ebf6c81963693e7c701d20266e0811bd261a78073c75724e2c24ac5d5561e997ed8567e9e519c175b3104fa6e2e28158854c8c3ec39a8e9df

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild
deleted file mode 100644
index 082f7b928c0..000
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.24.6.ebuild
+++ /dev/null
@@ -1,147 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
-VALA_USE_DEPEND="vapigen"
-
-inherit cmake-utils db-use flag-o-matic gnome2 python-any-r1 systemd vala 
virtualx
-
-DESCRIPTION="Evolution groupware backend"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) BSD Sleepycat"
-SLOT="0/60" # subslot = libcamel-1.2 soname version
-
-IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection 
ipv6 ldap kerberos vala +weather"
-REQUIRED_USE="vala? ( introspection )"
-
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
-
-# sys-libs/db is only required for migrating from <3.13 versions
-# gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks
-# berkdb needed only for migrating old calendar data, bug #519512
-gdata_depend=">=dev-libs/libgdata-0.17.7:="
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.46:2
-   >=dev-libs/libical-0.43:=
-   >=dev-libs/libxml2-2
-   >=dev-libs/nspr-4.4:=
-   >=dev-libs/nss-3.9:=
-   >=net-libs/libsoup-2.42:2.4
-
-   dev-libs/icu:=
-   sys-libs/zlib:=
-   virtual/libiconv
-
-   berkdb? ( >=sys-libs/db-4:= )
-   gtk? (
-   >=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.10:3
-   )
-   google? (
-   >=dev-libs/json-glib-1.0.4
-   >=net-libs/webkit-gtk-2.11.91:4
-   ${gdata_depend}
-   )
-   gnome-online-accounts? (
-   >=net-libs/gnome-online-accounts-3.8:=
-   ${gdata_depend} )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
-   kerberos? ( virtual/krb5:= )
-   ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${RDEPEND}
-   ${PYTHON_DEPS}
-   dev-util/gdbus-codegen
-   dev-util/gperf
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.35.5
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# Some tests fail due to missings locales.
-# Also, dbus tests are flacky, bugs #397975 #501834
-# It looks like a nightmare to disable those for now.
-RESTRICT="test"
-
-pkg_setup() {
-   python-any-r1_pkg_setup
-}
-
-src_prepare() {
-   use vala && vala_src_prepare
-   gnome2_src_prepare
-
-   # Make CMakeLists versioned vala enabled
-   sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
-   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
- 

[gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-data-server/

2018-01-17 Thread Mikle Kolyada
commit: 0ad5499bcc868c9d359648c9640862729b6fb6af
Author: Mikle Kolyada  gentoo  org>
AuthorDate: Thu Jan 18 03:11:54 2018 +
Commit: Mikle Kolyada  gentoo  org>
CommitDate: Thu Jan 18 03:11:54 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0ad5499b

gnome-extra/evolution-data-server: amd64 stable wrt bug #631656

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild
index 9c317ebf417..0beffe7558c 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.24.7.ebuild
@@ -18,7 +18,7 @@ SLOT="0/60" # subslot = libcamel-1.2 soname version
 IUSE="api-doc-extras berkdb +gnome-online-accounts +gtk google +introspection 
ipv6 ldap kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~amd64-linux ~x86-linux ~x86-solaris"
 
 # sys-libs/db is only required for migrating from <3.13 versions
 # gdata-0.17.7 soft required for new gdata_feed_get_next_page_token API to 
handle more than 100 google tasks



  1   2   >