[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2018-09-11 Thread Mart Raudsepp
commit: 9a62a700c9ba2bed96650c230ff88456032d8f5e
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 11 09:02:28 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 11 09:02:28 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=9a62a700

mail-client/evolution: synchronize live ebuild

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 mail-client/evolution/evolution-.ebuild | 14 ++
 1 file changed, 6 insertions(+), 8 deletions(-)

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 13c6c18b..77d63fe7 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -16,7 +16,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
 
-IUSE="archive +bogofilter crypt geolocation highlight ldap spamassassin spell 
ssl +weather ytnef"
+IUSE="archive +bogofilter crypt geolocation gtk-doc highlight ldap 
spamassassin spell ssl +weather ytnef"
 
 KEYWORDS=""
 
@@ -73,9 +73,9 @@ COMMON_DEPEND="
 "
 DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
-   app-text/yelp-tools
dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.14
+   dev-util/glib-utils
+   gtk-doc? ( dev-util/gtk-doc )
>=dev-util/intltool-0.40.0
>=sys-devel/gettext-0.18.3
virtual/pkgconfig
@@ -100,18 +100,16 @@ x-scheme-handler/https=firefox.desktop
 file from /usr/share/applications if you use a different browser)."
 
 src_prepare() {
-   # Leave post-install actions to eclass
-   sed -e "s;\(find_program(GTK_UPDATE_ICON_CACHE\).*;\1 $(type -P 
true));" \
-   -i "${S}"/cmake/modules/IconCache.cmake || die
-
+   cmake-utils_src_prepare
gnome2_src_prepare
 }
 
 src_configure() {
# Use NSS/NSPR only if 'ssl' is enabled.
local mycmakeargs=(
+   -DSYSCONF_INSTALL_DIR="${EPREFIX}"/etc
-DENABLE_SCHEMAS_COMPILE=OFF
-   -DENABLE_GTK_DOC=OFF
+   -DENABLE_GTK_DOC=$(usex gtk-doc)
-DWITH_OPENLDAP=$(usex ldap)
-DENABLE_SMIME=$(usex ssl)
-DENABLE_GNOME_DESKTOP=ON



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2018-09-11 Thread Mart Raudsepp
commit: 046af96a8e43791e8ac017e006d4113d0eb5ae47
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Tue Sep 11 08:58:49 2018 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Tue Sep 11 08:58:59 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=046af96a

mail-client/evolution-3.26.6: remove, ebuild with fixes in ::gentoo

Main tree version fixes autostart file location, adds IUSE=gtk-doc
and fixes cmake-utils_src_prepare QA warn. Also removes now unnecessary
gtk-update-icon-cache hacking.

Package-Manager: Portage-2.3.49, Repoman-2.3.10

 mail-client/evolution/evolution-3.26.6.ebuild | 158 --
 1 file changed, 158 deletions(-)

diff --git a/mail-client/evolution/evolution-3.26.6.ebuild 
b/mail-client/evolution/evolution-3.26.6.ebuild
deleted file mode 100644
index 70ca21c6..
--- a/mail-client/evolution/evolution-3.26.6.ebuild
+++ /dev/null
@@ -1,158 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-GNOME2_LA_PUNT="yes"
-
-inherit cmake-utils gnome2 flag-o-matic readme.gentoo-r1
-
-DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
-HOMEPAGE="https://wiki.gnome.org/Apps/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 crypt geolocation highlight ldap spamassassin spell 
ssl +weather ytnef"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86"
-
-# We need a graphical pinentry frontend to be able to ask for the GPG
-# password from inside evolution, bug 160302
-PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] app-crypt/pinentry[qt5] )"
-
-# 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
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.4:=[gtk]
-   >=app-text/enchant-1.1.7
-   >=dev-libs/glib-2.46: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-2.42:2.4
-   >=net-libs/webkit-gtk-2.16.0:4
-   >=x11-libs/cairo-1.9.15:=[glib]
-   >=x11-libs/gdk-pixbuf-2.24:2
-   >=x11-libs/gtk+-3.10:3
-   >=x11-libs/libnotify-0.7:=
-   >=x11-misc/shared-mime-info-0.22
-
-   >=app-text/iso-codes-0.49
-   dev-libs/atk
-   gnome-base/dconf
-   dev-libs/libical:=
-   x11-libs/libSM
-   x11-libs/libICE
-
-   archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] )
-   crypt? (
-   >=app-crypt/gnupg-1.4
-   ${PINENTRY_DEPEND}
-   x11-libs/libcryptui )
-   geolocation? (
-   >=media-libs/libchamplain-0.12:0.12[gtk]
-   >=media-libs/clutter-1.0.0:1.0
-   >=media-libs/clutter-gtk-0.90:1.0
-   >=sci-geosciences/geocode-glib-3.10.0
-   x11-libs/mx:1.0 )
-   ldap? ( >=net-nds/openldap-2:= )
-   spell? ( app-text/gtkspell:3 )
-   ssl? (
-   >=dev-libs/nspr-4.6.1:=
-   >=dev-libs/nss-3.11:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-   ytnef? ( net-mail/ytnef )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   app-text/yelp-tools
-   dev-util/gdbus-codegen
-   >=dev-util/gtk-doc-am-1.14
-   >=dev-util/intltool-0.40.0
-   >=sys-devel/gettext-0.18.3
-   virtual/pkgconfig
-"
-RDEPEND="${COMMON_DEPEND}
-   bogofilter? ( mail-filter/bogofilter )
-   highlight? ( app-text/highlight )
-   spamassassin? ( mail-filter/spamassassin )
-   !gnome-extra/evolution-exchange
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="To change the default browser if you are not using GNOME, edit
-~/.local/share/applications/mimeapps.list so it includes the
-following content:
-
-[Default Applications]
-x-scheme-handler/http=firefox.desktop
-x-scheme-handler/https=firefox.desktop
-
-(replace firefox.desktop with the name of the appropriate .desktop
-file from /usr/share/applications if you use a different browser)."
-
-src_prepare() {
-   # Leave post-install actions to eclass
-   sed -e "s;\(find_program(GTK_UPDATE_ICON_CACHE\).*;\1 $(type -P 
true));" \
-   -i "${S}"/cmake/modules/IconCache.cmake || die
-
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # Use NSS/NSPR only if 'ssl' is enabled.
-   local mycmakeargs=(
-   -DENABLE_SCHEMAS_COMPILE=OFF
-   -DENABLE_GTK_DOC=OFF
-   -DWITH_OPENLDAP=$(usex ldap)
-   -DENABLE_SMIME=$(usex ssl)
-   

[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2018-05-29 Thread Sobhan Mohammadpour
commit: 16179dfba3f0ac4332c2ce3ff8903b075fa553fa
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Tue May 29 20:54:37 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Tue May 29 20:54:37 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=16179dfb

mail-client/evolution: bump and sync live ebuild

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

 ...olution-.ebuild => evolution-3.26.6.ebuild} | 118 ++---
 mail-client/evolution/evolution-.ebuild| 115 ++--
 mail-client/evolution/metadata.xml |   8 +-
 3 files changed, 114 insertions(+), 127 deletions(-)

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-3.26.6.ebuild
similarity index 62%
copy from mail-client/evolution/evolution-.ebuild
copy to mail-client/evolution/evolution-3.26.6.ebuild
index 476b39b6..f585a9af 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-3.26.6.ebuild
@@ -1,15 +1,10 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Id$
 
-EAPI="5"
-GCONF_DEBUG="no"
+EAPI=6
 GNOME2_LA_PUNT="yes"
 
-inherit eutils flag-o-matic readme.gentoo gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
+inherit cmake-utils gnome2 flag-o-matic readme.gentoo-r1
 
 DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
@@ -17,36 +12,30 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
-IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   # Needs x11-libs/libcryptui keyworded
-   #KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-   KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
+
+IUSE="archive +bogofilter crypt geolocation highlight ldap spamassassin spell 
ssl +weather ytnef"
+
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~x86"
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302
-PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )"
+PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] app-crypt/pinentry[qt5] )"
 
 # 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
-# gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND="
-   >=app-crypt/gcr-3.4
+   >=app-crypt/gcr-3.4:=[gtk]
>=app-text/enchant-1.1.7
-   >=dev-libs/glib-2.40:2[dbus]
+   >=dev-libs/glib-2.46: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-2.42:2.4
-   >=net-libs/webkit-gtk-2.2:3
+   >=net-libs/webkit-gtk-2.16.0:4
>=x11-libs/cairo-1.9.15:=[glib]
>=x11-libs/gdk-pixbuf-2.24:2
>=x11-libs/gtk+-3.10:3
@@ -60,32 +49,34 @@ COMMON_DEPEND="
x11-libs/libSM
x11-libs/libICE
 
