diff options
author | 2013-04-17 20:08:20 +0200 | |
---|---|---|
committer | 2013-04-17 20:08:20 +0200 | |
commit | 9ea2007821d937432f7e0d7e3d4449e35fdd5c6c (patch) | |
tree | f790364a3b36162b3eeab834f32e8c558a3d6cfd /net-mail/zarafa/zarafa-7.0.8.ebuild | |
parent | New package app-shells/xyzsh (diff) | |
download | betagarden-9ea2007821d937432f7e0d7e3d4449e35fdd5c6c.tar.gz betagarden-9ea2007821d937432f7e0d7e3d4449e35fdd5c6c.tar.bz2 betagarden-9ea2007821d937432f7e0d7e3d4449e35fdd5c6c.zip |
zarafa: Remove old, bump to EAPI4 for php-ext-source-r2 compatibility
Package-Manager: portage-2.2.0_alpha173
Diffstat (limited to 'net-mail/zarafa/zarafa-7.0.8.ebuild')
-rw-r--r-- | net-mail/zarafa/zarafa-7.0.8.ebuild | 15 |
1 files changed, 5 insertions, 10 deletions
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 |