Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/patches/
Date: Fri, 18 Jun 2021 06:14:24
Message-Id: 1623996692.ec24130fc17c4d48574721aeace1493eb25e7dea.ulm@gentoo
1 commit: ec24130fc17c4d48574721aeace1493eb25e7dea
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 10 00:13:22 2021 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Fri Jun 18 06:11:32 2021 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=ec24130f
7
8 ebuild-writing/misc-files/patches: modernise patch example
9
10 * Drop dates as we now recommend
11 * Use patch level 1
12
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
15
16 ebuild-writing/misc-files/patches/text.xml | 4 ++--
17 1 file changed, 2 insertions(+), 2 deletions(-)
18
19 diff --git a/ebuild-writing/misc-files/patches/text.xml b/ebuild-writing/misc-files/patches/text.xml
20 index 7d13588..8d54dfd 100644
21 --- a/ebuild-writing/misc-files/patches/text.xml
22 +++ b/ebuild-writing/misc-files/patches/text.xml
23 @@ -96,8 +96,8 @@ from the <c>vim</c> patch tarball:
24 <pre>
25 # Detect Gentoo apache files properly. Gentoo bug 83565.
26
27 ---- runtime/filetype.vim.orig 2005-03-25 01:44:12.000000000 +0000
28 -+++ runtime/filetype.vim 2005-03-25 01:45:15.000000000 +0000
29 +--- a/runtime/filetype.vim
30 ++++ b/runtime/filetype.vim
31 @@ -93,6 +93,9 @@
32 " Gentoo apache config file locations (Gentoo bug #76713)
33 au BufNewFile,BufRead /etc/apache2/conf/*/* setf apache