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

2019-05-02 Thread Sobhan Mohammadpour
commit: d6c0a730d416f1f7ae2393c7eac9b6e5eb715eb5
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Thu May  2 12:24:41 2019 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Thu May  2 12:25:18 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d6c0a730

gnome-extra/evolution-data-server: 3.30.5-r1 → 3.32.2

Package-Manager: Portage-2.3.65, Repoman-2.3.12
Signed-off-by: Sobhan Mohammadpour  gentoo.org>

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

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.32.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.32.1.ebuild
new file mode 100644
index ..3526183c
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.32.1.ebuild
@@ -0,0 +1,152 @@
+# 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 ~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 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)
+   -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 

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

2018-09-11 Thread Mart Raudsepp
commit: dc8463033a5caf2dd1f14fc08ba142c4f2755260
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 11 08:38:14 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 11 08:38:20 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=dc846303

gnome-extra/evolution-data-server-3.26.6: remove, better ebuild available in 
::gentoo

Main tree eds converts to new gtk-doc global IUSE and fixes 
cmake-utils_src_prepare
QA warning.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../evolution-data-server-3.26.6.ebuild| 147 -
 1 file changed, 147 deletions(-)

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
deleted file mode 100644
index a04e42ed..
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild
+++ /dev/null
@@ -1,147 +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_{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-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
-   )
-   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});" \
-   -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_auth_enable
-   if use google || use gnome-online-accounts; then
-   google_auth_enable="ON"
-   else
-   google_auth_enable="OFF"
-   fi
-
-   # phonenumber does not exist in tree
-   local mycmakeargs=(
-   -DENABLE_GTK_DOC=$(usex api-doc-extras)
-   -DWITH_PRIVATE_DOCS=$(usex api-doc-extras)
-   -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)
-   -DWITH_PHONENUMBER=OFF
-   -DENABLE_SMIME=ON
-   -DENABLE_GTK=$(usex gtk)
-   -DENABLE_GOOGLE_AUTH=${google_auth_enable}
-   

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

2018-09-11 Thread Mart Raudsepp
commit: ef7454ea0f4511d7d70c0f865335d5bb02f42306
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 11 08:54:27 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 11 08:54:27 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ef7454ea

gnome-extra/evolution-data-server: synchronize live ebuild

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 .../evolution-data-server-.ebuild  | 28 +++---
 gnome-extra/evolution-data-server/metadata.xml |  1 -
 2 files changed, 8 insertions(+), 21 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 17f858e7..93293d35 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -18,14 +18,10 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 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"
+IUSE="berkdb +gnome-online-accounts +gtk gtk-doc google +introspection ipv6 
ldap kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   REQUIRED_USE="${REQUIRED_USE} api-doc-extras? ( doc )"
-   KEYWORDS=""
-else
+if [[ ${PV} !=  ]]; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 
~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 fi
 
@@ -38,7 +34,7 @@ RDEPEND="
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.46:2
-   >=dev-libs/libical-2:=
+   >=dev-libs/libical-2.0:=
>=dev-libs/libxml2-2
>=dev-libs/nspr-4.4:=
>=dev-libs/nss-3.9:=
@@ -69,23 +65,15 @@ RDEPEND="
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
dev-util/gdbus-codegen
+   dev-util/glib-utils
dev-util/gperf
-   >=dev-util/gtk-doc-am-1.14
+   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) )
 "
 
-# eautoreconf needs:
-#  >=gnome-base/gnome-common-2
-
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   doc? ( >=dev-util/gtk-doc-1.14 )
-   "
-fi
-
 pkg_setup() {
python-any-r1_pkg_setup
 }
@@ -96,7 +84,7 @@ src_prepare() {
 
# Make CMakeLists versioned vala enabled
sed -e "s;\(find_program(VALAC\) valac);\1 ${VALAC});" \
-   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
+   -e "s;\(find_program(VAPIGEN\) vapigen);\1 ${VAPIGEN});" \
-i "${S}"/CMakeLists.txt || die
 }
 
