Gentoo Archives: gentoo-commits

From: "Vlastimil Babka (caster)" <caster@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in profiles: ChangeLog package.mask
Date: Sun, 03 Feb 2008 13:07:27
Message-Id: E1JLeZA-00047A-Ge@stork.gentoo.org
1 caster 08/02/03 13:07:24
2
3 Modified: ChangeLog package.mask
4 Log:
5 Add best practices for last rites masking and an example, based on dirtyepic's mail in -dev list.
6
7 Revision Changes Path
8 1.1087 profiles/ChangeLog
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1087&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?rev=1.1087&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/ChangeLog?r1=1.1086&r2=1.1087
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v
17 retrieving revision 1.1086
18 retrieving revision 1.1087
19 diff -u -r1.1086 -r1.1087
20 --- ChangeLog 3 Feb 2008 10:14:30 -0000 1.1086
21 +++ ChangeLog 3 Feb 2008 13:07:23 -0000 1.1087
22 @@ -1,6 +1,10 @@
23 # ChangeLog for profile directory
24 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1086 2008/02/03 10:14:30 caster Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/profiles/ChangeLog,v 1.1087 2008/02/03 13:07:23 caster Exp $
27 +
28 + 03 Feb 2008; Vlastimil Babka <caster@g.o> package.mask:
29 + Add best practices for last rites masking and an example, based on
30 + dirtyepic's mail in -dev list.
31
32 03 Feb 2008; Vlastimil Babka <caster@g.o> package.mask:
33 Last rites for dev-java/cryptix*
34
35
36
37 1.8235 profiles/package.mask
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.8235&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?rev=1.8235&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/profiles/package.mask?r1=1.8234&r2=1.8235
42
43 Index: package.mask
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/profiles/package.mask,v
46 retrieving revision 1.8234
47 retrieving revision 1.8235
48 diff -u -r1.8234 -r1.8235
49 --- package.mask 3 Feb 2008 10:28:21 -0000 1.8234
50 +++ package.mask 3 Feb 2008 13:07:23 -0000 1.8235
51 @@ -1,9 +1,9 @@
52 ####################################################################
53 -# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.8234 2008/02/03 10:28:21 hollow Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/profiles/package.mask,v 1.8235 2008/02/03 13:07:23 caster Exp $
55 # When you add an entry to this file, add your name, the date, and an
56 # explanation of why something is getting masked
57 #
58 -# NOTE: Please add your entry at the top!
59 +# NOTE: Please add your entry at the top (below the examples)!
60 #
61
62 ##
63 @@ -21,6 +21,25 @@
64 ## End example
65 ##
66
67 +## Best last rites (removal) practices, as suggested by
68 +## Ryan Hill <dirtyepic@g.o>
69 +##
70 +## Include the following info:
71 +## a) reason for masking
72 +## b) bug # for the removal (and yes you should have one)
73 +## c) date of removal (either the date or "in x days")
74 +## d) the word "removal"
75 +##
76 +## Example
77 +##
78 +# Dev Elepor <noname@g.o> (25 Jan 2012)
79 +# Masked for removal in 30 days. Doesn't work
80 +# with new libfoo. Upstream dead, gtk-1, smells
81 +# funny. (bug #987654)
82 +#app-misc/some-package
83 +##
84 +## End example, put the real deal below.
85 +
86 # Benedikt Böhm <hollow@g.o> (03 Feb 2008)
87 # Masked for removal in 30 days wrt #208584
88 # Does not use webapp/depend.apache eclass correctly
89
90
91
92 --
93 gentoo-commits@l.g.o mailing list