+   archive? ( >=app-arch/gnome-autoar-0.1.1[gtk] )
crypt? (
>=app-crypt/gnupg-1.4
${PINENTRY_DEPEND}
x11-libs/libcryptui )
-   map? (
+   geolocation? (
>=media-libs/libchamplain-0.12:0.12[gtk]
>=media-libs/clutter-1.0.0:1.0
>=media-libs/clutter-gtk-0.90:1.0
>=sci-geosciences/geocode-glib-3.10.0
x11-libs/mx:1.0 )
-   spell? ( app-text/gtkspell:3 )
ldap? ( >=net-nds/openldap-2:= )
+   spell? ( app-text/gtkspell:3 )
ssl? (
>=dev-libs/nspr-4.6.1:=
>=dev-libs/nss-3.11:= )
weather? ( >=dev-libs/libgweather-3.10:2= )
+   ytnef? ( net-mail/ytnef )
 "
 DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
-   dev-util/gtk-doc-am
+   app-text/yelp-tools
+   dev-util/gdbus-codegen
+   >=dev-util/gtk-doc-am-1.14
>=dev-util/intltool-0.40.0
+   >=sys-devel/gettext-0.18.3
virtual/pkgconfig
 "
-# eautoreconf needs:
-#  app-text/yelp-tools
-#  >=gnome-base/gnome-common-2.12
 RDEPEND="${COMMON_DEPEND}
bogofilter? ( mail-filter/bogofilter )
highlight? ( app-text/highlight )
@@ -93,12 +84,6 @@ RDEPEND="${COMMON_DEPEND}

[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2018-01-12 Thread Dennis Lamm
commit: e23d4e42189c99154c89b777317426b28b25a84b
Author: Dennis Lamm  gentoo  org>
AuthorDate: Fri Jan 12 13:48:29 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Fri Jan 12 13:48:29 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e23d4e42

mail-client/evolution: drop old

Package-Manager: Portage-2.3.13, Repoman-2.3.3

 mail-client/evolution/evolution-3.20.2.ebuild | 150 --
 1 file changed, 150 deletions(-)

diff --git a/mail-client/evolution/evolution-3.20.2.ebuild 
b/mail-client/evolution/evolution-3.20.2.ebuild
deleted file mode 100644
index 6691e046..
--- a/mail-client/evolution/evolution-3.20.2.ebuild
+++ /dev/null
@@ -1,150 +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"
-
-inherit eutils flag-o-matic readme.gentoo-r1 gnome2
-
-DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
-HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
-
-# Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
-LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
-SLOT="2.0"
-
-IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
-
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
-
-# We need a graphical pinentry frontend to be able to ask for the GPG
-# password from inside evolution, bug 160302
-PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )"
-
-# 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
-# gnome-autoar (currently disabled because no release has been made)
-COMMON_DEPEND="
-   >=app-crypt/gcr-3.4
-   >=app-text/enchant-1.1.7
-   >=dev-libs/glib-2.40: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-3.20.0:=[gtk,weather?]
-   >=media-libs/libcanberra-0.25[gtk3]
-   >=net-libs/libsoup-2.42:2.4
-   >=net-libs/webkit-gtk-2.2:3
-   >=x11-libs/cairo-1.9.15:=[glib]
-   >=x11-libs/gdk-pixbuf-2.24:2
-   >=x11-libs/gtk+-3.10:3
-   >=x11-libs/libnotify-0.7:=
-   >=x11-misc/shared-mime-info-0.22
-
-   >=app-text/iso-codes-0.49
-   dev-libs/atk
-   gnome-base/dconf
-   dev-libs/libical:=
-   x11-libs/libSM
-   x11-libs/libICE
-
-   crypt? (
-   >=app-crypt/gnupg-1.4
-   ${PINENTRY_DEPEND}
-   x11-libs/libcryptui )
-   map? (
-   >=media-libs/libchamplain-0.12:0.12[gtk]
-   >=media-libs/clutter-1.0.0:1.0
-   >=media-libs/clutter-gtk-0.90:1.0
-   >=sci-geosciences/geocode-glib-3.10.0
-   x11-libs/mx:1.0 )
-   spell? ( app-text/gtkspell:3 )
-   ldap? ( >=net-nds/openldap-2:= )
-   ssl? (
-   >=dev-libs/nspr-4.6.1:=
-   >=dev-libs/nss-3.11:= )
-   weather? ( >=dev-libs/libgweather-3.10:2= )
-"
-DEPEND="${COMMON_DEPEND}
-   app-text/docbook-xml-dtd:4.1.2
-   dev-util/gtk-doc-am
-   >=dev-util/intltool-0.40.0
-   dev-util/itstool
-   virtual/pkgconfig
-"
-# eautoreconf needs:
-#  app-text/yelp-tools
-#  >=gnome-base/gnome-common-2.12
-RDEPEND="${COMMON_DEPEND}
-   bogofilter? ( mail-filter/bogofilter )
-   highlight? ( app-text/highlight )
-   spamassassin? ( mail-filter/spamassassin )
-   !gnome-extra/evolution-exchange
-"
-
-DISABLE_AUTOFORMATTING="yes"
-DOC_CONTENTS="To change the default browser if you are not using GNOME, edit
-~/.local/share/applications/mimeapps.list so it includes the
-following content:
-
-[Default Applications]
-x-scheme-handler/http=firefox.desktop
-x-scheme-handler/https=firefox.desktop
-
-(replace firefox.desktop with the name of the appropriate .desktop
-file from /usr/share/applications if you use a different browser)."
-
-src_prepare() {
-   # Fix relink issues in src_install
-   ELTCONF="--reverse-deps"
-   gnome2_src_prepare
-}
-
-src_configure() {
-   # Use NSS/NSPR only if 'ssl' is enabled.
-   gnome2_src_configure \
-   --without-glade-catalog \
-   --disable-autoar \
-   --disable-code-coverage \
-   --disable-installed-tests \
-   --disable-pst-import \
-   --enable-canberra \
-   $(use_enable crypt libcryptui) \
-   $(use_enable highlight text-highlight) \
-   $(use_enable map contact-maps) \
-   $(use_enable spell gtkspell) \
-   $(use_enable ssl nss) \
-   $(use_enable ssl smime) \
-   $(use_with bogofilter) \
-  

[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.20.0 -> 3.20.2

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

diff --git a/mail-client/evolution/evolution-3.20.0.ebuild 
b/mail-client/evolution/evolution-3.20.2.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.20.0.ebuild
rename to mail-client/evolution/evolution-3.20.2.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2016-04-02 Thread Ole Reifschneider
commit: b19e7810672d80e0adf09650eb00dc43e4815a0a
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sat Apr  2 11:12:26 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sat Apr  2 11:12:26 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=b19e7810

mail-client/evolution: Bump version to 3.20.0

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

 ...evolution-3.19.90.ebuild => evolution-3.20.0.ebuild} | 17 +++--
 mail-client/evolution/evolution-.ebuild |  2 +-
 2 files changed, 8 insertions(+), 11 deletions(-)

diff --git a/mail-client/evolution/evolution-3.19.90.ebuild 
b/mail-client/evolution/evolution-3.20.0.ebuild
similarity index 93%
rename from mail-client/evolution/evolution-3.19.90.ebuild
rename to mail-client/evolution/evolution-3.20.0.ebuild
index a92ad4e..6691e04 100644
--- a/mail-client/evolution/evolution-3.19.90.ebuild
+++ b/mail-client/evolution/evolution-3.20.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2015 Gentoo Foundation
+# Copyright 1999-2016 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
@@ -6,7 +6,7 @@ EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils flag-o-matic readme.gentoo gnome2
+inherit eutils flag-o-matic readme.gentoo-r1 gnome2
 
 DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
@@ -14,8 +14,10 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
+
 IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
-KEYWORDS="~amd64 ~x86 ~x86-fbsd"
+
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~x86 ~x86-fbsd"
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302
@@ -33,7 +35,7 @@ COMMON_DEPEND="
>=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?]
+   >=gnome-extra/evolution-data-server-3.20.0:=[gtk,weather?]
>=media-libs/libcanberra-0.25[gtk3]
>=net-libs/libsoup-2.42:2.4
>=net-libs/webkit-gtk-2.2:3
@@ -71,6 +73,7 @@ DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2
dev-util/gtk-doc-am
>=dev-util/intltool-0.40.0
+   dev-util/itstool
virtual/pkgconfig
 "
 # eautoreconf needs:
@@ -83,12 +86,6 @@ RDEPEND="${COMMON_DEPEND}
!gnome-extra/evolution-exchange
 "
 
-if [[ ${PV} =  ]]; then
-   DEPEND="${DEPEND}
-   app-text/yelp-tools
-   doc? ( >=dev-util/gtk-doc-1.14 )"
-fi
-
 DISABLE_AUTOFORMATTING="yes"
 DOC_CONTENTS="To change the default browser if you are not using GNOME, edit
 ~/.local/share/applications/mimeapps.list so it includes the

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index b17f476..476b39b 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -39,7 +39,7 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry[qt4] )"
 COMMON_DEPEND="
