summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2015-06-10 00:45:26 +0200
committerGilles Dartiguelongue <eva@gentoo.org>2015-06-10 00:45:26 +0200
commit950b1aeb649058221bc1963bdecc3f0574279442 (patch)
tree279dc31951824f69e05e4f8427e1a5a27f2deafb /gnome-extra
parentnet-irc/polari: moved to gentoo-x86 (diff)
downloadgnome-950b1aeb649058221bc1963bdecc3f0574279442.tar.gz
gnome-950b1aeb649058221bc1963bdecc3f0574279442.tar.bz2
gnome-950b1aeb649058221bc1963bdecc3f0574279442.zip
gnome-extra/evolution-ews: moved to gentoo-x86
Diffstat (limited to 'gnome-extra')
-rw-r--r--gnome-extra/evolution-ews/Manifest1
-rw-r--r--gnome-extra/evolution-ews/evolution-ews-3.16.3.ebuild40
2 files changed, 0 insertions, 41 deletions
diff --git a/gnome-extra/evolution-ews/Manifest b/gnome-extra/evolution-ews/Manifest
deleted file mode 100644
index d799504d..00000000
--- a/gnome-extra/evolution-ews/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST evolution-ews-3.16.3.tar.xz 683876 SHA256 529d3aa62a6d6d129871d005d95f27b433ad7aeb99f48f395347e18fb0586ad0 SHA512 462b2c77033b351ddcd72ef4b4f7d8d5e4f7782d1ff4d25760d31fb7c0c1ed303fdc47063932961810b103204a59eccd91d4c888554010cd64c46be5eaeb53d9 WHIRLPOOL 56ff69cc1341ab9a7b38cdc8091dc15c3bba72226105f9fd907d800cffbeefe83555732c3e70d7edd76bdf6f9132e9621fd00252bf4a794198c7608c347af1a4
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 e7557b4e..00000000
--- 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)
-}