Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-lang/squeak-basicimage: ChangeLog squeak-basicimage-3.10.ebuild
Date: Tue, 01 Sep 2009 05:02:49
Message-Id: E1MiQKu-0003gj-74@stork.gentoo.org
1 patrick 09/09/01 10:11:36
2
3 Modified: ChangeLog squeak-basicimage-3.10.ebuild
4 Log:
5 Adding ~amd64 keyword
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.10 dev-lang/squeak-basicimage/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/squeak-basicimage/ChangeLog?rev=1.10&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/squeak-basicimage/ChangeLog?rev=1.10&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/squeak-basicimage/ChangeLog?r1=1.9&r2=1.10
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/ChangeLog,v
18 retrieving revision 1.9
19 retrieving revision 1.10
20 diff -u -r1.9 -r1.10
21 --- ChangeLog 9 Jun 2008 17:58:06 -0000 1.9
22 +++ ChangeLog 1 Sep 2009 10:11:35 -0000 1.10
23 @@ -1,6 +1,10 @@
24 # ChangeLog for dev-lang/squeak-basicimage
25 -# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/ChangeLog,v 1.9 2008/06/09 17:58:06 araujo Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/ChangeLog,v 1.10 2009/09/01 10:11:35 patrick Exp $
29 +
30 + 01 Sep 2009; Patrick Lauer <patrick@g.o>
31 + squeak-basicimage-3.10.ebuild:
32 + Adding ~amd64 keyword
33
34 *squeak-basicimage-3.10 (09 Jun 2008)
35
36
37
38
39 1.2 dev-lang/squeak-basicimage/squeak-basicimage-3.10.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.10.ebuild?rev=1.2&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.10.ebuild?rev=1.2&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.10.ebuild?r1=1.1&r2=1.2
44
45 Index: squeak-basicimage-3.10.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.10.ebuild,v
48 retrieving revision 1.1
49 retrieving revision 1.2
50 diff -u -r1.1 -r1.2
51 --- squeak-basicimage-3.10.ebuild 9 Jun 2008 17:58:06 -0000 1.1
52 +++ squeak-basicimage-3.10.ebuild 1 Sep 2009 10:11:35 -0000 1.2
53 @@ -1,6 +1,6 @@
54 -# Copyright 1999-2008 Gentoo Foundation
55 +# Copyright 1999-2009 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.10.ebuild,v 1.1 2008/06/09 17:58:06 araujo Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/squeak-basicimage/squeak-basicimage-3.10.ebuild,v 1.2 2009/09/01 10:11:35 patrick Exp $
59
60 MY_P="Squeak${PV}-7159"
61 DESCRIPTION="Squeak basic image file"
62 @@ -10,7 +10,7 @@
63
64 LICENSE="Apple"
65 SLOT="3.10"
66 -KEYWORDS="~x86"
67 +KEYWORDS="~amd64 ~x86"
68 IUSE=""
69 PROVIDE="virtual/squeak-image"