>=app-crypt/gcr-3.4
>=app-text/enchant-1.1.7
-   >=dev-libs/glib-2.40:2
+   >=dev-libs/glib-2.40: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



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2016-02-26 Thread Priit Laes
commit: ce940aa54752cd5542c3c8c0021bd1dacae02648
Author: Priit Laes  plaes  org>
AuthorDate: Fri Feb 26 19:23:56 2016 +
Commit: Priit Laes  plaes  org>
CommitDate: Fri Feb 26 19:23:56 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ce940aa5

mail-client/evolution: 3.19.4 -> 3.19.90

 .../evolution/{evolution-3.19.4.ebuild => evolution-3.19.90.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.19.4.ebuild 
b/mail-client/evolution/evolution-3.19.90.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.19.4.ebuild
rename to mail-client/evolution/evolution-3.19.90.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2016-01-18 Thread Priit Laes
commit: 2951067494168e91af6cf5dc5410787b75d28a39
Author: Priit Laes  plaes  org>
AuthorDate: Mon Jan 18 13:33:53 2016 +
Commit: Priit Laes  plaes  org>
CommitDate: Mon Jan 18 13:33:53 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=29510674

mail-client/evolution: 3.19.3 -> 3.19.4

 .../evolution/{evolution-3.19.3.ebuild => evolution-3.19.4.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.19.3.ebuild 
b/mail-client/evolution/evolution-3.19.4.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.19.3.ebuild
rename to mail-client/evolution/evolution-3.19.4.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-12-19 Thread Priit Laes
commit: 44cfcb6ec683e5cbfb289b888da0fdbfed598c70
Author: Priit Laes  plaes  org>
AuthorDate: Sat Dec 19 08:10:28 2015 +
Commit: Priit Laes  plaes  org>
CommitDate: Sat Dec 19 08:10:28 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=44cfcb6e

mail-client/evolution: 3.19.2 -> 3.19.3

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

diff --git a/mail-client/evolution/evolution-3.19.2.ebuild 
b/mail-client/evolution/evolution-3.19.3.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.19.2.ebuild
rename to mail-client/evolution/evolution-3.19.3.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-11-27 Thread Priit Laes
commit: 5a16ba3f2c6c6e21d8d0d1dfd20617dfcff884c6
Author: Priit Laes  plaes  org>
AuthorDate: Fri Nov 27 12:40:41 2015 +
Commit: Priit Laes  plaes  org>
CommitDate: Fri Nov 27 12:41:42 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=5a16ba3f

mail-client/evolution: Add 3.19.2

 .../evolution/{evolution-3.18.1.ebuild => evolution-3.19.2.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.18.1.ebuild 
b/mail-client/evolution/evolution-3.19.2.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.18.1.ebuild
rename to mail-client/evolution/evolution-3.19.2.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-10-28 Thread Priit Laes
commit: 45c83e749edf5db64732c01bd288a761217f3170
Author: Priit Laes  plaes  org>
AuthorDate: Thu Oct 29 05:35:17 2015 +
Commit: Priit Laes  plaes  org>
CommitDate: Thu Oct 29 05:36:02 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=45c83e74

mail-client/evolution: 3.17.92 -> 3.18.1

 .../evolution/{evolution-3.17.92.ebuild => evolution-3.18.1.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.17.92.ebuild 
b/mail-client/evolution/evolution-3.18.1.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.17.92.ebuild
rename to mail-client/evolution/evolution-3.18.1.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-09-21 Thread Ole Reifschneider
commit: 6f76c969e6f0a4b07cac14d8d81386d5c2425997
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Mon Sep 21 19:54:07 2015 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Mon Sep 21 19:54:07 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=6f76c969

mail-client/evolution: Sync with tree version

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

 mail-client/evolution/evolution-3.17.92.ebuild | 23 ---
 1 file changed, 4 insertions(+), 19 deletions(-)

diff --git a/mail-client/evolution/evolution-3.17.92.ebuild 
b/mail-client/evolution/evolution-3.17.92.ebuild
index b17f476..a92ad4e 100644
--- a/mail-client/evolution/evolution-3.17.92.ebuild
+++ b/mail-client/evolution/evolution-3.17.92.ebuild
@@ -7,9 +7,6 @@ GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
 inherit eutils flag-o-matic readme.gentoo gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
 HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
@@ -18,18 +15,11 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution;
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
 IUSE="+bogofilter crypt highlight ldap map spamassassin spell ssl +weather"
-if [[ ${PV} =  ]]; then
-   IUSE="${IUSE} doc"
-   KEYWORDS=""
-else
-   # Needs x11-libs/libcryptui keyworded
-   #KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
-   KEYWORDS="~amd64 ~x86 ~x86-fbsd"
-fi
+KEYWORDS="~amd64 ~x86 ~x86-fbsd"
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302
-PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )"
+PINENTRY_DEPEND="|| ( app-crypt/pinentry[gnome-keyring] 
app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )"
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
@@ -39,7 +29,7 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry[qt4] )"
 COMMON_DEPEND="
>=app-crypt/gcr-3.4
>=app-text/enchant-1.1.7
-   >=dev-libs/glib-2.40:2
+   >=dev-libs/glib-2.40: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
@@ -114,15 +104,11 @@ file from /usr/share/applications if you use a different 
browser)."
 src_prepare() {
# Fix relink issues in src_install
ELTCONF="--reverse-deps"
-
gnome2_src_prepare
-
 }
 
 src_configure() {
# Use NSS/NSPR only if 'ssl' is enabled.
-   local myconf
-   [[ ${PV} !=  ]] && myconf="${myconf} ITSTOOL=$(type -P true)"
gnome2_src_configure \
--without-glade-catalog \
--disable-autoar \
@@ -143,8 +129,7 @@ src_configure() {
--without-nspr-includes
--without-nss-libs
--without-nss-includes") \
-   $(use_enable weather) \
-   ${myconf}
+   $(use_enable weather)
 }
 
 src_install() {



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-09-15 Thread Priit Laes
commit: 65d333a8975d231fc1b3b73d9e7cd12d5486355f
Author: Priit Laes  plaes  org>
AuthorDate: Tue Sep 15 17:50:47 2015 +
Commit: Priit Laes  plaes  org>
CommitDate: Tue Sep 15 17:51:08 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=65d333a8

mail-client/evolution: Add 3.17.92 to overlay

 .../evolution/{evolution-.ebuild => evolution-3.17.92.ebuild} | 4 +---
 mail-client/evolution/evolution-.ebuild   | 4 +---
 2 files changed, 2 insertions(+), 6 deletions(-)

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-3.17.92.ebuild
similarity index 97%
copy from mail-client/evolution/evolution-.ebuild
copy to mail-client/evolution/evolution-3.17.92.ebuild
index 39c8d71..b17f476 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-3.17.92.ebuild
@@ -34,14 +34,12 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry[qt4] )"
 # 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
-# google tasks requires >=libgdata-0.15.1
 # gnome-desktop support is optional with --enable-gnome-desktop
 # gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND="
>=app-crypt/gcr-3.4
>=app-text/enchant-1.1.7
>=dev-libs/glib-2.40:2
-   >=dev-libs/libgdata-0.10:=
>=dev-libs/libxml2-2.7.3:2
>=gnome-base/gnome-desktop-2.91.3:3=
>=gnome-base/gsettings-desktop-schemas-2.91.92
@@ -77,7 +75,7 @@ COMMON_DEPEND="
ssl? (
>=dev-libs/nspr-4.6.1:=
>=dev-libs/nss-3.11:= )
-   weather? ( >=dev-libs/libgweather-3.8:2= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
 "
 DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 39c8d71..b17f476 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -34,14 +34,12 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry[qt4] )"
 # 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
-# google tasks requires >=libgdata-0.15.1
 # gnome-desktop support is optional with --enable-gnome-desktop
 # gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND="
>=app-crypt/gcr-3.4
>=app-text/enchant-1.1.7
>=dev-libs/glib-2.40:2
-   >=dev-libs/libgdata-0.10:=
>=dev-libs/libxml2-2.7.3:2
>=gnome-base/gnome-desktop-2.91.3:3=
>=gnome-base/gsettings-desktop-schemas-2.91.92
@@ -77,7 +75,7 @@ COMMON_DEPEND="
ssl? (
>=dev-libs/nspr-4.6.1:=
>=dev-libs/nss-3.11:= )
-   weather? ( >=dev-libs/libgweather-3.8:2= )
+   weather? ( >=dev-libs/libgweather-3.10:2= )
 "
 DEPEND="${COMMON_DEPEND}
app-text/docbook-xml-dtd:4.1.2



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-06-08 Thread Gilles Dartiguelongue
commit: ce9562d73c05f6cb25424fb32ffe35c3ef1d181a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Jun  8 20:52:54 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Jun  8 20:53:51 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ce9562d7

mail-client/evolution: 3.16.2.1 → 3.16.3

 .../evolution/{evolution-3.16.2.1.ebuild = evolution-3.16.3.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.16.2.1.ebuild 
b/mail-client/evolution/evolution-3.16.3.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.16.2.1.ebuild
rename to mail-client/evolution/evolution-3.16.3.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-05-12 Thread Gilles Dartiguelongue
commit: 50a74900f5c9e5010d18cfcfb77bd555f080fa73
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Tue May 12 21:59:05 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Tue May 12 22:06:11 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=50a74900

mail-client/evolution: 3.16.1 → 3.16.2.1

 .../evolution/{evolution-3.16.1.ebuild = evolution-3.16.2.1.ebuild}   | 3 ++-
 mail-client/evolution/evolution-.ebuild| 1 +
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/mail-client/evolution/evolution-3.16.1.ebuild 
b/mail-client/evolution/evolution-3.16.2.1.ebuild
similarity index 98%
rename from mail-client/evolution/evolution-3.16.1.ebuild
rename to mail-client/evolution/evolution-3.16.2.1.ebuild
index 35833dd..618ed6f 100644
--- a/mail-client/evolution/evolution-3.16.1.ebuild
+++ b/mail-client/evolution/evolution-3.16.2.1.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 GCONF_DEBUG=no
+GNOME2_LA_PUNT=yes
 
 inherit eutils flag-o-matic readme.gentoo gnome2
 
@@ -36,7 +37,7 @@ COMMON_DEPEND=
=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?]
+   =gnome-extra/evolution-data-server-3.16:=[gtk,weather?]
=media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
=net-libs/webkit-gtk-2.2:3

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index c8c8b10..9078574 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -4,6 +4,7 @@
 
 EAPI=5
 GCONF_DEBUG=no
+GNOME2_LA_PUNT=yes
 
 inherit eutils flag-o-matic readme.gentoo gnome2
 if [[ ${PV} =  ]]; then



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-05-10 Thread Gilles Dartiguelongue
commit: ea2e7d7cf0d4ed8ff5d480fbb7d143fb3cef8f4e
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May 10 14:57:03 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May 10 15:39:46 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=ea2e7d7c

mail-client/evolution: sync with gentoo-x86

Also removed dbus-glib, it is unused.

 mail-client/evolution/evolution-3.16.1.ebuild | 36 +--
 mail-client/evolution/evolution-.ebuild   | 22 
 2 files changed, 22 insertions(+), 36 deletions(-)

diff --git a/mail-client/evolution/evolution-3.16.1.ebuild 
b/mail-client/evolution/evolution-3.16.1.ebuild
index 47f0bb0..35833dd 100644
--- a/mail-client/evolution/evolution-3.16.1.ebuild
+++ b/mail-client/evolution/evolution-3.16.1.ebuild
@@ -4,12 +4,8 @@
 
 EAPI=5
 GCONF_DEBUG=no
-GNOME2_LA_PUNT=yes
 
 inherit eutils flag-o-matic readme.gentoo gnome2
-if [[ ${PV} =  ]]; then
-   inherit gnome2-live
-fi
 
 DESCRIPTION=Integrated mail, addressbook and calendaring functionality
 HOMEPAGE=https://wiki.gnome.org/Apps/Evolution;
@@ -18,14 +14,9 @@ HOMEPAGE=https://wiki.gnome.org/Apps/Evolution;
 LICENSE=|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP
 SLOT=2.0
 IUSE=+bogofilter crypt highlight ldap map spamassassin spell ssl +weather
-if [[ ${PV} =  ]]; then
-   IUSE=${IUSE} doc
-   KEYWORDS=
-else
-   #need x11-libs/libcryptui keyworded
-   #KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
-   KEYWORDS=~amd64 ~x86 ~x86-fbsd
-fi
+# Needs x11-libs/libcryptui keyworded
+#KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
+KEYWORDS=~amd64 ~x86 ~x86-fbsd
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302
@@ -33,13 +24,13 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry[qt4] )
 
 # 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
 # google tasks requires =libgdata-0.15.1
 # gnome-desktop support is optional with --enable-gnome-desktop
 # gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7
-   =dev-libs/dbus-glib-0.6
=dev-libs/glib-2.40:2
=dev-libs/libgdata-0.10:=
=dev-libs/libxml2-2.7.3:2
@@ -48,25 +39,24 @@ COMMON_DEPEND=
=gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
=media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
-   =net-libs/webkit-gtk-2.2.0:3
+   =net-libs/webkit-gtk-2.2:3
=x11-libs/cairo-1.9.15:=[glib]
=x11-libs/gdk-pixbuf-2.24:2
-   =x11-libs/gtk+-3.10.0:3
+   =x11-libs/gtk+-3.10:3
=x11-libs/libnotify-0.7:=
=x11-misc/shared-mime-info-0.22
 
-   app-text/iso-codes
+   =app-text/iso-codes-0.49
dev-libs/atk
gnome-base/dconf
+   dev-libs/libical:=
x11-libs/libSM
x11-libs/libICE
-   x11-themes/gnome-icon-theme
 
crypt? (
-   x11-libs/libcryptui:=
-   || (
-   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
-   =app-crypt/gnupg-1.4* ) )
+   =app-crypt/gnupg-1.4
+   ${PINENTRY_DEPEND}
+   x11-libs/libcryptui )
map? (
=media-libs/libchamplain-0.12:0.12[gtk]
=media-libs/clutter-1.0.0:1.0
@@ -124,8 +114,6 @@ src_prepare() {
 
 src_configure() {
# Use NSS/NSPR only if 'ssl' is enabled.
-   local myconf
-   [[ ${PV} !=  ]]  myconf=${myconf} ITSTOOL=$(type -P true)
gnome2_src_configure \
--without-glade-catalog \
--disable-autoar \
@@ -147,7 +135,7 @@ src_configure() {
--without-nss-libs
--without-nss-includes) \
$(use_enable weather) \
-   ${myconf}
+   ITSTOOL=$(type -P true)
 }
 
 src_install() {

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 47f0bb0..c8c8b10 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -4,7 +4,6 @@
 
 EAPI=5
 GCONF_DEBUG=no
-GNOME2_LA_PUNT=yes
 
 inherit eutils flag-o-matic readme.gentoo gnome2
 if [[ ${PV} =  ]]; then
@@ -22,8 +21,8 @@ if [[ ${PV} =  ]]; then
IUSE=${IUSE} doc
KEYWORDS=
 else
-   #need x11-libs/libcryptui keyworded
-   #KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+   # Needs x11-libs/libcryptui keyworded
+   #KEYWORDS=~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd
KEYWORDS=~amd64 ~x86 ~x86-fbsd
 fi
 
@@ -33,13 +32,13 @@ PINENTRY_DEPEND=|| ( 

[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-04-14 Thread Priit Laes
commit: 403fb69909c6395a76cf4c697d76bfc49e7293da
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Tue Apr 14 18:09:01 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Tue Apr 14 18:09:01 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=403fb699

mail-client/evolution: 3.16.0 → 3.16.1

 .../evolution/{evolution-3.16.0.ebuild = evolution-3.16.1.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.16.0.ebuild 
b/mail-client/evolution/evolution-3.16.1.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.16.0.ebuild
rename to mail-client/evolution/evolution-3.16.1.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.15.92 → 3.16.0

 .../evolution/{evolution-3.15.92.ebuild = evolution-3.16.0.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.15.92.ebuild 
b/mail-client/evolution/evolution-3.16.0.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.15.92.ebuild
rename to mail-client/evolution/evolution-3.16.0.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-03-16 Thread Priit Laes
commit: 81f36d5670aa5efd9078c1f6c5c91ecc4aad5b24
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Mon Mar 16 18:22:00 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Mon Mar 16 18:22:00 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=81f36d56

mail-client/evolution: 3.15.91 → 3.15.92

 .../evolution/{evolution-3.15.91.ebuild = evolution-3.15.92.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.15.91.ebuild 
b/mail-client/evolution/evolution-3.15.92.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.15.91.ebuild
rename to mail-client/evolution/evolution-3.15.92.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.13.90 → 3.15.91

 .../evolution/{evolution-3.13.90.ebuild = evolution-3.15.91.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.90.ebuild 
b/mail-client/evolution/evolution-3.15.91.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.13.90.ebuild
rename to mail-client/evolution/evolution-3.15.91.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.13.90 → 3.15.91

 .../evolution/{evolution-3.13.90.ebuild = evolution-3.15.91.ebuild}  | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.90.ebuild 
b/mail-client/evolution/evolution-3.15.91.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.13.90.ebuild
rename to mail-client/evolution/evolution-3.15.91.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-02-17 Thread Alexandre Rostovtsev
commit: b56e735fae358c73211ed3d50b08b21d4d93481c
Author: Alexandre Rostovtsev tetromino AT gentoo DOT org
AuthorDate: Tue Feb 17 18:53:44 2015 +
Commit: Alexandre Rostovtsev tetromino AT gentoo DOT org
CommitDate: Tue Feb 17 18:53:44 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b56e735f

mail-client/evolution: missing libcryptui dep (bug #539732)

Thanks to  Mark R. Pariente, Konstantin (elxa).

---
 mail-client/evolution/evolution-3.13.90.ebuild | 12 
 mail-client/evolution/evolution-.ebuild| 14 +-
 2 files changed, 17 insertions(+), 9 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.90.ebuild 
b/mail-client/evolution/evolution-3.13.90.ebuild
index 38165bd..47f0bb0 100644
--- a/mail-client/evolution/evolution-3.13.90.ebuild
+++ b/mail-client/evolution/evolution-3.13.90.ebuild
@@ -22,7 +22,9 @@ if [[ ${PV} =  ]]; then
IUSE=${IUSE} doc
KEYWORDS=
 else
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+   #need x11-libs/libcryptui keyworded
+   #KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+   KEYWORDS=~amd64 ~x86 ~x86-fbsd
 fi
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
@@ -60,9 +62,11 @@ COMMON_DEPEND=
x11-libs/libICE
x11-themes/gnome-icon-theme
 
-   crypt? ( || (
-   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
-   =app-crypt/gnupg-1.4* ) )
+   crypt? (
+   x11-libs/libcryptui:=
+   || (
+   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
+   =app-crypt/gnupg-1.4* ) )
map? (
=media-libs/libchamplain-0.12:0.12[gtk]
=media-libs/clutter-1.0.0:1.0

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index d97c978..47f0bb0 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.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: $
 
@@ -22,7 +22,9 @@ if [[ ${PV} =  ]]; then
IUSE=${IUSE} doc
KEYWORDS=
 else
-   KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+   #need x11-libs/libcryptui keyworded
+   #KEYWORDS=~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd
+   KEYWORDS=~amd64 ~x86 ~x86-fbsd
 fi
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
@@ -60,9 +62,11 @@ COMMON_DEPEND=
x11-libs/libICE
x11-themes/gnome-icon-theme
 
-   crypt? ( || (
-   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
-   =app-crypt/gnupg-1.4* ) )
+   crypt? (
+   x11-libs/libcryptui:=
+   || (
+   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
+   =app-crypt/gnupg-1.4* ) )
map? (
=media-libs/libchamplain-0.12:0.12[gtk]
=media-libs/clutter-1.0.0:1.0



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.13.10 → 3.13.90

---
 .../{evolution-3.13.10.ebuild = evolution-3.13.90.ebuild} | 7 ++-
 mail-client/evolution/evolution-.ebuild| 7 ++-
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.10.ebuild 
b/mail-client/evolution/evolution-3.13.90.ebuild
similarity index 95%
rename from mail-client/evolution/evolution-3.13.10.ebuild
rename to mail-client/evolution/evolution-3.13.90.ebuild
index 34ad6da..38165bd 100644
--- a/mail-client/evolution/evolution-3.13.10.ebuild
+++ b/mail-client/evolution/evolution-3.13.90.ebuild
@@ -116,9 +116,6 @@ src_prepare() {
 
gnome2_src_prepare
 
-   # Fix compilation flags crazyness, upstream bug #653157
-   sed -e 's/\(AM_CPPFLAGS=\)$WARNING_FLAGS/\1/' \
-   -i configure || die CPPFLAGS sed failed
 }
 
 src_configure() {
@@ -132,15 +129,15 @@ src_configure() {
--disable-installed-tests \
--disable-pst-import \
--enable-canberra \
-   $(use_enable bogofilter) \
$(use_enable crypt libcryptui) \
$(use_enable highlight text-highlight) \
$(use_enable map contact-maps) \
-   $(use_enable spamassassin) \
$(use_enable spell gtkspell) \
$(use_enable ssl nss) \
$(use_enable ssl smime) \
+   $(use_with bogofilter) \
$(use_with ldap openldap) \
+   $(use_with spamassassin) \
$(usex ssl --enable-nss=yes --without-nspr-libs
--without-nspr-includes
--without-nss-libs

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 15b849e..d97c978 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -116,9 +116,6 @@ src_prepare() {
 
gnome2_src_prepare
 
-   # Fix compilation flags crazyness, upstream bug #653157
-   sed -e 's/\(AM_CPPFLAGS=\)$WARNING_FLAGS/\1/' \
-   -i configure || die CPPFLAGS sed failed
 }
 
 src_configure() {
@@ -132,15 +129,15 @@ src_configure() {
--disable-installed-tests \
--disable-pst-import \
--enable-canberra \
-   $(use_enable bogofilter) \
$(use_enable crypt libcryptui) \
$(use_enable highlight text-highlight) \
$(use_enable map contact-maps) \
-   $(use_enable spamassassin) \
$(use_enable spell gtkspell) \
$(use_enable ssl nss) \
$(use_enable ssl smime) \
+   $(use_with bogofilter) \
$(use_with ldap openldap) \
+   $(use_with spamassassin) \
$(usex ssl --enable-nss=yes --without-nspr-libs
--without-nspr-includes
--without-nss-libs



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: Sync with gx86

---
 mail-client/evolution/evolution-3.13.10.ebuild | 6 +++---
 mail-client/evolution/evolution-.ebuild| 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.10.ebuild 
b/mail-client/evolution/evolution-3.13.10.ebuild
index 104ade2..34ad6da 100644
--- a/mail-client/evolution/evolution-3.13.10.ebuild
+++ b/mail-client/evolution/evolution-3.13.10.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: $
 
@@ -27,7 +27,7 @@ fi
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302
-PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] app-crypt/pinentry-qt 
app-crypt/pinentry[qt4] )
+PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
@@ -61,7 +61,7 @@ COMMON_DEPEND=
x11-themes/gnome-icon-theme
 
crypt? ( || (
-   ( =app-crypt/gnupg-2.0.1-r2 x11-libs/libcryptui 
${PINENTRY_DEPEND} )
+   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
=app-crypt/gnupg-1.4* ) )
map? (
=media-libs/libchamplain-0.12:0.12[gtk]

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 104ade2..15b849e 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -27,7 +27,7 @@ fi
 
 # We need a graphical pinentry frontend to be able to ask for the GPG
 # password from inside evolution, bug 160302
-PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] app-crypt/pinentry-qt 
app-crypt/pinentry[qt4] )
+PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] app-crypt/pinentry[qt4] )
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
@@ -61,7 +61,7 @@ COMMON_DEPEND=
x11-themes/gnome-icon-theme
 
crypt? ( || (
-   ( =app-crypt/gnupg-2.0.1-r2 x11-libs/libcryptui 
${PINENTRY_DEPEND} )
+   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
=app-crypt/gnupg-1.4* ) )
map? (
=media-libs/libchamplain-0.12:0.12[gtk]



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2015-01-29 Thread Priit Laes
commit: ecebd50136b1812b0f6a273910c2156f3e960e81
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Thu Jan 29 07:01:25 2015 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Thu Jan 29 07:01:25 2015 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ecebd501

mail-client/evolution: 3.13.9 - 3.13.10

---
 .../evolution/{evolution-3.13.9.ebuild = evolution-3.13.10.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.9.ebuild 
b/mail-client/evolution/evolution-3.13.10.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.13.9.ebuild
rename to mail-client/evolution/evolution-3.13.10.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2014-12-22 Thread Priit Laes
commit: 5b5560e2b095dbf872c3aff068fe64626a1d0fc1
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Mon Dec 22 20:21:50 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Tue Dec 23 05:23:06 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=5b5560e2

mail-client/evolution: 3.13.8 → 3.13.9, sync with gx86

---
 .../evolution/{evolution-3.13.8.ebuild = evolution-3.13.9.ebuild} | 7 ++-
 mail-client/evolution/evolution-.ebuild| 7 ++-
 2 files changed, 4 insertions(+), 10 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.8.ebuild 
b/mail-client/evolution/evolution-3.13.9.ebuild
similarity index 96%
rename from mail-client/evolution/evolution-3.13.8.ebuild
rename to mail-client/evolution/evolution-3.13.9.ebuild
index e41a459..104ade2 100644
--- a/mail-client/evolution/evolution-3.13.8.ebuild
+++ b/mail-client/evolution/evolution-3.13.9.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 GCONF_DEBUG=no
 GNOME2_LA_PUNT=yes
 
-inherit eutils flag-o-matic readme.gentoo gnome2 #autotools
+inherit eutils flag-o-matic readme.gentoo gnome2
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
@@ -38,7 +38,7 @@ COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7
=dev-libs/dbus-glib-0.6
-   =dev-libs/glib-2.36:2
+   =dev-libs/glib-2.40:2
=dev-libs/libgdata-0.10:=
=dev-libs/libxml2-2.7.3:2
=gnome-base/gnome-desktop-2.91.3:3=
@@ -114,8 +114,6 @@ src_prepare() {
# Fix relink issues in src_install
ELTCONF=--reverse-deps
 
-   #eautoreconf # See https://bugzilla.gnome.org/701904
-
gnome2_src_prepare
 
# Fix compilation flags crazyness, upstream bug #653157
@@ -163,7 +161,6 @@ src_install() {
echo PRELINK_PATH_MASK=/usr/bin/evolution  ${T}/99${PN}
doenvd ${T}/99${PN}
 
-   gnome2_src_install
readme.gentoo_create_doc
 }
 

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index e41a459..104ade2 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 GCONF_DEBUG=no
 GNOME2_LA_PUNT=yes
 
-inherit eutils flag-o-matic readme.gentoo gnome2 #autotools
+inherit eutils flag-o-matic readme.gentoo gnome2
 if [[ ${PV} =  ]]; then
inherit gnome2-live
 fi
@@ -38,7 +38,7 @@ COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7
=dev-libs/dbus-glib-0.6
-   =dev-libs/glib-2.36:2
+   =dev-libs/glib-2.40:2
=dev-libs/libgdata-0.10:=
=dev-libs/libxml2-2.7.3:2
=gnome-base/gnome-desktop-2.91.3:3=
@@ -114,8 +114,6 @@ src_prepare() {
# Fix relink issues in src_install
ELTCONF=--reverse-deps
 
-   #eautoreconf # See https://bugzilla.gnome.org/701904
-
gnome2_src_prepare
 
# Fix compilation flags crazyness, upstream bug #653157
@@ -163,7 +161,6 @@ src_install() {
echo PRELINK_PATH_MASK=/usr/bin/evolution  ${T}/99${PN}
doenvd ${T}/99${PN}
 
-   gnome2_src_install
readme.gentoo_create_doc
 }
 



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.13.7 → 3.13.8

---
 .../evolution/{evolution-3.13.7.ebuild = evolution-3.13.8.ebuild}  | 2 +-
 mail-client/evolution/evolution-.ebuild | 1 -
 2 files changed, 1 insertion(+), 2 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.7.ebuild 
b/mail-client/evolution/evolution-3.13.8.ebuild
similarity index 99%
rename from mail-client/evolution/evolution-3.13.7.ebuild
rename to mail-client/evolution/evolution-3.13.8.ebuild
index 94c3e10..e41a459 100644
--- a/mail-client/evolution/evolution-3.13.7.ebuild
+++ b/mail-client/evolution/evolution-3.13.8.ebuild
@@ -64,7 +64,6 @@ COMMON_DEPEND=
( =app-crypt/gnupg-2.0.1-r2 x11-libs/libcryptui 
${PINENTRY_DEPEND} )
=app-crypt/gnupg-1.4* ) )
map? (
-   =app-misc/geoclue-0.12.0:0
=media-libs/libchamplain-0.12:0.12[gtk]
=media-libs/clutter-1.0.0:1.0
=media-libs/clutter-gtk-0.90:1.0
@@ -164,6 +163,7 @@ src_install() {
echo PRELINK_PATH_MASK=/usr/bin/evolution  ${T}/99${PN}
doenvd ${T}/99${PN}
 
+   gnome2_src_install
readme.gentoo_create_doc
 }
 

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 49f98fa..e41a459 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -64,7 +64,6 @@ COMMON_DEPEND=
( =app-crypt/gnupg-2.0.1-r2 x11-libs/libcryptui 
${PINENTRY_DEPEND} )
=app-crypt/gnupg-1.4* ) )
map? (
-   =app-misc/geoclue-0.12.0:0
=media-libs/libchamplain-0.12:0.12[gtk]
=media-libs/clutter-1.0.0:1.0
=media-libs/clutter-gtk-0.90:1.0



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.13.6 → 3.13.7

---
 .../{evolution-3.13.6.ebuild = evolution-3.13.7.ebuild}   | 13 +++--
 mail-client/evolution/evolution-.ebuild| 14 --
 2 files changed, 23 insertions(+), 4 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.6.ebuild 
b/mail-client/evolution/evolution-3.13.7.ebuild
similarity index 92%
rename from mail-client/evolution/evolution-3.13.6.ebuild
rename to mail-client/evolution/evolution-3.13.7.ebuild
index e76eb8c..94c3e10 100644
--- a/mail-client/evolution/evolution-3.13.6.ebuild
+++ b/mail-client/evolution/evolution-3.13.7.ebuild
@@ -112,14 +112,14 @@ x-scheme-handler/https=firefox.desktop
 file from /usr/share/applications if you use a different browser).
 
 src_prepare() {
-   # Reason?
+   # Fix relink issues in src_install
ELTCONF=--reverse-deps
 
#eautoreconf # See https://bugzilla.gnome.org/701904
 
gnome2_src_prepare
 
-   # Fix compilation flags crazyness
+   # Fix compilation flags crazyness, upstream bug #653157
sed -e 's/\(AM_CPPFLAGS=\)$WARNING_FLAGS/\1/' \
-i configure || die CPPFLAGS sed failed
 }
@@ -154,7 +154,16 @@ src_configure() {
 
 src_install() {
DOCS=AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README
+
gnome2_src_install
+
+   # Problems with prelink:
+   # https://bugzilla.gnome.org/show_bug.cgi?id=731680
+   # https://bugzilla.gnome.org/show_bug.cgi?id=732148
+   # https://bugzilla.redhat.com/show_bug.cgi?id=1114538
+   echo PRELINK_PATH_MASK=/usr/bin/evolution  ${T}/99${PN}
+   doenvd ${T}/99${PN}
+
readme.gentoo_create_doc
 }
 

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index e76eb8c..49f98fa 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -112,14 +112,14 @@ x-scheme-handler/https=firefox.desktop
 file from /usr/share/applications if you use a different browser).
 
 src_prepare() {
-   # Reason?
+   # Fix relink issues in src_install
ELTCONF=--reverse-deps
 
#eautoreconf # See https://bugzilla.gnome.org/701904
 
gnome2_src_prepare
 
-   # Fix compilation flags crazyness
+   # Fix compilation flags crazyness, upstream bug #653157
sed -e 's/\(AM_CPPFLAGS=\)$WARNING_FLAGS/\1/' \
-i configure || die CPPFLAGS sed failed
 }
@@ -154,6 +154,16 @@ src_configure() {
 
 src_install() {
DOCS=AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README
+
+   gnome2_src_install
+
+   # Problems with prelink:
+   # https://bugzilla.gnome.org/show_bug.cgi?id=731680
+   # https://bugzilla.gnome.org/show_bug.cgi?id=732148
+   # https://bugzilla.redhat.com/show_bug.cgi?id=1114538
+   echo PRELINK_PATH_MASK=/usr/bin/evolution  ${T}/99${PN}
+   doenvd ${T}/99${PN}
+
gnome2_src_install
readme.gentoo_create_doc
 }



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2014-10-04 Thread Priit Laes
commit: 9fe5dbd9289ebe663071f1bd603a73cc12d0e334
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Sat Oct  4 07:46:04 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Sat Oct  4 07:47:27 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9fe5dbd9

mail-client/evolution: Misc improvements

Make sure that e-d-s is built with gtk USE otherwise a cryptic error is
shown to users instead of dialog that allows user to take action and
continue.

Also add dconf to dependencies. This is used for saving the settings
to disk and therefore useful for people who use evo outside GNOME.
Without dconf the 'memory' backend is used which is cleared after
application exits.

---
 mail-client/evolution/evolution-3.13.6.ebuild | 3 ++-
 mail-client/evolution/evolution-.ebuild   | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.6.ebuild 
b/mail-client/evolution/evolution-3.13.6.ebuild
index 7afeb85..2247dfb 100644
--- a/mail-client/evolution/evolution-3.13.6.ebuild
+++ b/mail-client/evolution/evolution-3.13.6.ebuild
@@ -43,7 +43,7 @@ COMMON_DEPEND=
=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}:=[weather?]
+   =gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
=media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
=net-libs/webkit-gtk-2.2.0:3
@@ -55,6 +55,7 @@ COMMON_DEPEND=
 
app-text/iso-codes
dev-libs/atk
+   gnome-base/dconf
x11-libs/libSM
x11-libs/libICE
 

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 7afeb85..2247dfb 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -43,7 +43,7 @@ COMMON_DEPEND=
=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}:=[weather?]
+   =gnome-extra/evolution-data-server-${PV}:=[gtk,weather?]
=media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
=net-libs/webkit-gtk-2.2.0:3
@@ -55,6 +55,7 @@ COMMON_DEPEND=
 
app-text/iso-codes
dev-libs/atk
+   gnome-base/dconf
x11-libs/libSM
x11-libs/libICE
 



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2014-10-04 Thread Priit Laes
commit: 0c195481f99275f4fb7c639d818617cf78508648
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Sun Oct  5 05:42:56 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Sun Oct  5 05:43:56 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0c195481

gnome-extra/evolution: Add gnome-icon-theme to deps

---
 mail-client/evolution/evolution-3.13.6.ebuild | 1 +
 mail-client/evolution/evolution-.ebuild   | 1 +
 2 files changed, 2 insertions(+)

diff --git a/mail-client/evolution/evolution-3.13.6.ebuild 
b/mail-client/evolution/evolution-3.13.6.ebuild
index 2247dfb..e76eb8c 100644
--- a/mail-client/evolution/evolution-3.13.6.ebuild
+++ b/mail-client/evolution/evolution-3.13.6.ebuild
@@ -58,6 +58,7 @@ COMMON_DEPEND=
gnome-base/dconf
x11-libs/libSM
x11-libs/libICE
+   x11-themes/gnome-icon-theme
 
crypt? ( || (
( =app-crypt/gnupg-2.0.1-r2 x11-libs/libcryptui 
${PINENTRY_DEPEND} )

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 2247dfb..e76eb8c 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -58,6 +58,7 @@ COMMON_DEPEND=
gnome-base/dconf
x11-libs/libSM
x11-libs/libICE
+   x11-themes/gnome-icon-theme
 
crypt? ( || (
( =app-crypt/gnupg-2.0.1-r2 x11-libs/libcryptui 
${PINENTRY_DEPEND} )



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.13.5 - 3.13.6

---
 .../evolution/{evolution-3.13.5.ebuild = evolution-3.13.6.ebuild}| 4 +++-
 mail-client/evolution/evolution-.ebuild   | 4 +++-
 2 files changed, 6 insertions(+), 2 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.5.ebuild 
b/mail-client/evolution/evolution-3.13.6.ebuild
similarity index 97%
rename from mail-client/evolution/evolution-3.13.5.ebuild
rename to mail-client/evolution/evolution-3.13.6.ebuild
index 2b19c20..7afeb85 100644
--- a/mail-client/evolution/evolution-3.13.5.ebuild
+++ b/mail-client/evolution/evolution-3.13.6.ebuild
@@ -33,6 +33,7 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 # pst is not mature enough and changes API/ABI frequently
 # google tasks requires =libgdata-0.15.1
 # gnome-desktop support is optional with --enable-gnome-desktop
+# gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7
@@ -48,7 +49,7 @@ COMMON_DEPEND=
=net-libs/webkit-gtk-2.2.0:3
=x11-libs/cairo-1.9.15:=[glib]
=x11-libs/gdk-pixbuf-2.24:2
-   =x11-libs/gtk+-3.8.0:3
+   =x11-libs/gtk+-3.10.0:3
=x11-libs/libnotify-0.7:=
=x11-misc/shared-mime-info-0.22
 
@@ -127,6 +128,7 @@ src_configure() {
[[ ${PV} !=  ]]  myconf=${myconf} ITSTOOL=$(type -P true)
gnome2_src_configure \
--without-glade-catalog \
+   --disable-autoar \
--disable-code-coverage \
--disable-installed-tests \
--disable-pst-import \

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 2b19c20..7afeb85 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -33,6 +33,7 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 # pst is not mature enough and changes API/ABI frequently
 # google tasks requires =libgdata-0.15.1
 # gnome-desktop support is optional with --enable-gnome-desktop
+# gnome-autoar (currently disabled because no release has been made)
 COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7
@@ -48,7 +49,7 @@ COMMON_DEPEND=
=net-libs/webkit-gtk-2.2.0:3
=x11-libs/cairo-1.9.15:=[glib]
=x11-libs/gdk-pixbuf-2.24:2
-   =x11-libs/gtk+-3.8.0:3
+   =x11-libs/gtk+-3.10.0:3
=x11-libs/libnotify-0.7:=
=x11-misc/shared-mime-info-0.22
 
@@ -127,6 +128,7 @@ src_configure() {
[[ ${PV} !=  ]]  myconf=${myconf} ITSTOOL=$(type -P true)
gnome2_src_configure \
--without-glade-catalog \
+   --disable-autoar \
--disable-code-coverage \
--disable-installed-tests \
--disable-pst-import \



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.13.4 - 3.13.5

---
 .../evolution/{evolution-3.13.4.ebuild = evolution-3.13.5.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.4.ebuild 
b/mail-client/evolution/evolution-3.13.5.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.13.4.ebuild
rename to mail-client/evolution/evolution-3.13.5.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.13.3 - 3.13.4

---
 .../{evolution-3.13.3.ebuild = evolution-3.13.4.ebuild}  |  1 +
 mail-client/evolution/evolution-.ebuild   | 11 +--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.3.ebuild 
b/mail-client/evolution/evolution-3.13.4.ebuild
similarity index 98%
rename from mail-client/evolution/evolution-3.13.3.ebuild
rename to mail-client/evolution/evolution-3.13.4.ebuild
index 6872d19..2b19c20 100644
--- a/mail-client/evolution/evolution-3.13.3.ebuild
+++ b/mail-client/evolution/evolution-3.13.4.ebuild
@@ -32,6 +32,7 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
 # google tasks requires =libgdata-0.15.1
+# gnome-desktop support is optional with --enable-gnome-desktop
 COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 8f4cb5c..2b19c20 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -32,25 +32,24 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
 # google tasks requires =libgdata-0.15.1
+# gnome-desktop support is optional with --enable-gnome-desktop
 COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7
=dev-libs/dbus-glib-0.6
=dev-libs/glib-2.36:2
-   =dev-libs/dbus-glib-0.6
-   =dev-libs/glib-2.36:2
-   =x11-libs/gtk+-3.8.0:3
-   =x11-libs/gdk-pixbuf-2.24:2
+   =dev-libs/libgdata-0.10:=
+   =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}:=[weather?]
-   =gnome-extra/evolution-data-server-${PV}:=[weather?]
+   =media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
=net-libs/webkit-gtk-2.2.0:3
=x11-libs/cairo-1.9.15:=[glib]
=x11-libs/gdk-pixbuf-2.24:2
=x11-libs/gtk+-3.8.0:3
-   =net-libs/libsoup-2.42:2.4
+   =x11-libs/libnotify-0.7:=
=x11-misc/shared-mime-info-0.22
 
app-text/iso-codes



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2014-07-30 Thread Priit Laes
commit: 744bd58845f9ef09ba1430eb7d8000924813f253
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Wed Jul 30 06:49:22 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Wed Jul 30 06:49:22 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=744bd588

mail-client/evolution: 3.13.3 - 3.13.4

---
 .../{evolution-3.13.3.ebuild = evolution-3.13.4.ebuild}  |  1 +
 mail-client/evolution/evolution-.ebuild   | 11 +--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/mail-client/evolution/evolution-3.13.3.ebuild 
b/mail-client/evolution/evolution-3.13.4.ebuild
similarity index 98%
rename from mail-client/evolution/evolution-3.13.3.ebuild
rename to mail-client/evolution/evolution-3.13.4.ebuild
index 6872d19..2b19c20 100644
--- a/mail-client/evolution/evolution-3.13.3.ebuild
+++ b/mail-client/evolution/evolution-3.13.4.ebuild
@@ -32,6 +32,7 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
 # google tasks requires =libgdata-0.15.1
+# gnome-desktop support is optional with --enable-gnome-desktop
 COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 8f4cb5c..2b19c20 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -32,25 +32,24 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
 # google tasks requires =libgdata-0.15.1
+# gnome-desktop support is optional with --enable-gnome-desktop
 COMMON_DEPEND=
=app-crypt/gcr-3.4
=app-text/enchant-1.1.7
=dev-libs/dbus-glib-0.6
=dev-libs/glib-2.36:2
-   =dev-libs/dbus-glib-0.6
-   =dev-libs/glib-2.36:2
-   =x11-libs/gtk+-3.8.0:3
-   =x11-libs/gdk-pixbuf-2.24:2
+   =dev-libs/libgdata-0.10:=
+   =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}:=[weather?]
-   =gnome-extra/evolution-data-server-${PV}:=[weather?]
+   =media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
=net-libs/webkit-gtk-2.2.0:3
=x11-libs/cairo-1.9.15:=[glib]
=x11-libs/gdk-pixbuf-2.24:2
=x11-libs/gtk+-3.8.0:3
-   =net-libs/libsoup-2.42:2.4
+   =x11-libs/libnotify-0.7:=
=x11-misc/shared-mime-info-0.22
 
app-text/iso-codes



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2014-06-23 Thread Priit Laes
commit: dcba6e95d92ce4dc676900530e6095adf317231c
Author: Priit Laes plaes AT plaes DOT org
AuthorDate: Mon Jun 23 10:13:25 2014 +
Commit: Priit Laes plaes AT plaes DOT org
CommitDate: Mon Jun 23 10:13:25 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=dcba6e95

mail-client/evolution: Add 3.13.3

---
 ...ution-3.12.1.ebuild = evolution-3.13.3.ebuild} | 32 --
 mail-client/evolution/evolution-.ebuild| 30 +++-
 2 files changed, 34 insertions(+), 28 deletions(-)

diff --git a/mail-client/evolution/evolution-3.12.1.ebuild 
b/mail-client/evolution/evolution-3.13.3.ebuild
similarity index 93%
rename from mail-client/evolution/evolution-3.12.1.ebuild
rename to mail-client/evolution/evolution-3.13.3.ebuild
index 7d7f0d0..6872d19 100644
--- a/mail-client/evolution/evolution-3.12.1.ebuild
+++ b/mail-client/evolution/evolution-3.13.3.ebuild
@@ -31,32 +31,33 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
+# google tasks requires =libgdata-0.15.1
 COMMON_DEPEND=
=app-crypt/gcr-3.4
+   =app-text/enchant-1.1.7
+   =dev-libs/dbus-glib-0.6
=dev-libs/glib-2.36:2
-   =x11-libs/cairo-1.9.15:=[glib]
-   =x11-libs/gtk+-3.8.0:3
-   =x11-libs/gdk-pixbuf-2.24:2
+   =dev-libs/libgdata-0.10:=
+   =dev-libs/libxml2-2.7.3:2
=gnome-base/gnome-desktop-2.91.3:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
-   =media-libs/libcanberra-0.25[gtk3]
-   =x11-libs/libnotify-0.7:=
=gnome-extra/evolution-data-server-${PV}:=[weather?]
-   =gnome-extra/gtkhtml-4.5.2:4.0
-   dev-libs/atk
-   =dev-libs/dbus-glib-0.6
-   =dev-libs/libxml2-2.7.3:2
+   =media-libs/libcanberra-0.25[gtk3]
=net-libs/libsoup-2.42:2.4
+   =net-libs/webkit-gtk-2.2.0:3
+   =x11-libs/cairo-1.9.15:=[glib]
+   =x11-libs/gdk-pixbuf-2.24:2
+   =x11-libs/gtk+-3.8.0:3
+   =x11-libs/libnotify-0.7:=
=x11-misc/shared-mime-info-0.22
-   =x11-themes/gnome-icon-theme-2.30.2.1
-   =dev-libs/libgdata-0.10:=
-   =net-libs/webkit-gtk-2.0.1:3
 
+   app-text/iso-codes
+   dev-libs/atk
x11-libs/libSM
x11-libs/libICE
 
crypt? ( || (
-   ( =app-crypt/gnupg-2.0.1-r2 ${PINENTRY_DEPEND} )
+   ( =app-crypt/gnupg-2.0.1-r2 x11-libs/libcryptui 
${PINENTRY_DEPEND} )
=app-crypt/gnupg-1.4* ) )
map? (
=app-misc/geoclue-0.12.0:0
@@ -121,15 +122,16 @@ src_prepare() {
 
 src_configure() {
# Use NSS/NSPR only if 'ssl' is enabled.
-   # image-inline plugin needs a gtk+:3 gtkimageview, which does not exist 
yet
local myconf
[[ ${PV} !=  ]]  myconf=${myconf} ITSTOOL=$(type -P true)
gnome2_src_configure \
--without-glade-catalog \
-   --disable-image-inline \
+   --disable-code-coverage \
+   --disable-installed-tests \
--disable-pst-import \
--enable-canberra \
$(use_enable bogofilter) \
+   $(use_enable crypt libcryptui) \
$(use_enable highlight text-highlight) \
$(use_enable map contact-maps) \
$(use_enable spamassassin) \

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 7d7f0d0..8f4cb5c 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -31,32 +31,35 @@ PINENTRY_DEPEND=|| ( app-crypt/pinentry[gtk] 
app-crypt/pinentry-qt app-crypt/pi
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
+# google tasks requires =libgdata-0.15.1
 COMMON_DEPEND=
=app-crypt/gcr-3.4
+   =app-text/enchant-1.1.7
+   =dev-libs/dbus-glib-0.6
+   =dev-libs/glib-2.36:2
+   =dev-libs/dbus-glib-0.6
=dev-libs/glib-2.36:2
-   =x11-libs/cairo-1.9.15:=[glib]
=x11-libs/gtk+-3.8.0:3
=x11-libs/gdk-pixbuf-2.24:2
=gnome-base/gnome-desktop-2.91.3:3=
=gnome-base/gsettings-desktop-schemas-2.91.92
-   =media-libs/libcanberra-0.25[gtk3]
-   =x11-libs/libnotify-0.7:=
=gnome-extra/evolution-data-server-${PV}:=[weather?]
-   =gnome-extra/gtkhtml-4.5.2:4.0
-   dev-libs/atk
-   =dev-libs/dbus-glib-0.6
-   =dev-libs/libxml2-2.7.3:2
+   =gnome-extra/evolution-data-server-${PV}:=[weather?]
+   =net-libs/libsoup-2.42:2.4
+   =net-libs/webkit-gtk-2.2.0:3
+   =x11-libs/cairo-1.9.15:=[glib]
+   =x11-libs/gdk-pixbuf-2.24:2
+   =x11-libs/gtk+-3.8.0:3
=net-libs/libsoup-2.42:2.4
=x11-misc/shared-mime-info-0.22
-   =x11-themes/gnome-icon-theme-2.30.2.1
-  

[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.12.0 → 3.12.1

---
 .../evolution/{evolution-3.12.0.ebuild = evolution-3.12.1.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.12.0.ebuild 
b/mail-client/evolution/evolution-3.12.1.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.12.0.ebuild
rename to mail-client/evolution/evolution-3.12.1.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

2014-04-21 Thread Gilles Dartiguelongue
commit: 82d46894842c62d1ea933a77054ecba6bc49cc2a
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Apr 21 11:58:12 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Apr 21 13:34:37 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=82d46894

mail-client/evolution: move DOCS to src_install

---
 mail-client/evolution/evolution-3.12.0.ebuild | 3 +--
 mail-client/evolution/evolution-.ebuild   | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/mail-client/evolution/evolution-3.12.0.ebuild 
b/mail-client/evolution/evolution-3.12.0.ebuild
index 3aa56a4..7d7f0d0 100644
--- a/mail-client/evolution/evolution-3.12.0.ebuild
+++ b/mail-client/evolution/evolution-3.12.0.ebuild
@@ -110,8 +110,6 @@ src_prepare() {
# Reason?
ELTCONF=--reverse-deps
 
-   DOCS=AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README
-
#eautoreconf # See https://bugzilla.gnome.org/701904
 
gnome2_src_prepare
@@ -148,6 +146,7 @@ src_configure() {
 }
 
 src_install() {
+   DOCS=AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README
gnome2_src_install
readme.gentoo_create_doc
 }

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index 3aa56a4..7d7f0d0 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -110,8 +110,6 @@ src_prepare() {
# Reason?
ELTCONF=--reverse-deps
 
-   DOCS=AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README
-
#eautoreconf # See https://bugzilla.gnome.org/701904
 
gnome2_src_prepare
@@ -148,6 +146,7 @@ src_configure() {
 }
 
 src_install() {
+   DOCS=AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README
gnome2_src_install
readme.gentoo_create_doc
 }



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.11.92 - 3.12.0

---
 .../evolution/{evolution-3.11.92.ebuild = evolution-3.12.0.ebuild}   | 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/mail-client/evolution/evolution-3.11.92.ebuild 
b/mail-client/evolution/evolution-3.12.0.ebuild
similarity index 100%
rename from mail-client/evolution/evolution-3.11.92.ebuild
rename to mail-client/evolution/evolution-3.12.0.ebuild



[gentoo-commits] proj/gnome:master commit in: mail-client/evolution/

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

mail-client/evolution: 3.11.91 - 3.11.92

---
 .../evolution/{evolution-3.11.91.ebuild = evolution-3.11.92.ebuild}| 2 +-
 mail-client/evolution/evolution-.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-client/evolution/evolution-3.11.91.ebuild 
b/mail-client/evolution/evolution-3.11.92.ebuild
similarity index 99%
rename from mail-client/evolution/evolution-3.11.91.ebuild
rename to mail-client/evolution/evolution-3.11.92.ebuild
index e0b029b..3aa56a4 100644
--- a/mail-client/evolution/evolution-3.11.91.ebuild
+++ b/mail-client/evolution/evolution-3.11.92.ebuild
@@ -35,7 +35,7 @@ COMMON_DEPEND=
=app-crypt/gcr-3.4
=dev-libs/glib-2.36:2
=x11-libs/cairo-1.9.15:=[glib]
-   =x11-libs/gtk+-3.4.0:3
+   =x11-libs/gtk+-3.8.0:3
=x11-libs/gdk-pixbuf-2.24:2
=gnome-base/gnome-desktop-2.91.3:3=
=gnome-base/gsettings-desktop-schemas-2.91.92

diff --git a/mail-client/evolution/evolution-.ebuild 
b/mail-client/evolution/evolution-.ebuild
index e0b029b..3aa56a4 100644
--- a/mail-client/evolution/evolution-.ebuild
+++ b/mail-client/evolution/evolution-.ebuild
@@ -35,7 +35,7 @@ COMMON_DEPEND=
=app-crypt/gcr-3.4
=dev-libs/glib-2.36:2
=x11-libs/cairo-1.9.15:=[glib]
-   =x11-libs/gtk+-3.4.0:3
+   =x11-libs/gtk+-3.8.0:3
=x11-libs/gdk-pixbuf-2.24:2
=gnome-base/gnome-desktop-2.91.3:3=
=gnome-base/gsettings-desktop-schemas-2.91.92