summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesus Rivero <neurogeek@gentoo.org>2010-04-27 18:43:25 +0000
committerJesus Rivero <neurogeek@gentoo.org>2010-04-27 18:43:25 +0000
commitfe47b28243e6c7ad17518a5f0c016f5ab37a7fd1 (patch)
tree505df6827991334798e6e1a43c4c275ede84b2a5 /dev-db/desktopcouch/files
parentold (diff)
downloadgentoo-2-fe47b28243e6c7ad17518a5f0c016f5ab37a7fd1.tar.gz
gentoo-2-fe47b28243e6c7ad17518a5f0c016f5ab37a7fd1.tar.bz2
gentoo-2-fe47b28243e6c7ad17518a5f0c016f5ab37a7fd1.zip
Fixed dependency for dev-python/couchdb-python wrt bug #315743. Fixed python ebuild related code wrt bug #312135. Removed older versions.
(Portage version: 2.2_rc67/cvs/Linux i686)
Diffstat (limited to 'dev-db/desktopcouch/files')
-rw-r--r--dev-db/desktopcouch/files/desktopcouch-0.6.4-setup_hardlinks.patch (renamed from dev-db/desktopcouch/files/desktopcouch-setup_hardlinks.patch)13
1 files changed, 7 insertions, 6 deletions
diff --git a/dev-db/desktopcouch/files/desktopcouch-setup_hardlinks.patch b/dev-db/desktopcouch/files/desktopcouch-0.6.4-setup_hardlinks.patch
index 40d12b4205d3..7810ccc713e4 100644
--- a/dev-db/desktopcouch/files/desktopcouch-setup_hardlinks.patch
+++ b/dev-db/desktopcouch/files/desktopcouch-0.6.4-setup_hardlinks.patch
@@ -1,23 +1,24 @@
---- 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 @@
+--- setup.py.orig 2010-04-23 05:19:54.000000000 +0000
++++ setup.py 2010-04-23 05:32:47.000000000 +0000
+@@ -31,19 +31,10 @@
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']),
- # 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/',
+- ('/etc/xdg/desktop-couch/',
++ data_files = [('/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']),],
++ ('/usr/share/dbus-1/services/', ['org.desktopcouch.CouchDB.service'])],
cmdclass = { "build" : build_extra.build_extra,
"build_i18n" : build_i18n.build_i18n }
)