public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/libsyncml: libsyncml-0.5.2-r1.ebuild libsyncml-9999.ebuild ChangeLog
@ 2009-09-27 23:32 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-09-27 23:32 UTC (permalink / raw
  To: gentoo-commits

eva         09/09/27 23:32:06

  Modified:             libsyncml-9999.ebuild ChangeLog
  Added:                libsyncml-0.5.2-r1.ebuild
  Log:
  Change libsoup to 2.4 slot, bug #280906.
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-pda/libsyncml/libsyncml-9999.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild?r1=1.4&r2=1.5

Index: libsyncml-9999.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsyncml-9999.ebuild	3 Feb 2008 23:27:19 -0000	1.4
+++ libsyncml-9999.ebuild	27 Sep 2009 23:32:06 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild,v 1.4 2008/02/03 23:27:19 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-9999.ebuild,v 1.5 2009/09/27 23:32:06 eva Exp $
 
 EAPI="1"
 
@@ -20,7 +20,7 @@
 RDEPEND=">=dev-libs/glib-2.0
 	>=dev-libs/libwbxml-0.9.2
 	dev-libs/libxml2
-	http? ( >=net-libs/libsoup-2.2.91:2.2 )
+	http? ( net-libs/libsoup:2.4 )
 	obex? ( >=dev-libs/openobex-1.1 )
 	bluetooth? ( net-wireless/bluez-libs )"
 DEPEND="${RDEPEND}



1.16                 app-pda/libsyncml/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libsyncml/ChangeLog?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libsyncml/ChangeLog?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libsyncml/ChangeLog?r1=1.15&r2=1.16

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	27 Sep 2009 00:25:19 -0000	1.15
+++ ChangeLog	27 Sep 2009 23:32:06 -0000	1.16
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/libsyncml
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v 1.15 2009/09/27 00:25:19 leio Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/ChangeLog,v 1.16 2009/09/27 23:32:06 eva Exp $
+
+*libsyncml-0.5.2-r1 (27 Sep 2009)
+
+  27 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org>
+  +libsyncml-0.5.2-r1.ebuild, libsyncml-9999.ebuild:
+  Change libsoup to 2.4 slot, bug #280906.
 
   27 Sep 2009; Mart Raudsepp <leio@gentoo.org> -libsyncml-0.4.5.ebuild,
   -libsyncml-0.4.6.ebuild, libsyncml-0.4.6-r1.ebuild:



1.1                  app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild?rev=1.1&content-type=text/plain

Index: libsyncml-0.5.2-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.5.2-r1.ebuild,v 1.1 2009/09/27 23:32:06 eva Exp $

EAPI="2"

inherit eutils cmake-utils

DESCRIPTION="Implementation of the SyncML protocol"
HOMEPAGE="http://libsyncml.opensync.org/"
SRC_URI="mirror://sourceforge/${PN}/${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.9.2
	dev-libs/libxml2
	http? ( net-libs/libsoup:2.4 )
	obex? ( >=dev-libs/openobex-1.1 )
	bluetooth? ( net-wireless/bluez
		>=dev-libs/openobex-1.1[bluetooth] )"
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 && ! 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
}

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
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-09-27 23:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-27 23:32 [gentoo-commits] gentoo-x86 commit in app-pda/libsyncml: libsyncml-0.5.2-r1.ebuild libsyncml-9999.ebuild ChangeLog Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox