commit: ec24130fc17c4d48574721aeace1493eb25e7dea Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Apr 10 00:13:22 2021 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Fri Jun 18 06:11:32 2021 +0000 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ec24130f
ebuild-writing/misc-files/patches: modernise patch example * Drop dates as we now recommend * Use patch level 1 Signed-off-by: Sam James <sam <AT> gentoo.org> Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> ebuild-writing/misc-files/patches/text.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ebuild-writing/misc-files/patches/text.xml b/ebuild-writing/misc-files/patches/text.xml index 7d13588..8d54dfd 100644 --- a/ebuild-writing/misc-files/patches/text.xml +++ b/ebuild-writing/misc-files/patches/text.xml @@ -96,8 +96,8 @@ from the <c>vim</c> patch tarball: <pre> # Detect Gentoo apache files properly. Gentoo bug 83565. ---- runtime/filetype.vim.orig 2005-03-25 01:44:12.000000000 +0000 -+++ runtime/filetype.vim 2005-03-25 01:45:15.000000000 +0000 +--- a/runtime/filetype.vim ++++ b/runtime/filetype.vim @@ -93,6 +93,9 @@ " Gentoo apache config file locations (Gentoo bug #76713) au BufNewFile,BufRead /etc/apache2/conf/*/* setf apache
