public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
Date: Wed, 21 Mar 2012 22:20:57 +0000 (UTC)	[thread overview]
Message-ID: <1332368401.b7774890c42db4fa7f95025131ddcfc5a7cd7a9d.tetromino@gentoo> (raw)

commit:     b7774890c42db4fa7f95025131ddcfc5a7cd7a9d
Author:     Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 21 22:13:41 2012 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Wed Mar 21 22:20:01 2012 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b7774890

gnome-extra/evolution-ews: new package

Add new evolution plugin for exchange web services. Not tested, but at
least it builds (unlike evolution-mapi).

---
 .../evolution-ews/evolution-ews-3.3.92.ebuild      |   45 ++++++++++++++++++++
 .../evolution-ews/evolution-ews-9999.ebuild        |   45 ++++++++++++++++++++
 2 files changed, 90 insertions(+), 0 deletions(-)

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild
new file mode 100644
index 0000000..0f580ba
--- /dev/null
+++ b/gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit db-use eutils flag-o-matic gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="Evolution module for connecting to Exchange Web Services"
+HOMEPAGE="http://www.gnome.org/projects/evolution/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+IUSE="" # doc
+
+RDEPEND=">=mail-client/evolution-${PV}:2.0
+	>=gnome-extra/evolution-data-server-${PV}
+	>=dev-libs/glib-2.26
+	>=dev-libs/libxml2-2
+	>=gnome-base/gconf-2:2
+	>=net-libs/libsoup-2.30:2.4
+	>=x11-libs/gtk+-2.90.4:3
+"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.35.5
+	>=dev-util/pkgconfig-0.16
+"
+# For now, this package has no gtk-doc documentation to build
+#	doc? ( >=dev-util/gtk-doc-1.9 )
+
+RESTRICT="test" # tests require connecting to an Exchange server
+
+pkg_setup() {
+	DOCS="ChangeLog NEWS README" # AUTHORS is empty
+}

diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
new file mode 100644
index 0000000..0f580ba
--- /dev/null
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -0,0 +1,45 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit db-use eutils flag-o-matic gnome2
+if [[ ${PV} = 9999 ]]; then
+	inherit gnome2-live
+fi
+
+DESCRIPTION="Evolution module for connecting to Exchange Web Services"
+HOMEPAGE="http://www.gnome.org/projects/evolution/"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+if [[ ${PV} = 9999 ]]; then
+	KEYWORDS=""
+else
+	KEYWORDS="~amd64"
+fi
+IUSE="" # doc
+
+RDEPEND=">=mail-client/evolution-${PV}:2.0
+	>=gnome-extra/evolution-data-server-${PV}
+	>=dev-libs/glib-2.26
+	>=dev-libs/libxml2-2
+	>=gnome-base/gconf-2:2
+	>=net-libs/libsoup-2.30:2.4
+	>=x11-libs/gtk+-2.90.4:3
+"
+DEPEND="${RDEPEND}
+	>=dev-util/intltool-0.35.5
+	>=dev-util/pkgconfig-0.16
+"
+# For now, this package has no gtk-doc documentation to build
+#	doc? ( >=dev-util/gtk-doc-1.9 )
+
+RESTRICT="test" # tests require connecting to an Exchange server
+
+pkg_setup() {
+	DOCS="ChangeLog NEWS README" # AUTHORS is empty
+}



             reply	other threads:[~2012-03-21 22:21 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-21 22:20 Alexandre Restovtsev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-03-22  0:48 [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/ Alexandre Restovtsev
2012-03-22  1:46 Alexandre Restovtsev
2012-04-20  7:12 Alexandre Restovtsev
2012-10-28 21:31 Gilles Dartiguelongue
2012-11-25 12:50 Gilles Dartiguelongue
2012-12-19  8:38 Alexandre Rostovtsev
2013-11-16 16:02 Gilles Dartiguelongue
2013-12-12 23:21 Gilles Dartiguelongue
2014-02-12 20:58 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2015-05-12 22:20 Gilles Dartiguelongue
2015-06-08 21:17 Gilles Dartiguelongue
2015-06-10 10:37 Gilles Dartiguelongue

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=1332368401.b7774890c42db4fa7f95025131ddcfc5a7cd7a9d.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --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