diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 00:16:53 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-11-13 00:16:53 +0000 |
commit | d23ae6ba60780a60ecf5a0b74dce1e0b1eb7c221 (patch) | |
tree | 48f3a96c2d91e14b03eb264aaabcfe7fb8b4e9e4 /app-pda | |
parent | amd64 stable, bug #246558 (diff) | |
download | historical-d23ae6ba60780a60ecf5a0b74dce1e0b1eb7c221.tar.gz historical-d23ae6ba60780a60ecf5a0b74dce1e0b1eb7c221.tar.bz2 historical-d23ae6ba60780a60ecf5a0b74dce1e0b1eb7c221.zip |
getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed and tested.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'app-pda')
33 files changed, 529 insertions, 0 deletions
diff --git a/app-pda/synce-gvfs/ChangeLog b/app-pda/synce-gvfs/ChangeLog new file mode 100644 index 000000000000..b5ebddeacef1 --- /dev/null +++ b/app-pda/synce-gvfs/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-pda/synce-gvfs +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/ChangeLog,v 1.1 2008/11/13 00:02:29 mescalinum Exp $ + +*synce-gvfs-0.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml, + +synce-gvfs-0.1.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-gvfs/Manifest b/app-pda/synce-gvfs/Manifest new file mode 100644 index 000000000000..0d8f8093881c --- /dev/null +++ b/app-pda/synce-gvfs/Manifest @@ -0,0 +1,4 @@ +DIST synce-gvfs-0.1.tar.gz 461277 RMD160 5f850d268e764d260fd0fe02ecb2038e2febf755 SHA1 1649f7b1578c64d53904adbf058dd8828790a005 SHA256 9fd621534bdb200397e74ee4cf9bd17ac828c32c85b0f956fb80d2ab1dfeb7d5 +EBUILD synce-gvfs-0.1.ebuild 510 RMD160 637096ee00079c420f3ee1346f76329b411b3473 SHA1 a1b4d5d48724f5ba9805fb8ab13906ccb0da666d SHA256 e0c42d6440768f0eb6b431669bac2bfaacebc9147efce754fa44742a889225c2 +MISC ChangeLog 335 RMD160 f333b301f1f2e2f6059d5dda4f891b69129aa578 SHA1 cb506bf2978813e46b8b43198865650ad091f928 SHA256 d2d3441ce77ccffe52de4913fc9dfcee62a6d82082f73702e239fd0a6ba4c2f7 +MISC metadata.xml 404 RMD160 7441ef50760f99e5d5f6db227c03fa64ebad9c1d SHA1 c48d7f0775df5bae0166c3a8dcd2444f2c92476b SHA256 c2852cd51bc4e79cf3624c66f977343e6d783b81c582bb6cd07327f5df836eda diff --git a/app-pda/synce-gvfs/metadata.xml b/app-pda/synce-gvfs/metadata.xml new file mode 100644 index 000000000000..fc8346a096cc --- /dev/null +++ b/app-pda/synce-gvfs/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<longdescription> +This is an implementation of a gvfs backend for SynCE. Gvfs is a +replacement for gnome-vfs, allowing applications to access a +variety of filesystems in userspace, in this case a Windows +Mobile device via SynCE. +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-gvfs/synce-gvfs-0.1.ebuild b/app-pda/synce-gvfs/synce-gvfs-0.1.ebuild new file mode 100644 index 000000000000..c724ed24648c --- /dev/null +++ b/app-pda/synce-gvfs/synce-gvfs-0.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-gvfs/synce-gvfs-0.1.ebuild,v 1.1 2008/11/13 00:02:29 mescalinum Exp $ + +DESCRIPTION="SynCE - Gnome GVFS extensions" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="=gnome-base/gvfs-0.2* + ~app-pda/synce-libsynce-0.12 + ~app-pda/synce-librapi2-0.12" + +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +src_install() { + make DESTDIR="${D}" install || die + dodoc AUTHORS ChangeLog NEWS README TODO +} diff --git a/app-pda/synce-hal/ChangeLog b/app-pda/synce-hal/ChangeLog new file mode 100644 index 000000000000..de27d6326a6b --- /dev/null +++ b/app-pda/synce-hal/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-pda/synce-hal +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/ChangeLog,v 1.1 2008/11/13 00:05:09 mescalinum Exp $ + +*synce-hal-0.2 (13 Nov 2008) +*synce-hal-0.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml, + +synce-hal-0.1.ebuild, +synce-hal-0.2.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-hal/Manifest b/app-pda/synce-hal/Manifest new file mode 100644 index 000000000000..ca57dd04edb0 --- /dev/null +++ b/app-pda/synce-hal/Manifest @@ -0,0 +1,6 @@ +DIST synce-hal-0.1.tar.gz 357944 RMD160 77fe161acca8930cdefd2ea952d7d9f8cc44ec7a SHA1 0c5f77a391dba7d67190d2890de7c53730a9f7fe SHA256 6f3ee10fefb71593c936e55cd1b6aaa4cbef25926f63a4590fb3b78e101a217d +DIST synce-hal-0.2.tar.gz 358413 RMD160 760f0c3af4a2c12ce2a3107c20a158ecc77b9402 SHA1 92116494533016c5e6ae206b012aa0dd00b126cd SHA256 3ac94e8bf92108ef84862f93c5bbd3af534476890b0ba157352cf8ee929afef4 +EBUILD synce-hal-0.1.ebuild 672 RMD160 48ad9c464e9940a0dc7b2f901ca7c8ed0a634899 SHA1 201c3331b476201729fe8d842588da02a5658dda SHA256 c1fbf883e254446c6d9d6e825f5630d4a84aa08ec8a2fa9e67a856f26ee450a4 +EBUILD synce-hal-0.2.ebuild 672 RMD160 48ad9c464e9940a0dc7b2f901ca7c8ed0a634899 SHA1 201c3331b476201729fe8d842588da02a5658dda SHA256 c1fbf883e254446c6d9d6e825f5630d4a84aa08ec8a2fa9e67a856f26ee450a4 +MISC ChangeLog 384 RMD160 1b41b28525074ce92855d8bd18531e709d641857 SHA1 9ca00c8c51eceef2249552057fb140481b973104 SHA256 9c536a179fc38713339026ed76c6ac6b952e190c35f2e32c4568f0e27b58d5ae +MISC metadata.xml 384 RMD160 3883824c2348c9c4aa9fc33b258261a69557592e SHA1 b3537fcf0fa8378a9eab493dc27ebc032e8d9653 SHA256 28ec664c92bebb45ed2d9fb6aa5ff3bc1a2ecf6f13b639db348a872f33ad0430 diff --git a/app-pda/synce-hal/metadata.xml b/app-pda/synce-hal/metadata.xml new file mode 100644 index 000000000000..5edad41afc28 --- /dev/null +++ b/app-pda/synce-hal/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<longdescription> +SynCE is a project for connecting to devices running Windows CE or Pocket PC. +synce-hal manages device connection process and advertises device info +to other programs through HAL interface. +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-hal/synce-hal-0.1.ebuild b/app-pda/synce-hal/synce-hal-0.1.ebuild new file mode 100644 index 000000000000..dedf30a8e286 --- /dev/null +++ b/app-pda/synce-hal/synce-hal-0.1.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.1.ebuild,v 1.1 2008/11/13 00:05:09 mescalinum Exp $ + +DESCRIPTION="SynCE - hal connection manager" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="sys-apps/hal + >=net-libs/gnet-2.0.0 + !app-pda/synce-dccm + !app-pda/synce-vdccm + !app-pda/synce-odccm + ~app-pda/synce-libsynce-0.12 + ~app-pda/synce-librapi2-0.12 + ~app-pda/synce-librra-0.12" +RDEPEND="~app-pda/synce-sync-engine-0.12 + net-misc/dhcp" + +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +src_install() { + make DESTDIR="${D}" install || die + + dodoc AUTHORS README ChangeLog +} diff --git a/app-pda/synce-hal/synce-hal-0.2.ebuild b/app-pda/synce-hal/synce-hal-0.2.ebuild new file mode 100644 index 000000000000..d684793adbc2 --- /dev/null +++ b/app-pda/synce-hal/synce-hal-0.2.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-hal/synce-hal-0.2.ebuild,v 1.1 2008/11/13 00:05:09 mescalinum Exp $ + +DESCRIPTION="SynCE - hal connection manager" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="sys-apps/hal + >=net-libs/gnet-2.0.0 + !app-pda/synce-dccm + !app-pda/synce-vdccm + !app-pda/synce-odccm + ~app-pda/synce-libsynce-0.12 + ~app-pda/synce-librapi2-0.12 + ~app-pda/synce-librra-0.12" +RDEPEND="~app-pda/synce-sync-engine-0.12 + net-misc/dhcp" + +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +src_install() { + make DESTDIR="${D}" install || die + + dodoc AUTHORS README ChangeLog +} diff --git a/app-pda/synce-kio-rapip/ChangeLog b/app-pda/synce-kio-rapip/ChangeLog new file mode 100644 index 000000000000..bfcb41d38b39 --- /dev/null +++ b/app-pda/synce-kio-rapip/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-pda/synce-kio-rapip +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/ChangeLog,v 1.1 2008/11/13 00:07:29 mescalinum Exp $ + +*synce-kio-rapip-0.10 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml, + +synce-kio-rapip-0.10.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-kio-rapip/Manifest b/app-pda/synce-kio-rapip/Manifest new file mode 100644 index 000000000000..8423b1c1d057 --- /dev/null +++ b/app-pda/synce-kio-rapip/Manifest @@ -0,0 +1,4 @@ +DIST synce-kio-rapip-0.10.tar.gz 880248 RMD160 7dbb07d5499a303a56288642fbed4918bdd7e875 SHA1 d871feae51a136fe6ac9700ad8978c2390bfbc51 SHA256 b6db3ca3d3ee70b219ba49eebdd9fd514e9631e0e106db7a63a0ab00552c484b +EBUILD synce-kio-rapip-0.10.ebuild 987 RMD160 ea2cd4449326b2048f23362cfd75aaed8620425a SHA1 d27e06e7075b7af49c587672c15fb955007ed3bb SHA256 e1b6c27cc9ebfdd42f0291373148187aa8b0741387f5567263de5e1488fab1b7 +MISC ChangeLog 352 RMD160 aa429f1832ac978487cf09fa46f4c80ca58cf636 SHA1 56cee06e3276b82e0df8e5314bd5a0924ce4673c SHA256 5d06bcedec73c992772c7a62493a1db9bce4cbc9e39cbd968d1f7f82b9cdcebd +MISC metadata.xml 235 RMD160 91bf43961b0f4e443be03370544d605eff8d7789 SHA1 273b9ac5e1912f4f1c85bb749e9453cbf5c6f297 SHA256 d0221052de2a755b076a5cb24f235eab6323f8955498e54d87f437f8b2ad6b4f diff --git a/app-pda/synce-kio-rapip/metadata.xml b/app-pda/synce-kio-rapip/metadata.xml new file mode 100644 index 000000000000..ddf982f856a0 --- /dev/null +++ b/app-pda/synce-kio-rapip/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<longdescription> +KDE kioslave for the SynCE RAPIP protocol +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-kio-rapip/synce-kio-rapip-0.10.ebuild b/app-pda/synce-kio-rapip/synce-kio-rapip-0.10.ebuild new file mode 100644 index 000000000000..d17fffe2aaf4 --- /dev/null +++ b/app-pda/synce-kio-rapip/synce-kio-rapip-0.10.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kio-rapip/synce-kio-rapip-0.10.ebuild,v 1.1 2008/11/13 00:07:29 mescalinum Exp $ + +inherit eutils distutils + +DESCRIPTION="SynCE - KDE kioslave for the SynCE RAPIP protocol" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +IUSE="arts" +SLOT="0" +KEYWORDS="~x86 ~amd64" +RDEPEND="~app-pda/synce-libsynce-0.12 + ~app-pda/synce-librapi2-0.12" +DEPEND="${RDEPEND} + arts? ( kde-base/arts )" + +#need-kde 3.2 + +SRC_URI="mirror://sourceforge/synce/${P}.tar.gz" + +S="${WORKDIR}/synce-kio-rapip-${PV}" + +src_compile() { + econf $(use_with arts) || die + emake || die +} + +src_install() { + make DESTDIR="${D}" install || die + dodoc README TODO ChangeLog +} + +pkg_postinst() { + einfo "To use, simply open Konqueror, Dolphin, or any other KIO-enabled file" + einfo "manager and type in rapip://DEVICENAME/ to the address bar. If you are" + einfo "not sure about the name of your device, simply go to rapip:/ which" + einfo "will show the first device it finds." +} diff --git a/app-pda/synce-kpm/ChangeLog b/app-pda/synce-kpm/ChangeLog new file mode 100644 index 000000000000..5ba69083ed2e --- /dev/null +++ b/app-pda/synce-kpm/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-pda/synce-kpm +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.1 2008/11/13 00:09:45 mescalinum Exp $ + +*synce-kpm-0.12 (13 Nov 2008) +*synce-kpm-0.11.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml, + +synce-kpm-0.11.1.ebuild, +synce-kpm-0.12.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-kpm/Manifest b/app-pda/synce-kpm/Manifest new file mode 100644 index 000000000000..9d3abb2c930b --- /dev/null +++ b/app-pda/synce-kpm/Manifest @@ -0,0 +1,6 @@ +DIST synce-kpm-0.11.1.tar.gz 87149 RMD160 3c7fac88a5d5b249f075829b6e3287ad2c9f22ea SHA1 9602e2ca6da049752030c7cc3a7b4cd3664de771 SHA256 5125361994debd0c88668b1155968824f64ba578f7680d33a92fd4c0140f6e2a +DIST synce-kpm-0.12.tar.gz 94231 RMD160 fec7afc5a4913ee2ed870355be14302c95f37041 SHA1 62b6e9a1c82f4e41d4854d0da92f40f2e0ab97f4 SHA256 6851dd3a19cdb6d9b1f77a2e4ee29a955a5fc821ca87721dc2baa3671556dc6f +EBUILD synce-kpm-0.11.1.ebuild 971 RMD160 7411113f2db3b3e66099254f4a2d05ce5a5b1549 SHA1 906fa0e94f65dbc35dac5ffa9cb9c8a29cc04ec6 SHA256 98dac8c42c0e6d0d32b83f8f5f82382d83a2d3353e82acae56d792a75efcac4c +EBUILD synce-kpm-0.12.ebuild 994 RMD160 ed084c053824a40c61945414e2d551a94a26c5ca SHA1 8c13a4fc1ddb5c968a19c4b532cadf1dfc1c9995 SHA256 b3b27cffc8df6a2378cf2dc1ab2c11174e89e40aff755fbdd4646693817cc231 +MISC ChangeLog 392 RMD160 93dc5eeec2a3bd3979c96ec3355fafae738b30ea SHA1 e723cb152c73dbd8ee248ee2a71feed4a132038f SHA256 ad92bf9e42ead8278841c9b75daca2e1aedc798ee662d3649cef5d9591d668eb +MISC metadata.xml 284 RMD160 2f5d15295bd735d625c060a0e71387781b277ca2 SHA1 780ef2630f93da8d32b7e06f0ae304bd2ad3cdb7 SHA256 0b7f06d1e47d91c9b904270b54cd0401fd6bc20e024bf96657091524793b8411 diff --git a/app-pda/synce-kpm/metadata.xml b/app-pda/synce-kpm/metadata.xml new file mode 100644 index 000000000000..a180c7210513 --- /dev/null +++ b/app-pda/synce-kpm/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<longdescription> +The KDE (and Gnome) PDA Manager is an application to manage WM5/WM6 PDA devices from Linux +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-kpm/synce-kpm-0.11.1.ebuild b/app-pda/synce-kpm/synce-kpm-0.11.1.ebuild new file mode 100644 index 000000000000..acfd13096b38 --- /dev/null +++ b/app-pda/synce-kpm/synce-kpm-0.11.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/synce-kpm-0.11.1.ebuild,v 1.1 2008/11/13 00:09:45 mescalinum Exp $ + +inherit distutils + +DESCRIPTION="SynCE-KPM - The KDE (and Gnome) PDA Manager is an application to manage WM5/WM6 PDA devices from Linux." +HOMEPAGE="http://www.guidodiepen.nl/category/synce-kpm/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +# note: some of these could possibly go... not really tested yet. +DEPEND="dev-python/pygobject + dev-python/dbus-python + dev-libs/libxml2 + dev-libs/libxslt + dev-python/pyxml + dev-python/setuptools + ~app-pda/synce-odccm-0.11.1 + ~app-pda/synce-librra-0.11.1 + ~app-pda/synce-librtfcomp-1.1 + ~app-pda/synce-pywbxml-0.1 + <dev-python/PyQt4-4.4" + +SRC_URI="mirror://sourceforge/synce/synce-kpm-${PV}.tar.gz" + +pkg_postinst() { + einfo "If you want SynCE-KPM to manage partnerships, please emerge synce-sync-engine" + einfo "now. You can start synce-sync-engine before or after starting SynCE-KPM." +} diff --git a/app-pda/synce-kpm/synce-kpm-0.12.ebuild b/app-pda/synce-kpm/synce-kpm-0.12.ebuild new file mode 100644 index 000000000000..dd8f4a7cbcb2 --- /dev/null +++ b/app-pda/synce-kpm/synce-kpm-0.12.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/synce-kpm-0.12.ebuild,v 1.1 2008/11/13 00:09:45 mescalinum Exp $ + +inherit distutils + +DESCRIPTION="The KDE (and Gnome) PDA Manager is an application to manage WM5/WM6 PDA devices from Linux." +HOMEPAGE="http://www.guidodiepen.nl/category/synce/" +LICENSE="GPL-2" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +# note: some of these could possibly go... not really tested yet. +# note: could use odccm instead of synce-hal, but would require some tweaking. +DEPEND="dev-python/pygobject + dev-python/dbus-python + dev-libs/libxml2 + dev-libs/libxslt + dev-python/pyxml + dev-python/setuptools + >=app-pda/synce-hal-0.1 + ~app-pda/synce-librra-0.12 + ~app-pda/synce-librtfcomp-1.1 + dev-python/PyQt4" + +SRC_URI="mirror://sourceforge/synce/synce-kpm-${PV}.tar.gz" + +pkg_postinst() { + einfo "If you want SynCE-KPM to manage partnerships, please emerge synce-sync-engine" + einfo "now. You can start synce-sync-engine before or after starting SynCE-KPM." +} diff --git a/app-pda/synce-librra/ChangeLog b/app-pda/synce-librra/ChangeLog new file mode 100644 index 000000000000..969c3b3f1cb6 --- /dev/null +++ b/app-pda/synce-librra/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-pda/synce-librra +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ + +*synce-librra-0.12 (13 Nov 2008) +*synce-librra-0.11.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml, + +synce-librra-0.11.1.ebuild, +synce-librra-0.12.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-librra/Manifest b/app-pda/synce-librra/Manifest new file mode 100644 index 000000000000..bebe62ded6dd --- /dev/null +++ b/app-pda/synce-librra/Manifest @@ -0,0 +1,6 @@ +DIST librra-0.11.1.tar.gz 433941 RMD160 8b3cd01013455fc29ba21588af981a5cbe379e0c SHA1 73aa49b65f7bbb6cf1c484dfd99c519e85db54e3 SHA256 6a0991c7af8472a882beb8738f2e8d9b8ccc9e2bea7709a5ad8137850541164e +DIST librra-0.12.tar.gz 434059 RMD160 be61b7e4cce2739075f14f8d80cc26f59896090c SHA1 dbc420e76387cf0b820564a2e59870b3f7c4a827 SHA256 6845bb2a0a47aacad981a825fbe6a937355498653b0d90ab2dd7d01e2d223fa1 +EBUILD synce-librra-0.11.1.ebuild 592 RMD160 72e90b2254d15309c8c73683f1e9e87890ca8a64 SHA1 571d47ef5188e0ced5f753e707b18436e666d9db SHA256 20522146d69027b04d38446068bacbcaa4153f1b5843a65faa21a7060d58d0fb +EBUILD synce-librra-0.12.ebuild 588 RMD160 fb9f936448fd0cdd189bcfa5fc778e812bc74d11 SHA1 e5e07b14315a7f0fa690748c1d199ea314689ed2 SHA256 ef49df358c2accd8ff9cbe35e0b41d3f9799aebd11308989fc2db313d675de90 +MISC ChangeLog 407 RMD160 e6c1887d7df99b1719e567a327ed34160393c9a1 SHA1 e1d86b94d4b6777d09aa5e26fae3e4980a8e9342 SHA256 b498b354d842fa23f312d9b066c3782fff847eb5a24391f6dab0ff2ece7e06b6 +MISC metadata.xml 414 RMD160 6578b22c7c6533f4815edfb2dc9cdec11b944b98 SHA1 6ca0bda8480bde4878d851f3d7c3e9df4b669690 SHA256 ce0164757aa244f492c6bd535d1d587f8908b025009abfc908cab23d4cd57aa1 diff --git a/app-pda/synce-librra/metadata.xml b/app-pda/synce-librra/metadata.xml new file mode 100644 index 000000000000..86a9a543ce3e --- /dev/null +++ b/app-pda/synce-librra/metadata.xml @@ -0,0 +1,11 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<longdescription> +SynCE - RRA protocol library +Remote Replication Agent Connection protocol library. +RRA implements the Remote Replication Agent Connection protocol for +synchronising objects between a Windows CE device and other computer. +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-librra/synce-librra-0.11.1.ebuild b/app-pda/synce-librra/synce-librra-0.11.1.ebuild new file mode 100644 index 000000000000..5da84f4ffd06 --- /dev/null +++ b/app-pda/synce-librra/synce-librra-0.11.1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.11.1.ebuild,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ + +DESCRIPTION="SynCE - RRA protocol library" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="dev-lang/python + dev-python/pyrex + dev-libs/libmimedir + !app-pda/synce-rra + ~app-pda/synce-libsynce-0.11.1 + ~app-pda/synce-librapi2-0.11.1" + +SRC_URI="mirror://sourceforge/synce/librra-${PV}.tar.gz" +S="${WORKDIR}/librra-${PV}" + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog README TODO +} diff --git a/app-pda/synce-librra/synce-librra-0.12.ebuild b/app-pda/synce-librra/synce-librra-0.12.ebuild new file mode 100644 index 000000000000..ecdb9a7faba1 --- /dev/null +++ b/app-pda/synce-librra/synce-librra-0.12.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/synce-librra-0.12.ebuild,v 1.1 2008/11/13 00:11:49 mescalinum Exp $ + +DESCRIPTION="SynCE - RRA protocol library" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="dev-lang/python + dev-python/pyrex + dev-libs/libmimedir + !app-pda/synce-rra + ~app-pda/synce-libsynce-0.12 + ~app-pda/synce-librapi2-0.12" + +SRC_URI="mirror://sourceforge/synce/librra-${PV}.tar.gz" +S="${WORKDIR}/librra-${PV}" + +src_install() { + make DESTDIR="${D}" install || die + dodoc ChangeLog README TODO +} diff --git a/app-pda/synce-librtfcomp/ChangeLog b/app-pda/synce-librtfcomp/ChangeLog new file mode 100644 index 000000000000..1cf9a9e8bf94 --- /dev/null +++ b/app-pda/synce-librtfcomp/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for app-pda/synce-librtfcomp +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librtfcomp/ChangeLog,v 1.1 2008/11/13 00:13:30 mescalinum Exp $ + +*synce-librtfcomp-1.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +metadata.xml, + +synce-librtfcomp-1.1.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-librtfcomp/Manifest b/app-pda/synce-librtfcomp/Manifest new file mode 100644 index 000000000000..a8c29e6e0752 --- /dev/null +++ b/app-pda/synce-librtfcomp/Manifest @@ -0,0 +1,4 @@ +DIST librtfcomp-1.1.tar.gz 334800 RMD160 c75c533e7c501834bc9904e9e8d5bd68b28073b0 SHA1 b21aafb83f8cd718300a06a734d2a5447d8c6596 SHA256 a4bb19cd7a8713d48cbf20161bbe79ff4e79777491d57cb8a48fdb88567ef7a3 +EBUILD synce-librtfcomp-1.1.ebuild 502 RMD160 57815af75b19537bc56f490a373a7800feade564 SHA1 93d172c034ed29aaab5d3e1362d760dd1f2dbc22 SHA256 d4ab384d28d97f96cbb346ce888f25674aba4b22f4e7d16da29ca10b155fe964 +MISC ChangeLog 353 RMD160 67dcb2686dd7552e8518f7773f60e695b2399b3f SHA1 73f4bcc4260cfe6638cfa1d8ee83091f1d92042e SHA256 e6e46236d4fc9f9d7eca7da7982220c3fcbb9bf2cb4e8f5760828606d3d86d21 +MISC metadata.xml 223 RMD160 18991c9a61e9302613cf4adf1b00e999533af9ec SHA1 8f4d1d7485dfdd1ed66635a30022b12312e32757 SHA256 9d510c5a7237730d1ea934da78402470ca7b2b9fc8ccaaf8681491c2b7fb3350 diff --git a/app-pda/synce-librtfcomp/metadata.xml b/app-pda/synce-librtfcomp/metadata.xml new file mode 100644 index 000000000000..e2ab4f3b1c5e --- /dev/null +++ b/app-pda/synce-librtfcomp/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<longdescription> +Compressed (LZ)RTF extensions +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild b/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild new file mode 100644 index 000000000000..555945b44f94 --- /dev/null +++ b/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librtfcomp/synce-librtfcomp-1.1.ebuild,v 1.1 2008/11/13 00:13:30 mescalinum Exp $ + +DESCRIPTION="SynCE - Compressed RTF extensions" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" +DEPEND="dev-lang/python + dev-python/pyrex" + +MY_P="librtfcomp-${PV}" +SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz" + +S="${WORKDIR}/${MY_P}" + +src_install() { + einstall || die + mv "${D}"/usr/bin/test "${D}"/usr/bin/testrtf +} diff --git a/app-pda/synce-odccm/ChangeLog b/app-pda/synce-odccm/ChangeLog new file mode 100644 index 000000000000..215c84f12737 --- /dev/null +++ b/app-pda/synce-odccm/ChangeLog @@ -0,0 +1,12 @@ +# ChangeLog for app-pda/synce-odccm +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/ChangeLog,v 1.1 2008/11/13 00:16:53 mescalinum Exp $ + +*synce-odccm-0.12 (13 Nov 2008) +*synce-odccm-0.11.1 (13 Nov 2008) + + 13 Nov 2008; Federico Ferri <mescalinum@gentoo.org> +files/init.odccm, + +metadata.xml, +synce-odccm-0.11.1.ebuild, +synce-odccm-0.12.ebuild: + getting synce-0.12 into tree. ebuild coming from synce overlay, reviewed + and tested. + diff --git a/app-pda/synce-odccm/Manifest b/app-pda/synce-odccm/Manifest new file mode 100644 index 000000000000..04c2d3ad6da4 --- /dev/null +++ b/app-pda/synce-odccm/Manifest @@ -0,0 +1,7 @@ +AUX init.odccm 345 RMD160 44e81a4efada5d2239755398ce5dca4506ba4a30 SHA1 11285076989c26dd98050e10317e60bd00bb7ff4 SHA256 8055bcb8dd4fd73422f8995181878d921987711a1a0f73a37522a15728d2ca42 +DIST odccm-0.11.1.tar.gz 115956 RMD160 259796d816fedc794aa9d772a5056cb75c7d5466 SHA1 076b79279264df2b2b5945e46aaa3138287e979a SHA256 860e7713ea29f61dccc32f88b71762bd664dec21bf874d1558d1a80470155213 +DIST odccm-0.12.tar.gz 115944 RMD160 11e16120cb31d303ceb3724485c699f8d2a02315 SHA1 ba284a355e2b5a2552769c6d63ea2b8f729d1b26 SHA256 d13cc0c67af63bcfac3365567e2189331e2b6c5bc9092ca9bfa8e6ba415b027d +EBUILD synce-odccm-0.11.1.ebuild 727 RMD160 c5824a59199fd8ee7507ca112e0ec1540bb9be30 SHA1 20f55b26367b6c162c321c4144a5ef1765a24e8e SHA256 9c90123d522269e4fe8b50f7622a5a67c8546184a301feea976a5be242d42ed0 +EBUILD synce-odccm-0.12.ebuild 723 RMD160 79987d1505cb71910e5d6df9c35639701f048979 SHA1 bba7f59dcc6a4830c3e90ec3e4637c498416f92d SHA256 82f18627710afc3f63cf80dae1462f0406ea54c0c341204c4df40b40543b17ed +MISC ChangeLog 421 RMD160 07f9dfbb3423e5192261c3fe8f717e842da2c5c6 SHA1 c54c14a8d034c1b9ea52df75d3e4ae13972fb2cf SHA256 2512cad9c06381b19c3baad15263ef53b5ebf9cee2eccb58cb307e70e83d8e17 +MISC metadata.xml 574 RMD160 50ae06648cf61062ca43b0bf7d3ded5122d4b9b0 SHA1 dd2da30c568b54f6416de1aac074417f29cc9dd4 SHA256 bbe7a107ecbbc406508b66202e725a658f12007edb515bcd6954c82c88c2b28a diff --git a/app-pda/synce-odccm/files/init.odccm b/app-pda/synce-odccm/files/init.odccm new file mode 100755 index 000000000000..9bb2d90ee852 --- /dev/null +++ b/app-pda/synce-odccm/files/init.odccm @@ -0,0 +1,22 @@ +#!/sbin/runscript + +depend() { + after bluetooth hald +} + + +start() { + ebegin "Starting Synce" + ebegin " Starting odccm" + start-stop-daemon --start --quiet --exec /usr/sbin/odccm + eend $? + eend 0 +} + +stop() { + ebegin "Shutting down Synce" + ebegin " Stopping odccm" + start-stop-daemon --stop --quiet --exec /usr/sbin/odccm + eend $? + eend 0 +} diff --git a/app-pda/synce-odccm/metadata.xml b/app-pda/synce-odccm/metadata.xml new file mode 100644 index 000000000000..32d4f887e8d4 --- /dev/null +++ b/app-pda/synce-odccm/metadata.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>pda</herd> +<longdescription> +The latest flavour of the *dccm communication daemon, you need one +and only one dccm running. Runned by superuser. Device connects to +this daemon (to tcp port 5679). The odccm anounces connection and +disconnection events. If device requires password, it will +broadcast "PasswordFlagsChanged" over D-Bus and clients (e.g. +synce-gnome, synce-engine) will provide odccm the password +</longdescription> +</pkgmetadata> diff --git a/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild b/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild new file mode 100644 index 000000000000..d982f36a321e --- /dev/null +++ b/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/synce-odccm-0.11.1.ebuild,v 1.1 2008/11/13 00:16:53 mescalinum Exp $ + +DESCRIPTION="SynCE - odccm connection manager" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="sys-apps/dbus + sys-apps/hal + >=net-libs/gnet-2.0.0 + !app-pda/synce-dccm + !app-pda/synce-vdccm + ~app-pda/synce-libsynce-0.11.1 + ~app-pda/synce-librapi2-0.11.1" + +SRC_URI="mirror://sourceforge/synce/odccm-${PV}.tar.gz" +S="${WORKDIR}/odccm-${PV}" + +src_install() { + make DESTDIR="${D}" install || die + + insinto /etc/dbus-1/system.d/ + doins src/odccm.conf + + newinitd "${FILESDIR}"/init.odccm odccm + + dodoc AUTHORS INSTALL NEWS README ChangeLog +} diff --git a/app-pda/synce-odccm/synce-odccm-0.12.ebuild b/app-pda/synce-odccm/synce-odccm-0.12.ebuild new file mode 100644 index 000000000000..95af1d64431e --- /dev/null +++ b/app-pda/synce-odccm/synce-odccm-0.12.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2008 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/synce-odccm-0.12.ebuild,v 1.1 2008/11/13 00:16:53 mescalinum Exp $ + +DESCRIPTION="SynCE - odccm connection manager" +HOMEPAGE="http://sourceforge.net/projects/synce/" +LICENSE="MIT" + +SLOT="0" +KEYWORDS="~x86 ~amd64" +IUSE="" +DEPEND="sys-apps/dbus + sys-apps/hal + >=net-libs/gnet-2.0.0 + !app-pda/synce-dccm + !app-pda/synce-vdccm + ~app-pda/synce-libsynce-0.12 + ~app-pda/synce-librapi2-0.12" + +SRC_URI="mirror://sourceforge/synce/odccm-${PV}.tar.gz" +S="${WORKDIR}/odccm-${PV}" + +src_install() { + make DESTDIR="${D}" install || die + + insinto /etc/dbus-1/system.d/ + doins src/odccm.conf + + newinitd "${FILESDIR}"/init.odccm odccm + + dodoc AUTHORS INSTALL NEWS README ChangeLog +} |