@@ -114,8 +102,8 @@ src_configure() {
 
# phonenumber does not exist in tree
local mycmakeargs=(
-   -DENABLE_GTK_DOC=$(usex api-doc-extras)
-   -DWITH_PRIVATE_DOCS=$(usex api-doc-extras)
+   -DENABLE_GTK_DOC=$(usex gtk-doc)
+   -DWITH_PRIVATE_DOCS=$(usex gtk-doc)
-DENABLE_SCHEMAS_COMPILE=OFF
-DENABLE_INTROSPECTION=$(usex introspection)
-DWITH_KRB5=$(usex kerberos)

diff --git a/gnome-extra/evolution-data-server/metadata.xml 
b/gnome-extra/evolution-data-server/metadata.xml
index f9541c1a..3177c37e 100644
--- a/gnome-extra/evolution-data-server/metadata.xml
+++ b/gnome-extra/evolution-data-server/metadata.xml
@@ -6,7 +6,6 @@
Gentoo GNOME Desktop


-   Build documentation for private 
APIs
Enable using
net-libs/gnome-online-accounts for 
authorization
Enable support for google authentication, 
contacts and tasks



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

2018-04-16 Thread Sobhan Mohammadpour
commit: 294db9d39e2b9692e5ec1c687c000e830e6d34f7
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Mon Apr 16 16:17:34 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Mon Apr 16 16:17:34 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=294db9d3

gnome-extra/evolution-data-server: bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 ...tion-data-server-3.26.5.ebuild => evolution-data-server-3.26.6.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.26.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.26.5.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.26.6.ebuild



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

2018-03-02 Thread Sobhan Mohammadpour
commit: 8c4f27c1f9463a5039901a3d375ed4dcce80f00c
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Fri Mar  2 17:20:31 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Fri Mar  2 17:20:31 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8c4f27c1

gnome-extra/evolution-data-server: bump

Package-Manager: Portage-2.3.24, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 ...on-data-server-3.26.2.1.ebuild => evolution-data-server-3.26.5.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.26.2.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.26.5.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.26.2.1.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.26.5.ebuild



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

2018-02-03 Thread Sobhan Mohammadpour
commit: aeeddfa420473ae41a52a031ad5f468781e6fed6
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Sat Feb  3 19:15:24 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Sat Feb  3 19:15:24 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=aeeddfa4

gnome-extra/evolution-data-server: version bumpt to 3.26.2.1

Package-Manager: Portage-2.3.23, Repoman-2.3.6
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 .../evolution-data-server-3.26.2.1.ebuild  | 147 +
 1 file changed, 147 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.26.2.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.26.2.1.ebuild
new file mode 100644
index ..a04e42ed
--- /dev/null
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.26.2.1.ebuild
@@ -0,0 +1,147 @@
+# 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="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-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
+   )
+   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});" \
+   -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_auth_enable
+   if use google || use gnome-online-accounts; then
+   google_auth_enable="ON"
+   else
+   google_auth_enable="OFF"
+   fi
+
+   # phonenumber does not exist in tree
+   local mycmakeargs=(
+   -DENABLE_GTK_DOC=$(usex api-doc-extras)
+   -DWITH_PRIVATE_DOCS=$(usex api-doc-extras)
+   -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)
+   -DWITH_PHONENUMBER=OFF
+   -DENABLE_SMIME=ON
+   -DENABLE_GTK=$(usex gtk)
+   -DENABLE_GOOGLE_AUTH=${google_auth_enable}
+   -DENABLE_EXAMPLES=OFF
+   -DENABLE_GOA=$(usex 

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

2018-01-09 Thread Dennis Lamm
commit: d7b379e0dc249bc4237639445c2b082c4d0b6947
Author: Dennis Lamm  workstation  fritz  box>
AuthorDate: Mon Jan  8 20:40:37 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Mon Jan  8 20:40:37 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d7b379e0

gnome-extra/evolution-data-server drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 .../evolution-data-server-3.20.2.ebuild| 143 -
 1 file changed, 143 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
deleted file mode 100644
index f8380bee..
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
+++ /dev/null
@@ -1,143 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-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 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/57" # 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 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
-
-# sys-libs/db is only required for migrating from <3.13 versions
-# gdata-0.15.1 is required for google tasks
-# berkdb needed only for migrating old calendar data, bug #519512
-RDEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.7.17:=
-   >=dev-libs/glib-2.40:2
-   >=dev-libs/libgdata-0.10:=
-   >=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
-   >=dev-libs/libgdata-0.15.1:=
-   >=net-libs/webkit-gtk-2.4.9:3
-   )
-   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-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.17
-   virtual/pkgconfig
-   vala? ( $(vala_depend) )
-"
-
-# eautoreconf needs:
-#  >=gnome-base/gnome-common-2
-
-# 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
-
-   # Fix relink issues in src_install
-   ELTCONF="--reverse-deps"
-
-   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 "-I$(db_includedir)"
-
-   # phonenumber does not exist in tree
-   gnome2_src_configure \
-   $(use_enable api-doc-extras gtk-doc) \
-   $(use_with api-doc-extras private-docs) \
-   $(usex berkdb --with-libdb="${EPREFIX}"/usr --with-libdb=no) \
-   $(use_enable gnome-online-accounts goa) \
-   $(use_enable gtk) \
-   $(use_enable google google-auth) \
-   $(use_enable google) \
-   $(use_enable introspection) \
-   $(use_enable ipv6) \
-   $(use_with kerberos krb5 "${EPREFIX}"/usr) \
-   $(use_with kerberos krb5-libs "${EPREFIX}"/usr/$(get_libdir)) \
-   $(use_with ldap openldap) \
-   $(use_enable vala vala-bindings) \
-   $(use_enable weather) \
-   --enable-largefile \
-   --enable-smime \
-   --without-phonenumber \
-   --disable-examples \
-   --disable-uoa
-}
-
-src_test() {
-   unset ORBIT_SOCKETDIR
-   unset SESSION_MANAGER
-   unset DISPLAY
-   Xemake check
-}
-
-src_install() {
-   gnome2_src_install
-
-   if use ldap; then
-   insinto /etc/openldap/schema
-   

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

2016-06-25 Thread Ole Reifschneider
commit: 0aa9f88d2832ae35bf34c57dad4fa77464780110
Author: Vindex17  outlook  it>
AuthorDate: Mon Jun 20 09:48:22 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sat Jun 25 11:33:38 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0aa9f88d

gnome-extra/evolution-data-server: remove unused runtime dependencies

Signed-off-by: Ole Reifschneider  gentoo.org>

 gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild | 2 --
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild   | 2 --
 2 files changed, 4 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
index cc9b480..f8380be 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
@@ -30,14 +30,12 @@ RDEPEND="
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.40:2
-   >=dev-libs/json-glib-1.0.4
>=dev-libs/libgdata-0.10:=
>=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
-   >=net-libs/webkit-gtk-2.4.9:3
 
dev-libs/icu:=
sys-libs/zlib:=

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 19daf6c..13fabcc 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -39,14 +39,12 @@ RDEPEND="
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.40:2
-   >=dev-libs/json-glib-1.0.4
>=dev-libs/libgdata-0.10:=
>=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
-   >=net-libs/webkit-gtk-2.4.9:3
 
dev-libs/icu:=
sys-libs/zlib:=



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

2016-05-19 Thread Priit Laes
commit: 700f00199460fbd92731e1ed33acd52380512efb
Author: Priit Laes  plaes  org>
AuthorDate: Thu May 19 05:49:46 2016 +
Commit: Priit Laes  plaes  org>
CommitDate: Thu May 19 05:49:46 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=700f0019

gnome-extra/evolution-data-server: 3.20.0 -> 3.20.2

 ...tion-data-server-3.20.0.ebuild => evolution-data-server-3.20.2.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.20.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.20.0.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.20.2.ebuild



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

2016-04-02 Thread Ole Reifschneider
commit: 0ec71b7c1cc10ba8d9d8d7ad0f6a75c978430103
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sat Apr  2 11:10:05 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sat Apr  2 11:10:05 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=0ec71b7c

gnome-extra/evolution-data-server: Bump version to 3.20.0

Package-Manager: portage-2.2.28
Manifest-Sign-Key: 0xE9E568677E8B4D42

 ebuild => evolution-data-server-3.20.0.ebuild} | 59 --
 .../evolution-data-server-.ebuild  | 55 +++-
 gnome-extra/evolution-data-server/metadata.xml |  1 +
 3 files changed, 65 insertions(+), 50 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.19.90.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.20.0.ebuild
similarity index 77%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.19.90.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.20.0.ebuild
index d3400cf..cc9b480 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.19.90.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.20.0.ebuild
@@ -1,12 +1,11 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
 EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
-PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
-VALA_MIN_API_VERSION="0.22"
+PYTHON_COMPAT=( python2_7 python3_{4,5} pypy )
 VALA_USE_DEPEND="vapigen"
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx
@@ -16,40 +15,44 @@ 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/57" # subslot = libcamel-1.2 soname + optional revision if needed
-IUSE="api-doc-extras +google-auth +gnome-online-accounts +gtk +introspection 
ipv6 ldap kerberos vala +weather"
+SLOT="0/57" # 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 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
 
 # sys-libs/db is only required for migrating from <3.13 versions
 # gdata-0.15.1 is required for google tasks
-# google-auth allows adding own google_client_id and google_client_secret
+# berkdb needed only for migrating old calendar data, bug #519512
 RDEPEND="
>=app-crypt/gcr-3.4
>=app-crypt/libsecret-0.5[crypt]
>=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.40:2
+   >=dev-libs/json-glib-1.0.4
>=dev-libs/libgdata-0.10:=
>=dev-libs/libical-0.43:=
-   >=net-libs/libsoup-2.42:2.4
>=dev-libs/libxml2-2
>=dev-libs/nspr-4.4:=
>=dev-libs/nss-3.9:=
-   >=sys-libs/db-4:=
+   >=net-libs/libsoup-2.42:2.4
+   >=net-libs/webkit-gtk-2.4.9:3
 
dev-libs/icu:=
sys-libs/zlib:=
virtual/libiconv
 
-   google-auth? (
-   >=net-libs/webkit-gtk-2.4.9
-   >=dev-libs/json-glib-1.0.4
-   )
+   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
+   >=dev-libs/libgdata-0.15.1:=
+   >=net-libs/webkit-gtk-2.4.9:3
+   )
gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 )
introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
kerberos? ( virtual/krb5:= )
@@ -62,7 +65,6 @@ DEPEND="${RDEPEND}
dev-util/gperf
>=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.35.5
-   >=gnome-base/gnome-common-3.5.5
>=sys-devel/gettext-0.17
virtual/pkgconfig
vala? ( $(vala_depend) )
@@ -87,24 +89,22 @@ src_prepare() {
ELTCONF="--reverse-deps"
 
gnome2_src_prepare
-
-   # Fix compilation flags crazyness, upstream bug #653157
-   sed 's/^\(AM_CFLAGS="\)$WARNING_FLAGS/\1/' \
-   -i configure || die "sed failed"
 }
 
 src_configure() {
# /usr/include/db.h is always db-1 on FreeBSD
# so include the right dir in CPPFLAGS
-   append-cppflags "-I$(db_includedir)"
+   use berkdb && append-cppflags "-I$(db_includedir)"
 
# phonenumber does not exist in tree
gnome2_src_configure \
$(use_enable api-doc-extras gtk-doc) \
$(use_with api-doc-extras private-docs) \
+   $(usex berkdb --with-libdb="${EPREFIX}"/usr --with-libdb=no) \
$(use_enable gnome-online-accounts goa) \
-   $(use_enable google-auth) \
$(use_enable gtk) \
+   $(use_enable google 

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

2016-02-26 Thread Priit Laes
commit: 73ec9ad252b1b857a81e61d6c470e75bd2c61ac7
Author: Priit Laes  plaes  org>
AuthorDate: Fri Feb 26 18:13:31 2016 +
Commit: Priit Laes  plaes  org>
CommitDate: Fri Feb 26 18:13:52 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=73ec9ad2

gnome-extra/evolution-data-server: 3.19.4 -> 3.19.90

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

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.19.90.ebuild
similarity index 98%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.19.90.ebuild
index 6de57c1..d3400cf 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.19.90.ebuild
@@ -16,7 +16,7 @@ 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/55" # subslot = libcamel-1.2 soname + optional revision if needed
+SLOT="0/57" # subslot = libcamel-1.2 soname + optional revision if needed
 IUSE="api-doc-extras +google-auth +gnome-online-accounts +gtk +introspection 
ipv6 ldap kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 



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

2016-01-18 Thread Priit Laes
commit: 19340909e2d953706f80a08b45578f1ccf99c050
Author: Priit Laes  plaes  org>
AuthorDate: Mon Jan 18 13:32:43 2016 +
Commit: Priit Laes  plaes  org>
CommitDate: Mon Jan 18 13:32:43 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=19340909

gnome-extra/evolution-data-server: 3.19.3 -> 3.19.4

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

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.19.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild
similarity index 98%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.19.3.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild
index 5eec689..6de57c1 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.19.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.19.4.ebuild
@@ -16,7 +16,7 @@ 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/54" # subslot = libcamel-1.2 soname + optional revision if needed
+SLOT="0/55" # subslot = libcamel-1.2 soname + optional revision if needed
 IUSE="api-doc-extras +google-auth +gnome-online-accounts +gtk +introspection 
ipv6 ldap kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 



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

2015-12-19 Thread Priit Laes
commit: e1d984e09babaf7b9cebeef24398111b498b2aef
Author: Priit Laes  plaes  org>
AuthorDate: Sat Dec 19 08:05:37 2015 +
Commit: Priit Laes  plaes  org>
CommitDate: Sat Dec 19 08:05:37 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e1d984e0

gnome-extra/evolution-data-server: 3.19.2 -> 3.19.3

 ...tion-data-server-3.19.2.ebuild => evolution-data-server-3.19.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.19.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.19.3.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.19.2.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.19.3.ebuild



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

2015-11-27 Thread Priit Laes
commit: 77bc56603284c15c69ff5c4aaba82068b4242278
Author: Priit Laes  plaes  org>
AuthorDate: Fri Nov 27 05:56:21 2015 +
Commit: Priit Laes  plaes  org>
CommitDate: Fri Nov 27 12:41:42 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=77bc5660

gnome-extra/evolution-data-server: Add 3.19.2

 ...erver-3.18.1.ebuild => evolution-data-server-3.19.2.ebuild} | 10 --
 .../evolution-data-server/evolution-data-server-.ebuild|  9 -
 2 files changed, 16 insertions(+), 3 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.19.2.ebuild
similarity index 90%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.19.2.ebuild
index 540b4c2..5eec689 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.19.2.ebuild
@@ -16,14 +16,15 @@ 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/54" # subslot = libcamel-1.2 soname version
-IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather"
+SLOT="0/54" # subslot = libcamel-1.2 soname + optional revision if needed
+IUSE="api-doc-extras +google-auth +gnome-online-accounts +gtk +introspection 
ipv6 ldap kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
 
 # sys-libs/db is only required for migrating from <3.13 versions
 # gdata-0.15.1 is required for google tasks
+# google-auth allows adding own google_client_id and google_client_secret
 RDEPEND="
>=app-crypt/gcr-3.4
>=app-crypt/libsecret-0.5[crypt]
@@ -41,6 +42,10 @@ RDEPEND="
sys-libs/zlib:=
virtual/libiconv
 
+   google-auth? (
+   >=net-libs/webkit-gtk-2.4.9
+   >=dev-libs/json-glib-1.0.4
+   )
gtk? (
>=app-crypt/gcr-3.4[gtk]
>=x11-libs/gtk+-3.10:3
@@ -98,6 +103,7 @@ src_configure() {
$(use_enable api-doc-extras gtk-doc) \
$(use_with api-doc-extras private-docs) \
$(use_enable gnome-online-accounts goa) \
+   $(use_enable google-auth) \
$(use_enable gtk) \
$(use_enable introspection) \
$(use_enable ipv6) \

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 7e02d86..6948f3c 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -20,7 +20,7 @@ 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/54" # subslot = libcamel-1.2 soname + optional revision if needed
-IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather"
+IUSE="api-doc-extras +google-auth +gnome-online-accounts +gtk +introspection 
ipv6 ldap kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
 if [[ ${PV} =  ]]; then
@@ -33,6 +33,7 @@ fi
 
 # sys-libs/db is only required for migrating from <3.13 versions
 # gdata-0.15.1 is required for google tasks
+# google-auth allows adding own google_client_id and google_client_secret
 RDEPEND="
>=app-crypt/gcr-3.4
>=app-crypt/libsecret-0.5[crypt]
@@ -50,6 +51,10 @@ RDEPEND="
sys-libs/zlib:=
virtual/libiconv
 
+   google-auth? (
+   >=net-libs/webkit-gtk-2.4.9
+   >=dev-libs/json-glib-1.0.4
+   )
gtk? (
>=app-crypt/gcr-3.4[gtk]
>=x11-libs/gtk+-3.10:3
@@ -71,6 +76,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
vala? ( $(vala_depend) )
 "
+
 # eautoreconf needs:
 #  >=gnome-base/gnome-common-2
 
@@ -107,6 +113,7 @@ src_configure() {
$(use_enable api-doc-extras gtk-doc) \
$(use_with api-doc-extras private-docs) \
$(use_enable gnome-online-accounts goa) \
+   $(use_enable google-auth) \
$(use_enable gtk) \
$(use_enable introspection) \
$(use_enable ipv6) \



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

2015-10-28 Thread Priit Laes
commit: ecfc3ecc8410fe0c7fbf18c0da2d53f53cf06d9f
Author: Priit Laes  plaes  org>
AuthorDate: Thu Oct 29 05:33:44 2015 +
Commit: Priit Laes  plaes  org>
CommitDate: Thu Oct 29 05:36:02 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ecfc3ecc

gnome-extra/evolution-data-server: Add 3.18.1

 ...on-data-server-3.17.92.ebuild => evolution-data-server-3.18.1.ebuild} | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.17.92.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild
similarity index 99%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.17.92.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild
index 1a2c0b5..540b4c2 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.17.92.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.18.1.ebuild
@@ -62,6 +62,7 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
vala? ( $(vala_depend) )
 "
+
 # eautoreconf needs:
 #  >=gnome-base/gnome-common-2
 



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

2015-09-15 Thread Priit Laes
commit: 908ee3c86aa5f5624f7b2ab44b7a3174b0de5a95
Author: Priit Laes  plaes  org>
AuthorDate: Tue Sep 15 17:49:53 2015 +
Commit: Priit Laes  plaes  org>
CommitDate: Tue Sep 15 17:49:53 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=908ee3c8

gnome-extra/evolution-data-server: 3.17.91  →  3.17.92

 ...on-data-server-3.17.91.ebuild => evolution-data-server-3.17.92.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.17.91.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.17.92.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.17.91.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.17.92.ebuild



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

2015-09-13 Thread Ole Reifschneider
commit: 4b44a3fa3f014e76d930321b829d417b2dff3011
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sun Sep 13 19:15:38 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sun Sep 13 19:15:38 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4b44a3fa

gnome-extra/evolution-data-server: Bump version to 3.17.91

Package-Manager: portage-2.2.20.1
Manifest-Sign-Key: 7E8B4D42

 ...ebuild => evolution-data-server-3.17.91.ebuild} | 30 --
 .../evolution-data-server-.ebuild  | 10 
 2 files changed, 15 insertions(+), 25 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.17.91.ebuild
similarity index 82%
copy from gnome-extra/evolution-data-server/evolution-data-server-.ebuild
copy to gnome-extra/evolution-data-server/evolution-data-server-3.17.91.ebuild
index 9012670..1a2c0b5 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.17.91.ebuild
@@ -10,33 +10,24 @@ VALA_MIN_API_VERSION="0.22"
 VALA_USE_DEPEND="vapigen"
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 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/52" # subslot = libcamel-1.2 soname + optional revision if needed
+SLOT="0/54" # subslot = libcamel-1.2 soname version
 IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   REQUIRED_USE="${REQUIRED_USE} api-doc-extras? ( doc )"
-   KEYWORDS=""
-else
-   KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
 
 # sys-libs/db is only required for migrating from <3.13 versions
 # gdata-0.15.1 is required for google tasks
 RDEPEND="
>=app-crypt/gcr-3.4
>=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.5:=
+   >=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.40:2
>=dev-libs/libgdata-0.10:=
>=dev-libs/libical-0.43:=
@@ -52,13 +43,13 @@ RDEPEND="
 
gtk? (
>=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.6:3
+   >=x11-libs/gtk+-3.10:3
)
gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 )
-   introspection? ( >=dev-libs/gobject-introspection-0.9.12 )
+   introspection? ( >=dev-libs/gobject-introspection-0.9.12:= )
kerberos? ( virtual/krb5:= )
ldap? ( >=net-nds/openldap-2:= )
-   weather? ( >=dev-libs/libgweather-3.8:2= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
 "
 DEPEND="${RDEPEND}
${PYTHON_DEPS}
@@ -74,11 +65,10 @@ DEPEND="${RDEPEND}
 # eautoreconf needs:
 #  >=gnome-base/gnome-common-2
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   doc? ( >=dev-util/gtk-doc-1.14 )
-   "
-fi
+# 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

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 9012670..7e02d86 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -19,7 +19,7 @@ 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/52" # subslot = libcamel-1.2 soname + optional revision if needed
+SLOT="0/54" # subslot = libcamel-1.2 soname + optional revision if needed
 IUSE="api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather"
 REQUIRED_USE="vala? ( introspection )"
 
@@ -36,7 +36,7 @@ fi
 RDEPEND="
>=app-crypt/gcr-3.4
>=app-crypt/libsecret-0.5[crypt]
-   >=dev-db/sqlite-3.5:=
+   >=dev-db/sqlite-3.7.17:=
>=dev-libs/glib-2.40:2
>=dev-libs/libgdata-0.10:=
>=dev-libs/libical-0.43:=
@@ -52,13 +52,13 @@ RDEPEND="
 
gtk? (
>=app-crypt/gcr-3.4[gtk]
-   >=x11-libs/gtk+-3.6:3
+   >=x11-libs/gtk+-3.10:3
)
gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.8 )
-   introspection? ( 

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

2015-06-08 Thread Gilles Dartiguelongue
commit: a657dc730dba5e3a7412b0f656909078adbe3b15
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Jun  8 20:44:35 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Jun  8 20:53:26 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a657dc73

gnome-extra/evolution-data-server: 3.16.2 → 3.16.3

 ...tion-data-server-3.16.2.ebuild = evolution-data-server-3.16.3.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.16.2.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.16.3.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.16.2.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.16.3.ebuild



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

2015-05-12 Thread Gilles Dartiguelongue
commit: 31673baf659712375eabc3fb2253fe52561ddc68
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 21:52:21 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 22:06:04 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=31673baf

gnome-extra/evolution-data-server: 3.16.1 → 3.16.2

 ...ion-data-server-3.16.1.ebuild = evolution-data-server-3.16.2.ebuild} | 1 +
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild  | 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.16.2.ebuild
similarity index 99%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.16.2.ebuild
index d8a3f42..4ecdd34 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.16.2.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 GCONF_DEBUG=no
+GNOME2_LA_PUNT=yes
 PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
 VALA_MIN_API_VERSION=0.22
 VALA_USE_DEPEND=vapigen

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 077ffe4..8dba708 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 GCONF_DEBUG=no
+GNOME2_LA_PUNT=yes
 PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
 VALA_MIN_API_VERSION=0.22
 VALA_USE_DEPEND=vapigen



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

2015-05-10 Thread Gilles Dartiguelongue
commit: 5aa5900043320dda83fd3649130af0d4d49dd48f
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May 10 14:27:44 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May 10 15:16:23 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5aa59000

gnome-extra/evolution-data-server: sync with gentoo-x86

Also, bump gtk+ to 3.6 as required by configure.ac.

 .../evolution-data-server/evolution-data-server-3.16.1.ebuild  | 7 ---
 .../evolution-data-server/evolution-data-server-.ebuild| 7 ---
 2 files changed, 8 insertions(+), 6 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild
index eb6e477..d8a3f42 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -51,7 +51,7 @@ RDEPEND=
 
gtk? (
=app-crypt/gcr-3.4[gtk]
-   =x11-libs/gtk+-3.2:3
+   =x11-libs/gtk+-3.6:3
)
gnome-online-accounts? ( =net-libs/gnome-online-accounts-3.8 )
introspection? ( =dev-libs/gobject-introspection-0.9.12 )
@@ -68,7 +68,8 @@ DEPEND=${RDEPEND}
=gnome-base/gnome-common-3.5.5
=sys-devel/gettext-0.17
virtual/pkgconfig
-   vala? ( $(vala_depend) )
+   vala? ( $(vala_depend) )
+
 # eautoreconf needs:
 #  =gnome-base/gnome-common-2
 

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 5db789a..077ffe4 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
@@ -51,7 +51,7 @@ RDEPEND=
 
gtk? (
=app-crypt/gcr-3.4[gtk]
-   =x11-libs/gtk+-3.2:3
+   =x11-libs/gtk+-3.6:3
)
gnome-online-accounts? ( =net-libs/gnome-online-accounts-3.8 )
introspection? ( =dev-libs/gobject-introspection-0.9.12 )
@@ -68,7 +68,8 @@ DEPEND=${RDEPEND}
=gnome-base/gnome-common-3.5.5
=sys-devel/gettext-0.17
virtual/pkgconfig
-   vala? ( $(vala_depend) )
+   vala? ( $(vala_depend) )
+
 # eautoreconf needs:
 #  =gnome-base/gnome-common-2
 



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

2015-04-14 Thread Priit Laes
commit: 1900bd360f9e3d6056ab5ef503baeff46b9b6a59
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Tue Apr 14 18:08:36 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Tue Apr 14 18:08:36 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=1900bd36

gnome-extra/evolution-data-server: 3.16.0 → 3.16.1

 ...tion-data-server-3.16.0.ebuild = evolution-data-server-3.16.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.16.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.16.0.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.16.1.ebuild



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

2015-03-26 Thread Priit Laes
commit: db370a8f481f85a169134727c425bd99f09b7b27
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Fri Mar 27 05:45:41 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Fri Mar 27 05:45:41 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=db370a8f

gnome-extra/evolution-data-server: 3.15.92 → 3.16.0

 ...n-data-server-3.15.92.ebuild = evolution-data-server-3.16.0.ebuild} | 0
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild | 2 +-
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.16.0.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.16.0.ebuild

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 316a74c..5db789a 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -45,7 +45,7 @@ RDEPEND=
=dev-libs/nss-3.9:=
=sys-libs/db-4:=
 
-   dev-libs/icu
+   dev-libs/icu:=
sys-libs/zlib:=
virtual/libiconv
 



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

2015-03-23 Thread Alexandre Rostovtsev
commit: c064992a943fbdb5fe54a660329ff47ad546d96a
Author: Alexandre Rostovtsev tetromino AT gentoo DOT org
AuthorDate: Tue Mar 24 02:26:40 2015 +
Commit: Alexandre Rostovtsev tetromino AT gentoo DOT org
CommitDate: Tue Mar 24 02:26:56 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c064992a

gnome-extra/evolution-data-server: fix kerberos libs detection on 
SYMLINK_LIB=no (bug #543794)

Thanks to Georgi Georgiev.

 gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild | 1 +
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild| 1 +
 2 files changed, 2 insertions(+)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild
index 98e9497..eb6e477 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild
@@ -114,6 +114,7 @@ src_configure() {
$(use_enable introspection) \
$(use_enable ipv6) \
$(use_with kerberos krb5 ${EPREFIX}/usr) \
+   $(use_with kerberos krb5-libs ${EPREFIX}/usr/$(get_libdir)) \
$(use_with ldap openldap) \
$(use_enable vala vala-bindings) \
$(use_enable weather) \

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index a12e5eb..316a74c 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -109,6 +109,7 @@ src_configure() {
$(use_enable introspection) \
$(use_enable ipv6) \
$(use_with kerberos krb5 ${EPREFIX}/usr) \
+   $(use_with kerberos krb5-libs ${EPREFIX}/usr/$(get_libdir)) \
$(use_with ldap openldap) \
$(use_enable vala vala-bindings) \
$(use_enable weather) \



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

2015-03-16 Thread Priit Laes
commit: 48b47679209a71f07229d7e8364f56e34145a66e
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Mon Mar 16 18:21:32 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Mon Mar 16 18:21:32 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=48b47679

gnome-extra/evolution-data-server: 3.15.91 → 3.15.92

 ...on-data-server-3.15.91.ebuild = evolution-data-server-3.15.92.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.15.91.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.15.91.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.15.92.ebuild



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

2015-03-03 Thread git@oystercatcher mirror+tproxy
commit: 2bab8ffd32dc6bd8194915ec14bb98aed9ee1152
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Wed Mar  4 05:57:12 2015 +
Commit: git@oystercatcher mirror+tproxy git AT oystercatcher DOT 
gentoo DOT org
CommitDate: Wed Mar  4 05:57:12 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2bab8ffd

gnome-extra/evolution-data-server: 3.13.90 → 3.15.91

 ...on-data-server-3.13.90.ebuild = evolution-data-server-3.15.91.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.90.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.15.91.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.90.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.15.91.ebuild



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

2015-03-03 Thread Priit Laes
commit: 2bab8ffd32dc6bd8194915ec14bb98aed9ee1152
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Wed Mar  4 05:57:12 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Wed Mar  4 05:57:12 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2bab8ffd

gnome-extra/evolution-data-server: 3.13.90 → 3.15.91

 ...on-data-server-3.13.90.ebuild = evolution-data-server-3.15.91.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.90.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.15.91.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.90.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.15.91.ebuild



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

2015-02-16 Thread Priit Laes
commit: ac0ab3fce02e30885725058be4d928d4933e2aa4
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Tue Feb 17 07:04:10 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Tue Feb 17 07:04:10 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ac0ab3fc

gnome-extra/evolution-data-server: 3.13.10 → 3.13.90

---
 ...-data-server-3.13.10.ebuild = evolution-data-server-3.13.90.ebuild} | 2 +-
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.10.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.90.ebuild
similarity index 97%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.10.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.90.ebuild
index 6058679..98e9497 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.10.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.90.ebuild
@@ -18,7 +18,7 @@ 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/51 # subslot = libcamel-1.2 soname version
+SLOT=0/52 # subslot = libcamel-1.2 soname + optional revision if needed
 IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather
 REQUIRED_USE=vala? ( introspection )
 

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 4c7b252..a12e5eb 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -18,7 +18,7 @@ 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/51 # subslot = libcamel-1.2 soname version
+SLOT=0/52 # subslot = libcamel-1.2 soname + optional revision if needed
 IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather
 REQUIRED_USE=vala? ( introspection )
 



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

2015-01-29 Thread Priit Laes
commit: 5a5d563b65e5fcc29ba359514729ca92beeca618
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Thu Jan 29 06:54:38 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Thu Jan 29 06:54:38 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5a5d563b

gnome-extra/evolution-data-server: 3.13.9 - 3.13.10

---
 ...n-data-server-3.13.9.ebuild = evolution-data-server-3.13.10.ebuild} | 2 +-
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.10.ebuild
similarity index 98%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.10.ebuild
index 0c521e8..6058679 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.10.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 GCONF_DEBUG=no
 PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
-VALA_MIN_API_VERSION=0.22 # upstream bug #741557
+VALA_MIN_API_VERSION=0.22
 VALA_USE_DEPEND=vapigen
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 97c7cf5..4c7b252 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 GCONF_DEBUG=no
 PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
-VALA_MIN_API_VERSION=0.22 # upstream bug #741557
+VALA_MIN_API_VERSION=0.22
 VALA_USE_DEPEND=vapigen
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx



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

2014-12-22 Thread Priit Laes
commit: 1283653e6840503948d16ba45349cae3b1a23eb3
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Mon Dec 22 20:17:00 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Tue Dec 23 04:56:29 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1283653e

gnome-extra/evolution-data-server: 3.13.8 → 3.13.9, sync with gx86

---
 ...rver-3.13.8.ebuild = evolution-data-server-3.13.9.ebuild} | 11 ++-
 .../evolution-data-server/evolution-data-server-.ebuild   |  8 
 2 files changed, 10 insertions(+), 9 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.8.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild
similarity index 93%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.8.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild
index 27670b7..0c521e8 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.8.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.9.ebuild
@@ -4,9 +4,8 @@
 
 EAPI=5
 GCONF_DEBUG=no
-# python3 not really supported, bug #478678
-PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
-VALA_MIN_API_VERSION=0.18
+PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
+VALA_MIN_API_VERSION=0.22 # upstream bug #741557
 VALA_USE_DEPEND=vapigen
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx
@@ -15,7 +14,7 @@ if [[ ${PV} =  ]]; then
 fi
 
 DESCRIPTION=Evolution groupware backend
-HOMEPAGE=http://projects.gnome.org/evolution/arch.shtml;
+HOMEPAGE=https://wiki.gnome.org/Apps/Evolution;
 
 # Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
 LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
@@ -46,7 +45,7 @@ RDEPEND=
=dev-libs/nss-3.9:=
=sys-libs/db-4:=
 
-   dev-libs/icu
+   dev-libs/icu:=
sys-libs/zlib:=
virtual/libiconv
 
@@ -62,6 +61,7 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
${PYTHON_DEPS}
+   dev-util/gdbus-codegen
dev-util/gperf
=dev-util/gtk-doc-am-1.14
=dev-util/intltool-0.35.5
@@ -79,6 +79,7 @@ if [[ ${PV} =  ]]; then
 fi
 
 # 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
 

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 7e6f7b0..97c7cf5 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -4,9 +4,8 @@
 
 EAPI=5
 GCONF_DEBUG=no
-# python3 not really supported, bug #478678
-PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
-VALA_MIN_API_VERSION=0.18
+PYTHON_COMPAT=( python2_7 python3_4 pypy pypy2_0 )
+VALA_MIN_API_VERSION=0.22 # upstream bug #741557
 VALA_USE_DEPEND=vapigen
 
 inherit db-use flag-o-matic gnome2 python-any-r1 vala virtualx
@@ -15,7 +14,7 @@ if [[ ${PV} =  ]]; then
 fi
 
 DESCRIPTION=Evolution groupware backend
-HOMEPAGE=http://projects.gnome.org/evolution/arch.shtml;
+HOMEPAGE=https://wiki.gnome.org/Apps/Evolution;
 
 # Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
 LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
@@ -62,6 +61,7 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
${PYTHON_DEPS}
+   dev-util/gdbus-codegen
dev-util/gperf
=dev-util/gtk-doc-am-1.14
=dev-util/intltool-0.35.5



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

2014-11-28 Thread Priit Laes
commit: dc77c0688a4c57ceae19ef278f69e871f942aacc
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Fri Nov 28 08:21:14 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Fri Nov 28 08:21:14 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dc77c068

gnome-extra/evolution-data-server: 3.13.7 → 3.13.8

---
 ...tion-data-server-3.13.7.ebuild = evolution-data-server-3.13.8.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.8.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.8.ebuild



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

2014-11-13 Thread Priit Laes
commit: beaef48e2562e6f73fe28de327592d7c7da1e5f4
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Thu Nov 13 12:50:54 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Thu Nov 13 12:50:54 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=beaef48e

gnome-extra/evolution-data-server: 3.13.6 → 3.13.7

---
 ...on-data-server-3.13.6.ebuild = evolution-data-server-3.13.7.ebuild} | 2 +-
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild
similarity index 98%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild
index 610ae3d..27670b7 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.7.ebuild
@@ -94,7 +94,7 @@ src_prepare() {
 
gnome2_src_prepare
 
-   # FIXME: Fix compilation flags crazyness
+   # Fix compilation flags crazyness, upstream bug #653157
sed 's/^\(AM_CFLAGS=\)$WARNING_FLAGS/\1/' \
-i configure || die sed failed
 }

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index ee8d866..7e6f7b0 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -90,7 +90,7 @@ src_prepare() {
 
gnome2_src_prepare
 
-   # FIXME: Fix compilation flags crazyness
+   # Fix compilation flags crazyness, upstream bug #653157
sed 's/^\(AM_CFLAGS=\)$WARNING_FLAGS/\1/' \
-i configure || die sed failed
 }



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

