public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/synce-sync-engine: synce-sync-engine-0.15.1.ebuild
@ 2011-02-25 16:28 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-25 16:28 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/25 16:28:44

  Modified:             synce-sync-engine-0.15.1.ebuild
  Log:
  Improve prev. commit
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?r1=1.1&r2=1.2

Index: synce-sync-engine-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- synce-sync-engine-0.15.1.ebuild	25 Feb 2011 16:09:15 -0000	1.1
+++ synce-sync-engine-0.15.1.ebuild	25 Feb 2011 16:28:43 -0000	1.2
@@ -1,6 +1,9 @@
 # Copyright 1999-2011 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.15.1.ebuild,v 1.1 2011/02/25 16:09:15 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild,v 1.2 2011/02/25 16:28:43 ssuominen Exp $
+
+# TODO:
+# Figure out synce-opensync-plugin-2x.py and synce-opensync-plugin-3x.py install path when libopensync is unmasked.
 
 EAPI=3
 
@@ -29,6 +32,18 @@
 PYTHON_MODNAME="plugins SyncEngine"
 
 src_prepare() {
-	sed -i -e "s:share/doc/sync-engine:share/doc/${PF}:" setup.py || die
+	sed -i -e 's:share/doc/sync-engine:tmp:' setup.py || die
 	distutils_src_prepare
 }
+
+src_install() {
+	insinto /usr/share/dbus-1/services
+	doins config/org.synce.SyncEngine.service || die
+
+	insinto /usr/share/${PN}
+	doins config/syncengine.conf.xml || die
+
+	distutils_src_install
+
+	rm -rf "${D}"/tmp
+}






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/synce-sync-engine: synce-sync-engine-0.15.1.ebuild
@ 2011-02-25 16:34 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-25 16:34 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/25 16:34:47

  Modified:             synce-sync-engine-0.15.1.ebuild
  Log:
  Improve more.
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?r1=1.2&r2=1.3

Index: synce-sync-engine-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- synce-sync-engine-0.15.1.ebuild	25 Feb 2011 16:28:43 -0000	1.2
+++ synce-sync-engine-0.15.1.ebuild	25 Feb 2011 16:34:46 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.15.1.ebuild,v 1.2 2011/02/25 16:28:43 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild,v 1.3 2011/02/25 16:34:46 ssuominen Exp $
 
 # TODO:
 # Figure out synce-opensync-plugin-2x.py and synce-opensync-plugin-3x.py install path when libopensync is unmasked.
@@ -13,7 +13,7 @@
 
 inherit distutils
 
-DESCRIPTION="A sync engine for SynCE"
+DESCRIPTION="A synchronization engine for SynCE"
 HOMEPAGE="http://www.synce.org/"
 SRC_URI="mirror://sourceforge/synce/${P}.tar.gz"
 
@@ -40,7 +40,7 @@
 	insinto /usr/share/dbus-1/services
 	doins config/org.synce.SyncEngine.service || die
 
-	insinto /usr/share/${PN}
+	insinto /etc
 	doins config/syncengine.conf.xml || die
 
 	distutils_src_install






^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/synce-sync-engine: synce-sync-engine-0.15.1.ebuild
@ 2011-02-25 16:44 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 3+ messages in thread
From: Samuli Suominen (ssuominen) @ 2011-02-25 16:44 UTC (permalink / raw
  To: gentoo-commits

ssuominen    11/02/25 16:44:33

  Modified:             synce-sync-engine-0.15.1.ebuild
  Log:
  And even more. Last one. I promise.
  
  (Portage version: 2.2.0_alpha24/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild?r1=1.3&r2=1.4

Index: synce-sync-engine-0.15.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- synce-sync-engine-0.15.1.ebuild	25 Feb 2011 16:34:46 -0000	1.3
+++ synce-sync-engine-0.15.1.ebuild	25 Feb 2011 16:44:33 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.15.1.ebuild,v 1.3 2011/02/25 16:34:46 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/synce-sync-engine/synce-sync-engine-0.15.1.ebuild,v 1.4 2011/02/25 16:44:33 ssuominen Exp $
 
 # TODO:
 # Figure out synce-opensync-plugin-2x.py and synce-opensync-plugin-3x.py install path when libopensync is unmasked.
@@ -32,7 +32,7 @@
 PYTHON_MODNAME="plugins SyncEngine"
 
 src_prepare() {
-	sed -i -e 's:share/doc/sync-engine:tmp:' setup.py || die
+	sed -i -e 's:share/doc/sync-engine:foobar:' setup.py || die
 	distutils_src_prepare
 }
 
@@ -45,5 +45,5 @@
 
 	distutils_src_install
 
-	rm -rf "${D}"/tmp
+	rm -rf "${D}"/usr/foobar
 }






^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2011-02-25 16:44 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-02-25 16:28 [gentoo-commits] gentoo-x86 commit in app-pda/synce-sync-engine: synce-sync-engine-0.15.1.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-25 16:34 Samuli Suominen (ssuominen)
2011-02-25 16:44 Samuli Suominen (ssuominen)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox