This is a syncml-sync plugin for the opensync framework. It is a SVN ebuild so be carefull. There is no official release yet of the package, but it is working 80% or more. You need to patch wbxml with the file that comes with this packackge to work with some Nokia models. The default gentoo nokia patch is not working.
Created attachment 88418 [details] libsyncml-0.4.ebuild Ebuild for libsyncml needed by the syncml-sync plugin for opensync
Created attachment 88419 [details] libopensync-plugin-syncml-0.1.ebuild Ebuild for the syncml plugin for opensync
Created attachment 88421 [details, diff] wbxml2-0.9.0.patch Patch for wbxml2 to use with nokia mobiles.
- The ebuild headers are invalid.
- The ebuild headers are invalid.¹ - Don't use subversion. There are tarballs available. - Did you test on all the keyworded architectures? [1] http://www.gentoo.org/proj/en/devrel/handbook/handbook.xml?part=2&chap=3
Comment on attachment 88418 [details] libsyncml-0.4.ebuild ># Copyright 1999-2005 Gentoo Foundation ># Distributed under the terms of the GNU General Public License v2 ># $Header: /var/cvsroot/gentoo-x86/app-pda/libsyncml/libsyncml-0.4.ebuild Exp $ > >inherit subversion eutils flag-o-matic > >DESCRIPTION="libsyncml" >ESVN_REPO_URI="http://svn.opensync.org/libsyncml/trunk" >ESVN_STORE_DIR="${PORTAGE_ACTUAL_DISTDIR-${DISTDIR}}/svn-src/" >ESVN_PROJECT="libsyncml" >LICENSE="GPL-2" > >SLOT="0" >KEYWORDS="~amd64 ~ppc -sparc ~x86" >IUSE="" > > >src_unpack() { > subversion_src_unpack > > S=${WORKDIR}/${P} > cd ${S} > autoreconf -sfi >} > >src_install() { > make install DESTDIR=${D} || die > dodoc README AUTHORS >} >
Created attachment 88437 [details] libsyncml-0.4.ebuild Fixed header
Created attachment 88438 [details] libsyncml-0.4.ebuild Fixed header
Benjamin, these svn ebuilds are not acceptable. Please change them to download and unpack the available tarballs and reopen.