diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 16:45:21 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 16:45:21 +0000 |
commit | 049e1b14ff113d305be814bad317fa5ea7eb8e8c (patch) | |
tree | 51517005a9c502c5cf0e4d98ac48e75dbefefb4c /app-pda/synce | |
parent | getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and ... (diff) | |
download | gentoo-2-049e1b14ff113d305be814bad317fa5ea7eb8e8c.tar.gz gentoo-2-049e1b14ff113d305be814bad317fa5ea7eb8e8c.tar.bz2 gentoo-2-049e1b14ff113d305be814bad317fa5ea7eb8e8c.zip |
getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and tested.
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda/synce')
-rw-r--r-- | app-pda/synce/ChangeLog | 12 | ||||
-rw-r--r-- | app-pda/synce/metadata.xml | 4 | ||||
-rw-r--r-- | app-pda/synce/synce-0.11.1.ebuild | 27 | ||||
-rw-r--r-- | app-pda/synce/synce-0.12.ebuild | 35 |
4 files changed, 76 insertions, 2 deletions
diff --git a/app-pda/synce/ChangeLog b/app-pda/synce/ChangeLog index 99a76e01fb2b..cb3d5e3c270c 100644 --- a/app-pda/synce/ChangeLog +++ b/app-pda/synce/ChangeLog @@ -1,6 +1,14 @@ # ChangeLog for app-pda/synce -# Copyright 2000-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.10 2006/07/13 21:30:48 liquidx Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/ChangeLog,v 1.11 2008/11/13 16:45:21 mescalinum Exp $ + +*synce-0.12 (13 Nov 2008) +*synce-0.11.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +synce-0.11.1.ebuild, + +synce-0.12.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. *synce-0.9.2 (13 Jul 2006) diff --git a/app-pda/synce/metadata.xml b/app-pda/synce/metadata.xml index 228404d3a4b2..2613262111c6 100644 --- a/app-pda/synce/metadata.xml +++ b/app-pda/synce/metadata.xml @@ -2,4 +2,8 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <herd>pda</herd> +<use> + <flag name="serial">Enable serial port support (installs <pkg>app-pda/synce-serial</pkg>)</flag> + <flag name="syncengine">Installs the <pkg>app-pda/synce-sync-engine</pkg></flag> +</use> </pkgmetadata> diff --git a/app-pda/synce/synce-0.11.1.ebuild b/app-pda/synce/synce-0.11.1.ebuild new file mode 100644 index 000000000000..785dd0ee166a --- /dev/null +++ b/app-pda/synce/synce-0.11.1.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.11.1.ebuild,v 1.1 2008/11/13 16:45:21 mescalinum Exp $ + +DESCRIPTION="Synchronize Windows CE devices with Linux." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="gnome serial syncengine" +DEPEND="~app-pda/synce-odccm-0.11.1 + syncengine? ( + ~app-pda/synce-sync-engine-0.11.1 + ) + serial? ( + ~app-pda/synce-serial-0.11 + ) + gnome? ( + ~app-pda/synce-gnomevfs-0.11.1 + ~app-pda/synce-trayicon-0.11 + )" + +src_compile() { + return +} diff --git a/app-pda/synce/synce-0.12.ebuild b/app-pda/synce/synce-0.12.ebuild new file mode 100644 index 000000000000..4229d08a83a4 --- /dev/null +++ b/app-pda/synce/synce-0.12.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce/synce-0.12.ebuild,v 1.1 2008/11/13 16:45:21 mescalinum Exp $ + +DESCRIPTION="Synchronize Windows CE devices with Linux." +HOMEPAGE="http://sourceforge.net/projects/synce/" +SRC_URI="" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="gnome hal kde serial" +DEPEND="" +RDEPEND="~app-pda/synce-sync-engine-0.12 + hal? ( + >=app-pda/synce-hal-0.1 + ) + !hal? ( + ~app-pda/synce-odccm-0.12 + ) + serial? ( + ~app-pda/synce-serial-0.11 + ) + kde? ( + ~app-pda/synce-kio-rapip-0.10 + ~app-pda/synce-kpm-0.12 + ) + gnome? ( + ~app-pda/synce-gvfs-0.1 + ~app-pda/synce-trayicon-0.12 + )" + +src_compile() { + return +} |