Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 235925 Details for
Bug 239514
www-apps/zarafa (New Package)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
updated zarafa ebuild for 6.40 with new zarafa-indexer
zarafa-6.40.0.ebuild (text/plain), 2.05 KB, created by
HKnoeferl
on 2010-06-19 11:32:33 UTC
(
hide
)
Description:
updated zarafa ebuild for 6.40 with new zarafa-indexer
Filename:
MIME Type:
Creator:
HKnoeferl
Created:
2010-06-19 11:32:33 UTC
Size:
2.05 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >PHP_EXT_NAME="mapi" >PHP_EXT_INI="yes" >PHP_EXT_ZENDEXT="no" > >ZARAFA_URL="http://www.zarafa.com/?q=en/download-community" >ZARAFA_PACKAGE="${P}.tar.gz" > >inherit eutils php-ext-base-r1 > >DESCRIPTION="Open Source Groupware Solution" >HOMEPAGE="http://zarafa.com/" >SRC_URI="${ZARAFA_PACKAGE}" > >LICENSE="AGPL-3" >SLOT="0" >KEYWORDS="x86" >RESTRICT="fetch" >IUSE="debug ldap logrotate static" > >RDEPEND=">=dev-libs/libical-0.40 > =dev-cpp/libvmime-0.7.1 > >=dev-lang/php-5.2.0 > app-text/catdoc > app-text/poppler > dev-cpp/clucene > dev-db/mysql > dev-libs/libxml2 > dev-libs/openssl > net-misc/curl > sys-libs/e2fsprogs-libs > sys-libs/zlib > ldap? ( net-nds/openldap ) > logrotate? ( app-admin/logrotate )" >DEPEND="${RDEPEND} > dev-util/pkgconfig > sys-devel/gettext" > >pkg_nofetch() { > einfo "Please download ${ZARAFA_PACKAGE} from:" > einfo ${ZARAFA_URL} > einfo "and move it to ${DISTDIR}" >} > >src_compile() { > 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) > emake || die "emake failed" >} > >src_install() { > make DESTDIR="${D}" install || die "make install failed" > > php-ext-base-r1_src_install > > 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-licensed.rc6 zarafa-licensed > newinitd ${FILESDIR}/zarafa-monitor.rc6 zarafa-monitor > newinitd ${FILESDIR}/zarafa-server.rc6 zarafa-server > newinitd ${FILESDIR}/zarafa-spooler.rc6 zarafa-spooler >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 239514
:
167132
|
167134
|
167135
|
167137
|
167139
|
167141
|
167143
|
167144
|
167146
|
167147
|
167148
|
167280
|
167281
|
167285
|
167287
|
196379
|
196383
|
207000
| 235925 |
235927
|
242575
|
254025