From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/patches/
Date: Fri, 21 Aug 2015 06:36:45 +0000 (UTC) [thread overview]
Message-ID: <1440062106.8fdfbd22b2c3b2863d351ec97322c06cbd29e2ba.jlec@gentoo> (raw)
commit: 8fdfbd22b2c3b2863d351ec97322c06cbd29e2ba
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Thu Aug 20 09:15:06 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Aug 20 09:15:06 2015 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=8fdfbd22
Update patches
Due to git migration.
ebuild-writing/misc-files/patches/text.xml | 16 ++++++----------
1 file changed, 6 insertions(+), 10 deletions(-)
diff --git a/ebuild-writing/misc-files/patches/text.xml b/ebuild-writing/misc-files/patches/text.xml
index 0be488c..cd85244 100644
--- a/ebuild-writing/misc-files/patches/text.xml
+++ b/ebuild-writing/misc-files/patches/text.xml
@@ -18,7 +18,7 @@ is conventional. Patches are best named <c>${P}-what-it-does.patch</c> (or
description of what the patch is for. If the patch is to fix a
specific bug, it is often useful to add in the bug number <d/> for
example, <c>vim-7.0-cron-vars-79981.patch</c>. If the patch is pulled from
-upstream's CVS / SVN repository, it can help to include the revision
+upstream's VCS repository, it can help to include the revision
number in the patch name as a suffix to the version part <d/>
<c>fluxbox-0.9.12-3860-menu-backups.patch</c>.
</p>
@@ -57,7 +57,7 @@ later. Good things to include in comments are:
What the patch actually does. Bug numbers are good here.
</li>
<li>
- Where the patch came from. Is it an upstream CVS/SVN pull,
+ Where the patch came from. Is it an upstream VCS pull,
something from Bugzilla, something you wrote?
</li>
<li>
@@ -107,20 +107,16 @@ from the <c>vim</c> patch tarball:
<p>
When adding a patch to the tree be sure to check that the patch doesn't have
-CVS keywords in it that will be expanded (such as <c>$Id$</c>). If the patch
+Git keywords in it that will be expanded (such as <c>$Id$</c>). If the patch
contains these, it will break manifests unless you add it to the tree
-correctly. In the case that it does have the keywords, you should add it by
-doing:
+correctly. In the case that it does have the keywords, you should remove them.
+Afterwards they can be added like every other file:
</p>
<pre>
-cvs add -ko files/${P}-the-cool-patch.patch
+git add files/${P}-the-cool-patch.patch
</pre>
-<p>
-<c>-ko</c> disables keyword expansion for that specific file. If it doesn't
-have keywords in it, then you can add it normally without the extra argument.
-</p>
</body>
</section>
</body>
next reply other threads:[~2015-08-21 6:36 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-08-21 6:36 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-09-20 14:12 [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/misc-files/patches/ Sam James
2024-05-07 17:22 Ulrich Müller
2022-04-06 18:41 Ulrich Müller
2021-06-18 6:13 Ulrich Müller
2021-06-18 6:13 Ulrich Müller
2021-04-07 17:35 Ulrich Müller
2021-04-07 17:35 Ulrich Müller
2021-04-07 17:35 Ulrich Müller
2021-02-22 16:51 Ulrich Müller
2021-02-20 8:00 Ulrich Müller
2018-06-22 18:40 Ulrich Müller
2016-06-16 1:19 Göktürk Yüksek
2014-10-18 17:35 Markos Chandras
2014-07-24 18:06 ` Markos Chandras
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1440062106.8fdfbd22b2c3b2863d351ec97322c06cbd29e2ba.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox