Gentoo Archives: gentoo-commits

From: "Mike Auty (ikelos)" <ikelos@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/bless: ChangeLog bless-0.6.0-r1.ebuild bless-0.5.2.ebuild
Date: Wed, 06 Jan 2010 00:45:32
Message-Id: E1NSK1h-0005uv-OO@stork.gentoo.org
1 ikelos 10/01/06 00:45:29
2
3 Modified: ChangeLog bless-0.6.0-r1.ebuild bless-0.5.2.ebuild
4 Log:
5 RESTRICT test in ebuilds, see bug 278162.
6 (Portage version: 2.2_rc61/cvs/Linux i686)
7
8 Revision Changes Path
9 1.19 dev-util/bless/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/ChangeLog?rev=1.19&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/ChangeLog?rev=1.19&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/ChangeLog?r1=1.18&r2=1.19
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v
18 retrieving revision 1.18
19 retrieving revision 1.19
20 diff -u -r1.18 -r1.19
21 --- ChangeLog 13 Dec 2009 17:01:20 -0000 1.18
22 +++ ChangeLog 6 Jan 2010 00:45:29 -0000 1.19
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-util/bless
25 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.18 2009/12/13 17:01:20 ikelos Exp $
27 +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/ChangeLog,v 1.19 2010/01/06 00:45:29 ikelos Exp $
29 +
30 + 06 Jan 2010; Mike Auty <ikelos@g.o> bless-0.5.2.ebuild,
31 + bless-0.6.0-r1.ebuild:
32 + RESTRICT test in ebuilds, see bug 278162.
33
34 13 Dec 2009; Mike Auty <ikelos@g.o> bless-0.6.0-r1.ebuild,
35 files/bless-0.6.0-docpath.patch:
36
37
38
39 1.3 dev-util/bless/bless-0.6.0-r1.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild?rev=1.3&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild?rev=1.3&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild?r1=1.2&r2=1.3
44
45 Index: bless-0.6.0-r1.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v
48 retrieving revision 1.2
49 retrieving revision 1.3
50 diff -u -r1.2 -r1.3
51 --- bless-0.6.0-r1.ebuild 13 Dec 2009 17:01:20 -0000 1.2
52 +++ bless-0.6.0-r1.ebuild 6 Jan 2010 00:45:29 -0000 1.3
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2009 Gentoo Foundation
55 +# Copyright 1999-2010 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.2 2009/12/13 17:01:20 ikelos Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.6.0-r1.ebuild,v 1.3 2010/01/06 00:45:29 ikelos Exp $
59
60 EAPI=2
61
62 @@ -25,6 +25,10 @@
63
64 DOCS="AUTHORS ChangeLog NEWS README"
65
66 +# See bug 278162
67 +# Waiting on nunit ebuild entering the tree
68 +RESTRICT="test"
69 +
70 pkg_setup() {
71 G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug) --docdir=/usr/share/doc/${PF}"
72
73
74
75
76 1.5 dev-util/bless/bless-0.5.2.ebuild
77
78 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild?rev=1.5&view=markup
79 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild?rev=1.5&content-type=text/plain
80 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild?r1=1.4&r2=1.5
81
82 Index: bless-0.5.2.ebuild
83 ===================================================================
84 RCS file: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v
85 retrieving revision 1.4
86 retrieving revision 1.5
87 diff -u -r1.4 -r1.5
88 --- bless-0.5.2.ebuild 5 Jan 2009 17:23:13 -0000 1.4
89 +++ bless-0.5.2.ebuild 6 Jan 2010 00:45:29 -0000 1.5
90 @@ -1,6 +1,6 @@
91 -# Copyright 1999-2009 Gentoo Foundation
92 +# Copyright 1999-2010 Gentoo Foundation
93 # Distributed under the terms of the GNU General Public License v2
94 -# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.4 2009/01/05 17:23:13 loki_val Exp $
95 +# $Header: /var/cvsroot/gentoo-x86/dev-util/bless/bless-0.5.2.ebuild,v 1.5 2010/01/06 00:45:29 ikelos Exp $
96
97 inherit autotools eutils gnome2 mono
98
99 @@ -23,6 +23,10 @@
100
101 DOCS="AUTHORS ChangeLog NEWS README"
102
103 +# See bug 278162
104 +# Waiting on nunit ebuild entering the tree
105 +RESTRICT="test"
106 +
107 pkg_setup() {
108
109 G2CONF="${G2CONF} --enable-unix-specific $(use_enable debug)"