]> git.pld-linux.org Git - packages/libgpod.git/commitdiff
- no longer needed
authorPatryk Zawadzki <patrys@room-303.com>
Thu, 1 Feb 2007 20:35:17 +0000 (20:35 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    libgpod-python.patch -> 1.2

libgpod-python.patch [deleted file]

diff --git a/libgpod-python.patch b/libgpod-python.patch
deleted file mode 100644 (file)
index 75f962b..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
---- libgpod-0.4.0/bindings/python/Makefile.am.orig     2006-05-30 15:21:09.000000000 +0200
-+++ libgpod-0.4.0/bindings/python/Makefile.am  2006-11-15 11:02:49.439505000 +0100
-@@ -32,14 +32,14 @@
-       $(CC) $(MODULE_LIBS) @PYTHON_LDFLAGS@ gpod_wrap.o -o $@
- install-pythonDATA: $(python_DATA)
--      $(mkinstalldirs) $(DESTDIR)$(pythondir)/gpod
--      $(INSTALL_PROGRAM) _gpod.so  $(DESTDIR)$(pythondir)/gpod/_gpod.so
--      $(INSTALL_DATA) *.py         $(DESTDIR)$(pythondir)/gpod/
--      $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")'
--      $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pythondir)/gpod/", ddir="$(pythondir)/gpod/")'
-+      $(mkinstalldirs) $(DESTDIR)$(pyexecdir)/gpod
-+      $(INSTALL_PROGRAM) _gpod.so  $(DESTDIR)$(pyexecdir)/gpod/_gpod.so
-+      $(INSTALL_DATA) *.py         $(DESTDIR)$(pyexecdir)/gpod/
-+      $(PYTHON) -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")'
-+      $(PYTHON) -O -c 'from compileall import compile_dir; compile_dir("$(DESTDIR)$(pyexecdir)/gpod/", ddir="$(pyexecdir)/gpod/")'
- uninstall-pythonDATA: $(python_DATA)
--      rm -rf $(DESTDIR)$(pythondir)/gpod
-+      rm -rf $(DESTDIR)$(pyexecdir)/gpod
- test:
-       cd tests && python tests.py
This page took 0.091867 seconds and 4 git commands to generate.