summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFederico Ferri <mescalinum@gentoo.org>2009-08-05 12:50:21 +0000
committerFederico Ferri <mescalinum@gentoo.org>2009-08-05 12:50:21 +0000
commit41589adb6a2ea9697e90faba28dfcd8d98bbaa84 (patch)
tree0bc35298376d982e12cb8b77235ce1ef87769af7 /app-pda/synce-sync-engine
parentremoved old versions (diff)
downloadgentoo-2-41589adb6a2ea9697e90faba28dfcd8d98bbaa84.tar.gz
gentoo-2-41589adb6a2ea9697e90faba28dfcd8d98bbaa84.tar.bz2
gentoo-2-41589adb6a2ea9697e90faba28dfcd8d98bbaa84.zip
removed old versions
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Diffstat (limited to 'app-pda/synce-sync-engine')
-rw-r--r--app-pda/synce-sync-engine/ChangeLog8
-rw-r--r--app-pda/synce-sync-engine/files/synce-sync-engine-0.11.1-typo.patch11
-rw-r--r--app-pda/synce-sync-engine/synce-sync-engine-0.11.1.ebuild62
-rw-r--r--app-pda/synce-sync-engine/synce-sync-engine-0.12.ebuild62
4 files changed, 7 insertions, 136 deletions
diff --git a/app-pda/synce-sync-engine/ChangeLog b/app-pda/synce-sync-engine/ChangeLog
index 879428ff0611..3862e8c2a7a0 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-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.5 2009/01/21 11:48:50 mescalinum Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/ChangeLog,v 1.6 2009/08/05 12:50:21 mescalinum Exp $
+
+ 05 Aug 2009; Federico Ferri <mescalinum@gentoo.org>
+ -synce-sync-engine-0.11.1.ebuild,
+ -files/synce-sync-engine-0.11.1-typo.patch,
+ -synce-sync-engine-0.12.ebuild:
+ removed old versions
21 Jan 2009; Federico Ferri <mescalinum@gentoo.org>
synce-sync-engine-0.13.ebuild:
diff --git a/app-pda/synce-sync-engine/files/synce-sync-engine-0.11.1-typo.patch b/app-pda/synce-sync-engine/files/synce-sync-engine-0.11.1-typo.patch
deleted file mode 100644
index bf9aec17250a..000000000000
--- a/app-pda/synce-sync-engine/files/synce-sync-engine-0.11.1-typo.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- SyncEngine/kernel.py 2008-05-30 14:54:51.000000000 +0930
-+++ SyncEngine/kernel.py.2 2008-05-30 15:01:23.000000000 +0930
-@@ -276,7 +276,7 @@
- # if we suddenly need auth, first shut down all threads if they
- # are running
-
-- if self.partnerships != None:
-+ if self.PshipManager.GetCurrentPartnership() != None:
- self.OnDisconnect()
-
- if auth.Authorize(self.devicePath,self.device,self.config.config_Global):
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
deleted file mode 100644
index 791eef14f8c2..000000000000
--- a/app-pda/synce-sync-engine/synce-sync-engine-0.11.1.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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.2 2008/11/21 00:11:37 mescalinum Exp $
-
-inherit eutils distutils
-
-DESCRIPTION="SynCE - Synchronization engine"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-RDEPEND="dev-python/pygobject
- >=dev-python/dbus-python-0.83.0
- >=app-pda/libopensync-plugin-python-0.21
- 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"
-
-SRC_URI="mirror://sourceforge/synce/sync-engine-${PV}.tar.gz"
-S=${WORKDIR}/sync-engine-${PV}
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
- epatch "${FILESDIR}/${P}-typo.patch"
-}
-
-src_install() {
- DOCS="CHANGELOG COPYING"
- distutils_src_install
-
- insinto /usr/share/${PN}/
- doins config/config.xml
-
- insinto /usr/lib/opensync/python-plugins
-
- # TODO - move this to separate ebuilds.
- if has_version '>=app-pda/libopensync-0.30'; then
- newins plugins/synce-opensync-plugin-3x.py synce-opensync-plugin.py
- else
- newins plugins/synce-opensync-plugin-2x.py synce-opensync-plugin.py
- fi
-}
-
-pkg_postinst() {
- 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
deleted file mode 100644
index e95ac45410ed..000000000000
--- a/app-pda/synce-sync-engine/synce-sync-engine-0.12.ebuild
+++ /dev/null
@@ -1,62 +0,0 @@
-# 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.2 2008/11/21 00:11:37 mescalinum Exp $
-
-inherit eutils distutils
-
-DESCRIPTION="SynCE - Synchronization engine"
-HOMEPAGE="http://sourceforge.net/projects/synce/"
-LICENSE="MIT"
-
-SLOT="0"
-KEYWORDS="~x86 ~amd64"
-IUSE=""
-DEPEND="dev-python/setuptools"
-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"
-
-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"
-}