Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 181054 Details for
Bug 235694
Please bump app-pda/libsyncml to version 0.5.1
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
libsyncml-0.5.1 ebuild
libsyncml-0.5.1.ebuild (text/plain), 2.03 KB, created by
Ernst Bachmann
on 2009-02-05 17:04:57 UTC
(
hide
)
Description:
libsyncml-0.5.1 ebuild
Filename:
MIME Type:
Creator:
Ernst Bachmann
Created:
2009-02-05 17:04:57 UTC
Size:
2.03 KB
patch
obsolete
># Copyright 1999-2008 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.4.6.ebuild,v 1.3 2008/07/13 07:44:51 josejx Exp $ > >EAPI="1" > >inherit eutils cmake-utils > >DESCRIPTION="Implementation of the SyncML protocol" >HOMEPAGE="http://libsyncml.opensync.org/" >SRC_URI="http://libsyncml.opensync.org/download/releases/${PV}/${P}.tar.bz2" > >KEYWORDS="~amd64 ~ppc ~x86" >SLOT="0" >LICENSE="LGPL-2.1" >IUSE="bluetooth +debug doc http +obex" > >RDEPEND=">=dev-libs/glib-2.0 > >=dev-libs/libwbxml-0.10.0 > dev-libs/libxml2 > http? ( >=net-libs/libsoup-2.2.91:2.2 ) > obex? ( >=dev-libs/openobex-1.1 ) > bluetooth? ( || ( net-wireless/bluez-libs net-wireless/bluez ) )" >DEPEND="${RDEPEND} > dev-util/pkgconfig > doc? ( app-doc/doxygen )" > ># Some of the tests are broken >RESTRICT="test" > >pkg_setup() { > if ! use obex && ! use http; then > eerror "${CATEGORY}/${P} without support for obex nor http is unusable." > eerror "Please enable \"obex\" or/and \"http\" USE flags." > die "Please enable \"obex\" or/and \"http\" USE flags." > fi > > if use bluetooth; then > if use obex && ! built_with_use dev-libs/openobex bluetooth; then > eerror "You are trying to build ${CATEGORY}/${P} with the \"bluetooth\"" > eerror "and \"obex\" USE flags, but dev-libs/openobex was built without" > eerror "the \"bluetooth\" USE flag." > eerror "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." > die "Please rebuild dev-libs/openobex with \"bluetooth\" USE flag." > elif ! use obex; then > eerror "You are trying to build ${CATEGORY}/${P} with the \"bluetooth\"" > eerror "USE flag, but you didn't enable the \"obex\" flag, which is" > eerror "needed for bluetooth support." > eerror "Please enable \"obex\" USE flag." > die "Please enable \"obex\" USE flag." > fi > fi >} > >src_compile() { > local mycmakeargs=" > $(cmake-utils_use_enable http HTTP) > $(cmake-utils_use_enable obex OBEX) > $(cmake-utils_use_enable bluetooth BLUETOOTH) > $(cmake-utils_use_enable debug TRACE)" > > cmake-utils_src_compile >}
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 235694
: 181054