summaryrefslogtreecommitdiff
path: root/community/gphpedit
diff options
context:
space:
mode:
authorMichał Masłowski <mtjm@mtjm.eu>2011-11-23 17:44:22 +0100
committerMichał Masłowski <mtjm@mtjm.eu>2011-11-23 17:44:22 +0100
commit2834c39eaa8a97fa6d3a2355f46b21da3a4bb8de (patch)
treec7e5032604c3c6a2ba63599389c26873cbf3c65c /community/gphpedit
parent5f0ea75dbd480a1ced023070da9847e1c6959692 (diff)
parent851ab9aa99e9bda38f88b5f5ade096c9137e11c8 (diff)
Merge branch 'master' of ssh://parabolagnulinux.org:1863/home/parabola/abslibre-pre-mips64el
Conflicts: community/acetoneiso2/PKGBUILD community/gpsman/PKGBUILD community/gts/PKGBUILD community/lat/PKGBUILD community/pidgin-fonomobutton/PKGBUILD community/qemu-launcher/PKGBUILD core/isdn4k-utils/PKGBUILD extra/nouveau-drm-lts/PKGBUILD
Diffstat (limited to 'community/gphpedit')
-rw-r--r--community/gphpedit/doc-fix.patch20
1 files changed, 0 insertions, 20 deletions
diff --git a/community/gphpedit/doc-fix.patch b/community/gphpedit/doc-fix.patch
deleted file mode 100644
index 42dae5f72..000000000
--- a/community/gphpedit/doc-fix.patch
+++ /dev/null
@@ -1,20 +0,0 @@
---- gphpedit-0.9.91/src/tab.c.orig 2008-07-08 00:21:04.000000000 +0200
-+++ gphpedit-0.9.91/src/tab.c 2008-07-08 00:20:50.000000000 +0200
-@@ -562,6 +562,17 @@
- if (long_filename)
- return long_filename;
-
-+ // For ArchLinux - KISS ;)
-+ long_filename = tab_help_try_filename("/usr/share/doc/php/html/function.", command, ".html");
-+ if (long_filename)
-+ return long_filename;
-+ long_filename = tab_help_try_filename("/usr/share/doc/php/html/ref.", command, ".html");
-+ if (long_filename)
-+ return long_filename;
-+ long_filename = tab_help_try_filename("/usr/share/doc/php/html/", command, NULL);
-+ if (long_filename)
-+ return long_filename;
-+
- // For Gentoo, as much as I love it - it's twatty to put docs in a version specific folder like this!
- long_filename = tab_help_try_filename("/usr/doc/php-docs-200403/html/function.", command, ".html");
- if (long_filename)