diff options
author | 2008-11-24 23:23:51 +0000 | |
---|---|---|
committer | 2008-11-24 23:23:51 +0000 | |
commit | e4d17115add7c8d38e146652dbf81c50861565fe (patch) | |
tree | 11e789730a59a5eaa2d0bb344f114c63e91e5f9b /dev-util/cutils/files | |
parent | Bump to 0.1.10. This ebuild is now a meta that pull the split elements of gam... (diff) | |
download | gentoo-2-e4d17115add7c8d38e146652dbf81c50861565fe.tar.gz gentoo-2-e4d17115add7c8d38e146652dbf81c50861565fe.tar.bz2 gentoo-2-e4d17115add7c8d38e146652dbf81c50861565fe.zip |
- Add die to the mv, and sed calls.
- Remove the info page to force its regeneration from the texinfo document.
- Simplify patch.
- Use safer patterns in sed.
(Portage version: 2.1.4.5)
Diffstat (limited to 'dev-util/cutils/files')
-rw-r--r-- | dev-util/cutils/files/cutils-infopage.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/dev-util/cutils/files/cutils-infopage.patch b/dev-util/cutils/files/cutils-infopage.patch new file mode 100644 index 000000000000..2b19aeee2d6e --- /dev/null +++ b/dev-util/cutils/files/cutils-infopage.patch @@ -0,0 +1,16 @@ +# Add category, and entry to the texinfo document. + +--- cutils-1.6/doc/cutils.texi.orig 2008-11-24 23:18:41.732038120 +0000 ++++ cutils-1.6/doc/cutils.texi 2008-11-24 23:18:27.907038555 +0000 +@@ -7,6 +7,11 @@ + @c unwise to comment it out when running a master in case there are + @c overfulls which are deemed okay. + ++@dircategory Programming ++@direntry ++* cutils: (cutils). C language utilities. ++@end direntry ++ + @iftex + @c @finalout + @end iftex |