Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
| Navigation: |
|
Lists:
gentoo-commits:
< Prev
By Thread
Next >
< Prev
By Date
Next >
|
| Headers: |
|
To:
|
gentoo-commits@g.o
|
|
From:
|
"Federico Ferri (mescalinum)" <mescalinum@g.o>
|
|
Subject:
|
gentoo-x86 commit in app-pda/synce-sync-engine: synce-sync-engine-0.14.ebuild ChangeLog
|
|
Date:
|
Thu, 06 Aug 2009 12:28:27 +0000
|
|
mescalinum 09/08/06 12:28:27
Modified: ChangeLog
Added: synce-sync-engine-0.14.ebuild
Log:
adding synce-0.14 packages
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.7 app-pda/synce-sync-engine/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-sync-engine/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-sync-engine/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-sync-engine/ChangeLog?r1=1.6&r2=1.7
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog 5 Aug 2009 12:50:21 -0000 1.6
+++ ChangeLog 6 Aug 2009 12:28:27 -0000 1.7
@@ -1,6 +1,12 @@
# ChangeLog for app-pda/synce-sync-engine
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.6 2009/08/05 12:50:21 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.7 2009/08/06 12:28:27 mescalinum Exp $
+
+*synce-sync-engine-0.14 (06 Aug 2009)
+
+ 06 Aug 2009; Federico Ferri <mescalinum@g.o>
+ +synce-sync-engine-0.14.ebuild:
+ adding synce-0.14 packages
05 Aug 2009; Federico Ferri <mescalinum@g.o>
-synce-sync-engine-0.11.1.ebuild,
1.1 app-pda/synce-sync-engine/synce-sync-engine-0.14.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.14.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.14.ebuild?rev=1.1&content-type=text/plain
Index: synce-sync-engine-0.14.ebuild
===================================================================
# 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.14.ebuild,v 1.1 2009/08/06 12:28:27 mescalinum Exp $
inherit eutils distutils versionator
DESCRIPTION="SynCE - Synchronization engine"
HOMEPAGE="http://sourceforge.net/projects/synce/"
LICENSE="MIT"
synce_PV=$(get_version_component_range 1-2)
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-${synce_PV}*
~app-pda/synce-librtfcomp-1.1"
DEPEND="${RDEPEND}
dev-python/setuptools"
SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
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"
}
|
|