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

neurogeek    10/03/13 18:33:40

  Added:                desktopcouch-setup_hardlinks.patch
  Log:
  Initial commit. Closes bug #290160
  (Portage version: 2.2_rc63/cvs/Linux i686)

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

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

Index: desktopcouch-setup_hardlinks.patch
===================================================================
--- setup.py.orig	2010-03-12 22:30:22.000000000 +0000
+++ setup.py	2010-03-12 22:42:57.000000000 +0000
@@ -31,18 +31,11 @@
     test_suite="runtests.get_test_suite",
     packages=find_packages(),
     scripts=['bin/desktopcouch-pair'],
-    data_files = [('/usr/lib/desktopcouch/', ['bin/desktopcouch-service',
-                                              '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']),
+    data_files = [# Be sure all additions are reflected in MANIFEST.in !
                   ('/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'])],
+                  ('/usr/share/dbus-1/services/', ['org.desktopcouch.CouchDB.service']),],
     cmdclass = { "build" : build_extra.build_extra,
                  "build_i18n" :  build_i18n.build_i18n }
 )






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

only message in thread, other threads:[~2010-03-13 18:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-13 18:33 [gentoo-commits] gentoo-x86 commit in dev-db/desktopcouch/files: desktopcouch-setup_hardlinks.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