summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-01-21 00:44:52 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-01-21 00:44:52 +0000
commit09db654adc63266b95b6b09a97b4d87f29719ef3 (patch)
tree638963399ddca945d424c6765c1669ef5d49d24e /app-pda
parentAdd append-cxxflags function (diff)
downloadhistorical-09db654adc63266b95b6b09a97b4d87f29719ef3.tar.gz
historical-09db654adc63266b95b6b09a97b4d87f29719ef3.tar.bz2
historical-09db654adc63266b95b6b09a97b4d87f29719ef3.zip
version bump, bug #254886
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-pda')
-rw-r--r--app-pda/synce-kpm/ChangeLog8
-rw-r--r--app-pda/synce-kpm/synce-kpm-0.13.ebuild33
-rw-r--r--app-pda/synce-librra/ChangeLog10
-rw-r--r--app-pda/synce-librra/synce-librra-0.13.ebuild27
-rw-r--r--app-pda/synce-odccm/ChangeLog10
-rw-r--r--app-pda/synce-odccm/synce-odccm-0.13.ebuild34
-rw-r--r--app-pda/synce-sync-engine/ChangeLog10
-rw-r--r--app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild63
-rw-r--r--app-pda/synce-trayicon/ChangeLog10
-rw-r--r--app-pda/synce-trayicon/synce-trayicon-0.13.ebuild42
10 files changed, 238 insertions, 9 deletions
diff --git a/app-pda/synce-kpm/ChangeLog b/app-pda/synce-kpm/ChangeLog
index c528a2917ca2..9915458b8498 100644
--- a/app-pda/synce-kpm/ChangeLog
+++ b/app-pda/synce-kpm/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-kpm
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.2 2009/01/09 19:32:08 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-kpm/ChangeLog,v 1.3 2009/01/21 00:34:55 mescalinum Exp $
+
+*synce-kpm-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-kpm-0.13.ebuild:
+ version bump, bug #254886
09 Jan 2009; Patrick Lauer <patrick@gentoo.org> -synce-kpm-0.11.1.ebuild:
Removing old
diff --git a/app-pda/synce-kpm/synce-kpm-0.13.ebuild b/app-pda/synce-kpm/synce-kpm-0.13.ebuild
new file mode 100644
index 000000000000..c1eb94807ad0
--- /dev/null
+++ b/app-pda/synce-kpm/synce-kpm-0.13.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2009 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.13.ebuild,v 1.1 2009/01/21 00:34:55 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.
+RDEPEND="dev-python/pygobject
+ dev-python/dbus-python
+ dev-libs/libxml2
+ dev-libs/libxslt
+ dev-python/pyxml
+ >=app-pda/synce-hal-0.1
+ ~app-pda/synce-librra-${PV}
+ ~app-pda/synce-librtfcomp-1.1
+ dev-python/PyQt4"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"
+
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+pkg_postinst() {
+ elog "If you want SynCE-KPM to manage partnerships, please emerge synce-sync-engine"
+ elog "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
index 969c3b3f1cb6..2b6ef304b185 100644
--- a/app-pda/synce-librra/ChangeLog
+++ b/app-pda/synce-librra/ChangeLog
@@ -1,6 +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 $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-librra/ChangeLog,v 1.2 2009/01/21 00:32:29 mescalinum Exp $
+
+*synce-librra-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-librra-0.13.ebuild:
+ version bump, bug #254886
*synce-librra-0.12 (13 Nov 2008)
*synce-librra-0.11.1 (13 Nov 2008)
diff --git a/app-pda/synce-librra/synce-librra-0.13.ebuild b/app-pda/synce-librra/synce-librra-0.13.ebuild
new file mode 100644
index 000000000000..47734bbbbc9d
--- /dev/null
+++ b/app-pda/synce-librra/synce-librra-0.13.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2009 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.13.ebuild,v 1.1 2009/01/21 00:32:29 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-${PV}
+ ~app-pda/synce-librapi2-${PV}"
+RDEPEND="${RDEPEND}"
+
+MY_P="librra-${PV}"
+SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+src_install() {
+ make DESTDIR="${D}" install || die
+ dodoc ChangeLog README TODO
+}
diff --git a/app-pda/synce-odccm/ChangeLog b/app-pda/synce-odccm/ChangeLog
index 215c84f12737..66bbb6ed7a22 100644
--- a/app-pda/synce-odccm/ChangeLog
+++ b/app-pda/synce-odccm/ChangeLog
@@ -1,6 +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 $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-odccm/ChangeLog,v 1.2 2009/01/21 00:37:32 mescalinum Exp $
+
+*synce-odccm-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-odccm-0.13.ebuild:
+ version bump, bug #254886
*synce-odccm-0.12 (13 Nov 2008)
*synce-odccm-0.11.1 (13 Nov 2008)
diff --git a/app-pda/synce-odccm/synce-odccm-0.13.ebuild b/app-pda/synce-odccm/synce-odccm-0.13.ebuild
new file mode 100644
index 000000000000..ae6f34a9ca4b
--- /dev/null
+++ b/app-pda/synce-odccm/synce-odccm-0.13.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2009 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.13.ebuild,v 1.1 2009/01/21 00:37:32 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-${PV}
+ ~app-pda/synce-librapi2-${PV}"
+RDEPEND="${DEPEND}"
+
+MY_P="odccm-${PV}"
+SRC_URI="mirror://sourceforge/synce/${MY_P}.tar.gz"
+S="${WORKDIR}/${MY_P}"
+
+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-sync-engine/ChangeLog b/app-pda/synce-sync-engine/ChangeLog
index 5d98585efde3..3d938be7fdd6 100644
--- a/app-pda/synce-sync-engine/ChangeLog
+++ b/app-pda/synce-sync-engine/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-sync-engine
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.2 2008/11/21 00:11:37 mescalinum Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.3 2009/01/21 00:41:24 mescalinum Exp $
+
+*synce-sync-engine-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-sync-engine-0.13.ebuild:
+ version bump, bug #254886
21 Nov 2008; Federico Ferri <mescalinum@gentoo.org>
synce-sync-engine-0.11.1.ebuild, synce-sync-engine-0.12.ebuild:
diff --git a/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild b/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild
new file mode 100644
index 000000000000..fb8d1220ba31
--- /dev/null
+++ b/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild
@@ -0,0 +1,63 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.13.ebuild,v 1.1 2009/01/21 00:41:24 mescalinum Exp $
+
+inherit eutils distutils
+
+DESCRIPTION="SynCE - Synchronization engine"
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+RDEPEND="dev-python/pygobject
+ >=dev-python/dbus-python-0.83.0
+ >=app-pda/libopensync-plugin-python-0.22
+ dev-libs/libxml2
+ dev-libs/libxslt
+ dev-python/pyxml
+ ~app-pda/synce-librra-0.12
+ ~app-pda/synce-librtfcomp-1.1"
+DEPEND="${RDEPEND}
+ dev-python/setuptools"
+
+SRC_URI="mirror://sourceforge/synce/sync-engine-${PV}.tar.gz"
+S=${WORKDIR}/sync-engine-${PV}
+
+src_install() {
+ DOCS="CHANGELOG COPYING"
+
+ insinto /usr/share/${PN}/
+ doins config/syncengine.conf.xml
+
+ insinto /usr/share/dbus-1/services/
+ doins config/org.synce.SyncEngine.service
+
+ distutils_src_install
+
+ # TODO - move this to separate ebuilds.
+ if has_version '>=app-pda/libopensync-0.30'; then
+ insinto /usr/lib/opensync-1.0/python-plugins
+ newins plugins/synce-opensync-plugin-3x.py synce-opensync-plugin.py
+ else
+ insinto /usr/lib/opensync/python-plugins
+ newins plugins/synce-opensync-plugin-2x.py synce-opensync-plugin.py
+ fi
+}
+
+pkg_postinst() {
+ elog ""
+ elog "IMPORTANT - If you are upgrading from a version earlier than 19-12-2007"
+ elog "(earlier than 0.11), please delete the contents of your ~/.synce directory"
+ elog "including the partnerships subdirectory, but KEEP config.xml. Then recreate"
+ elog "your partnerships. Please see the CHANGELOG for more info."
+ elog ""
+ elog "config.xml has been renamed to syncengine.conf.xml"
+ elog ""
+
+ elog "A default configuration file has been installed into"
+ elog "/usr/share/${PN}/syncengine.conf.xml The default search path for this file"
+ einfo "is /etc/ then ~/.synce/ You may customise it by copying it to either of"
+ einfo "those locations. Note you will have to manually migrate your old config.xml"
+}
diff --git a/app-pda/synce-trayicon/ChangeLog b/app-pda/synce-trayicon/ChangeLog
index ba3dca3f1fe9..4442f94e3184 100644
--- a/app-pda/synce-trayicon/ChangeLog
+++ b/app-pda/synce-trayicon/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-trayicon
-# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.18 2008/11/13 06:32:47 mescalinum Exp $
+# Copyright 2002-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/ChangeLog,v 1.19 2009/01/21 00:44:52 mescalinum Exp $
+
+*synce-trayicon-0.13 (21 Jan 2009)
+
+ 21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
+ +synce-trayicon-0.13.ebuild:
+ version bump, bug #254886
*synce-trayicon-0.12 (13 Nov 2008)
*synce-trayicon-0.11 (13 Nov 2008)
diff --git a/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild b/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild
new file mode 100644
index 000000000000..5949be3aa299
--- /dev/null
+++ b/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-trayicon/synce-trayicon-0.13.ebuild,v 1.1 2009/01/21 00:44:52 mescalinum Exp $
+
+inherit eutils gnome2
+
+DESCRIPTION="SynCE - Gnome trayicon"
+HOMEPAGE="http://sourceforge.net/projects/synce/"
+LICENSE="MIT"
+
+SLOT="0"
+KEYWORDS="~x86 ~amd64"
+IUSE=""
+DEPEND="sys-apps/dbus
+ dev-libs/dbus-glib
+ >=dev-libs/glib-2.0
+ >=x11-libs/gtk+-2.0
+ gnome-base/libgnome
+ gnome-base/libgnomeui
+ gnome-base/libgtop
+ gnome-base/libglade
+ gnome-base/gnome-keyring
+ gnome-base/gnome-common
+ ~app-pda/synce-libsynce-${PV}
+ ~app-pda/synce-librra-${PV}
+ ~app-pda/synce-librapi2-${PV}
+ >=app-pda/orange-0.3.2"
+RDEPEND="${DEPEND}"
+
+SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
+
+src_install() {
+ emake DESTDIR="${D}" install || die
+}
+
+pkg_postinst() {
+ gnome2_icon_cache_update
+}
+
+pkg_postrm() {
+ gnome2_icon_cache_update
+}