From 4b69de02ec02d401af5f55df57c11920e595c5f8 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Tue, 11 Nov 2014 11:42:52 +0000 Subject: Version bump, drop old (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key A188FBD4) --- gnome-extra/evolution-ews/ChangeLog | 8 ++++- .../evolution-ews/evolution-ews-3.12.6.ebuild | 41 ---------------------- .../evolution-ews/evolution-ews-3.12.8.ebuild | 41 ++++++++++++++++++++++ 3 files changed, 48 insertions(+), 42 deletions(-) delete mode 100644 gnome-extra/evolution-ews/evolution-ews-3.12.6.ebuild create mode 100644 gnome-extra/evolution-ews/evolution-ews-3.12.8.ebuild (limited to 'gnome-extra/evolution-ews') diff --git a/gnome-extra/evolution-ews/ChangeLog b/gnome-extra/evolution-ews/ChangeLog index f1a0d2e797d9..953a513a9eeb 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.33 2014/10/15 16:15:41 leio Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.34 2014/11/11 11:42:52 pacho Exp $ + +*evolution-ews-3.12.8 (11 Nov 2014) + + 11 Nov 2014; Pacho Ramos +evolution-ews-3.12.8.ebuild, + -evolution-ews-3.12.6.ebuild: + Version bump, drop old *evolution-ews-3.12.7 (15 Oct 2014) diff --git a/gnome-extra/evolution-ews/evolution-ews-3.12.6.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.12.6.ebuild deleted file mode 100644 index 13c4fa258a13..000000000000 --- a/gnome-extra/evolution-ews/evolution-ews-3.12.6.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.6.ebuild,v 1.1 2014/09/25 09:32:37 pacho 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 -} diff --git a/gnome-extra/evolution-ews/evolution-ews-3.12.8.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.12.8.ebuild new file mode 100644 index 000000000000..f2211c1bb993 --- /dev/null +++ b/gnome-extra/evolution-ews/evolution-ews-3.12.8.ebuild @@ -0,0 +1,41 @@ +# 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.8.ebuild,v 1.1 2014/11/11 11:42:52 pacho 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 +} -- cgit v1.2.3-65-gdbad