Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 277045 Details for
Bug 371627
net-libs/libmapi-0.10 ebuild
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
net-libs/libmapi-0.10 ebuild
libmapi-0.10.ebuild (text/plain), 1.07 KB, created by
Sejul Shah
on 2011-06-14 14:27:36 UTC
(
hide
)
Description:
net-libs/libmapi-0.10 ebuild
Filename:
MIME Type:
Creator:
Sejul Shah
Created:
2011-06-14 14:27:36 UTC
Size:
1.07 KB
patch
obsolete
># Copyright 1999-2011 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-libs/libmapi/libmapi-0.9.ebuild,v 1.1 2010/02/23 12:31:58 dagger Exp $ > >EAPI="2" > >MY_PN=openchange >MY_P=${MY_PN}-${PV}-NOMAD > >DESCRIPTION="Portable open-source implementations of Exchange protocols." >HOMEPAGE="http://www.openchange.org/" >SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tar.gz" > >LICENSE="GPL-3" >SLOT="0" >KEYWORDS="" >IUSE="python" > >RDEPEND=">=net-fs/samba-4.0.0_alpha13 > dev-lang/python" > >DEPEND="${RDEPEND}" > >S=${WORKDIR}/${MY_P} > >src_configure() { > ECONF="--disable-coverage > --disable-swig-perl > $(use_enable python pymapi)" > > econf ${ECONF} >} > >src_compile() { > emake libmapi || die "libmapi compilation failed" > emake libmapixx || die "libmapixx compilation failed" >} > >src_install() { > emake DESTDIR="${D}" libmapi-install || die "libmapi install failed" > emake DESTDIR="${D}" libmapixx-install || die "libmapixx install failed" > > if use python ; then > emake DESTDIR="${D}" python-install || die "python install failed" > fi > >}
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 371627
:
277045
|
277587