Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-embedded/scratchbox: scratchbox-1.0.19.ebuild scratchbox-1.0.20.ebuild ChangeLog
Date: Mon, 04 Jun 2012 07:14:08
Message-Id: 20120604071348.C2B232004B@flycatcher.gentoo.org
1 zmedico 12/06/04 07:13:48
2
3 Modified: scratchbox-1.0.19.ebuild scratchbox-1.0.20.ebuild
4 ChangeLog
5 Log:
6 inherit user for enewgroup
7
8 (Portage version: 2.2.0_alpha109_p5/cvs/Linux i686)
9
10 Revision Changes Path
11 1.2 dev-embedded/scratchbox/scratchbox-1.0.19.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild?r1=1.1&r2=1.2
16
17 Index: scratchbox-1.0.19.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- scratchbox-1.0.19.ebuild 29 Jun 2010 17:35:55 -0000 1.1
24 +++ scratchbox-1.0.19.ebuild 4 Jun 2012 07:13:48 -0000 1.2
25 @@ -1,8 +1,8 @@
26 -# Copyright 1999-2010 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild,v 1.1 2010/06/29 17:35:55 ayoy Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.19.ebuild,v 1.2 2012/06/04 07:13:48 zmedico Exp $
31
32 -inherit eutils
33 +inherit eutils user
34
35 SBOX_GROUP="sbox"
36
37
38
39
40 1.2 dev-embedded/scratchbox/scratchbox-1.0.20.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild?r1=1.1&r2=1.2
45
46 Index: scratchbox-1.0.20.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- scratchbox-1.0.20.ebuild 19 Sep 2010 10:16:33 -0000 1.1
53 +++ scratchbox-1.0.20.ebuild 4 Jun 2012 07:13:48 -0000 1.2
54 @@ -1,8 +1,8 @@
55 -# Copyright 1999-2010 Gentoo Foundation
56 +# Copyright 1999-2012 Gentoo Foundation
57 # Distributed under the terms of the GNU General Public License v2
58 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild,v 1.1 2010/09/19 10:16:33 ayoy Exp $
59 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/scratchbox-1.0.20.ebuild,v 1.2 2012/06/04 07:13:48 zmedico Exp $
60
61 -inherit eutils
62 +inherit eutils user
63
64 SBOX_GROUP="sbox"
65
66
67
68
69 1.18 dev-embedded/scratchbox/ChangeLog
70
71 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/ChangeLog?rev=1.18&view=markup
72 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/ChangeLog?rev=1.18&content-type=text/plain
73 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-embedded/scratchbox/ChangeLog?r1=1.17&r2=1.18
74
75 Index: ChangeLog
76 ===================================================================
77 RCS file: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v
78 retrieving revision 1.17
79 retrieving revision 1.18
80 diff -u -r1.17 -r1.18
81 --- ChangeLog 19 Sep 2010 10:16:33 -0000 1.17
82 +++ ChangeLog 4 Jun 2012 07:13:48 -0000 1.18
83 @@ -1,6 +1,10 @@
84 # ChangeLog for dev-embedded/scratchbox
85 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
86 -# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v 1.17 2010/09/19 10:16:33 ayoy Exp $
87 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
88 +# $Header: /var/cvsroot/gentoo-x86/dev-embedded/scratchbox/ChangeLog,v 1.18 2012/06/04 07:13:48 zmedico Exp $
89 +
90 + 04 Jun 2012; Zac Medico <zmedico@g.o> scratchbox-1.0.19.ebuild,
91 + scratchbox-1.0.20.ebuild:
92 + inherit user for enewgroup
93
94 *scratchbox-1.0.20 (19 Sep 2010)