* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2012-03-21 22:20 Alexandre Restovtsev
0 siblings, 0 replies; 15+ messages in thread
From: Alexandre Restovtsev @ 2012-03-21 22:20 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2012-03-22 0:48 Alexandre Restovtsev
0 siblings, 0 replies; 15+ messages in thread
From: Alexandre Restovtsev @ 2012-03-22 0:48 UTC (permalink / raw
To: gentoo-commits
commit: 7e8677021c8067e584742ee89c8f0d8408b31fbd
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 00:47:26 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Mar 22 00:47:26 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7e867702
gnome-extra/evolution-ews: longer description
---
.../evolution-ews/evolution-ews-3.3.92.ebuild | 2 +-
.../evolution-ews/evolution-ews-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 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
index 0f580ba..29c77c1 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
-DESCRIPTION="Evolution module for connecting to Exchange Web Services"
+DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
LICENSE="LGPL-2.1"
diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index 0f580ba..29c77c1 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -11,7 +11,7 @@ if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
-DESCRIPTION="Evolution module for connecting to Exchange Web Services"
+DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
HOMEPAGE="http://www.gnome.org/projects/evolution/"
LICENSE="LGPL-2.1"
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2012-03-22 1:46 Alexandre Restovtsev
0 siblings, 0 replies; 15+ messages in thread
From: Alexandre Restovtsev @ 2012-03-22 1:46 UTC (permalink / raw
To: gentoo-commits
commit: 358cbe6d44b28b4f414831f024fa960c4a4d2f23
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 22 00:50:09 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Thu Mar 22 00:50:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=358cbe6d
gnome-extra/evolution-ews: qa
---
.../evolution-ews/evolution-ews-3.3.92.ebuild | 2 +-
.../evolution-ews/evolution-ews-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 2 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
index 29c77c1..448ab83 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild
@@ -25,7 +25,7 @@ IUSE="" # doc
RDEPEND=">=mail-client/evolution-${PV}:2.0
>=gnome-extra/evolution-data-server-${PV}
- >=dev-libs/glib-2.26
+ >=dev-libs/glib-2.26:2
>=dev-libs/libxml2-2
>=gnome-base/gconf-2:2
>=net-libs/libsoup-2.30:2.4
diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index 29c77c1..448ab83 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -25,7 +25,7 @@ IUSE="" # doc
RDEPEND=">=mail-client/evolution-${PV}:2.0
>=gnome-extra/evolution-data-server-${PV}
- >=dev-libs/glib-2.26
+ >=dev-libs/glib-2.26:2
>=dev-libs/libxml2-2
>=gnome-base/gconf-2:2
>=net-libs/libsoup-2.30:2.4
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2012-04-20 7:12 Alexandre Restovtsev
0 siblings, 0 replies; 15+ messages in thread
From: Alexandre Restovtsev @ 2012-04-20 7:12 UTC (permalink / raw
To: gentoo-commits
commit: 9c5edc9e680d1da0b859c82d5b3b868756819466
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 20 05:57:10 2012 +0000
Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Fri Apr 20 07:11:28 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9c5edc9e
gnome-extra/evolution-ews: 3.3.92 → 3.4.1
---
...ws-3.3.92.ebuild => evolution-ews-3.4.1.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.4.1.ebuild
similarity index 100%
rename from gnome-extra/evolution-ews/evolution-ews-3.3.92.ebuild
rename to gnome-extra/evolution-ews/evolution-ews-3.4.1.ebuild
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2012-10-28 21:31 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2012-10-28 21:31 UTC (permalink / raw
To: gentoo-commits
commit: f165faeacb5b3aca8a9ac01957a9722feaa38cb8
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Oct 28 21:30:12 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Oct 28 21:30:12 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f165faea
gnome-extra/evolution-ews: 3.4.4 → 3.6.0
---
...-ews-9999.ebuild => evolution-ews-3.6.0.ebuild} | 19 ++++++++++++-------
.../evolution-ews/evolution-ews-9999.ebuild | 19 ++++++++++++-------
2 files changed, 24 insertions(+), 14 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild
similarity index 71%
copy from gnome-extra/evolution-ews/evolution-ews-9999.ebuild
copy to gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild
index 9b3d0d7..7a2b643 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild
@@ -21,15 +21,18 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~amd64"
fi
-IUSE="" # doc
+IUSE="kerberos" # doc
-RDEPEND=">=mail-client/evolution-${PV}:2.0
- >=gnome-extra/evolution-data-server-${PV}
- >=dev-libs/glib-2.26:2
+RDEPEND="
+ dev-db/sqlite:3
+ dev-libs/libical
+ >=mail-client/evolution-${PV}:2.0[kerberos?]
+ >=gnome-extra/evolution-data-server-${PV}[kerberos?]
+ >=dev-libs/glib-2.28:2
>=dev-libs/libxml2-2
- >=gnome-base/gconf-2:2
>=net-libs/libsoup-2.30:2.4
- >=x11-libs/gtk+-2.90.4:3
+ >=x11-libs/gtk+-3:3
+ kerberos? ( virtual/krb5 )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.5
@@ -40,6 +43,8 @@ DEPEND="${RDEPEND}
RESTRICT="test" # tests require connecting to an Exchange server
-pkg_setup() {
+src_configure() {
DOCS="ChangeLog NEWS README" # AUTHORS is empty
+ G2CONF="${G2CONF} $(use_with kerberos krb5)"
+ gnome2_src_configure
}
diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index 9b3d0d7..7a2b643 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -21,15 +21,18 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~amd64"
fi
-IUSE="" # doc
+IUSE="kerberos" # doc
-RDEPEND=">=mail-client/evolution-${PV}:2.0
- >=gnome-extra/evolution-data-server-${PV}
- >=dev-libs/glib-2.26:2
+RDEPEND="
+ dev-db/sqlite:3
+ dev-libs/libical
+ >=mail-client/evolution-${PV}:2.0[kerberos?]
+ >=gnome-extra/evolution-data-server-${PV}[kerberos?]
+ >=dev-libs/glib-2.28:2
>=dev-libs/libxml2-2
- >=gnome-base/gconf-2:2
>=net-libs/libsoup-2.30:2.4
- >=x11-libs/gtk+-2.90.4:3
+ >=x11-libs/gtk+-3:3
+ kerberos? ( virtual/krb5 )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.5
@@ -40,6 +43,8 @@ DEPEND="${RDEPEND}
RESTRICT="test" # tests require connecting to an Exchange server
-pkg_setup() {
+src_configure() {
DOCS="ChangeLog NEWS README" # AUTHORS is empty
+ G2CONF="${G2CONF} $(use_with kerberos krb5)"
+ gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2012-11-25 12:50 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2012-11-25 12:50 UTC (permalink / raw
To: gentoo-commits
commit: cf66c3e2b654126d2386272243f6e28f0cf75d11
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Nov 25 12:50:09 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Nov 25 12:50:09 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=cf66c3e2
gnome-extra/evolution-ews: 3.6.0 → 3.6.1
---
...ews-3.6.0.ebuild => evolution-ews-3.6.1.ebuild} | 8 ++++----
.../evolution-ews/evolution-ews-9999.ebuild | 8 ++++----
| 5 +++++
3 files changed, 13 insertions(+), 8 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.6.1.ebuild
similarity index 84%
rename from gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild
rename to gnome-extra/evolution-ews/evolution-ews-3.6.1.ebuild
index 7a2b643..f249632 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.6.0.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.6.1.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~amd64"
fi
-IUSE="kerberos" # doc
+IUSE="kerberos"
RDEPEND="
dev-db/sqlite:3
@@ -35,13 +35,13 @@ RDEPEND="
kerberos? ( virtual/krb5 )
"
DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35.5
virtual/pkgconfig
"
-# 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
+# Requires connection to an Exchange server
+RESTRICT="test"
src_configure() {
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
index 7a2b643..f249632 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~amd64"
fi
-IUSE="kerberos" # doc
+IUSE="kerberos"
RDEPEND="
dev-db/sqlite:3
@@ -35,13 +35,13 @@ RDEPEND="
kerberos? ( virtual/krb5 )
"
DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35.5
virtual/pkgconfig
"
-# 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
+# Requires connection to an Exchange server
+RESTRICT="test"
src_configure() {
DOCS="ChangeLog NEWS README" # AUTHORS is empty
--git a/gnome-extra/evolution-ews/metadata.xml b/gnome-extra/evolution-ews/metadata.xml
new file mode 100644
index 0000000..6e0e2ec
--- /dev/null
+++ b/gnome-extra/evolution-ews/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2012-12-19 8:38 Alexandre Rostovtsev
0 siblings, 0 replies; 15+ messages in thread
From: Alexandre Rostovtsev @ 2012-12-19 8:38 UTC (permalink / raw
To: gentoo-commits
commit: a2a249ecf64f61f997d8aaabfa94e6e6d1bb2ae0
Author: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 19 08:24:49 2012 +0000
Commit: Alexandre Rostovtsev <tetromino <AT> gentoo <DOT> org>
CommitDate: Wed Dec 19 08:24:49 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a2a249ec
gnome-extra/evolution-ews: moved to gx86
Sync 9999 with gx86
---
.../evolution-ews/evolution-ews-3.6.1.ebuild | 50 --------------------
.../evolution-ews/evolution-ews-9999.ebuild | 11 ++--
2 files changed, 5 insertions(+), 56 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.6.1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.6.1.ebuild
deleted file mode 100644
index f249632..0000000
--- a/gnome-extra/evolution-ews/evolution-ews-3.6.1.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# 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 Microsoft 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="kerberos"
-
-RDEPEND="
- dev-db/sqlite:3
- dev-libs/libical
- >=mail-client/evolution-${PV}:2.0[kerberos?]
- >=gnome-extra/evolution-data-server-${PV}[kerberos?]
- >=dev-libs/glib-2.28:2
- >=dev-libs/libxml2-2
- >=net-libs/libsoup-2.30:2.4
- >=x11-libs/gtk+-3:3
- kerberos? ( virtual/krb5 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.9
- >=dev-util/intltool-0.35.5
- virtual/pkgconfig
-"
-
-# Requires connection to an Exchange server
-RESTRICT="test"
-
-src_configure() {
- DOCS="ChangeLog NEWS README" # AUTHORS is empty
- G2CONF="${G2CONF} $(use_with kerberos krb5)"
- gnome2_src_configure
-}
diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index f249632..5bb1907 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -24,15 +24,15 @@ fi
IUSE="kerberos"
RDEPEND="
- dev-db/sqlite:3
- dev-libs/libical
+ dev-db/sqlite:3=
+ dev-libs/libical:=
>=mail-client/evolution-${PV}:2.0[kerberos?]
- >=gnome-extra/evolution-data-server-${PV}[kerberos?]
+ >=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
>=dev-libs/glib-2.28:2
>=dev-libs/libxml2-2
>=net-libs/libsoup-2.30:2.4
>=x11-libs/gtk+-3:3
- kerberos? ( virtual/krb5 )
+ kerberos? ( virtual/krb5:= )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.9
@@ -44,7 +44,6 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_configure() {
- DOCS="ChangeLog NEWS README" # AUTHORS is empty
G2CONF="${G2CONF} $(use_with kerberos krb5)"
gnome2_src_configure
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2013-11-16 16:02 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2013-11-16 16:02 UTC (permalink / raw
To: gentoo-commits
commit: ded6886c925d5d2d9f436b838fc7eff4f5c351a2
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sat Nov 16 14:58:04 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sat Nov 16 14:58:04 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ded6886c
gnome-extra/evolution-ews: 3.8.5 → 3.10.2
---
...ews-9999.ebuild => evolution-ews-3.10.2.ebuild} | 23 +++++++++-------------
.../evolution-ews/evolution-ews-9999.ebuild | 16 ++++++++-------
2 files changed, 18 insertions(+), 21 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.10.2.ebuild
similarity index 68%
copy from gnome-extra/evolution-ews/evolution-ews-9999.ebuild
copy to gnome-extra/evolution-ews/evolution-ews-3.10.2.ebuild
index 5bb1907..e26859a 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.10.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,21 +6,14 @@ EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit db-use eutils flag-o-matic gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
+inherit gnome2
DESCRIPTION="Evolution module for connecting to Microsoft 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
+KEYWORDS="~amd64 ~x86"
IUSE="kerberos"
RDEPEND="
@@ -28,9 +21,9 @@ RDEPEND="
dev-libs/libical:=
>=mail-client/evolution-${PV}:2.0[kerberos?]
>=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
- >=dev-libs/glib-2.28:2
+ >=dev-libs/glib-2.32:2
>=dev-libs/libxml2-2
- >=net-libs/libsoup-2.30:2.4
+ >=net-libs/libsoup-2.38.1:2.4
>=x11-libs/gtk+-3:3
kerberos? ( virtual/krb5:= )
"
@@ -44,6 +37,8 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_configure() {
- G2CONF="${G2CONF} $(use_with kerberos krb5)"
- gnome2_src_configure
+ # We don't have libmspack, needing internal lzx
+ gnome2_src_configure \
+ --with-internal-lzx \
+ $(use_with kerberos krb5)
}
diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index 5bb1907..2c226be 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -6,7 +6,7 @@ EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
-inherit db-use eutils flag-o-matic gnome2
+inherit gnome2
if [[ ${PV} = 9999 ]]; then
inherit gnome2-live
fi
@@ -19,7 +19,7 @@ SLOT="0"
if [[ ${PV} = 9999 ]]; then
KEYWORDS=""
else
- KEYWORDS="~amd64"
+ KEYWORDS="~amd64 ~x86"
fi
IUSE="kerberos"
@@ -28,9 +28,9 @@ RDEPEND="
dev-libs/libical:=
>=mail-client/evolution-${PV}:2.0[kerberos?]
>=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
- >=dev-libs/glib-2.28:2
+ >=dev-libs/glib-2.32:2
>=dev-libs/libxml2-2
- >=net-libs/libsoup-2.30:2.4
+ >=net-libs/libsoup-2.38.1:2.4
>=x11-libs/gtk+-3:3
kerberos? ( virtual/krb5:= )
"
@@ -44,6 +44,8 @@ DEPEND="${RDEPEND}
RESTRICT="test"
src_configure() {
- G2CONF="${G2CONF} $(use_with kerberos krb5)"
- gnome2_src_configure
+ # We don't have libmspack, needing internal lzx
+ gnome2_src_configure \
+ --with-internal-lzx \
+ $(use_with kerberos krb5)
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2013-12-12 23:21 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-12 23:21 UTC (permalink / raw
To: gentoo-commits
commit: a6fd1f06efb660259cbd7341fa7715f2fac0f708
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 12 23:09:45 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Thu Dec 12 23:20:46 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a6fd1f06
gnome-extra/evolution-ews: 3.10.2 → 3.10.3
---
.../{evolution-ews-3.10.2.ebuild => evolution-ews-3.10.3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.10.2.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild
similarity index 100%
rename from gnome-extra/evolution-ews/evolution-ews-3.10.2.ebuild
rename to gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2014-02-12 20:58 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2014-02-12 20:58 UTC (permalink / raw
To: gentoo-commits
commit: 95a11d237f117a21ba3312f600de8b509692b913
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Feb 12 20:48:37 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Feb 12 20:48:37 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=95a11d23
gnome-extra/evolution-ews: moved to gentoo-x86
---
.../evolution-ews/evolution-ews-3.10.3.ebuild | 44 ----------------------
1 file changed, 44 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild
deleted file mode 100644
index e26859a..0000000
--- a/gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild
+++ /dev/null
@@ -1,44 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2
-
-DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
-HOMEPAGE="http://www.gnome.org/projects/evolution/"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="kerberos"
-
-RDEPEND="
- dev-db/sqlite:3=
- dev-libs/libical:=
- >=mail-client/evolution-${PV}:2.0[kerberos?]
- >=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
- >=dev-libs/glib-2.32:2
- >=dev-libs/libxml2-2
- >=net-libs/libsoup-2.38.1:2.4
- >=x11-libs/gtk+-3:3
- kerberos? ( virtual/krb5:= )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.9
- >=dev-util/intltool-0.35.5
- virtual/pkgconfig
-"
-
-# Requires connection to an Exchange server
-RESTRICT="test"
-
-src_configure() {
- # We don't have libmspack, needing internal lzx
- gnome2_src_configure \
- --with-internal-lzx \
- $(use_with kerberos krb5)
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2014-04-23 22:14 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-23 22:14 UTC (permalink / raw
To: gentoo-commits
commit: 1bd06050e002da79aa37b887663ed8f61491489d
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Wed Apr 23 21:03:32 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Wed Apr 23 21:03:32 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=1bd06050
gnome-extra/evolution-ews: 3.10.4 → 3.12.1
---
.../evolution-ews/evolution-ews-3.12.1.ebuild | 41 ++++++++++++++++++++++
.../evolution-ews/evolution-ews-9999.ebuild | 21 +++++------
2 files changed, 50 insertions(+), 12 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild
new file mode 100644
index 0000000..079f594
--- /dev/null
+++ b/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild
@@ -0,0 +1,41 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+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=""
+
+RDEPEND="
+ dev-db/sqlite:3=
+ >=dev-libs/glib-2.32: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
+"
+
+# Requires libhttpmock which is not in portage
+RESTRICT="test"
+
+src_configure() {
+ # We don't have libmspack, needing internal lzx
+ gnome2_src_configure --with-internal-lzx
+}
diff --git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index 2c226be..7e66f0f 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -12,7 +12,7 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="Evolution module for connecting to Microsoft Exchange Web Services"
-HOMEPAGE="http://www.gnome.org/projects/evolution/"
+HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
LICENSE="LGPL-2.1"
SLOT="0"
@@ -21,18 +21,17 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~amd64 ~x86"
fi
-IUSE="kerberos"
+IUSE=""
RDEPEND="
dev-db/sqlite:3=
- dev-libs/libical:=
- >=mail-client/evolution-${PV}:2.0[kerberos?]
- >=gnome-extra/evolution-data-server-${PV}:=[kerberos?]
>=dev-libs/glib-2.32:2
+ dev-libs/libical:0=
>=dev-libs/libxml2-2
- >=net-libs/libsoup-2.38.1:2.4
+ >=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
- kerberos? ( virtual/krb5:= )
"
DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.9
@@ -40,12 +39,10 @@ DEPEND="${RDEPEND}
virtual/pkgconfig
"
-# Requires connection to an Exchange server
+# Requires libhttpmock which is not in portage
RESTRICT="test"
src_configure() {
# We don't have libmspack, needing internal lzx
- gnome2_src_configure \
- --with-internal-lzx \
- $(use_with kerberos krb5)
+ gnome2_src_configure --with-internal-lzx
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2015-05-10 17:20 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-10 17:20 UTC (permalink / raw
To: gentoo-commits
commit: 14a0403c1182e8fd7f1e3572974afa363dd57bbb
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun May 10 14:31:23 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun May 10 15:16:24 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=14a0403c
gnome-extra/evolution-ews: 3.12.11 → 3.16.1
...lution-ews-3.12.1.ebuild => evolution-ews-3.16.1.ebuild} | 13 ++++++-------
| 13 ++++++-------
2 files changed, 12 insertions(+), 14 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild
similarity index 78%
rename from gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild
rename to gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild
index 079f594..3fdc985 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.12.1.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
inherit gnome2
@@ -18,7 +17,7 @@ IUSE=""
RDEPEND="
dev-db/sqlite:3=
- >=dev-libs/glib-2.32:2
+ >=dev-libs/glib-2.40:2
dev-libs/libical:0=
>=dev-libs/libxml2-2
>=gnome-extra/evolution-data-server-${PV}:0=
@@ -30,12 +29,12 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35.5
virtual/pkgconfig
+ test? ( net-libs/uhttpmock )
"
-# Requires libhttpmock which is not in portage
-RESTRICT="test"
-
src_configure() {
# We don't have libmspack, needing internal lzx
- gnome2_src_configure --with-internal-lzx
+ gnome2_src_configure \
+ --with-internal-lzx \
+ $(use_enable test tests)
}
--git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index 7e66f0f..a74c7ff 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -1,10 +1,9 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI="5"
GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
inherit gnome2
if [[ ${PV} = 9999 ]]; then
@@ -25,7 +24,7 @@ IUSE=""
RDEPEND="
dev-db/sqlite:3=
- >=dev-libs/glib-2.32:2
+ >=dev-libs/glib-2.40:2
dev-libs/libical:0=
>=dev-libs/libxml2-2
>=gnome-extra/evolution-data-server-${PV}:0=
@@ -37,12 +36,12 @@ DEPEND="${RDEPEND}
>=dev-util/gtk-doc-am-1.9
>=dev-util/intltool-0.35.5
virtual/pkgconfig
+ test? ( net-libs/uhttpmock )
"
-# Requires libhttpmock which is not in portage
-RESTRICT="test"
-
src_configure() {
# We don't have libmspack, needing internal lzx
- gnome2_src_configure --with-internal-lzx
+ gnome2_src_configure \
+ --with-internal-lzx \
+ $(use_enable test tests)
}
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2015-05-12 22:20 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2015-05-12 22:20 UTC (permalink / raw
To: gentoo-commits
commit: f8f88f087de6f4bb62ac17f8ff78a3ff5a7bf446
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue May 12 21:54:00 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue May 12 22:06:08 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=f8f88f08
gnome-extra/evolution-ews: 3.16.1 → 3.16.2
.../{evolution-ews-3.16.1.ebuild => evolution-ews-3.16.2.ebuild} | 2 +-
| 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.16.2.ebuild
similarity index 98%
rename from gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild
rename to gnome-extra/evolution-ews/evolution-ews-3.16.2.ebuild
index 3fdc985..e7557b4 100644
--- a/gnome-extra/evolution-ews/evolution-ews-3.16.1.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-3.16.2.ebuild
@@ -13,7 +13,7 @@ HOMEPAGE="https://wiki.gnome.org/Apps/Evolution"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
+IUSE="test"
RDEPEND="
dev-db/sqlite:3=
--git a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
index a74c7ff..22f79ae 100644
--- a/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
+++ b/gnome-extra/evolution-ews/evolution-ews-9999.ebuild
@@ -20,7 +20,7 @@ if [[ ${PV} = 9999 ]]; then
else
KEYWORDS="~amd64 ~x86"
fi
-IUSE=""
+IUSE="test"
RDEPEND="
dev-db/sqlite:3=
^ permalink raw reply related [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2015-06-08 21:17 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-08 21:17 UTC (permalink / raw
To: gentoo-commits
commit: 4f876942355025e4cd3f96b6c3aa18b7e0087bca
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 8 20:45:26 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Jun 8 20:53:40 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4f876942
gnome-extra/evolution-ews: 3.16.2 → 3.16.3
.../{evolution-ews-3.16.2.ebuild => evolution-ews-3.16.3.ebuild} | 0
1 file changed, 0 insertions(+), 0 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.16.2.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild
similarity index 100%
rename from gnome-extra/evolution-ews/evolution-ews-3.16.2.ebuild
rename to gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild
^ permalink raw reply [flat|nested] 15+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/
@ 2015-06-10 10:37 Gilles Dartiguelongue
0 siblings, 0 replies; 15+ messages in thread
From: Gilles Dartiguelongue @ 2015-06-10 10:37 UTC (permalink / raw
To: gentoo-commits
commit: 950b1aeb649058221bc1963bdecc3f0574279442
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 9 22:45:26 2015 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Tue Jun 9 22:45:26 2015 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=950b1aeb
gnome-extra/evolution-ews: moved to gentoo-x86
.../evolution-ews/evolution-ews-3.16.3.ebuild | 40 ----------------------
1 file changed, 40 deletions(-)
diff --git a/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild
deleted file mode 100644
index e7557b4..0000000
--- a/gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-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)
-}
^ permalink raw reply related [flat|nested] 15+ messages in thread
end of thread, other threads:[~2015-06-10 10:37 UTC | newest]
Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-02-12 20:58 [gentoo-commits] proj/gnome:master commit in: gnome-extra/evolution-ews/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2015-06-10 10:37 Gilles Dartiguelongue
2015-06-08 21:17 Gilles Dartiguelongue
2015-05-12 22:20 Gilles Dartiguelongue
2015-05-10 17:20 Gilles Dartiguelongue
2014-04-23 22:14 Gilles Dartiguelongue
2013-12-12 23:21 Gilles Dartiguelongue
2013-11-16 16:02 Gilles Dartiguelongue
2012-12-19 8:38 Alexandre Rostovtsev
2012-11-25 12:50 Gilles Dartiguelongue
2012-10-28 21:31 Gilles Dartiguelongue
2012-04-20 7:12 Alexandre Restovtsev
2012-03-22 1:46 Alexandre Restovtsev
2012-03-22 0:48 Alexandre Restovtsev
2012-03-21 22:20 Alexandre Restovtsev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox