public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/betagarden:master commit in: net-mail/zarafa/files/, net-mail/zarafa/
@ 2013-04-17 16:09 Christoph Mende
  0 siblings, 0 replies; 2+ messages in thread
From: Christoph Mende @ 2013-04-17 16:09 UTC (permalink / raw
  To: gentoo-commits

commit:     9ea2007821d937432f7e0d7e3d4449e35fdd5c6c
Author:     Christoph Mende <mende.christoph <AT> gmail <DOT> com>
AuthorDate: Wed Apr 17 18:08:20 2013 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Wed Apr 17 18:08:20 2013 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/betagarden.git;a=commit;h=9ea20078

zarafa: Remove old, bump to EAPI4 for php-ext-source-r2 compatibility

Package-Manager: portage-2.2.0_alpha173

---
 net-mail/zarafa/ChangeLog                          |    8 +-
 .../zarafa/files/zarafa-6.40.1-uuid-link.patch     |   31 -----
 .../files/zarafa-6.40.5-add-missing-endif.patch    |   10 --
 ...rafa-6.40.5-fix-missing-installation-file.patch |   19 ---
 net-mail/zarafa/files/zarafa-licensed.rc6          |   31 -----
 net-mail/zarafa/zarafa-6.40.11.ebuild              |  114 ------------------
 net-mail/zarafa/zarafa-6.40.12.ebuild              |  114 ------------------
 net-mail/zarafa/zarafa-6.40.14.ebuild              |   15 +--
 net-mail/zarafa/zarafa-7.0.5.ebuild                |  123 -------------------
 net-mail/zarafa/zarafa-7.0.6.ebuild                |  124 --------------------
 net-mail/zarafa/zarafa-7.0.7.ebuild                |  124 --------------------
 net-mail/zarafa/zarafa-7.0.8.ebuild                |   15 +--
 12 files changed, 16 insertions(+), 712 deletions(-)

diff --git a/net-mail/zarafa/ChangeLog b/net-mail/zarafa/ChangeLog
index e276d63..6cd922a 100644
--- a/net-mail/zarafa/ChangeLog
+++ b/net-mail/zarafa/ChangeLog
@@ -1,7 +1,12 @@
 # ChangeLog for net-mail/zarafa
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
 # $Header: $
 
+  17 Apr 2013; Christoph Mende <angelos@gentoo.org> -zarafa-6.40.11.ebuild,
+  -zarafa-6.40.12.ebuild, -zarafa-7.0.5.ebuild, -zarafa-7.0.6.ebuild,
+  -zarafa-7.0.7.ebuild, zarafa-6.40.14.ebuild, zarafa-7.0.8.ebuild:
+  zarafa: Remove old, bump to EAPI4 for php-ext-source-r2 compatibility
+
 *zarafa-7.0.8 (19 Jun 2012)
 
   19 Jun 2012; Robert Piasek <dagger@gentoo.org> +zarafa-7.0.8.ebuild:
@@ -141,4 +146,3 @@
 
   11 Aug 2010; Robert Piasek <dagger@gentoo.org> zarafa-6.40.1.ebuild:
   Updated libical dependency. It seems 0.44 is required to make it work ok
-

diff --git a/net-mail/zarafa/files/zarafa-6.40.1-uuid-link.patch b/net-mail/zarafa/files/zarafa-6.40.1-uuid-link.patch
deleted file mode 100644
index d434dd9..0000000
--- a/net-mail/zarafa/files/zarafa-6.40.1-uuid-link.patch
+++ /dev/null
@@ -1,31 +0,0 @@
---- provider/server/Makefile.in~	2010-08-03 10:42:59.000000000 +0100
-+++ provider/server/Makefile.in	2010-08-06 10:17:15.391932752 +0100
-@@ -265,7 +265,7 @@
- 	$(MYSQL_INCLUDES) $(GSOAP_CFLAGS) $(SSL_CFLAGS) $(SSL_HAS_EVP_PKEY_CMP) $(EPOLL_CFLAGS)
- 
- zarafa_server_LDFLAGS = ${DL_LIBS} -Wl,-E
--zarafa_server_LDADD = $(UUID_LIBS) $(INTL_LIBS) $(ICONV_LIBS)	\
-+zarafa_server_LDADD = $(INTL_LIBS) $(ICONV_LIBS)	\
- 	${top_builddir}/provider/libserver/libserver.la							\
- 	${top_builddir}/provider/soap/libgsoap.la								\
- 	${top_builddir}/provider/soap/libsoapserver.la							\
-@@ -273,7 +273,7 @@
- 	${top_builddir}/common/libcommon_util.la								\
- 	${top_builddir}/common/libcommon_mapi.la								\
- 	${top_builddir}/common/libcommon_ssl.la									\
--	$(MYSQL_LIBS) $(SSL_LIBS) $(PAM_LIBS) $(KRB5_LIBS) $(TCMALLOC_LIBS) -lrt
-+	$(MYSQL_LIBS) $(SSL_LIBS) $(PAM_LIBS) $(KRB5_LIBS) $(TCMALLOC_LIBS) $(UUID_LIBS) -lrt
- 
- zarafa_server_SOURCES = ECServer.cpp  \
- 						ECSoapServerConnection.h ECSoapServerConnection.cpp \
---- ECtools/zarafa-stats/Makefile.in~	2010-08-03 10:42:54.000000000 +0100
-+++ ECtools/zarafa-stats/Makefile.in	2010-08-06 10:23:27.988995191 +0100
-@@ -249,7 +249,7 @@
- 	${top_builddir}/mapi4linux/src/libmapi.la \
- 	${top_builddir}/common/libcommon_mapi.la \
- 	${top_builddir}/common/libcommon_util.la \
--	-lncurses
-+	-lncurses $(UUID_LIBS)
- 
- zarafa_stats_SOURCES = zarafa-stats.cpp
- all: all-am

diff --git a/net-mail/zarafa/files/zarafa-6.40.5-add-missing-endif.patch b/net-mail/zarafa/files/zarafa-6.40.5-add-missing-endif.patch
deleted file mode 100644
index 755ad79..0000000
--- a/net-mail/zarafa/files/zarafa-6.40.5-add-missing-endif.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- provider/libserver/ECIndexer.h~	2011-01-24 15:55:05.000000000 +0000
-+++ provider/libserver/ECIndexer.h	2011-01-25 09:56:36.786592403 +0000
-@@ -49,6 +49,7 @@
- 
- #ifndef ECINDEXER_H
- #define ECINDEXER_H
-+#endif
- 
- class ECConfig;
- class ECLogger;

diff --git a/net-mail/zarafa/files/zarafa-6.40.5-fix-missing-installation-file.patch b/net-mail/zarafa/files/zarafa-6.40.5-fix-missing-installation-file.patch
deleted file mode 100644
index ef79757..0000000
--- a/net-mail/zarafa/files/zarafa-6.40.5-fix-missing-installation-file.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- installer/linux/Makefile.in~	2011-01-24 12:06:15.000000000 +0000
-+++ installer/linux/Makefile.in	2011-01-25 10:36:31.784330713 +0000
-@@ -693,8 +693,6 @@
- 	fi
- 	install -d -m 755 ${DESTDIR}/${datarootdir}/doc/zarafa-indexer/example-config
- 	mv ${DESTDIR}/${data_configdir}/indexer.cfg ${DESTDIR}/${datarootdir}/doc/zarafa-indexer/example-config
--	install -d -m 755 ${DESTDIR}/${datarootdir}/doc/zarafa-archiver/example-config
--	mv ${DESTDIR}/${data_configdir}/archiver.cfg ${DESTDIR}/${datarootdir}/doc/zarafa-archiver/example-config
- # Tell versions [3.59,3.63) of GNU make to not export all variables.
- # Otherwise a system limit (for SysV at least) may be exceeded.
- .NOEXPORT:
---- installer/linux/Makefile.am~	2011-01-24 11:03:45.000000000 +0000
-+++ installer/linux/Makefile.am	2011-01-25 10:36:27.234524257 +0000
-@@ -108,5 +108,3 @@
- 	fi
- 	install -d -m 755 ${DESTDIR}/${datarootdir}/doc/zarafa-indexer/example-config
- 	mv ${DESTDIR}/${data_configdir}/indexer.cfg ${DESTDIR}/${datarootdir}/doc/zarafa-indexer/example-config
--	install -d -m 755 ${DESTDIR}/${datarootdir}/doc/zarafa-archiver/example-config
--	mv ${DESTDIR}/${data_configdir}/archiver.cfg ${DESTDIR}/${datarootdir}/doc/zarafa-archiver/example-config

diff --git a/net-mail/zarafa/files/zarafa-licensed.rc6 b/net-mail/zarafa/files/zarafa-licensed.rc6
deleted file mode 100644
index 4c10361..0000000
--- a/net-mail/zarafa/files/zarafa-licensed.rc6
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-LICENSEDCONFIG=/etc/zarafa/licensed.cfg
-LICENSEDPROGRAM=/usr/bin/zarafa-licensed
-
-[ -x $LICENSEDPROGRAM ] || exit 0
-
-LICENSEDCONFIG_OPT=""
-[ ! -z $LICENSEDCONFIG -a -f $LICENSEDCONFIG ] && LICENSEDCONFIG_OPT="-c
-$LICENSEDCONFIG"
-
-PIDFILE=/var/run/"${SVCNAME}".pid
-
-start() {
-	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start \
-		--pidfile ${PIDFILE} \
-		--exec ${LICENSEDPROGRAM} -- ${LICENSEDCONFIG_OPT}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping ${SVCNAME}"
-	start-stop-daemon --stop \
-		--pidfile ${PIDFILE} \
-		--exec ${LICENSEDPROGRAM} -- ${LICENSEDCONFIG_OPT}
-	eend $?
-}

diff --git a/net-mail/zarafa/zarafa-6.40.11.ebuild b/net-mail/zarafa/zarafa-6.40.11.ebuild
deleted file mode 100644
index 91083a7..0000000
--- a/net-mail/zarafa/zarafa-6.40.11.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-PHP_EXT_NAME="mapi"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-3"
-
-inherit versionator php-ext-source-r2 eutils
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=28965
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug ldap +logrotate static"
-
-RDEPEND=">=dev-libs/libical-0.44
-	=dev-cpp/libvmime-0.7.1
-	>=dev-lang/php-5.2.0
-	app-text/catdoc
-	app-text/poppler
-	dev-cpp/clucene
-	virtual/mysql
-	dev-libs/libxml2
-	dev-libs/openssl
-	net-misc/curl
-	sys-libs/e2fsprogs-libs
-	sys-libs/zlib
-	dev-libs/boost
-	ldap? ( net-nds/openldap )
-	logrotate? ( app-admin/logrotate )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-#src_unpack() {
-#	unpack ${P}.tar.bz2
-#}
-
-src_prepare() {
-	# Fixes zarafa-server linking
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-uuid-link.patch
-
-	# Don't install php ini file, as installation doesn't
-	# respect Gentoo way of handling SAPIs
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-no-php-conf.patch
-}
-
-src_configure() {
-	econf \
-		--enable-oss \
-		--disable-perl \
-		--disable-testtools \
-		--with-userscript-prefix=/etc/zarafa/userscripts \
-		--with-quotatemplate-prefix=/etc/zarafa/quotamails \
-		--with-indexerscripts-prefix=/etc/zarafa/indexerscripts \
-		$(use_enable static) \
-		$(use_enable debug)
-}
-
-src_compile() {
-	emake || die "Compilation failed"
-}
-
-src_install() {
-
-	emake DESTDIR="${D}" install || die "Installation failed"
-
-	# Use only some parts of PHP eclass
-	php-ext-source-r2_buildinilist php${slot}
-	php-ext-source-r2_addextension "${PHP_EXT_NAME}.so"
-
-	# Symlink the <ext>.ini files from ext/ to ext-active/
-	for inifile in ${PHPINIFILELIST} ; do
-		inidir="${inifile/${PHP_EXT_NAME}.ini/}"
-		inidir="${inidir/ext/ext-active}"
-		dodir "/${inidir}"
-		dosym "/${inifile}" "/${inifile/ext/ext-active}"
-	done
-
-	# Install PHP module
-	php-ext-source-r2_addtoinifiles ";mapi.cache_max_sessions" "128"
-	php-ext-source-r2_addtoinifiles ";mapi.cache_lifetime" "300"
-
-	if use logrotate; then
-		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa || die "Failed to install logrotate"
-	fi
-
-	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg || die "Failed to install config files"
-
-	dodir /var/log/zarafa
-	keepdir /var/log/zarafa
-
-	newinitd "${FILESDIR}"/zarafa-gateway.rc6 zarafa-gateway
-	newinitd "${FILESDIR}"/zarafa-ical.rc6 zarafa-ical
-	newinitd "${FILESDIR}"/zarafa-indexer.rc6 zarafa-indexer
-	newinitd "${FILESDIR}"/zarafa-monitor.rc6 zarafa-monitor
-	newinitd "${FILESDIR}"/zarafa-server.rc6 zarafa-server
-	newinitd "${FILESDIR}"/zarafa-spooler.rc6 zarafa-spooler
-
-}

diff --git a/net-mail/zarafa/zarafa-6.40.12.ebuild b/net-mail/zarafa/zarafa-6.40.12.ebuild
deleted file mode 100644
index e8201d9..0000000
--- a/net-mail/zarafa/zarafa-6.40.12.ebuild
+++ /dev/null
@@ -1,114 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-PHP_EXT_NAME="mapi"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-3"
-
-inherit versionator php-ext-source-r2 eutils
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=29942
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug ldap +logrotate static"
-
-RDEPEND=">=dev-libs/libical-0.44
-	=dev-cpp/libvmime-0.7.1
-	>=dev-lang/php-5.2.0
-	app-text/catdoc
-	app-text/poppler
-	dev-cpp/clucene
-	virtual/mysql
-	dev-libs/libxml2
-	dev-libs/openssl
-	net-misc/curl
-	sys-libs/e2fsprogs-libs
-	sys-libs/zlib
-	dev-libs/boost
-	ldap? ( net-nds/openldap )
-	logrotate? ( app-admin/logrotate )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-#src_unpack() {
-#	unpack ${P}.tar.bz2
-#}
-
-src_prepare() {
-	# Fixes zarafa-server linking
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-uuid-link.patch
-
-	# Don't install php ini file, as installation doesn't
-	# respect Gentoo way of handling SAPIs
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-no-php-conf.patch
-}
-
-src_configure() {
-	econf \
-		--enable-oss \
-		--disable-perl \
-		--disable-testtools \
-		--with-userscript-prefix=/etc/zarafa/userscripts \
-		--with-quotatemplate-prefix=/etc/zarafa/quotamails \
-		--with-indexerscripts-prefix=/etc/zarafa/indexerscripts \
-		$(use_enable static) \
-		$(use_enable debug)
-}
-
-src_compile() {
-	emake || die "Compilation failed"
-}
-
-src_install() {
-
-	emake DESTDIR="${D}" install || die "Installation failed"
-
-	# Use only some parts of PHP eclass
-	php-ext-source-r2_buildinilist php${slot}
-	php-ext-source-r2_addextension "${PHP_EXT_NAME}.so"
-
-	# Symlink the <ext>.ini files from ext/ to ext-active/
-	for inifile in ${PHPINIFILELIST} ; do
-		inidir="${inifile/${PHP_EXT_NAME}.ini/}"
-		inidir="${inidir/ext/ext-active}"
-		dodir "/${inidir}"
-		dosym "/${inifile}" "/${inifile/ext/ext-active}"
-	done
-
-	# Install PHP module
-	php-ext-source-r2_addtoinifiles ";mapi.cache_max_sessions" "128"
-	php-ext-source-r2_addtoinifiles ";mapi.cache_lifetime" "300"
-
-	if use logrotate; then
-		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa || die "Failed to install logrotate"
-	fi
-
-	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg || die "Failed to install config files"
-
-	dodir /var/log/zarafa
-	keepdir /var/log/zarafa
-
-	newinitd "${FILESDIR}"/zarafa-gateway.rc6 zarafa-gateway
-	newinitd "${FILESDIR}"/zarafa-ical.rc6 zarafa-ical
-	newinitd "${FILESDIR}"/zarafa-indexer.rc6 zarafa-indexer
-	newinitd "${FILESDIR}"/zarafa-monitor.rc6 zarafa-monitor
-	newinitd "${FILESDIR}"/zarafa-server.rc6 zarafa-server
-	newinitd "${FILESDIR}"/zarafa-spooler.rc6 zarafa-spooler
-
-}

diff --git a/net-mail/zarafa/zarafa-6.40.14.ebuild b/net-mail/zarafa/zarafa-6.40.14.ebuild
index fcb1ee2..2fa6f0b 100644
--- a/net-mail/zarafa/zarafa-6.40.14.ebuild
+++ b/net-mail/zarafa/zarafa-6.40.14.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 
 PHP_EXT_NAME="mapi"
 PHP_EXT_INI="yes"
@@ -71,13 +71,8 @@ src_configure() {
 		$(use_enable debug)
 }
 
-src_compile() {
-	emake || die "Compilation failed"
-}
-
 src_install() {
-
-	emake DESTDIR="${D}" install || die "Installation failed"
+	default
 
 	# Use only some parts of PHP eclass
 	php-ext-source-r2_buildinilist php${slot}
@@ -97,11 +92,11 @@ src_install() {
 
 	if use logrotate; then
 		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa || die "Failed to install logrotate"
+		newins "${FILESDIR}"/zarafa.logrotate zarafa
 	fi
 
 	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg || die "Failed to install config files"
+	doins "${S}"/installer/linux/*.cfg
 
 	dodir /var/log/zarafa
 	keepdir /var/log/zarafa

diff --git a/net-mail/zarafa/zarafa-7.0.5.ebuild b/net-mail/zarafa/zarafa-7.0.5.ebuild
deleted file mode 100644
index 372b160..0000000
--- a/net-mail/zarafa/zarafa-7.0.5.ebuild
+++ /dev/null
@@ -1,123 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-PHP_EXT_NAME="mapi"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-3"
-
-inherit versionator php-ext-source-r2 eutils
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=31880
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug ldap +logrotate static"
-
-RDEPEND=">=dev-libs/libical-0.44
-	=dev-cpp/libvmime-0.9.2_pre20120110
-	>=dev-lang/php-5.3.0
-	app-text/catdoc
-	app-text/poppler
-	dev-cpp/clucene
-	virtual/mysql
-	dev-libs/libxml2
-	dev-libs/openssl
-	net-misc/curl
-	sys-libs/e2fsprogs-libs
-	sys-libs/zlib
-	dev-libs/boost
-	ldap? ( net-nds/openldap )
-	logrotate? ( app-admin/logrotate )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-#src_unpack() {
-#	unpack ${P}.tar.bz2
-#}
-
-src_prepare() {
-
-	# Don't install php ini file, as installation doesn't
-	# respect Gentoo way of handling SAPIs
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-no-php-conf.patch
-}
-
-src_configure() {
-	econf \
-		--enable-oss \
-		--enable-release \
-		--disable-perl \
-		--disable-testtools \
-		--with-userscript-prefix=/etc/zarafa/userscripts \
-		--with-quotatemplate-prefix=/etc/zarafa/quotamails \
-		--with-indexerscripts-prefix=/etc/zarafa/indexerscripts \
-		$(use_enable static) \
-		$(use_enable debug)
-}
-
-src_compile() {
-	emake || die "Compilation failed"
-}
-
-src_install() {
-
-	emake DESTDIR="${D}" install || die "Installation failed"
-
-	# Use only some parts of PHP eclass
-	php-ext-source-r2_buildinilist php${slot}
-	php-ext-source-r2_addextension "${PHP_EXT_NAME}.so"
-
-	# Symlink the <ext>.ini files from ext/ to ext-active/
-	for inifile in ${PHPINIFILELIST} ; do
-		inidir="${inifile/${PHP_EXT_NAME}.ini/}"
-		inidir="${inidir/ext/ext-active}"
-		dodir "/${inidir}"
-		dosym "/${inifile}" "/${inifile/ext/ext-active}"
-	done
-
-	# Install PHP module
-	php-ext-source-r2_addtoinifiles ";mapi.cache_max_sessions" "128"
-	php-ext-source-r2_addtoinifiles ";mapi.cache_lifetime" "300"
-
-	if use logrotate; then
-		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa || die "Failed to install logrotate"
-	fi
-
-	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg || die "Failed to install config files"
-
-	dodir /var/log/zarafa
-	keepdir /var/log/zarafa
-
-	newinitd "${FILESDIR}"/zarafa-gateway.rc6 zarafa-gateway
-	newinitd "${FILESDIR}"/zarafa-ical.rc6 zarafa-ical
-	newinitd "${FILESDIR}"/zarafa-indexer.rc6 zarafa-indexer
-	newinitd "${FILESDIR}"/zarafa-monitor.rc6 zarafa-monitor
-	newinitd "${FILESDIR}"/zarafa-server.rc6 zarafa-server
-	newinitd "${FILESDIR}"/zarafa-spooler.rc6 zarafa-spooler
-
-}
-
-pkg_postinst() {
-	ewarn "Zarafa 7 has full UTF-8 support. Currently en_US.UTF-8"
-	ewarn "is hardcoded inside the sources. Please add en_US.UTF-8 UTF-8"
-	ewarn "to your /etc/locale.gen and run"
-	ewarn "'localedef -i en_US -f UTF-8 en_US.UTF-8' and 'locale-gen'"
-	elog "If you are upgrading from zcp-6.x please use upgrade script"
-	elog "located at /usr/share/doc/zarafa/zarafa7-upgrade. The script"
-	elog "requires dev-python/mysql-python to be installed in order to work"
-}

diff --git a/net-mail/zarafa/zarafa-7.0.6.ebuild b/net-mail/zarafa/zarafa-7.0.6.ebuild
deleted file mode 100644
index 287b66e..0000000
--- a/net-mail/zarafa/zarafa-7.0.6.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-PHP_EXT_NAME="mapi"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-3"
-
-inherit versionator php-ext-source-r2 eutils
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=32752
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug ldap +logrotate static"
-
-RDEPEND=">=dev-libs/libical-0.44
-	=dev-cpp/libvmime-0.9.2_pre20120110
-	>=dev-lang/php-5.3.0
-	app-text/catdoc
-	app-text/poppler
-	dev-cpp/clucene
-	virtual/mysql
-	dev-libs/libxml2
-	dev-libs/openssl
-	net-misc/curl
-	sys-libs/e2fsprogs-libs
-	sys-libs/zlib
-	dev-libs/boost
-	ldap? ( net-nds/openldap )
-	logrotate? ( app-admin/logrotate )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-#src_unpack() {
-#	unpack ${P}.tar.bz2
-#}
-
-src_prepare() {
-
-	# Don't install php ini file, as installation doesn't
-	# respect Gentoo way of handling SAPIs
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-no-php-conf.patch
-	epatch "${FILESDIR}"/"${P}"-gcc46_compile.patch
-}
-
-src_configure() {
-	econf \
-		--enable-oss \
-		--enable-release \
-		--disable-perl \
-		--disable-testtools \
-		--with-userscript-prefix=/etc/zarafa/userscripts \
-		--with-quotatemplate-prefix=/etc/zarafa/quotamails \
-		--with-indexerscripts-prefix=/etc/zarafa/indexerscripts \
-		$(use_enable static) \
-		$(use_enable debug)
-}
-
-src_compile() {
-	emake || die "Compilation failed"
-}
-
-src_install() {
-
-	emake DESTDIR="${D}" install || die "Installation failed"
-
-	# Use only some parts of PHP eclass
-	php-ext-source-r2_buildinilist php${slot}
-	php-ext-source-r2_addextension "${PHP_EXT_NAME}.so"
-
-	# Symlink the <ext>.ini files from ext/ to ext-active/
-	for inifile in ${PHPINIFILELIST} ; do
-		inidir="${inifile/${PHP_EXT_NAME}.ini/}"
-		inidir="${inidir/ext/ext-active}"
-		dodir "/${inidir}"
-		dosym "/${inifile}" "/${inifile/ext/ext-active}"
-	done
-
-	# Install PHP module
-	php-ext-source-r2_addtoinifiles ";mapi.cache_max_sessions" "128"
-	php-ext-source-r2_addtoinifiles ";mapi.cache_lifetime" "300"
-
-	if use logrotate; then
-		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa || die "Failed to install logrotate"
-	fi
-
-	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg || die "Failed to install config files"
-
-	dodir /var/log/zarafa
-	keepdir /var/log/zarafa
-
-	newinitd "${FILESDIR}"/zarafa-gateway.rc6 zarafa-gateway
-	newinitd "${FILESDIR}"/zarafa-ical.rc6 zarafa-ical
-	newinitd "${FILESDIR}"/zarafa-indexer.rc6 zarafa-indexer
-	newinitd "${FILESDIR}"/zarafa-monitor.rc6 zarafa-monitor
-	newinitd "${FILESDIR}"/zarafa-server.rc6 zarafa-server
-	newinitd "${FILESDIR}"/zarafa-spooler.rc6 zarafa-spooler
-
-}
-
-pkg_postinst() {
-	ewarn "Zarafa 7 has full UTF-8 support. Currently en_US.UTF-8"
-	ewarn "is hardcoded inside the sources. Please add en_US.UTF-8 UTF-8"
-	ewarn "to your /etc/locale.gen and run"
-	ewarn "'localedef -i en_US -f UTF-8 en_US.UTF-8' and 'locale-gen'"
-	elog "If you are upgrading from zcp-6.x please use upgrade script"
-	elog "located at /usr/share/doc/zarafa/zarafa7-upgrade. The script"
-	elog "requires dev-python/mysql-python to be installed in order to work"
-}

diff --git a/net-mail/zarafa/zarafa-7.0.7.ebuild b/net-mail/zarafa/zarafa-7.0.7.ebuild
deleted file mode 100644
index 1adfb07..0000000
--- a/net-mail/zarafa/zarafa-7.0.7.ebuild
+++ /dev/null
@@ -1,124 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=2
-
-PHP_EXT_NAME="mapi"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-3"
-
-inherit versionator php-ext-source-r2 eutils
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=34256
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug ldap +logrotate static"
-
-RDEPEND=">=dev-libs/libical-0.44
-	=dev-cpp/libvmime-0.9.2_pre20120110
-	>=dev-lang/php-5.3.0
-	app-text/catdoc
-	app-text/poppler
-	dev-cpp/clucene
-	virtual/mysql
-	dev-libs/libxml2
-	dev-libs/openssl
-	net-misc/curl
-	sys-libs/e2fsprogs-libs
-	sys-libs/zlib
-	dev-libs/boost
-	ldap? ( net-nds/openldap )
-	logrotate? ( app-admin/logrotate )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-#src_unpack() {
-#	unpack ${P}.tar.bz2
-#}
-
-src_prepare() {
-
-	# Don't install php ini file, as installation doesn't
-	# respect Gentoo way of handling SAPIs
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-no-php-conf.patch
-	epatch "${FILESDIR}"/"${PN}"-7.0.6-gcc46_compile.patch
-}
-
-src_configure() {
-	econf \
-		--enable-oss \
-		--enable-release \
-		--disable-perl \
-		--disable-testtools \
-		--with-userscript-prefix=/etc/zarafa/userscripts \
-		--with-quotatemplate-prefix=/etc/zarafa/quotamails \
-		--with-indexerscripts-prefix=/etc/zarafa/indexerscripts \
-		$(use_enable static) \
-		$(use_enable debug)
-}
-
-src_compile() {
-	emake || die "Compilation failed"
-}
-
-src_install() {
-
-	emake DESTDIR="${D}" install || die "Installation failed"
-
-	# Use only some parts of PHP eclass
-	php-ext-source-r2_buildinilist php${slot}
-	php-ext-source-r2_addextension "${PHP_EXT_NAME}.so"
-
-	# Symlink the <ext>.ini files from ext/ to ext-active/
-	for inifile in ${PHPINIFILELIST} ; do
-		inidir="${inifile/${PHP_EXT_NAME}.ini/}"
-		inidir="${inidir/ext/ext-active}"
-		dodir "/${inidir}"
-		dosym "/${inifile}" "/${inifile/ext/ext-active}"
-	done
-
-	# Install PHP module
-	php-ext-source-r2_addtoinifiles ";mapi.cache_max_sessions" "128"
-	php-ext-source-r2_addtoinifiles ";mapi.cache_lifetime" "300"
-
-	if use logrotate; then
-		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa || die "Failed to install logrotate"
-	fi
-
-	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg || die "Failed to install config files"
-
-	dodir /var/log/zarafa
-	keepdir /var/log/zarafa
-
-	newinitd "${FILESDIR}"/zarafa-gateway.rc6 zarafa-gateway
-	newinitd "${FILESDIR}"/zarafa-ical.rc6 zarafa-ical
-	newinitd "${FILESDIR}"/zarafa-indexer.rc6 zarafa-indexer
-	newinitd "${FILESDIR}"/zarafa-monitor.rc6 zarafa-monitor
-	newinitd "${FILESDIR}"/zarafa-server.rc6 zarafa-server
-	newinitd "${FILESDIR}"/zarafa-spooler.rc6 zarafa-spooler
-
-}
-
-pkg_postinst() {
-	ewarn "Zarafa 7 has full UTF-8 support. Currently en_US.UTF-8"
-	ewarn "is hardcoded inside the sources. Please add en_US.UTF-8 UTF-8"
-	ewarn "to your /etc/locale.gen and run"
-	ewarn "'localedef -i en_US -f UTF-8 en_US.UTF-8' and 'locale-gen'"
-	elog "If you are upgrading from zcp-6.x please use upgrade script"
-	elog "located at /usr/share/doc/zarafa/zarafa7-upgrade. The script"
-	elog "requires dev-python/mysql-python to be installed in order to work"
-}

diff --git a/net-mail/zarafa/zarafa-7.0.8.ebuild b/net-mail/zarafa/zarafa-7.0.8.ebuild
index 6cc620e..11c78b9 100644
--- a/net-mail/zarafa/zarafa-7.0.8.ebuild
+++ b/net-mail/zarafa/zarafa-7.0.8.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 # $Header: $
 
-EAPI=2
+EAPI=4
 
 PHP_EXT_NAME="mapi"
 PHP_EXT_INI="yes"
@@ -69,13 +69,8 @@ src_configure() {
 		$(use_enable debug)
 }
 
-src_compile() {
-	emake || die "Compilation failed"
-}
-
 src_install() {
-
-	emake DESTDIR="${D}" install || die "Installation failed"
+	default
 
 	# Use only some parts of PHP eclass
 	php-ext-source-r2_buildinilist php${slot}
@@ -95,11 +90,11 @@ src_install() {
 
 	if use logrotate; then
 		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa || die "Failed to install logrotate"
+		newins "${FILESDIR}"/zarafa.logrotate zarafa
 	fi
 
 	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg || die "Failed to install config files"
+	doins "${S}"/installer/linux/*.cfg
 
 	dodir /var/log/zarafa
 	keepdir /var/log/zarafa


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] proj/betagarden:master commit in: net-mail/zarafa/files/, net-mail/zarafa/
@ 2020-12-23 21:41 Sebastian Pipping
  0 siblings, 0 replies; 2+ messages in thread
From: Sebastian Pipping @ 2020-12-23 21:41 UTC (permalink / raw
  To: gentoo-commits

commit:     12b54a6a8515966ea234e72bb689bd7a9c382320
Author:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
AuthorDate: Wed Dec 23 21:38:52 2020 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Wed Dec 23 21:39:20 2020 +0000
URL:        https://gitweb.gentoo.org/proj/betagarden.git/commit/?id=12b54a6a

net-mail/zarafa: Drop due to "php-ext-source-r2.eclass not found"

Signed-off-by: Sebastian Pipping <sping <AT> gentoo.org>

 net-mail/zarafa/ChangeLog                          | 147 ---------------------
 .../zarafa/files/zarafa-6.40.1-no-php-conf.patch   |  44 ------
 .../zarafa/files/zarafa-7.0.6-gcc46_compile.patch  |  15 ---
 net-mail/zarafa/files/zarafa-fix-8842.patch        |  23 ----
 net-mail/zarafa/files/zarafa-gateway.rc6           |  29 ----
 net-mail/zarafa/files/zarafa-ical.rc6              |  29 ----
 net-mail/zarafa/files/zarafa-indexer.rc6           |  31 -----
 net-mail/zarafa/files/zarafa-monitor.rc6           |  29 ----
 net-mail/zarafa/files/zarafa-server.rc6            |  34 -----
 net-mail/zarafa/files/zarafa-spooler.rc6           |  29 ----
 net-mail/zarafa/files/zarafa.logrotate             |  65 ---------
 net-mail/zarafa/metadata.xml                       |   7 -
 net-mail/zarafa/zarafa-6.40.14.ebuild              | 110 ---------------
 net-mail/zarafa/zarafa-7.0.8.ebuild                | 118 -----------------
 14 files changed, 710 deletions(-)

diff --git a/net-mail/zarafa/ChangeLog b/net-mail/zarafa/ChangeLog
deleted file mode 100644
index 7e62548..0000000
--- a/net-mail/zarafa/ChangeLog
+++ /dev/null
@@ -1,147 +0,0 @@
-# ChangeLog for net-mail/zarafa
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-
-  17 Apr 2013; Christoph Mende <angelos@gentoo.org> -zarafa-6.40.11.ebuild,
-  -zarafa-6.40.12.ebuild, -zarafa-7.0.5.ebuild, -zarafa-7.0.6.ebuild,
-  -zarafa-7.0.7.ebuild, zarafa-6.40.14.ebuild, zarafa-7.0.8.ebuild:
-  zarafa: Remove old, bump to EAPI4 for php-ext-source-r2 compatibility
-
-*zarafa-7.0.8 (19 Jun 2012)
-
-  19 Jun 2012; Robert Piasek <dagger@gentoo.org> +zarafa-7.0.8.ebuild:
-  Add ZCP 7.0.8
-
-*zarafa-7.0.7 (28 May 2012)
-
-  28 May 2012; Robert Piasek <dagger@gentoo.org> +zarafa-7.0.7.ebuild:
-  Add ZCP 7.0.7
-
-  23 Apr 2012; Robert Piasek <dagger@gentoo.org> -zarafa-6.40.9.ebuild,
-  zarafa-6.40.11.ebuild, zarafa-6.40.12.ebuild, zarafa-6.40.14.ebuild,
-  zarafa-7.0.5.ebuild, zarafa-7.0.6.ebuild:
-  Change deps from dev-db/mysql to virtual/mysql
-
-  22 Mar 2012; Robert Piasek <dagger@gentoo.org>
-  +files/zarafa-7.0.6-gcc46_compile.patch:
-  Move to betagarden overlay. Add patch to compile with gcc-4.6 (thanks sping)
-
-*zarafa-7.0.6 (20 Mar 2012)
-
-  20 Mar 2012; Robert Piasek <dagger@gentoo.org> -zarafa-7.0.2.ebuild,
-  -zarafa-7.0.3.ebuild, -zarafa-7.0.4.ebuild, +zarafa-7.0.6.ebuild:
-  Add zarafa 7.0.6. Remove older 7.0.x versions
-
-*zarafa-7.0.5 (14 Feb 2012)
-
-  14 Feb 2012; Robert Piasek <dagger@gentoo.org> +zarafa-7.0.5.ebuild:
-  Add zarafa 7.0.5
-
-*zarafa-6.40.14 (23 Jan 2012)
-
-  23 Jan 2012; Robert Piasek <dagger@gentoo.org> -zarafa-6.40.13.ebuild,
-  +zarafa-6.40.14.ebuild, +files/zarafa-fix-8842.patch:
-  Add ZCP 6.40.14. Include fix for bug ZCP-8842
-
-*zarafa-7.0.4 (29 Dec 2011)
-
-  29 Dec 2011; Robert Piasek <dagger@gentoo.org> -zarafa-7.0.1.ebuild,
-  +zarafa-7.0.4.ebuild:
-  Add ZCP 7.0.4
-
-*zarafa-6.40.13 (13 Dec 2011)
-
-  13 Dec 2011; Robert Piasek <dagger@gentoo.org> -zarafa-6.40.10.ebuild,
-  +zarafa-6.40.13.ebuild:
-  Add ZCP 6.40.13
-
-*zarafa-7.0.3 (17 Nov 2011)
-
-  17 Nov 2011; Robert Piasek <dagger@gentoo.org> +zarafa-7.0.3.ebuild:
-  Add ZCP 7.0.3
-
-*zarafa-7.0.2 (03 Nov 2011)
-
-  03 Nov 2011; Robert Piasek <dagger@gentoo.org> -zarafa-7.0.0.ebuild,
-  +zarafa-7.0.2.ebuild:
-  Add ZCP 7.0.2
-
-*zarafa-6.40.12 (02 Nov 2011)
-
-  02 Nov 2011; Robert Piasek <dagger@gentoo.org> +zarafa-6.40.12.ebuild:
-  Add ZCP 6.40.12
-
-*zarafa-6.40.11 (20 Sep 2011)
-
-  20 Sep 2011; Robert Piasek <dagger@gentoo.org> -zarafa-6.40.7.ebuild,
-  -zarafa-6.40.8.ebuild, +zarafa-6.40.11.ebuild:
-  Add zarafa 6.4.11
-
-*zarafa-7.0.1 (22 Aug 2011)
-
-  22 Aug 2011; Robert Piasek <dagger@gentoo.org> +zarafa-7.0.1.ebuild:
-  Add zarafa 7.0.1
-
-*zarafa-6.40.10 (26 Jul 2011)
-
-  26 Jul 2011; Robert Piasek <dagger@gentoo.org> +zarafa-6.40.10.ebuild:
-  Add version 6.40.10
-
-*zarafa-7.0.0 (08 Jul 2011)
-
-  08 Jul 2011; Robert Piasek <dagger@gentoo.org> +zarafa-7.0.0.ebuild:
-  Add zcp-7.0.0
-
-*zarafa-6.40.9 (20 Jun 2011)
-
-  20 Jun 2011; Robert Piasek <dagger@gentoo.org> +zarafa-6.40.9.ebuild:
-  Add version 6.40.9
-
-*zarafa-6.40.8 (26 May 2011)
-
-  26 May 2011; Robert Piasek <dagger@gentoo.org> -zarafa-6.40.2.ebuild,
-  -zarafa-6.40.3.ebuild, -zarafa-6.40.3-r1.ebuild, -zarafa-6.40.4-r1.ebuild,
-  -zarafa-6.40.5-r1.ebuild, +zarafa-6.40.8.ebuild:
-  Add version 6.40.8.
-  Remove older ebuilds
-
-*zarafa-6.40.7 (19 Apr 2011)
-
-  19 Apr 2011; Robert Piasek <dagger@gentoo.org> +zarafa-6.40.7.ebuild:
-  Add version 6.40.7
-
-*zarafa-6.40.5-r1 (25 Jan 2011)
-
-  25 Jan 2011; Robert Piasek <dagger@gentoo.org> -zarafa-6.40.5.ebuild,
-  +zarafa-6.40.5-r1.ebuild, +files/zarafa-6.40.5-add-missing-endif.patch,
-  +files/zarafa-6.40.5-fix-missing-installation-file.patch:
-  Fix compilation and installation issues with 6.40.5 release
-
-*zarafa-6.40.5 (25 Jan 2011)
-
-  25 Jan 2011; Robert Piasek <dagger@gentoo.org> +zarafa-6.40.5.ebuild:
-  Add version 6.40.5
-
-*zarafa-6.40.4-r1 (09 Dec 2010)
-
-  09 Dec 2010; Robert Piasek <dagger@gentoo.org> -zarafa-6.40.4.ebuild,
-  +zarafa-6.40.4-r1.ebuild:
-  Updated version to 6.40.4 final (previous was pulled out)
-
-*zarafa-6.40.4 (03 Dec 2010)
-
-  03 Dec 2010; Robert Piasek <dagger@gentoo.org> +zarafa-6.40.4.ebuild:
-  Added version 6.40.4
-
-*zarafa-6.40.3-r1 (24 Nov 2010)
-
-  24 Nov 2010; Robert Piasek <dagger@gentoo.org> +zarafa-6.40.3-r1.ebuild:
-  Make it work with current PHP ecalss
-
-*zarafa-6.40.3 (28 Oct 2010)
-
-  28 Oct 2010; Robert Piasek <dagger@gentoo.org>
-  +files/zarafa-6.40.1-no-php-conf.patch, +zarafa-6.40.3.ebuild:
-  Added version 6.40.3.
-
-  11 Aug 2010; Robert Piasek <dagger@gentoo.org> zarafa-6.40.1.ebuild:
-  Updated libical dependency. It seems 0.44 is required to make it work ok

diff --git a/net-mail/zarafa/files/zarafa-6.40.1-no-php-conf.patch b/net-mail/zarafa/files/zarafa-6.40.1-no-php-conf.patch
deleted file mode 100644
index 9e51f09..0000000
--- a/net-mail/zarafa/files/zarafa-6.40.1-no-php-conf.patch
+++ /dev/null
@@ -1,44 +0,0 @@
---- php-ext/Makefile.in~	2010-10-20 12:26:22.000000000 +0100
-+++ php-ext/Makefile.in	2010-10-28 13:40:48.830318647 +0100
-@@ -34,7 +34,7 @@
- build_triplet = @build@
- host_triplet = @host@
- subdir = php-ext
--DIST_COMMON = $(dist_data_DATA) $(dist_sysconf_DATA) \
-+DIST_COMMON = $(dist_data_DATA) \
- 	$(srcdir)/Makefile.am $(srcdir)/Makefile.in
- ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
- am__aclocal_m4_deps = $(top_srcdir)/configure.ac
-@@ -86,7 +86,7 @@
- DIST_SOURCES = $(mapi_la_SOURCES)
- dist_dataDATA_INSTALL = $(INSTALL_DATA)
- dist_sysconfDATA_INSTALL = $(INSTALL_DATA)
--DATA = $(dist_data_DATA) $(dist_sysconf_DATA)
-+DATA = $(dist_data_DATA)
- ETAGS = etags
- CTAGS = ctags
- DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
-@@ -406,23 +406,6 @@
- 	  echo " rm -f '$(DESTDIR)$(datadir)/$$f'"; \
- 	  rm -f "$(DESTDIR)$(datadir)/$$f"; \
- 	done
--install-dist_sysconfDATA: $(dist_sysconf_DATA)
--	@$(NORMAL_INSTALL)
--	test -z "$(sysconfdir)" || $(MKDIR_P) "$(DESTDIR)$(sysconfdir)"
--	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
--	  if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	  f=$(am__strip_dir) \
--	  echo " $(dist_sysconfDATA_INSTALL) '$$d$$p' '$(DESTDIR)$(sysconfdir)/$$f'"; \
--	  $(dist_sysconfDATA_INSTALL) "$$d$$p" "$(DESTDIR)$(sysconfdir)/$$f"; \
--	done
--
--uninstall-dist_sysconfDATA:
--	@$(NORMAL_UNINSTALL)
--	@list='$(dist_sysconf_DATA)'; for p in $$list; do \
--	  f=$(am__strip_dir) \
--	  echo " rm -f '$(DESTDIR)$(sysconfdir)/$$f'"; \
--	  rm -f "$(DESTDIR)$(sysconfdir)/$$f"; \
--	done
- 
- ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
- 	list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \

diff --git a/net-mail/zarafa/files/zarafa-7.0.6-gcc46_compile.patch b/net-mail/zarafa/files/zarafa-7.0.6-gcc46_compile.patch
deleted file mode 100644
index 989a011..0000000
--- a/net-mail/zarafa/files/zarafa-7.0.6-gcc46_compile.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- common/ECLogger.cpp	2012-03-22 03:39:03.055162270 +0100
-+++ common/ECLogger.cpp	2012-03-22 03:39:21.626930091 +0100
-@@ -166,9 +166,9 @@
- 		szMode = NULL;
- 	} else {
- 		if (compress) {
--			fnOpen = &gzopen;
--			fnClose = &gzclose;
--			fnPrintf = &gzprintf;
-+			fnOpen = (open_func)&gzopen;
-+			fnClose = (close_func)&gzclose;
-+			fnPrintf = (printf_func)&gzprintf;
- 			fnFileno = NULL;
- 			fnFlush = NULL;	// gzflush does exist, but degrades performance
- 			szMode = "wb";

diff --git a/net-mail/zarafa/files/zarafa-fix-8842.patch b/net-mail/zarafa/files/zarafa-fix-8842.patch
deleted file mode 100644
index 5f79f22..0000000
--- a/net-mail/zarafa/files/zarafa-fix-8842.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-Index: trunk/zcp/provider/libserver/ZarafaCmd.cpp
-===================================================================
-diff -u -N -r31009 -r31058
---- trunk/zcp/provider/libserver/ZarafaCmd.cpp	(.../ZarafaCmd.cpp)	(revision 31009)
-+++ trunk/zcp/provider/libserver/ZarafaCmd.cpp	(.../ZarafaCmd.cpp)	(revision 31058)
-@@ -824,13 +824,15 @@
- 	ECRESULT	er = erSuccess;
- 	ECSession 	*lpecSession = NULL;
- 
--	er = g_lpSessionManager->ValidateSession(soap, ulSessionId, &lpecSession, false);
-+	er = g_lpSessionManager->ValidateSession(soap, ulSessionId, &lpecSession, true);
- 	if(er != erSuccess)
- 		goto exit;
- 
-     if(lpecSession->GetAuthMethod() == ECSession::METHOD_USERPASSWORD || lpecSession->GetAuthMethod() == ECSession::METHOD_SSO)
-         SaveLogonTime(lpecSession, false);
- 
-+	lpecSession->Unlock();
-+
-     // lpecSession is discarded. It is not locked, so we can do that. We only did the 'validatesession'
-     // call to see if the session id existed in the first place, and the request is coming from the correct
-     // IP address. Another logoff() call called at the same time may remove the session *here*, in which case the following call
-

diff --git a/net-mail/zarafa/files/zarafa-gateway.rc6 b/net-mail/zarafa/files/zarafa-gateway.rc6
deleted file mode 100644
index fff8b54..0000000
--- a/net-mail/zarafa/files/zarafa-gateway.rc6
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-GATEWAYCONFIG=/etc/zarafa/gateway.cfg
-GATEWAYPROGRAM=/usr/bin/zarafa-gateway
-
-[ -x $GATEWAYPROGRAM ] || exit 0
-
-GATEWAYCONFIG_OPT=""
-[ ! -z $GATEWAYCONFIG -a -f $GATEWAYCONFIG ] && GATEWAYCONFIG_OPT="-c $GATEWAYCONFIG"
-
-PIDFILE=/var/run/"${SVCNAME}".pid
-
-start() {
-	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start \
-		--pidfile ${PIDFILE} \
-		--exec ${GATEWAYPROGRAM} -- ${GATEWAYCONFIG_OPT}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping ${SVCNAME}"
-		start-stop-daemon --stop \
-		--pidfile ${PIDFILE} \
-		--exec ${GATEWAYPROGRAM} -- ${GATEWAYCONFIG_OPT}
-	eend $?
-}

diff --git a/net-mail/zarafa/files/zarafa-ical.rc6 b/net-mail/zarafa/files/zarafa-ical.rc6
deleted file mode 100644
index 2ac65e6..0000000
--- a/net-mail/zarafa/files/zarafa-ical.rc6
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-ICALCONFIG=/etc/zarafa/ical.cfg
-ICALPROGRAM=/usr/bin/zarafa-ical
-
-[ -x $ICALPROGRAM ] || exit 0
-
-ICALCONFIG_OPT=""
-[ ! -z $ICALCONFIG -a -f $ICALCONFIG ] && ICALCONFIG_OPT="-c $ICALCONFIG"
-
-PIDFILE=/var/run/"${SVCNAME}".pid
-
-start() {
-	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start \
-		--pidfile ${PIDFILE} \
-		--exec ${ICALPROGRAM} -- ${ICALCONFIG_OPT}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping ${SVCNAME}"
-	start-stop-daemon --stop \
-		--pidfile ${PIDFILE} \
-		--exec ${ICALPROGRAM} -- ${ICALCONFIG_OPT}
-	eend $?
-}

diff --git a/net-mail/zarafa/files/zarafa-indexer.rc6 b/net-mail/zarafa/files/zarafa-indexer.rc6
deleted file mode 100644
index 0983113..0000000
--- a/net-mail/zarafa/files/zarafa-indexer.rc6
+++ /dev/null
@@ -1,31 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-INDEXERCONFIG=/etc/zarafa/indexer.cfg
-INDEXERPROGRAM=/usr/bin/zarafa-indexer
-
-[ -x $INDEXERPROGRAM ] || exit 0
-
-INDEXERCONFIG_OPT=""
-[ ! -z $INDEXERCONFIG -a -f $INDEXERCONFIG ] && INDEXERCONFIG_OPT="-c
-$INDEXERCONFIG"
-
-PIDFILE=/var/run/"${SVCNAME}".pid
-
-start() {
-	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start \
-		--pidfile ${PIDFILE} \
-		--exec ${INDEXERPROGRAM} -- ${INDEXERCONFIG_OPT}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping ${SVCNAME}"
-	start-stop-daemon --stop \
-		--pidfile ${PIDFILE} \
-		--retry 65 \
-		--exec ${INDEXERPROGRAM} -- ${INDEXERCONFIG_OPT}
-	eend $?
-}

diff --git a/net-mail/zarafa/files/zarafa-monitor.rc6 b/net-mail/zarafa/files/zarafa-monitor.rc6
deleted file mode 100644
index cba65cf..0000000
--- a/net-mail/zarafa/files/zarafa-monitor.rc6
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-MONITORCONFIG=/etc/zarafa/monitor.cfg
-MONITORPROGRAM=/usr/bin/zarafa-monitor
-
-[ -x $MONITORPROGRAM ] || exit 0
-
-MONITORCONFIG_OPT=""
-[ ! -z $MONITORCONFIG -a -f $MONITORCONFIG ] && MONITORCONFIG_OPT="-c $MONITORCONFIG"
-
-PIDFILE=/var/run/"${SVCNAME}".pid
-
-start() {
-	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start \
-		--pidfile ${PIDFILE} \
-		--exec ${MONITORPROGRAM} -- ${MONITORCONFIG_OPT}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping ${SVCNAME}"
-	start-stop-daemon --stop \
-		--pidfile ${PIDFILE} \
-		--exec ${MONITORPROGRAM} -- ${MONITORCONFIG_OPT}
-	eend $?
-}

diff --git a/net-mail/zarafa/files/zarafa-server.rc6 b/net-mail/zarafa/files/zarafa-server.rc6
deleted file mode 100644
index 95335ed..0000000
--- a/net-mail/zarafa/files/zarafa-server.rc6
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-SERVERCONFIG=/etc/zarafa/server.cfg
-SERVERPROGRAM=/usr/bin/zarafa-server
-
-[ -x $SERVERPROGRAM ] || exit 0
-
-SERVERCONFIG_OPT=""
-[ ! -z $SERVERCONFIG -a -f $SERVERCONFIG ] && SERVERCONFIG_OPT="-c $SERVERCONFIG"
-
-PIDFILE=/var/run/"${SVCNAME}".pid
-
-depend() {
-	need mysql
-}
-
-start() {
-	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start \
-		--pidfile ${PIDFILE} \
-		--exec ${SERVERPROGRAM} -- ${SERVERCONFIG_OPT}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping ${SVCNAME}"
-	start-stop-daemon --stop \
-		--pidfile ${PIDFILE} \
-		--retry 65 \
-		--exec ${SERVERPROGRAM} -- ${SERVERCONFIG_OPT}
-	eend $?
-}

diff --git a/net-mail/zarafa/files/zarafa-spooler.rc6 b/net-mail/zarafa/files/zarafa-spooler.rc6
deleted file mode 100644
index 1ab90d6..0000000
--- a/net-mail/zarafa/files/zarafa-spooler.rc6
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/sbin/runscript
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-SPOOLERCONFIG=/etc/zarafa/spooler.cfg
-SPOOLERPROGRAM=/usr/bin/zarafa-spooler
-
-[ -x $SPOOLERPROGRAM ] || exit 0
-
-SPOOLERCONFIG_OPT=""
-[ ! -z $SPOOLERCONFIG -a -f $SPOOLERCONFIG ] && SPOOLERCONFIG_OPT="-c $SPOOLERCONFIG"
-
-PIDFILE=/var/run/"${SVCNAME}".pid
-
-start() {
-	ebegin "Starting ${SVCNAME}"
-	start-stop-daemon --start \
-		--pidfile ${PIDFILE} \
-		--exec ${SPOOLERPROGRAM} -- ${SPOOLERCONFIG_OPT}
-	eend $?
-}
-
-stop() {
-	ebegin "Stopping ${SVCNAME}"
-	start-stop-daemon --stop \
-		--pidfile ${PIDFILE} \
-		--exec ${SPOOLERPROGRAM} -- ${SPOOLERCONFIG_OPT}
-	eend $?
-}

diff --git a/net-mail/zarafa/files/zarafa.logrotate b/net-mail/zarafa/files/zarafa.logrotate
deleted file mode 100644
index e964bc4..0000000
--- a/net-mail/zarafa/files/zarafa.logrotate
+++ /dev/null
@@ -1,65 +0,0 @@
-#
-# This is an example for the common logrotate system.
-# Copy this file to /etc/logrotate.d/zarafa to activate it.
-# Also, check the location of the logfiles, and replace if needed.
-#
-
-/var/log/zarafa/server.log {
-        weekly
-        missingok
-        rotate 52
-        compress
-        delaycompress
-        notifempty
-        postrotate
-			killall -HUP zarafa-server
-        endscript
-}
-
-/var/log/zarafa/spooler.log {
-        weekly
-        missingok
-        rotate 52
-        compress
-        delaycompress
-        notifempty
-        postrotate
-			killall -HUP zarafa-spooler
-        endscript
-}
-
-/var/log/zarafa/monitor.log {
-        weekly
-        missingok
-        rotate 52
-        compress
-        delaycompress
-        notifempty
-        postrotate
-			killall -HUP zarafa-monitor
-        endscript
-}
-
-/var/log/zarafa/gateway.log {
-        weekly
-        missingok
-        rotate 52
-        compress
-        delaycompress
-        notifempty
-        postrotate
-			killall -HUP zarafa-gateway
-        endscript
-}
-
-/var/log/zarafa/ical.log {
-        weekly
-        missingok
-        rotate 52
-        compress
-        delaycompress
-        notifempty
-        postrotate
-			killall -HUP zarafa-ical
-        endscript
-}

diff --git a/net-mail/zarafa/metadata.xml b/net-mail/zarafa/metadata.xml
deleted file mode 100644
index efb3561..0000000
--- a/net-mail/zarafa/metadata.xml
+++ /dev/null
@@ -1,7 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<use>
-	<flag name="logrotate">Adds support for <pkg>app-admin/logrotate</pkg></flag>
-</use>
-</pkgmetadata>

diff --git a/net-mail/zarafa/zarafa-6.40.14.ebuild b/net-mail/zarafa/zarafa-6.40.14.ebuild
deleted file mode 100644
index dc1976c..0000000
--- a/net-mail/zarafa/zarafa-6.40.14.ebuild
+++ /dev/null
@@ -1,110 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PHP_EXT_NAME="mapi"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-3"
-
-inherit versionator php-ext-source-r2 eutils
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=31537
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug ldap +logrotate static"
-
-RDEPEND=">=dev-libs/libical-0.44
-	=dev-cpp/libvmime-0.7.1
-	>=dev-lang/php-5.2.0
-	app-text/catdoc
-	app-text/poppler
-	dev-cpp/clucene
-	virtual/mysql
-	dev-libs/libxml2
-	dev-libs/openssl
-	net-misc/curl
-	sys-libs/e2fsprogs-libs
-	sys-libs/zlib
-	dev-libs/boost
-	ldap? ( net-nds/openldap )
-	logrotate? ( app-admin/logrotate )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-#src_unpack() {
-#	unpack ${P}.tar.bz2
-#}
-
-src_prepare() {
-	# Don't install php ini file, as installation doesn't
-	# respect Gentoo way of handling SAPIs
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-no-php-conf.patch
-
-	# Fix for zarafa-server crash - bug ID 8842
-	# https://jira.zarafa.com/browse/ZCP-8842
-	epatch "${FILESDIR}"/"${PN}"-fix-8842.patch
-}
-
-src_configure() {
-	econf \
-		--enable-oss \
-		--enable-release \
-		--disable-perl \
-		--disable-testtools \
-		--with-userscript-prefix=/etc/zarafa/userscripts \
-		--with-quotatemplate-prefix=/etc/zarafa/quotamails \
-		--with-indexerscripts-prefix=/etc/zarafa/indexerscripts \
-		$(use_enable static) \
-		$(use_enable debug)
-}
-
-src_install() {
-	default
-
-	# Use only some parts of PHP eclass
-	php-ext-source-r2_buildinilist php${slot}
-	php-ext-source-r2_addextension "${PHP_EXT_NAME}.so"
-
-	# Symlink the <ext>.ini files from ext/ to ext-active/
-	for inifile in ${PHPINIFILELIST} ; do
-		inidir="${inifile/${PHP_EXT_NAME}.ini/}"
-		inidir="${inidir/ext/ext-active}"
-		dodir "/${inidir}"
-		dosym "/${inifile}" "/${inifile/ext/ext-active}"
-	done
-
-	# Install PHP module
-	php-ext-source-r2_addtoinifiles ";mapi.cache_max_sessions" "128"
-	php-ext-source-r2_addtoinifiles ";mapi.cache_lifetime" "300"
-
-	if use logrotate; then
-		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa
-	fi
-
-	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg
-
-	dodir /var/log/zarafa
-	keepdir /var/log/zarafa
-
-	newinitd "${FILESDIR}"/zarafa-gateway.rc6 zarafa-gateway
-	newinitd "${FILESDIR}"/zarafa-ical.rc6 zarafa-ical
-	newinitd "${FILESDIR}"/zarafa-indexer.rc6 zarafa-indexer
-	newinitd "${FILESDIR}"/zarafa-monitor.rc6 zarafa-monitor
-	newinitd "${FILESDIR}"/zarafa-server.rc6 zarafa-server
-	newinitd "${FILESDIR}"/zarafa-spooler.rc6 zarafa-spooler
-
-}

diff --git a/net-mail/zarafa/zarafa-7.0.8.ebuild b/net-mail/zarafa/zarafa-7.0.8.ebuild
deleted file mode 100644
index cffa8ba..0000000
--- a/net-mail/zarafa/zarafa-7.0.8.ebuild
+++ /dev/null
@@ -1,118 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=4
-
-PHP_EXT_NAME="mapi"
-PHP_EXT_INI="yes"
-PHP_EXT_ZENDEXT="no"
-USE_PHP="php5-3"
-
-inherit versionator php-ext-source-r2 eutils
-
-ZARAFA_MAJOR=$(get_version_component_range 1 ${PV})
-ZARAFA_MINOR=$(get_version_component_range 2 ${PV})
-ZARAFA_MICRO=$(get_version_component_range 3 ${PV})
-ZARAFA_REV=35178
-
-DESCRIPTION="Open Source Groupware Solution"
-HOMEPAGE="http://zarafa.com/"
-SRC_URI="http://download.zarafa.com/community/final/${ZARAFA_MAJOR}.${ZARAFA_MINOR}/${PV}-${ZARAFA_REV}/sourcecode/zcp-${PV}.tar.gz"
-
-LICENSE="AGPL-3"
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE="debug ldap +logrotate static"
-
-RDEPEND=">=dev-libs/libical-0.44
-	=dev-cpp/libvmime-0.9.2_pre20120110
-	>=dev-lang/php-5.3.0
-	app-text/catdoc
-	app-text/poppler
-	dev-cpp/clucene
-	virtual/mysql
-	dev-libs/libxml2
-	dev-libs/openssl
-	net-misc/curl
-	sys-libs/e2fsprogs-libs
-	sys-libs/zlib
-	dev-libs/boost
-	ldap? ( net-nds/openldap )
-	logrotate? ( app-admin/logrotate )"
-DEPEND="${RDEPEND}
-	sys-devel/gettext
-	virtual/pkgconfig"
-
-#src_unpack() {
-#	unpack ${P}.tar.bz2
-#}
-
-src_prepare() {
-
-	# Don't install php ini file, as installation doesn't
-	# respect Gentoo way of handling SAPIs
-	epatch "${FILESDIR}"/"${PN}"-6.40.1-no-php-conf.patch
-	epatch "${FILESDIR}"/"${PN}"-7.0.6-gcc46_compile.patch
-}
-
-src_configure() {
-	econf \
-		--enable-oss \
-		--enable-release \
-		--disable-perl \
-		--disable-testtools \
-		--with-userscript-prefix=/etc/zarafa/userscripts \
-		--with-quotatemplate-prefix=/etc/zarafa/quotamails \
-		--with-indexerscripts-prefix=/etc/zarafa/indexerscripts \
-		$(use_enable static) \
-		$(use_enable debug)
-}
-
-src_install() {
-	default
-
-	# Use only some parts of PHP eclass
-	php-ext-source-r2_buildinilist php${slot}
-	php-ext-source-r2_addextension "${PHP_EXT_NAME}.so"
-
-	# Symlink the <ext>.ini files from ext/ to ext-active/
-	for inifile in ${PHPINIFILELIST} ; do
-		inidir="${inifile/${PHP_EXT_NAME}.ini/}"
-		inidir="${inidir/ext/ext-active}"
-		dodir "/${inidir}"
-		dosym "/${inifile}" "/${inifile/ext/ext-active}"
-	done
-
-	# Install PHP module
-	php-ext-source-r2_addtoinifiles ";mapi.cache_max_sessions" "128"
-	php-ext-source-r2_addtoinifiles ";mapi.cache_lifetime" "300"
-
-	if use logrotate; then
-		insinto /etc/logrotate.d
-		newins "${FILESDIR}"/zarafa.logrotate zarafa
-	fi
-
-	insinto /etc/zarafa
-	doins "${S}"/installer/linux/*.cfg
-
-	dodir /var/log/zarafa
-	keepdir /var/log/zarafa
-
-	newinitd "${FILESDIR}"/zarafa-gateway.rc6 zarafa-gateway
-	newinitd "${FILESDIR}"/zarafa-ical.rc6 zarafa-ical
-	newinitd "${FILESDIR}"/zarafa-indexer.rc6 zarafa-indexer
-	newinitd "${FILESDIR}"/zarafa-monitor.rc6 zarafa-monitor
-	newinitd "${FILESDIR}"/zarafa-server.rc6 zarafa-server
-	newinitd "${FILESDIR}"/zarafa-spooler.rc6 zarafa-spooler
-
-}
-
-pkg_postinst() {
-	ewarn "Zarafa 7 has full UTF-8 support. Currently en_US.UTF-8"
-	ewarn "is hardcoded inside the sources. Please add en_US.UTF-8 UTF-8"
-	ewarn "to your /etc/locale.gen and run"
-	ewarn "'localedef -i en_US -f UTF-8 en_US.UTF-8' and 'locale-gen'"
-	elog "If you are upgrading from zcp-6.x please use upgrade script"
-	elog "located at /usr/share/doc/zarafa/zarafa7-upgrade. The script"
-	elog "requires dev-python/mysql-python to be installed in order to work"
-}


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-23 21:41 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-17 16:09 [gentoo-commits] proj/betagarden:master commit in: net-mail/zarafa/files/, net-mail/zarafa/ Christoph Mende
  -- strict thread matches above, loose matches on Subject: below --
2020-12-23 21:41 Sebastian Pipping

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox