public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Priit Laes" <plaes@plaes.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: mail-client/evolution/
Date: Fri, 12 Jul 2013 11:48:25 +0000 (UTC)	[thread overview]
Message-ID: <1373629529.b6923158d27be23de4d327978f0fc2d8cfd36ee1.plaes@gentoo> (raw)

commit:     b6923158d27be23de4d327978f0fc2d8cfd36ee1
Author:     Priit Laes <plaes <AT> plaes <DOT> org>
AuthorDate: Fri Jul 12 11:45:29 2013 +0000
Commit:     Priit Laes <plaes <AT> plaes <DOT> org>
CommitDate: Fri Jul 12 11:45:29 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b6923158

mail-client/evolution: Add 3.9.4, clean old, sync with gx86

---
 ...lution-3.7.92.ebuild => evolution-3.9.4.ebuild} | 55 +++++++++++++---------
 mail-client/evolution/evolution-9999.ebuild        | 55 +++++++++++++---------
 2 files changed, 66 insertions(+), 44 deletions(-)

diff --git a/mail-client/evolution/evolution-3.7.92.ebuild b/mail-client/evolution/evolution-3.9.4.ebuild
similarity index 77%
rename from mail-client/evolution/evolution-3.7.92.ebuild
rename to mail-client/evolution/evolution-3.9.4.ebuild
index 5eceecc..e0b3bc6 100644
--- a/mail-client/evolution/evolution-3.7.92.ebuild
+++ b/mail-client/evolution/evolution-3.9.4.ebuild
@@ -6,19 +6,19 @@ EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils flag-o-matic gnome2 versionator
+inherit autotools eutils flag-o-matic readme.gentoo gnome2 versionator
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 MY_MAJORV=$(get_version_component_range 1-2)
 
 DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
-HOMEPAGE="http://projects.gnome.org/evolution/"
+HOMEPAGE="https://live.gnome.org/Evolution http://projects.gnome.org/evolution/"
 
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
-IUSE="bogofilter crypt +gnome-online-accounts gstreamer highlight kerberos ldap map spamassassin ssl +weather"
+IUSE="+bogofilter crypt gstreamer highlight kerberos ldap map spamassassin ssl +weather"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
@@ -32,20 +32,21 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry-qt app-crypt/pi
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
-COMMON_DEPEND=">=dev-libs/glib-2.34:2
+COMMON_DEPEND="
+	>=dev-libs/glib-2.34:2
 	>=x11-libs/cairo-1.9.15:=[glib]
 	>=x11-libs/gtk+-3.4.0:3
 	>=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}:=[gnome-online-accounts?,weather?]
+	>=gnome-extra/evolution-data-server-${PV}:=[weather?]
 	=gnome-extra/evolution-data-server-${MY_MAJORV}*
 	>=gnome-extra/gtkhtml-4.5.2:4.0
 	dev-libs/atk
 	>=dev-libs/dbus-glib-0.6
 	>=dev-libs/libxml2-2.7.3:2
-	>=net-libs/libsoup-gnome-2.40.3:2.4
+	|| ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.40.3:2.4 )
 	>=x11-misc/shared-mime-info-0.22
 	>=x11-themes/gnome-icon-theme-2.30.2.1
 	>=dev-libs/libgdata-0.10:=
@@ -64,7 +65,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.34:2
 		>=media-libs/clutter-gtk-0.90:1.0
 		>=sci-geosciences/geocode-glib-0.99.0
 		x11-libs/mx:1.0 )
