Gentoo Archives: gentoo-commits

From: Markos Chandras <hwoarang@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/functions/src_unpack/cvs-sources/, ...
Date: Sat, 04 Jan 2014 11:24:01
Message-Id: 1388806115.5c63d7ec207f1658f75ab82a86d22f69657b8feb.hwoarang@gentoo
1 commit: 5c63d7ec207f1658f75ab82a86d22f69657b8feb
2 Author: Chris Reffett <creffett <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 4 03:01:08 2014 +0000
4 Commit: Markos Chandras <hwoarang <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 4 03:28:35 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/devmanual.git;a=commit;h=5c63d7ec
7
8 Change references to masking live packages to setting KEYWORDS="", floppym is my authoritative source here
9
10 ---
11 ebuild-writing/functions/src_unpack/cvs-sources/text.xml | 2 +-
12 ebuild-writing/functions/src_unpack/svn-sources/text.xml | 2 +-
13 2 files changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/ebuild-writing/functions/src_unpack/cvs-sources/text.xml b/ebuild-writing/functions/src_unpack/cvs-sources/text.xml
16 index 4c51550..54de8cb 100644
17 --- a/ebuild-writing/functions/src_unpack/cvs-sources/text.xml
18 +++ b/ebuild-writing/functions/src_unpack/cvs-sources/text.xml
19 @@ -17,7 +17,7 @@ need to test unreleased snapshots on a regular basis.
20
21 <p>
22 Note that CVS ebuilds should <b>not</b> generally be added to the tree
23 -(except under <c>package.mask</c>) for the following reasons:
24 +(except with <c>KEYWORDS=""</c>) for the following reasons:
25 </p>
26
27 <ul>
28
29 diff --git a/ebuild-writing/functions/src_unpack/svn-sources/text.xml b/ebuild-writing/functions/src_unpack/svn-sources/text.xml
30 index 9530294..c504947 100644
31 --- a/ebuild-writing/functions/src_unpack/svn-sources/text.xml
32 +++ b/ebuild-writing/functions/src_unpack/svn-sources/text.xml
33 @@ -19,7 +19,7 @@ ection.
34
35 <p>
36 Note that Subversion ebuilds should <b>not</b> generally be added to
37 -the tree (except under <c>package.mask</c>) for much the same reasons
38 +the tree (unless introduced with <c>KEYWORDS=""</c>) for much the same reasons
39 that live CVS ebuilds should not (see
40 <uri link="::ebuild-writing/functions/src_unpack/cvs-sources#Disadvantages of CVS Sources"/>).
41 Indeed, there should be even less impetus to add a live Subversion ebuild than a live CVS ebuild, as