Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 167132 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]
dev-cpp/libvmime-0.7.1.ebuild
libvmime-0.7.1.ebuild (text/plain), 1.55 KB, created by
Milan Nikolic
on 2008-10-04 09:12:16 UTC
(
hide
)
Description:
dev-cpp/libvmime-0.7.1.ebuild
Filename:
MIME Type:
Creator:
Milan Nikolic
Created:
2008-10-04 09:12:16 UTC
Size:
1.55 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: $ > >inherit eutils > >ZARAFA_PATCHES="zarafa-vmime-patches.tar.gz" > >DESCRIPTION="A powerful C++ class library for working with MIME messages and services like IMAP, POP or SMTP." >HOMEPAGE="http://www.vmime.org/" >SRC_URI="mirror://sourceforge/vmime/${P}.tar.bz2 > http://developer.zarafa.com/download/${ZARAFA_PATCHES}" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~x86 ~amd64" >IUSE="debug doc examples sasl ssl" > >RDEPEND="sasl? ( net-libs/libgsasl ) > ssl? ( net-libs/gnutls ) > virtual/libiconv" >DEPEND="${RDEPEND} > doc? ( app-doc/doxygen )" > >src_unpack() { > unpack ${A} > mv *.diff ${S} > cd "${S}" > for x in *.diff; do > epatch ${x} || die "epatch ${x} failed"; > done > sed -i \ > -e "s|doc/\${PACKAGE_TARNAME}|doc/${PF}|" \ > -e "s|doc/\$(GENERIC_LIBRARY_NAME)|doc/${PF}|" \ > configure Makefile.in || die "sed failed" >} > >src_compile() { > econf \ > $(use_enable debug) \ > $(use_enable sasl) \ > $(use_enable ssl tls) \ > --enable-platform-posix \ > --enable-messaging \ > --enable-messaging-proto-pop3 \ > --enable-messaging-proto-smtp \ > --enable-messaging-proto-imap \ > --enable-messaging-proto-maildir \ > --enable-messaging-proto-sendmail \ > || die "econf failed" > emake || die "emake failed" > if use doc ; then > doxygen vmime.doxygen || die "doxygen failed" > fi >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" > if use doc ; then > dohtml doc/html/* > fi > > insinto /usr/share/doc/${PF} > use examples && doins -r examples >}
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