diff options
author | 2008-03-09 22:15:11 +0000 | |
---|---|---|
committer | 2008-03-09 22:15:11 +0000 | |
commit | d3664aeb3949f12e4588b6f22eebaadcd9e8fc08 (patch) | |
tree | ac1bf09c24bfccbfb151ae01b9bb49dec57aa251 /gnome-extra/yelp/files | |
parent | Remove a stale patch and an old 2.16 version (diff) | |
download | historical-d3664aeb3949f12e4588b6f22eebaadcd9e8fc08.tar.gz historical-d3664aeb3949f12e4588b6f22eebaadcd9e8fc08.tar.bz2 historical-d3664aeb3949f12e4588b6f22eebaadcd9e8fc08.zip |
Remove old
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'gnome-extra/yelp/files')
-rw-r--r-- | gnome-extra/yelp/files/yelp-2.14.0-mozilla-include-fix.patch | 12 | ||||
-rw-r--r-- | gnome-extra/yelp/files/yelp-2.14.2-ampersand-escaping.patch | 15 |
2 files changed, 0 insertions, 27 deletions
diff --git a/gnome-extra/yelp/files/yelp-2.14.0-mozilla-include-fix.patch b/gnome-extra/yelp/files/yelp-2.14.0-mozilla-include-fix.patch deleted file mode 100644 index ab846bed6e6e..000000000000 --- a/gnome-extra/yelp/files/yelp-2.14.0-mozilla-include-fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- yelp-2.14.0/src/Makefile.am 2006-01-19 14:01:20.000000000 -0500 -+++ yelp-2.14.0.new/src/Makefile.am 2006-03-20 09:33:06.000000000 -0500 -@@ -68,7 +68,8 @@ - uriloader \ - content \ - gfx \ -- necko -+ necko \ -+ nspr - - yelp_CPPFLAGS = \ - -I$(top_srcdir) \ diff --git a/gnome-extra/yelp/files/yelp-2.14.2-ampersand-escaping.patch b/gnome-extra/yelp/files/yelp-2.14.2-ampersand-escaping.patch deleted file mode 100644 index 182ab85ebc04..000000000000 --- a/gnome-extra/yelp/files/yelp-2.14.2-ampersand-escaping.patch +++ /dev/null @@ -1,15 +0,0 @@ -Already merged into upstream gnome-2-14 branch - -Index: yelp-2.14.2/src/yelp-toc-pager.c -=================================================================== ---- yelp-2.14.2.orig/src/yelp-toc-pager.c -+++ yelp-2.14.2/src/yelp-toc-pager.c -@@ -1166,7 +1166,7 @@ process_info_pending (YelpTocPager *page - xmlNewNsProp (new_node, NULL, BAD_CAST "id", - BAD_CAST g_strdup_printf ("infosect%d", sectno)); - sectno++; -- xmlNewChild (new_node, NULL, BAD_CAST "title", -+ xmlNewTextChild (new_node, NULL, BAD_CAST "title", - BAD_CAST *ptr); - g_hash_table_insert (categories, - g_strdup (*ptr), |