public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/
Date: Mon,  9 Nov 2015 11:25:46 +0000 (UTC)	[thread overview]
Message-ID: <1447068335.7346c27ec221323f3762bce7431505d46c599c8e.pacho@gentoo> (raw)

commit:     7346c27ec221323f3762bce7431505d46c599c8e
Author:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Mon Nov  9 11:25:00 2015 +0000
Commit:     Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Mon Nov  9 11:25:35 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7346c27e

gnome-extra/evolution-ews: Version bump

Package-Manager: portage-2.2.24

 gnome-extra/evolution-ews/Manifest                 |  1 +
 .../evolution-ews/evolution-ews-3.18.2.ebuild      | 41 ++++++++++++++++++++++
 2 files changed, 42 insertions(+)

diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
index 68f3950..d7caa4a 100644
--- a/gnome-extra/evolution-ews/Manifest
+++ b/gnome-extra/evolution-ews/Manifest
@@ -2,3 +2,4 @@ DIST evolution-ews-3.12.11.tar.xz 663288 SHA256 adbf4efd25e9c2df823a20d14f45027b
 DIST evolution-ews-3.16.3.tar.xz 683876 SHA256 529d3aa62a6d6d129871d005d95f27b433ad7aeb99f48f395347e18fb0586ad0 SHA512 462b2c77033b351ddcd72ef4b4f7d8d5e4f7782d1ff4d25760d31fb7c0c1ed303fdc47063932961810b103204a59eccd91d4c888554010cd64c46be5eaeb53d9 WHIRLPOOL 56ff69cc1341ab9a7b38cdc8091dc15c3bba72226105f9fd907d800cffbeefe83555732c3e70d7edd76bdf6f9132e9621fd00252bf4a794198c7608c347af1a4
 DIST evolution-ews-3.16.4.tar.xz 684676 SHA256 fabacc8a3acb5998fa0aa750927defe3cd8198e3a8300190cb613dd779803bd4 SHA512 62b03cd7f6ddd648d781dafe4a40b0d128edfe21d6a28e15e8c1e70069c694bf1b66dbf9ede0613ca8ca08b234bae2f83280152f80afcdacd01decffdf07808f WHIRLPOOL cbcb1723779563680e3006c5149c83189d8cde0558a42d716389641be9d52147bd71b0e1259f36a3467fa8d83123c78f8bb01cfd6393bd7e4c4953794c7df716
 DIST evolution-ews-3.16.5.tar.xz 684684 SHA256 d67e0cbf94800fb7035205bf8fd61ae1413ae7ba79265f8750fde1e7fb25eb58 SHA512 f046f3e0581cd21441b3737ff2fdd7cc3fa1333c3de8c3cf0be48f39239985cb68cbbd04089a84fa5f31ef84cc4100cf8a9ac0d1e6e261522f6e5305e505c0c7 WHIRLPOOL 960c84417c0b6a4374e5f063619c5495afc3b8eb0902b452021513c3a25fa1af148a71b3adbc19b915c857a4337f97de4eb0dac098db97a14e4ec362e36b0f28
+DIST evolution-ews-3.18.2.tar.xz 702672 SHA256 cc7c767f327dbaeb7961139d98ea17b1685c3584c728bb967140ae6c68458a9f SHA512 27d730a41c9e55ccc29b19060486253b50db190d41f634ad3ea4032e29b9f43867598e684947a1894dde6ab7731faed68e407ec69f10f1ae759a0537c1a88255 WHIRLPOOL 50fed90d8fd54b708ac83260d2d4ff25d2ab0782292fadedae1b9ff36ef19727b77775d5575e63129d5a70d94312d3277bd55952a653d0964d5a1d2fd081fc8a

diff --git a/gnome-extra/evolution-ews/evolution-ews-3.18.2.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.18.2.ebuild
new file mode 100644
index 0000000..f511fc9
--- /dev/null
+++ b/gnome-extra/evolution-ews/evolution-ews-3.18.2.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="test"
+
+RDEPEND="
+	dev-db/sqlite:3=
+	>=dev-libs/glib-2.40:2
+	dev-libs/libical:0=
+	>=dev-libs/libxml2-2
+	>=gnome-extra/evolution-data-server-${PV}:0=
+	>=mail-client/evolution-${PV}:2.0
+	>=net-libs/libsoup-2.42:2.4
+	>=x11-libs/gtk+-3:3
+"
+DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.9
+	>=dev-util/intltool-0.35.5
+	virtual/pkgconfig
+	test? ( net-libs/uhttpmock )
+"
+
+src_configure() {
+	# We don't have libmspack, needing internal lzx
+	gnome2_src_configure \
+		--with-internal-lzx \
+		$(use_enable test tests)
+}


             reply	other threads:[~2015-11-09 14:12 UTC|newest]

Thread overview: 97+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-11-09 11:25 Pacho Ramos [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-09-17 23:30 [gentoo-commits] repo/gentoo:master commit in: gnome-extra/evolution-ews/ Sam James
2024-08-06  9:31 Pacho Ramos
2024-08-06  9:31 Pacho Ramos
2024-05-25 21:14 Mart Raudsepp
2024-04-28 20:44 Mart Raudsepp
2024-04-28 20:44 Mart Raudsepp
2024-02-11 14:21 Mart Raudsepp
2024-02-11  8:09 Arthur Zamarin
2024-01-05 18:29 Mart Raudsepp
2024-01-05 18:29 Mart Raudsepp
2023-10-21 21:22 Mart Raudsepp
2023-10-12 14:16 Michał Górny
2023-10-05 19:35 Mart Raudsepp
2023-09-16 14:07 Matt Turner
2023-08-13 15:37 Arthur Zamarin
2023-08-02 17:00 Sam James
2023-05-26 19:42 Matt Turner
2023-05-05 14:40 Arthur Zamarin
2023-05-05 11:29 Pacho Ramos
2023-04-22  3:08 Matt Turner
2023-02-20 17:32 Matt Turner
2023-02-17  8:23 Arthur Zamarin
2023-02-10 19:18 Matt Turner
2023-01-07 17:42 Matt Turner
2022-12-02 14:35 Matt Turner
2022-10-25 15:25 Matt Turner
2022-09-28 13:03 Matt Turner
2022-09-12 16:01 Sam James
2022-09-12 16:00 Sam James
2022-08-05 20:49 Matt Turner
2022-07-06  1:24 Sam James
2022-07-02 20:47 Sam James
2022-07-02  3:48 Matt Turner
2022-05-27 10:20 Pacho Ramos
2022-05-07  3:01 Matt Turner
2022-04-23  5:00 Matt Turner
2022-03-26 23:54 Yixun Lan
2022-03-23  6:44 Matt Turner
2022-02-11 20:56 Matt Turner
2022-01-09 19:42 Matt Turner
2021-11-06  4:09 Sam James
2021-11-05 13:36 Mart Raudsepp
2021-10-04  1:25 Sam James
2021-09-04 15:31 Andreas Sturmlechner
2021-08-13 16:27 Mart Raudsepp
2021-07-23  1:11 Matt Turner
2021-06-06 21:49 Matt Turner
2021-05-29  9:02 Sam James
2021-05-29  6:09 Sam James
2021-04-30 16:33 Matt Turner
2021-04-18  3:49 Matt Turner
2021-02-14 22:21 Mart Raudsepp
2021-01-09 10:37 Mart Raudsepp
2020-12-13 18:49 Mart Raudsepp
2020-08-30 18:09 Sam James
2020-08-09  7:22 Mart Raudsepp
2020-07-19 17:31 Mart Raudsepp
2020-07-04 21:18 Mart Raudsepp
2020-07-04 15:07 Mart Raudsepp
2020-06-29 15:42 Mikle Kolyada
2020-06-28 14:19 Thomas Deutschmann
2020-06-14 14:25 Mart Raudsepp
2020-05-08  7:22 Mart Raudsepp
2020-03-02 19:53 Mart Raudsepp
2020-03-01 16:18 Mart Raudsepp
2020-02-29 21:22 Mart Raudsepp
2019-12-23 21:34 Mart Raudsepp
2019-09-07 22:09 Mart Raudsepp
2019-03-30 22:21 Mart Raudsepp
2019-02-27 12:43 Mart Raudsepp
2019-02-22 18:03 Mart Raudsepp
2018-09-09 17:52 Mart Raudsepp
2018-02-03 22:00 Mart Raudsepp
2018-01-27  0:41 Thomas Deutschmann
2018-01-18  3:44 Mikle Kolyada
2017-08-14 16:58 Gilles Dartiguelongue
2017-04-27 22:08 Mart Raudsepp
2017-04-23 21:23 Agostino Sarubbo
2017-03-15 11:44 Mart Raudsepp
2017-03-15 11:44 Mart Raudsepp
2017-02-07  0:30 Mart Raudsepp
2017-01-04 22:37 Gilles Dartiguelongue
2016-11-11 12:47 Gilles Dartiguelongue
2016-10-26  7:04 Gilles Dartiguelongue
2016-10-26  7:04 Gilles Dartiguelongue
2016-08-15  9:01 Pacho Ramos
2016-08-15  9:01 Pacho Ramos
2016-07-30 10:50 Pacho Ramos
2016-07-02 13:31 Pacho Ramos
2016-07-02 13:31 Pacho Ramos
2016-03-06 18:58 Mikle Kolyada
2016-01-30 12:23 Pacho Ramos
2016-01-30 12:23 Pacho Ramos
2015-12-21  8:14 Gilles Dartiguelongue
2015-09-07 21:11 Mikle Kolyada
2015-09-05 11:40 Pacho Ramos

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=1447068335.7346c27ec221323f3762bce7431505d46c599c8e.pacho@gentoo \
    --to=pacho@gentoo.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