-	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.2 )
 	gstreamer? ( || (
 		 ( media-libs/gstreamer:1.0
 		   media-libs/gst-plugins-base:1.0 )
@@ -76,12 +76,14 @@ COMMON_DEPEND=">=dev-libs/glib-2.34:2
 	ssl? (
 		>=dev-libs/nspr-4.6.1:=
 		>=dev-libs/nss-3.11:= )
-	weather? ( >=dev-libs/libgweather-3.5.0:2= )"
+	weather? ( >=dev-libs/libgweather-3.5.0:2= )
+"
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-xml-dtd:4.1.2
 	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.40.0
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 # eautoreconf needs:
 #	app-text/yelp-tools
 #	>=gnome-base/gnome-common-2.12
@@ -89,7 +91,8 @@ RDEPEND="${COMMON_DEPEND}
 	bogofilter? ( mail-filter/bogofilter )
 	highlight? ( app-text/highlight )
 	spamassassin? ( mail-filter/spamassassin )
-	!<gnome-extra/evolution-exchange-2.32"
+	!<gnome-extra/evolution-exchange-2.32
+"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
@@ -97,10 +100,24 @@ if [[ ${PV} = 9999 ]]; then
 		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
+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() {
 	ELTCONF="--reverse-deps"
 	DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README"
 
+	eautoreconf # See https://bugzilla.gnome.org/701904
+
 	gnome2_src_prepare
 
 	# Fix compilation flags crazyness
@@ -120,7 +137,6 @@ src_configure() {
 		--disable-pst-import \
 		--enable-canberra \
 		$(use_enable bogofilter) \
-		$(use_enable gnome-online-accounts goa) \
 		$(use_enable gstreamer audio-inline) \
 		$(use_enable highlight text-highlight) \
 		$(use_enable map contact-maps) \
@@ -137,17 +153,12 @@ src_configure() {
 		${myconf}
 }
 
+src_install() {
+	gnome2_src_install
+	readme.gentoo_create_doc
+}
+
 pkg_postinst() {
 	gnome2_pkg_postinst
-
-	elog "To change the default browser if you are not using GNOME, edit"
-	elog "~/.local/share/applications/mimeapps.list so it includes the"
-	elog "following content:"
-	elog ""
-	elog "[Default Applications]"
-	elog "x-scheme-handler/http=firefox.desktop"
-	elog "x-scheme-handler/https=firefox.desktop"
-	elog ""
-	elog "(replace firefox.desktop with the name of the appropriate .desktop"
-	elog "file from /usr/share/applications if you use a different browser)."
+	readme.gentoo_print_elog
 }

diff --git a/mail-client/evolution/evolution-9999.ebuild b/mail-client/evolution/evolution-9999.ebuild
index 5eceecc..e0b3bc6 100644
--- a/mail-client/evolution/evolution-9999.ebuild
+++ b/mail-client/evolution/evolution-9999.ebuild
@@ -6,19 +6,19 @@ EAPI="5"
 GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
 
-inherit eutils flag-o-matic gnome2 versionator
+inherit autotools eutils flag-o-matic readme.gentoo gnome2 versionator
 if [[ ${PV} = 9999 ]]; then
 	inherit gnome2-live
 fi
 MY_MAJORV=$(get_version_component_range 1-2)
 
 DESCRIPTION="Integrated mail, addressbook and calendaring functionality"
-HOMEPAGE="http://projects.gnome.org/evolution/"
+HOMEPAGE="https://live.gnome.org/Evolution http://projects.gnome.org/evolution/"
 
 # Note: explicitly "|| ( LGPL-2 LGPL-3 )", not "LGPL-2+".
 LICENSE="|| ( LGPL-2 LGPL-3 ) CC-BY-SA-3.0 FDL-1.3+ OPENLDAP"
 SLOT="2.0"
-IUSE="bogofilter crypt +gnome-online-accounts gstreamer highlight kerberos ldap map spamassassin ssl +weather"
+IUSE="+bogofilter crypt gstreamer highlight kerberos ldap map spamassassin ssl +weather"
 if [[ ${PV} = 9999 ]]; then
 	IUSE="${IUSE} doc"
 	KEYWORDS=""
@@ -32,20 +32,21 @@ PINENTRY_DEPEND="|| ( app-crypt/pinentry[gtk] app-crypt/pinentry-qt app-crypt/pi
 
 # glade-3 support is for maintainers only per configure.ac
 # pst is not mature enough and changes API/ABI frequently
-COMMON_DEPEND=">=dev-libs/glib-2.34:2
+COMMON_DEPEND="
+	>=dev-libs/glib-2.34:2
 	>=x11-libs/cairo-1.9.15:=[glib]
 	>=x11-libs/gtk+-3.4.0:3
 	>=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}:=[gnome-online-accounts?,weather?]
+	>=gnome-extra/evolution-data-server-${PV}:=[weather?]
 	=gnome-extra/evolution-data-server-${MY_MAJORV}*
 	>=gnome-extra/gtkhtml-4.5.2:4.0
 	dev-libs/atk
 	>=dev-libs/dbus-glib-0.6
 	>=dev-libs/libxml2-2.7.3:2
-	>=net-libs/libsoup-gnome-2.40.3:2.4
+	|| ( >=net-libs/libsoup-2.42:2.4 >=net-libs/libsoup-gnome-2.40.3:2.4 )
 	>=x11-misc/shared-mime-info-0.22
 	>=x11-themes/gnome-icon-theme-2.30.2.1
 	>=dev-libs/libgdata-0.10:=
@@ -64,7 +65,6 @@ COMMON_DEPEND=">=dev-libs/glib-2.34:2
 		>=media-libs/clutter-gtk-0.90:1.0
 		>=sci-geosciences/geocode-glib-0.99.0
 		x11-libs/mx:1.0 )
-	gnome-online-accounts? ( >=net-libs/gnome-online-accounts-3.2 )
 	gstreamer? ( || (
 		 ( media-libs/gstreamer:1.0
 		   media-libs/gst-plugins-base:1.0 )
@@ -76,12 +76,14 @@ COMMON_DEPEND=">=dev-libs/glib-2.34:2
 	ssl? (
 		>=dev-libs/nspr-4.6.1:=
 		>=dev-libs/nss-3.11:= )
-	weather? ( >=dev-libs/libgweather-3.5.0:2= )"
+	weather? ( >=dev-libs/libgweather-3.5.0:2= )
+"
 DEPEND="${COMMON_DEPEND}
 	app-text/docbook-xml-dtd:4.1.2
 	dev-util/gtk-doc-am
 	>=dev-util/intltool-0.40.0
-	virtual/pkgconfig"
+	virtual/pkgconfig
+"
 # eautoreconf needs:
 #	app-text/yelp-tools
 #	>=gnome-base/gnome-common-2.12
@@ -89,7 +91,8 @@ RDEPEND="${COMMON_DEPEND}
 	bogofilter? ( mail-filter/bogofilter )
 	highlight? ( app-text/highlight )
 	spamassassin? ( mail-filter/spamassassin )
-	!<gnome-extra/evolution-exchange-2.32"
+	!<gnome-extra/evolution-exchange-2.32
+"
 
 if [[ ${PV} = 9999 ]]; then
 	DEPEND="${DEPEND}
@@ -97,10 +100,24 @@ if [[ ${PV} = 9999 ]]; then
 		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
+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() {
 	ELTCONF="--reverse-deps"
 	DOCS="AUTHORS ChangeLog* HACKING MAINTAINERS NEWS* README"
 
+	eautoreconf # See https://bugzilla.gnome.org/701904
+
 	gnome2_src_prepare
 
 	# Fix compilation flags crazyness
@@ -120,7 +137,6 @@ src_configure() {
 		--disable-pst-import \
 		--enable-canberra \
 		$(use_enable bogofilter) \
-		$(use_enable gnome-online-accounts goa) \
 		$(use_enable gstreamer audio-inline) \
 		$(use_enable highlight text-highlight) \
 		$(use_enable map contact-maps) \
@@ -137,17 +153,12 @@ src_configure() {
 		${myconf}
 }
 
+src_install() {
+	gnome2_src_install
+	readme.gentoo_create_doc
+}
+
 pkg_postinst() {
 	gnome2_pkg_postinst
-
-	elog "To change the default browser if you are not using GNOME, edit"
-	elog "~/.local/share/applications/mimeapps.list so it includes the"
-	elog "following content:"
-	elog ""
-	elog "[Default Applications]"
-	elog "x-scheme-handler/http=firefox.desktop"
-	elog "x-scheme-handler/https=firefox.desktop"
-	elog ""
-	elog "(replace firefox.desktop with the name of the appropriate .desktop"
-	elog "file from /usr/share/applications if you use a different browser)."
+	readme.gentoo_print_elog
 }


             reply	other threads:[~2013-07-12 11:48 UTC|newest]

Thread overview: 73+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-07-12 11:48 Priit Laes [this message]
  -- strict thread matches above, loose matches on Subject: below --
2018-09-11  9:02 [gentoo-commits] proj/gnome:master commit in: mail-client/evolution/ Mart Raudsepp
2018-09-11  9:02 Mart Raudsepp
2018-05-29 20:54 Sobhan Mohammadpour
2018-01-12 13:48 Dennis Lamm
2016-05-19  6:34 Priit Laes
2016-04-02 11:36 Ole Reifschneider
2016-02-26 19:24 Priit Laes
2016-01-18 16:10 Priit Laes
2015-12-20  7:10 Priit Laes
2015-11-27 12:41 Priit Laes
2015-10-29  5:37 Priit Laes
2015-09-21 19:54 Ole Reifschneider
2015-09-15 18:13 Priit Laes
2015-06-08 21:17 Gilles Dartiguelongue
2015-05-12 22:20 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2015-04-14 18:10 Priit Laes
2015-03-27  5:52 Priit Laes
2015-03-16 18:22 Priit Laes
2015-03-04  5:57 git@oystercatcher mirror+tproxy
2015-03-04  5:57 Priit Laes
2015-02-17 19:02 Alexandre Rostovtsev
2015-02-17  7:05 Priit Laes
2015-02-10 15:37 Priit Laes
2015-01-29 16:49 Priit Laes
2014-12-23  5:44 Priit Laes
2014-11-28 17:08 Priit Laes
2014-11-13 12:53 Priit Laes
2014-10-05  5:44 Priit Laes
2014-10-04  7:49 Priit Laes
2014-09-24 18:39 Priit Laes
2014-08-26  4:46 Priit Laes
2014-07-30  6:42 Priit Laes
2014-08-22  6:16 ` Priit Laes
2014-06-23 10:07 Priit Laes
2014-04-22 21:53 Gilles Dartiguelongue
2014-04-21 14:40 Gilles Dartiguelongue
2014-04-11 12:34 Priit Laes
2014-03-20  7:22 Priit Laes
2014-03-03 12:32 Priit Laes
2014-02-12 20:58 Gilles Dartiguelongue
2014-02-03  6:47 Priit Laes
2014-01-18 10:26 Priit Laes
2013-12-22 20:26 Gilles Dartiguelongue
2013-12-12 23:21 Gilles Dartiguelongue
2013-11-16 14:53 Gilles Dartiguelongue
2013-11-13 13:15 Priit Laes
2013-09-17 12:33 Priit Laes
2013-08-20  5:20 Priit Laes
2013-07-29  8:20 Priit Laes
2013-03-17 22:39 Priit Laes
2013-03-17 14:32 Priit Laes
2013-03-05 13:47 Priit Laes
2013-03-03 15:07 Priit Laes
2013-02-10 20:47 Alexandre Rostovtsev
2012-12-19  8:38 Alexandre Rostovtsev
2012-11-21 18:56 Priit Laes
2012-10-17  8:58 Alexandre Rostovtsev
2012-09-22 18:03 Nirbheek Chauhan
2012-09-08  8:43 Nirbheek Chauhan
2012-08-25 15:05 Priit Laes
2012-08-24 17:24 Priit Laes
2012-08-08 20:48 Priit Laes
2012-04-02  5:34 Alexandre Restovtsev
2012-03-26 11:37 Priit Laes
2011-09-05  0:12 Mart Raudsepp
2011-04-29 12:47 Nirbheek Chauhan
2011-04-17 21:28 Gilles Dartiguelongue
2011-03-24  2:52 Nirbheek Chauhan
2011-03-19 14:09 Nirbheek Chauhan
2011-02-21 21:20 Nirbheek Chauhan
2011-02-15 19:52 Nirbheek Chauhan

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1373629529.b6923158d27be23de4d327978f0fc2d8cfd36ee1.plaes@gentoo \
    --to=plaes@plaes.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox