diff options
author | Federico Ferri <mescalinum@gentoo.org> | 2008-11-21 00:11:37 +0000 |
---|---|---|
committer | Federico Ferri <mescalinum@gentoo.org> | 2008-11-21 00:11:37 +0000 |
commit | 30ad1e24c55d6242e915c383108e6691cca88d02 (patch) | |
tree | c6687f533b040dad463421be8eb02d20dcabfc1f /app-pda/synce-sync-engine | |
parent | added NETBEANS_MODULES to USE_EXPAND (diff) | |
download | gentoo-2-30ad1e24c55d6242e915c383108e6691cca88d02.tar.gz gentoo-2-30ad1e24c55d6242e915c383108e6691cca88d02.tar.bz2 gentoo-2-30ad1e24c55d6242e915c383108e6691cca88d02.zip |
added >=dbus-python-0.83.0 dep which fixes a RAPIError on some devices
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-pda/synce-sync-engine')
-rw-r--r-- | app-pda/synce-sync-engine/ChangeLog | 6 | ||||
-rw-r--r-- | app-pda/synce-sync-engine/synce-sync-engine-0.11.1.ebuild | 28 | ||||
-rw-r--r-- | app-pda/synce-sync-engine/synce-sync-engine-0.12.ebuild | 30 |
3 files changed, 30 insertions, 34 deletions
diff --git a/app-pda/synce-sync-engine/ChangeLog b/app-pda/synce-sync-engine/ChangeLog index 7ba0325d8afe..5d98585efde3 100644 --- a/app-pda/synce-sync-engine/ChangeLog +++ b/app-pda/synce-sync-engine/ChangeLog @@ -1,6 +1,10 @@ # 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.1 2008/11/13 16:31:01 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.2 2008/11/21 00:11:37 mescalinum Exp $ + + 21 Nov 2008; Federico Ferri <mescalinum@gentoo.org> + synce-sync-engine-0.11.1.ebuild, synce-sync-engine-0.12.ebuild: + added >=dbus-python-0.83.0 dep which fixes a RAPIError on some devices *synce-sync-engine-0.12 (13 Nov 2008) *synce-sync-engine-0.11.1 (13 Nov 2008) diff --git a/app-pda/synce-sync-engine/synce-sync-engine-0.11.1.ebuild b/app-pda/synce-sync-engine/synce-sync-engine-0.11.1.ebuild index 770879851ce3..791eef14f8c2 100644 --- a/app-pda/synce-sync-engine/synce-sync-engine-0.11.1.ebuild +++ b/app-pda/synce-sync-engine/synce-sync-engine-0.11.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.11.1.ebuild,v 1.1 2008/11/13 16:31:01 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.11.1.ebuild,v 1.2 2008/11/21 00:11:37 mescalinum Exp $ inherit eutils distutils @@ -12,7 +12,7 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="dev-python/pygobject - dev-python/dbus-python + >=dev-python/dbus-python-0.83.0 >=app-pda/libopensync-plugin-python-0.21 dev-libs/libxml2 dev-libs/libxslt @@ -31,10 +31,6 @@ src_unpack() { epatch "${FILESDIR}/${P}-typo.patch" } -src_compile() { - distutils_src_compile -} - src_install() { DOCS="CHANGELOG COPYING" distutils_src_install @@ -53,14 +49,14 @@ src_install() { } pkg_postinst() { - ewarn "IMPORTANT - If you are upgrading from a version earlier than 19-12-2007" - ewarn "(earlier than 0.11), please delete the contents of your ~/.synce directory" - ewarn "including the partnerships subdirectory, but KEEP config.xml. Then recreate" - ewarn "your partnerships. Please see the CHANGELOG for more info" - - einfo "Plase copy:" - einfo "/usr/share/${PN}/config.xml" - einfo "to" - einfo "~/.synce/ directory" - einfo "Change it to fit your needs" + 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 "Plase copy:" + elog "/usr/share/${PN}/config.xml" + elog "to" + elog "~/.synce/ directory" + elog "Change it to fit your needs" } diff --git a/app-pda/synce-sync-engine/synce-sync-engine-0.12.ebuild b/app-pda/synce-sync-engine/synce-sync-engine-0.12.ebuild index dfcb58a9af32..e95ac45410ed 100644 --- a/app-pda/synce-sync-engine/synce-sync-engine-0.12.ebuild +++ b/app-pda/synce-sync-engine/synce-sync-engine-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 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.12.ebuild,v 1.1 2008/11/13 16:31:01 mescalinum Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.12.ebuild,v 1.2 2008/11/21 00:11:37 mescalinum Exp $ inherit eutils distutils @@ -13,7 +13,7 @@ KEYWORDS="~x86 ~amd64" IUSE="" DEPEND="dev-python/setuptools" RDEPEND="dev-python/pygobject - dev-python/dbus-python + >=dev-python/dbus-python-0.83.0 >=app-pda/libopensync-plugin-python-0.22 dev-libs/libxml2 dev-libs/libxslt @@ -24,10 +24,6 @@ RDEPEND="dev-python/pygobject SRC_URI="mirror://sourceforge/synce/sync-engine-${PV}.tar.gz" S=${WORKDIR}/sync-engine-${PV} -src_compile() { - distutils_src_compile -} - src_install() { DOCS="CHANGELOG COPYING" @@ -50,17 +46,17 @@ src_install() { } pkg_postinst() { - ewarn "" - ewarn "IMPORTANT - If you are upgrading from a version earlier than 19-12-2007" - ewarn "(earlier than 0.11), please delete the contents of your ~/.synce directory" - ewarn "including the partnerships subdirectory, but KEEP config.xml. Then recreate" - ewarn "your partnerships. Please see the CHANGELOG for more info." - ewarn "" - ewarn "config.xml has been renamed to syncengine.conf.xml" - ewarn "" - - einfo "A default configuration file has been installed into" - einfo "/usr/share/${PN}/syncengine.conf.xml The default search path for this file" + 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" } |