Gentoo Archives: gentoo-commits

From: "Nirbheek Chauhan (nirbheek)" <nirbheek@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/pyclutter/files: pyclutter-fix-docs-install-data-hook.patch
Date: Fri, 26 Feb 2010 22:42:31
Message-Id: E1Nl8tA-0004Se-6G@stork.gentoo.org
1 nirbheek 10/02/26 22:42:28
2
3 Added: pyclutter-fix-docs-install-data-hook.patch
4 Log:
5 Add initial ebuild for pyclutter, python bindings for clutter
6 (Portage version: 2.1.7.17/cvs/Linux i686)
7
8 Revision Changes Path
9 1.1 dev-python/pyclutter/files/pyclutter-fix-docs-install-data-hook.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclutter/files/pyclutter-fix-docs-install-data-hook.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/pyclutter/files/pyclutter-fix-docs-install-data-hook.patch?rev=1.1&content-type=text/plain
13
14 Index: pyclutter-fix-docs-install-data-hook.patch
15 ===================================================================
16 Assumes $(PYGOBJECT_FIXXREF) is executable
17
18 ---
19 --- docs/Makefile.am
20 +++ docs/Makefile.am
21 @@ -82,7 +82,7 @@
22 fi
23
24 install-data-hook:
25 - @$(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(DESTDIR)$(TARGET_DIR)
26 + python $(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(DESTDIR)$(TARGET_DIR)
27
28 uninstall-local:
29 rm -rf $(DESTDIR)$(TARGET_DIR)/*
30 --- docs/Makefile.in
31 +++ docs/Makefile.in
32 @@ -82,7 +82,7 @@
33 fi
34
35 install-data-hook:
36 - @$(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(DESTDIR)$(TARGET_DIR)
37 + python $(PYGOBJECT_FIXXREF) -i $(PYGOBJECT_PYGDOCS) $(DESTDIR)$(TARGET_DIR)
38
39 uninstall-local:
40 rm -rf $(DESTDIR)$(TARGET_DIR)/*