diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-11-18 20:03:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-11-18 20:03:28 +0000 |
commit | 8b0ec27fc7bd340c8eab9b7c07a553468561a1fb (patch) | |
tree | 7b53ce09712138319d31b298a1b34f26a80358bc /gnome-extra | |
parent | RDEPEND on libsecret[crypt] (#491548 by Rick Harris), drop old (diff) | |
download | gentoo-2-8b0ec27fc7bd340c8eab9b7c07a553468561a1fb.tar.gz gentoo-2-8b0ec27fc7bd340c8eab9b7c07a553468561a1fb.tar.bz2 gentoo-2-8b0ec27fc7bd340c8eab9b7c07a553468561a1fb.zip |
Drop old
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'gnome-extra')
5 files changed, 6 insertions, 182 deletions
diff --git a/gnome-extra/evolution-ews/ChangeLog b/gnome-extra/evolution-ews/ChangeLog index 8d9eb4763a8e..b6e89b4e57af 100644 --- a/gnome-extra/evolution-ews/ChangeLog +++ b/gnome-extra/evolution-ews/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for gnome-extra/evolution-ews # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.15 2013/08/27 20:13:53 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/gnome-extra/evolution-ews/ChangeLog,v 1.16 2013/11/18 20:03:28 pacho Exp $ + + 18 Nov 2013; Pacho Ramos <pacho@gentoo.org> -evolution-ews-3.6.4.ebuild, + -evolution-ews-3.8.3.ebuild, -evolution-ews-3.8.4.ebuild, + -files/evolution-ews-3.6.1-libm.patch: + Drop old 27 Aug 2013; Markus Meier <maekke@gentoo.org> evolution-ews-3.8.5.ebuild: add ~x86, bug #469594 diff --git a/gnome-extra/evolution-ews/evolution-ews-3.6.4.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.6.4.ebuild deleted file mode 100644 index 9c7d9eb9d890..000000000000 --- a/gnome-extra/evolution-ews/evolution-ews-3.6.4.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.6.4.ebuild,v 1.1 2013/03/31 10:10:40 eva Exp $ - -EAPI="5" -GCONF_DEBUG="no" -GNOME2_LA_PUNT="yes" - -inherit db-use flag-o-matic gnome2 versionator - -MY_MAJORV=$(get_version_component_range 1-2) - -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" -IUSE="kerberos" - -RDEPEND=" - dev-db/sqlite:3= - dev-libs/libical:= - >=mail-client/evolution-${MY_MAJORV}:2.0[kerberos?] - >=gnome-extra/evolution-data-server-${MY_MAJORV}:=[kerberos?] - =gnome-extra/evolution-data-server-${MY_MAJORV}* - >=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() { - gnome2_src_configure $(use_with kerberos krb5) -} diff --git a/gnome-extra/evolution-ews/evolution-ews-3.8.3.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.8.3.ebuild deleted file mode 100644 index 069b46e9b271..000000000000 --- a/gnome-extra/evolution-ews/evolution-ews-3.8.3.ebuild +++ /dev/null @@ -1,41 +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.3.ebuild,v 1.1 2013/06/09 18:41:19 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" -IUSE="kerberos" - -RDEPEND=" - dev-db/sqlite:3= - dev-libs/libical:= - >=mail-client/evolution-3.2.0:2.0[kerberos?] - >=gnome-extra/evolution-data-server-3.2.0:=[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() { - gnome2_src_configure $(use_with kerberos krb5) -} diff --git a/gnome-extra/evolution-ews/evolution-ews-3.8.4.ebuild b/gnome-extra/evolution-ews/evolution-ews-3.8.4.ebuild deleted file mode 100644 index 29e16431a07c..000000000000 --- a/gnome-extra/evolution-ews/evolution-ews-3.8.4.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.4.ebuild,v 1.1 2013/07/23 21:02:07 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" -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/files/evolution-ews-3.6.1-libm.patch b/gnome-extra/evolution-ews/files/evolution-ews-3.6.1-libm.patch deleted file mode 100644 index 29b4977cd5e9..000000000000 --- a/gnome-extra/evolution-ews/files/evolution-ews-3.6.1-libm.patch +++ /dev/null @@ -1,52 +0,0 @@ -From 616cc1e349f0cdb386b6e18e3eebf507d12d8b23 Mon Sep 17 00:00:00 2001 -From: Alexandre Rostovtsev <tetromino@gentoo.org> -Date: Wed, 19 Dec 2012 01:19:25 -0500 -Subject: [PATCH] Bug #690474 - Explicitly link to libm - ---- - configure.ac | 3 +++ - src/addressbook/Makefile.am | 1 + - src/addressbook/lzx/Makefile.am | 1 + - 3 files changed, 5 insertions(+) - -diff --git a/configure.ac b/configure.ac -index f5e9cd5..f821438 100644 ---- a/configure.ac -+++ b/configure.ac -@@ -71,6 +71,9 @@ AM_CONDITIONAL(OS_WIN32, [test "x$os_win32" = "xyes"]) - AC_SUBST(NO_UNDEFINED) - AC_SUBST(SOCKET_LIBS) - -+AC_CHECK_LIBM -+AC_SUBST(LIBM) -+ - dnl *********************** - dnl Compiler Warning Flags - dnl *********************** -diff --git a/src/addressbook/Makefile.am b/src/addressbook/Makefile.am -index 261fb5e..6ba6d83 100644 ---- a/src/addressbook/Makefile.am -+++ b/src/addressbook/Makefile.am -@@ -42,6 +42,7 @@ libebookbackendews_la_LIBADD = \ - $(EVOLUTION_ADDRESSBOOK_LIBS) \ - $(SQLITE3_LIBS) \ - $(SOUP_LIBS) \ -+ $(LIBM) \ - $(NULL) - - libebookbackendews_la_LDFLAGS = \ -diff --git a/src/addressbook/lzx/Makefile.am b/src/addressbook/lzx/Makefile.am -index d157e94..8b0871a 100644 ---- a/src/addressbook/lzx/Makefile.am -+++ b/src/addressbook/lzx/Makefile.am -@@ -20,6 +20,7 @@ liblzx_la_LDFLAGS = $(NO_UNDEFINED) - - liblzx_la_LIBADD = \ - $(GNOME_PLATFORM_LIBS) \ -+ $(LIBM) \ - $(NULL) - - -include $(top_srcdir)/git.mk --- -1.8.0.2 - |