diff options
author | Pacho Ramos <pacho@gentoo.org> | 2015-01-14 10:17:49 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2015-01-14 10:17:49 +0000 |
commit | c2d05dd956ede0af208efdc716fa96d78b0c13a5 (patch) | |
tree | b80103bbbcbbfeb99803a0128b5b8f70f68f6e14 /gnome-extra/evolution-ews | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-c2d05dd956ede0af208efdc716fa96d78b0c13a5.tar.gz gentoo-2-c2d05dd956ede0af208efdc716fa96d78b0c13a5.tar.bz2 gentoo-2-c2d05dd956ede0af208efdc716fa96d78b0c13a5.zip |
Version bump, drop old
(Portage version: 2.2.15/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 | 10 | ||||
-rw-r--r-- | gnome-extra/evolution-ews/evolution-ews-3.12.10.ebuild (renamed from gnome-extra/evolution-ews/evolution-ews-3.12.7.ebuild) | 4 | ||||
-rw-r--r-- | gnome-extra/evolution-ews/evolution-ews-3.12.4.ebuild | 41 |
3 files changed, 10 insertions, 45 deletions
diff --git a/gnome-extra/evolution-ews/ChangeLog b/gnome-extra/evolution-ews/ChangeLog index 3f6f85a0f6eb..c7b66bf2d9bb 100644 --- a/gnome-extra/evolution-ews/ChangeLog +++ b/gnome-extra/evolution-ews/ChangeLog @@ -1,6 +1,12 @@ # 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.37 2014/12/19 13:38:25 pacho Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.38 2015/01/14 10:17:49 pacho Exp $ + +*evolution-ews-3.12.10 (14 Jan 2015) + + 14 Jan 2015; Pacho Ramos <pacho@gentoo.org> +evolution-ews-3.12.10.ebuild, + -evolution-ews-3.12.4.ebuild, -evolution-ews-3.12.7.ebuild: + Version bump, drop old 19 Dec 2014; Pacho Ramos <pacho@gentoo.org> evolution-ews-3.12.8.ebuild: amd64 stable, bug 529964 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.12.7.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.12.10.ebuild index 2b55bc5d5e1a..155b22db4a50 100644 --- a/gnome-extra/evolution-ews/evolution-ews-3.12.7.ebuild +++ b/gnome-extra/evolution-ews/evolution-ews-3.12.10.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 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.12.7.ebuild,v 1.1 2014/10/15 16:15:41 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/evolution-ews-3.12.10.ebuild,v 1.1 2015/01/14 10:17:49 pacho Exp $ EAPI="5" GCONF_DEBUG="no" diff --git a/gnome-extra/evolution-ews/evolution-ews-3.12.4.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.12.4.ebuild deleted file mode 100644 index 502003bf53c2..000000000000 --- a/gnome-extra/evolution-ews/evolution-ews-3.12.4.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# Copyright 1999-2014 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.12.4.ebuild,v 1.3 2014/07/23 15:17:55 ago Exp $ - -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 -} |