diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 18:57:29 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-26 18:57:29 +0000 |
commit | 5fff8911e759a75c9ddc273d35b567a5185571ac (patch) | |
tree | 9502b602df42d0ffe89a58de562f407cb854d48d /gnome-extra/evolution-ews | |
parent | drop old (diff) | |
download | gentoo-2-5fff8911e759a75c9ddc273d35b567a5185571ac.tar.gz gentoo-2-5fff8911e759a75c9ddc273d35b567a5185571ac.tar.bz2 gentoo-2-5fff8911e759a75c9ddc273d35b567a5185571ac.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra/evolution-ews')
-rw-r--r-- | gnome-extra/evolution-ews/ChangeLog | 6 | ||||
-rw-r--r-- | gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild | 44 | ||||
-rw-r--r-- | gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild | 44 |
3 files changed, 5 insertions, 89 deletions
diff --git a/gnome-extra/evolution-ews/ChangeLog b/gnome-extra/evolution-ews/ChangeLog index 7eb63aacdaa6..c0ec5ab765f3 100644 --- a/gnome-extra/evolution-ews/ChangeLog +++ b/gnome-extra/evolution-ews/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for gnome-extra/evolution-ews # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.24 2014/03/09 11:59:38 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.25 2014/04/26 18:57:29 pacho Exp $ + + 26 Apr 2014; Pacho Ramos <pacho@gentoo.org> -evolution-ews-3.10.3.ebuild, + -evolution-ews-3.8.5.ebuild: + drop old 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> evolution-ews-3.10.4.ebuild: x86 stable, bug 499954 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 daeb471dcb8e..000000000000 --- 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: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.10.3.ebuild,v 1.1 2013/12/24 16:44:25 pacho Exp $ - -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) -} diff --git a/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild deleted file mode 100644 index 2ac93a3104b9..000000000000 --- a/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2013 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.8.5.ebuild,v 1.4 2013/12/08 18:43:02 pacho Exp $ - -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) -} |