Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 147024 Details for
Bug 214407
net-libs/gloox-0.9.9.5 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
ebuild
gloox-0.9.9.5.ebuild (text/plain), 936 bytes, created by
steffen stramm
on 2008-03-23 16:53:32 UTC
(
hide
)
Description:
ebuild
Filename:
MIME Type:
Creator:
steffen stramm
Created:
2008-03-23 16:53:32 UTC
Size:
936 bytes
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/net-libs/gloox/gloox-0.9.9.4.ebuild,v 1.1 2008/03/18 21:15:42 jokey Exp $ > >inherit autotools > >DESCRIPTION="A portable high-level Jabber/XMPP library for C++" >HOMEPAGE="http://camaya.net/gloox" >SRC_URI="http://camaya.net/download/${P}.tar.bz2" > >LICENSE="GPL-2" >SLOT="0" >KEYWORDS="~amd64 ~x86" >IUSE="debug gnutls idn ssl zlib" > >DEPEND="idn? ( >=net-dns/libidn-0.5.0 ) > gnutls? ( >=net-libs/gnutls-1.2.0 ) > ssl? ( >=dev-libs/openssl-0.9.8 ) > zlib? ( >=sys-libs/zlib-1.2.3 )" > >RDEPEND="${DEPEND}" > >src_compile() { > econf \ > $(use_enable debug debug) \ > $(use_with idn libidn) \ > $(use_with gnutls gnutls) \ > $(use_with ssl openssl) \ > $(use_with zlib zlib) \ > || die "econf failed" > emake || die "emake failed" >} > >src_install() { > emake DESTDIR="${D}" install || die "emake install failed" >}
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 214407
: 147024