2014-09-24 Thread Priit Laes
commit: 72fcbdbcf37ddc4aef8e203e3b711d7a5c70c2d7
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Wed Sep 24 18:38:47 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Wed Sep 24 18:38:47 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=72fcbdbc

gnome-extra/evolution-data-server: 3.13.5 - 3.13.6

---
 ...on-data-server-3.13.5.ebuild = evolution-data-server-3.13.6.ebuild} | 2 +-
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.5.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild
similarity index 98%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.5.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild
index 98af174..610ae3d 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.5.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.6.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE=http://projects.gnome.org/evolution/arch.shtml;
 
 # Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
 LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
-SLOT=0/50 # subslot = libcamel-1.2 soname version
+SLOT=0/51 # subslot = libcamel-1.2 soname version
 IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather
 REQUIRED_USE=vala? ( introspection )
 

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 909fb1c..ee8d866 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE=http://projects.gnome.org/evolution/arch.shtml;
 
 # Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
 LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
-SLOT=0/50 # subslot = libcamel-1.2 soname version
+SLOT=0/51 # subslot = libcamel-1.2 soname version
 IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather
 REQUIRED_USE=vala? ( introspection )
 



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

2014-08-25 Thread Priit Laes
commit: fc4a1084a8ff7fd3563d25deeb122ef17c004f3d
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Tue Aug 26 04:43:20 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Tue Aug 26 04:43:20 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fc4a1084

gnome-extra/evolution-data-server: 3.13.4 - 3.13.5

---
 ...tion-data-server-3.13.4.ebuild = evolution-data-server-3.13.5.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.4.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.5.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.4.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.5.ebuild



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

2014-08-22 Thread Priit Laes
commit: 2873a873e98d989f1a06fec1024a3b8f965cb386
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Wed Jul 30 06:46:57 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Wed Jul 30 06:46:57 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2873a873

gnome-extra/evolution-data-server: 3.13.3 - 3.13.4

---
 ...on-data-server-3.13.3.ebuild = evolution-data-server-3.13.4.ebuild} | 2 +-
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.4.ebuild
similarity index 99%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.4.ebuild
index 69115e0..98af174 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.4.ebuild
@@ -37,7 +37,7 @@ RDEPEND=
=app-crypt/gcr-3.4
=app-crypt/libsecret-0.5[crypt]
=dev-db/sqlite-3.5:=
-   =dev-libs/glib-2.36:2
+   =dev-libs/glib-2.40:2
=dev-libs/libgdata-0.10:=
=dev-libs/libical-0.43:=
=net-libs/libsoup-2.42:2.4

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 04b75f3..909fb1c 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -37,7 +37,7 @@ RDEPEND=
=app-crypt/gcr-3.4
=app-crypt/libsecret-0.5[crypt]
=dev-db/sqlite-3.5:=
-   =dev-libs/glib-2.36:2
+   =dev-libs/glib-2.40:2
=dev-libs/libgdata-0.10:=
=dev-libs/libical-0.43:=
=net-libs/libsoup-2.42:2.4



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

2014-07-30 Thread Priit Laes
commit: 2873a873e98d989f1a06fec1024a3b8f965cb386
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Wed Jul 30 06:46:57 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Wed Jul 30 06:46:57 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2873a873

gnome-extra/evolution-data-server: 3.13.3 - 3.13.4

---
 ...on-data-server-3.13.3.ebuild = evolution-data-server-3.13.4.ebuild} | 2 +-
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.4.ebuild
similarity index 99%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.4.ebuild
index 69115e0..98af174 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.4.ebuild
@@ -37,7 +37,7 @@ RDEPEND=
=app-crypt/gcr-3.4
=app-crypt/libsecret-0.5[crypt]
=dev-db/sqlite-3.5:=
-   =dev-libs/glib-2.36:2
+   =dev-libs/glib-2.40:2
=dev-libs/libgdata-0.10:=
=dev-libs/libical-0.43:=
=net-libs/libsoup-2.42:2.4

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 04b75f3..909fb1c 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -37,7 +37,7 @@ RDEPEND=
=app-crypt/gcr-3.4
=app-crypt/libsecret-0.5[crypt]
=dev-db/sqlite-3.5:=
-   =dev-libs/glib-2.36:2
+   =dev-libs/glib-2.40:2
=dev-libs/libgdata-0.10:=
=dev-libs/libical-0.43:=
=net-libs/libsoup-2.42:2.4



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

2014-06-23 Thread Priit Laes
commit: 3cf09181705af955ddd6307c19305a8320520d19
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Mon Jun 23 08:41:49 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Mon Jun 23 08:41:49 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=3cf09181

gnome-extra/evolution-data-server: Add 3.13.3 to overlay

---
 ...-data-server-3.12.1.ebuild = evolution-data-server-3.13.3.ebuild} | 4 +++-
 gnome-extra/evolution-data-server/evolution-data-server-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
similarity index 95%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
index 386fbbc..69115e0 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.13.3.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE=http://projects.gnome.org/evolution/arch.shtml;
 
 # Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
 LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
-SLOT=0/49 # subslot = libcamel-1.2 soname version
+SLOT=0/50 # subslot = libcamel-1.2 soname version
 IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather
 REQUIRED_USE=vala? ( introspection )
 
@@ -31,6 +31,8 @@ else
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris
 fi
 
+# sys-libs/db is only required for migrating from 3.13 versions
+# gdata-0.15.1 is required for google tasks
 RDEPEND=
=app-crypt/gcr-3.4
=app-crypt/libsecret-0.5[crypt]

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index ca6ce40..04b75f3 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -19,7 +19,7 @@ HOMEPAGE=http://projects.gnome.org/evolution/arch.shtml;
 
 # Note: explicitly || ( LGPL-2 LGPL-3 ), not LGPL-2+.
 LICENSE=|| ( LGPL-2 LGPL-3 ) BSD Sleepycat
