Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135618 - libopensync-plugin-syncml
Summary: libopensync-plugin-syncml
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High enhancement (vote)
Assignee: Default Assignee for New Packages
URL:
Whiteboard:
Keywords: EBUILD
Depends on: 111623
Blocks:
  Show dependency tree
 
Reported: 2006-06-05 05:02 UTC by Ben
Modified: 2006-06-05 15:41 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
libsyncml-0.4.ebuild (libsyncml-0.4.ebuild,679 bytes, text/plain)
2006-06-05 05:03 UTC, Ben
Details
libopensync-plugin-syncml-0.1.ebuild (libopensync-plugin-syncml-0.1.ebuild,700 bytes, text/plain)
2006-06-05 05:04 UTC, Ben
Details
wbxml2-0.9.0.patch (wbxml2-0.9.0.patch,5.93 KB, patch)
2006-06-05 05:05 UTC, Ben
Details | Diff
libsyncml-0.4.ebuild (libsyncml-0.4.ebuild,563 bytes, text/plain)
2006-06-05 07:32 UTC, Ben
Details
libsyncml-0.4.ebuild (libsyncml-0.4.ebuild,563 bytes, text/plain)
2006-06-05 07:32 UTC, Ben
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Ben 2006-06-05 05:02:22 UTC
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.
Comment 1 Ben 2006-06-05 05:03:05 UTC
Created attachment 88418 [details]
libsyncml-0.4.ebuild

Ebuild for libsyncml needed by the syncml-sync plugin for opensync
Comment 2 Ben 2006-06-05 05:04:05 UTC
Created attachment 88419 [details]
libopensync-plugin-syncml-0.1.ebuild

Ebuild for the syncml plugin for opensync
Comment 3 Ben 2006-06-05 05:05:28 UTC
Created attachment 88421 [details, diff]
wbxml2-0.9.0.patch

Patch for wbxml2 to use with nokia mobiles.
Comment 4 Carsten Lohrke (RETIRED) gentoo-dev 2006-06-05 06:14:33 UTC
- The ebuild headers are invalid.
Comment 5 Carsten Lohrke (RETIRED) gentoo-dev 2006-06-05 06:14:33 UTC
- 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 6 Ben 2006-06-05 07:29:42 UTC
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
>}
>
Comment 7 Ben 2006-06-05 07:32:05 UTC
Created attachment 88437 [details]
libsyncml-0.4.ebuild

Fixed header
Comment 8 Ben 2006-06-05 07:32:41 UTC
Created attachment 88438 [details]
libsyncml-0.4.ebuild

Fixed header
Comment 9 Carsten Lohrke (RETIRED) gentoo-dev 2006-06-05 15:41:16 UTC
Benjamin, these svn ebuilds are not acceptable. Please change them to download and unpack the available tarballs and reopen.