public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-db/desktopcouch/files: desktopcouch-0.6.9b-setup_hardlinks.patch desktopcouch-0.6.9b-drop_ubuntuone_support.patch
@ 2010-12-15 20:17 Jesus Rivero (neurogeek)
  0 siblings, 0 replies; only message in thread
From: Jesus Rivero (neurogeek) @ 2010-12-15 20:17 UTC (permalink / raw
  To: gentoo-commits

neurogeek    10/12/15 20:17:02

  Added:                desktopcouch-0.6.9b-setup_hardlinks.patch
                        desktopcouch-0.6.9b-drop_ubuntuone_support.patch
  Log:
  Version bump. Closes bug #333375
  
  (Portage version: 2.2_rc95/cvs/Linux i686)

Revision  Changes    Path
1.1                  dev-db/desktopcouch/files/desktopcouch-0.6.9b-setup_hardlinks.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/files/desktopcouch-0.6.9b-setup_hardlinks.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/files/desktopcouch-0.6.9b-setup_hardlinks.patch?rev=1.1&content-type=text/plain

Index: desktopcouch-0.6.9b-setup_hardlinks.patch
===================================================================
--- setup.py.orig	2010-12-15 08:55:27.000000000 -0500
+++ setup.py	2010-12-15 09:05:32.000000000 -0500
@@ -31,19 +31,21 @@
     test_suite="runtests.get_test_suite",
     packages=find_packages(),
     scripts=['bin/desktopcouch-pair'],
-    data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
-                                              'bin/desktopcouch-get-port',
-                                              'bin/desktopcouch-stop']),
+    data_files = [
+#    data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
+#                                              'bin/desktopcouch-get-port',
+#                                              'bin/desktopcouch-stop']),
                   # Be sure all additions are reflected in MANIFEST.in !
-                  ('/usr/share/doc/python-desktopcouch-records/api/',
-                      ['desktopcouch/records/doc/records.txt',
-                      'desktopcouch/records/doc/field_registry.txt',
-                      'desktopcouch/contacts/schema.txt']),
+#                  ('/usr/share/doc/python-desktopcouch-records/api/',
+#                      ['desktopcouch/records/doc/records.txt',
+#                      'desktopcouch/records/doc/field_registry.txt',
+#                      'desktopcouch/contacts/schema.txt']),
                   ('/etc/xdg/desktop-couch/',
                       ['config/desktop-couch/compulsory-auth.ini']),
                   ('/usr/share/desktopcouch/', ['data/couchdb.tmpl']),
                   ('/usr/share/dbus-1/services/', ['org.desktopcouch.CouchDB.service']),
-                  ('share/man/man1/', ['docs/man/desktopcouch-pair.1'])],
+#                  ('share/man/man1/', ['docs/man/desktopcouch-pair.1'])],
+    ],
     cmdclass = { "build" : build_extra.build_extra,
                  "build_i18n" :  build_i18n.build_i18n }
 )



1.1                  dev-db/desktopcouch/files/desktopcouch-0.6.9b-drop_ubuntuone_support.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/files/desktopcouch-0.6.9b-drop_ubuntuone_support.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-db/desktopcouch/files/desktopcouch-0.6.9b-drop_ubuntuone_support.patch?rev=1.1&content-type=text/plain

Index: desktopcouch-0.6.9b-drop_ubuntuone_support.patch
===================================================================
#We dont have ubuntu_sso package in the tree. Maybe this patch
#can be dropped later on.
#Jesus Rivero <neurogeek> 
#Dec. 15, 2010
--- desktopcouch/replication_services/__init__.py.orig	2010-12-15 09:31:29.000000000 -0500
+++ desktopcouch/replication_services/__init__.py	2010-12-15 09:30:53.000000000 -0500
@@ -1,4 +1,4 @@
 """Modules imported here are available as services."""
 
-import ubuntuone
+#import ubuntuone
 import example






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-12-15 20:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-12-15 20:17 [gentoo-commits] gentoo-x86 commit in dev-db/desktopcouch/files: desktopcouch-0.6.9b-setup_hardlinks.patch desktopcouch-0.6.9b-drop_ubuntuone_support.patch Jesus Rivero (neurogeek)

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