-SLOT=0/49 # subslot = libcamel-1.2 soname version
+SLOT=0/50 # subslot = libcamel-1.2 soname version
 IUSE=api-doc-extras +gnome-online-accounts +gtk +introspection ipv6 ldap 
kerberos vala +weather
 REQUIRED_USE=vala? ( introspection )
 
@@ -31,6 +31,8 @@ else
KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd 
~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris
 fi
 
+# sys-libs/db is only required for migrating from 3.13 versions
+# gdata-0.15.1 is required for google tasks
 RDEPEND=
=app-crypt/gcr-3.4
=app-crypt/libsecret-0.5[crypt]



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

2014-04-22 Thread Gilles Dartiguelongue
commit: ecead113263a27466f21617a79855ef3fbaf38a5
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue Apr 22 21:23:08 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue Apr 22 21:23:08 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ecead113

gnome-extra/evolution-data-server: 3.12.0 → 3.12.1

---
 ...tion-data-server-3.12.0.ebuild = evolution-data-server-3.12.1.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.12.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.12.0.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.12.1.ebuild



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

2014-04-21 Thread Gilles Dartiguelongue
commit: 09044cf7d9a3d193eb960158c722fb7877893573
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Apr 21 11:07:45 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Apr 21 13:32:58 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=09044cf7

gnome-extra/evolution-data-server: multiple ebuild updates

* Sync with gentoo-x86 (pypy).
* Move cppflags changes to src_configure, where it belongs.
* Attempt at killing fix-la-relink, it looks like ELTCONF=--reverse-deps
  applies patches that are appropriate to fix this issue at its root.
  Please someone double check as it appears to do the job for me.

---
 .../evolution-data-server-3.12.0.ebuild| 27 +++---
 .../evolution-data-server-.ebuild  | 23 --
 2 files changed, 24 insertions(+), 26 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.12.0.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.12.0.ebuild
index 9fa33dd..386fbbc 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.12.0.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.12.0.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 GCONF_DEBUG=no
 # python3 not really supported, bug #478678
-PYTHON_COMPAT=( python2_7 pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
 VALA_MIN_API_VERSION=0.18
 VALA_USE_DEPEND=vapigen
 
@@ -60,7 +60,6 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
${PYTHON_DEPS}
-   dev-util/fix-la-relink-command
dev-util/gperf
=dev-util/gtk-doc-am-1.14
=dev-util/intltool-0.35.5
@@ -77,17 +76,21 @@ if [[ ${PV} =  ]]; then

 fi
 
+# Some tests fail due to missings locales.
+# 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
 
-   # /usr/include/db.h is always db-1 on FreeBSD
-   # so include the right dir in CPPFLAGS
-   append-cppflags -I$(db_includedir)
+   # Fix relink issues in src_install
+   ELTCONF=--reverse-deps
+
+   gnome2_src_prepare
 
# FIXME: Fix compilation flags crazyness
sed 's/^\(AM_CFLAGS=\)$WARNING_FLAGS/\1/' \
@@ -95,6 +98,10 @@ src_prepare() {
 }
 
 src_configure() {
+   # /usr/include/db.h is always db-1 on FreeBSD
+   # so include the right dir in CPPFLAGS
+   append-cppflags -I$(db_includedir)
+
# phonenumber does not exist in tree
gnome2_src_configure \
$(use_enable api-doc-extras gtk-doc) \
@@ -117,12 +124,6 @@ src_configure() {
 }
 
 src_install() {
-   # Prevent this evolution-data-server from linking to libs in the 
installed
-   # evolution-data-server libraries by adding -L arguments for build dirs 
to
-   # every .la file's relink_command field, forcing libtool to look there
-   # first during relinking. This will mangle the .la files installed by
-   # make install, but we don't care because we will be punting them 
anyway.
-   fix-la-relink-command . || die fix-la-relink-command failed
gnome2_src_install
 
if use ldap; then

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
index 9fa33dd..ca6ce40 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-.ebuild
@@ -1,11 +1,11 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
 EAPI=5
 GCONF_DEBUG=no
 # python3 not really supported, bug #478678
-PYTHON_COMPAT=( python2_7 pypy2_0 )
+PYTHON_COMPAT=( python2_7 pypy pypy2_0 )
 VALA_MIN_API_VERSION=0.18
 VALA_USE_DEPEND=vapigen
 
@@ -60,7 +60,6 @@ RDEPEND=
 
 DEPEND=${RDEPEND}
${PYTHON_DEPS}
-   dev-util/fix-la-relink-command
dev-util/gperf
=dev-util/gtk-doc-am-1.14
=dev-util/intltool-0.35.5
@@ -83,11 +82,11 @@ pkg_setup() {
 
 src_prepare() {
use vala  vala_src_prepare
-   gnome2_src_prepare
 
-   # /usr/include/db.h is always db-1 on FreeBSD
-   # so include the right dir in CPPFLAGS
-   append-cppflags -I$(db_includedir)
+   # Fix relink issues in src_install
+   ELTCONF=--reverse-deps
+
+   gnome2_src_prepare
 
# FIXME: Fix compilation flags crazyness
sed 's/^\(AM_CFLAGS=\)$WARNING_FLAGS/\1/' \
@@ -95,6 +94,10 @@ src_prepare() {
 }
 
 src_configure() {
+   # /usr/include/db.h is always db-1 on FreeBSD
+   # so include the right dir in CPPFLAGS
+   

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

2014-04-11 Thread Priit Laes
commit: 07987670297b081e8c98116d375c6b52567c137f
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Fri Apr 11 11:10:09 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Fri Apr 11 11:10:09 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=07987670

gnome-extra/evolution-data-server: 3.11.92 - 3.12.0

---
 ...ion-data-server-3.11.92.ebuild = evolution-data-server-3.12.0.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.11.92.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.12.0.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.11.92.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.12.0.ebuild



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

2014-03-20 Thread Priit Laes
commit: 643eca9db4fdc64f1bba857fd89cb4a37961b0f3
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Wed Mar 19 09:46:15 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Wed Mar 19 09:46:15 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=643eca9d

gnome-extra/evolution-data-server: 3.11.91 - 3.11.92

---
 ...on-data-server-3.11.91.ebuild = evolution-data-server-3.11.92.ebuild} | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git 
a/gnome-extra/evolution-data-server/evolution-data-server-3.11.91.ebuild 
b/gnome-extra/evolution-data-server/evolution-data-server-3.11.92.ebuild
similarity index 100%
rename from 
gnome-extra/evolution-data-server/evolution-data-server-3.11.91.ebuild
rename to gnome-extra/evolution-data-server/evolution-data-server-3.11.92.ebuild