commit: cb0e9e034cbc65653c4f1049d67bb37ded2e1fb0
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 14 15:56:22 2017 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Aug 14 15:56:22 2017 +0000
URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=cb0e9e03
gnome-extra/evolution-mapi: drop unmaintained package
libmapi which is required for this package was removed from tree and
packaging it ourselves looks more work than we can provide currently.
.../evolution-mapi/evolution-mapi-3.18.3.ebuild | 50 ----------------------
.../evolution-mapi/evolution-mapi-9999.ebuild | 50 ----------------------
gnome-extra/evolution-mapi/metadata.xml | 8 ----
profiles/package.mask | 4 --
4 files changed, 112 deletions(-)
diff --git a/gnome-extra/evolution-mapi/evolution-mapi-3.18.3.ebuild
b/gnome-extra/evolution-mapi/evolution-mapi-3.18.3.ebuild
deleted file mode 100644
index cdd33b5a..00000000
--- a/gnome-extra/evolution-mapi/evolution-mapi-3.18.3.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
-HOMEPAGE="http://projects.gnome.org/evolution/"
-
-LICENSE="|| ( LGPL-2 LGPL-3 )"
-SLOT="1.0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- # XXX: re-enable keywords when libmapi can be emerged without black
magick
- KEYWORDS="~" # "~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-RDEPEND="
- >=mail-client/evolution-${PV}:2.0
- >=gnome-extra/evolution-data-server-${PV}
- >=dev-libs/glib-2.40:2
- >=x11-libs/gtk+-3:3
- >=net-libs/libmapi-2
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35.5
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- # FIXME: Fix compilation flags crazyness
- sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
- -i configure.ac configure || die "sed 1 failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README"
- gnome2_src_configure --disable-static
-}
diff --git a/gnome-extra/evolution-mapi/evolution-mapi-9999.ebuild
b/gnome-extra/evolution-mapi/evolution-mapi-9999.ebuild
deleted file mode 100644
index 8f1b320a..00000000
--- a/gnome-extra/evolution-mapi/evolution-mapi-9999.ebuild
+++ /dev/null
@@ -1,50 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-
-inherit gnome2
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="Evolution module for connecting to Microsoft Exchange"
-HOMEPAGE="http://projects.gnome.org/evolution/"
-
-LICENSE="|| ( LGPL-2 LGPL-3 )"
-SLOT="1.0"
-IUSE=""
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- # XXX: re-enable keywords when libmapi can be emerged without black
magick
- KEYWORDS="" #"~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-RDEPEND="
- >=mail-client/evolution-${PV}:2.0
- >=gnome-extra/evolution-data-server-${PV}
- >=dev-libs/glib-2.40:2
- >=x11-libs/gtk+-3:3
- >=net-libs/libmapi-2
-"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.35.5
- sys-devel/gettext
- virtual/pkgconfig
-"
-
-src_prepare() {
- # FIXME: Fix compilation flags crazyness
- sed 's/^\(AM_CPPFLAGS="\)$WARNING_FLAGS/\1/' \
- -i configure.ac configure || die "sed 1 failed"
-
- gnome2_src_prepare
-}
-
-src_configure() {
- DOCS="AUTHORS ChangeLog NEWS README"
- gnome2_src_configure --disable-static
-}
diff --git a/gnome-extra/evolution-mapi/metadata.xml
b/gnome-extra/evolution-mapi/metadata.xml
deleted file mode 100644
index 39980802..00000000
--- a/gnome-extra/evolution-mapi/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer type="project">
- <email>[email protected]</email>
- <name>Gentoo GNOME Desktop</name>
-</maintainer>
-</pkgmetadata>
diff --git a/profiles/package.mask b/profiles/package.mask
index 8acdbb6b..ad230279 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -6,7 +6,3 @@
# careful not to commit atoms that are not valid, as it can cause large-scale
# breakage, especially if it ends up in the daily snapshot.
#
-
-# Gilles Dartiguelongue <[email protected]> (22 Dec 2013)
-# New releases depend on libmapi-2 which is not in tree nor in this overlay.
->=evolution-mapi/evolution-mapi-3.10