Gentoo Archives: gentoo-commits

From: "Raul Porcel (armin76)" <armin76@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/erubis: erubis-2.7.0.ebuild ChangeLog
Date: Tue, 01 May 2012 18:35:59
Message-Id: 20120501182424.AF3582005C@flycatcher.gentoo.org
1 armin76 12/05/01 18:24:24
2
3 Modified: erubis-2.7.0.ebuild ChangeLog
4 Log:
5 Drop ia64/sparc keywords
6
7 (Portage version: 2.1.10.53/cvs/Linux ia64, RepoMan options: --force)
8
9 Revision Changes Path
10 1.9 dev-ruby/erubis/erubis-2.7.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/erubis-2.7.0.ebuild?rev=1.9&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/erubis-2.7.0.ebuild?rev=1.9&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/erubis-2.7.0.ebuild?r1=1.8&r2=1.9
15
16 Index: erubis-2.7.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0.ebuild,v
19 retrieving revision 1.8
20 retrieving revision 1.9
21 diff -u -r1.8 -r1.9
22 --- erubis-2.7.0.ebuild 31 Dec 2011 21:04:23 -0000 1.8
23 +++ erubis-2.7.0.ebuild 1 May 2012 18:24:24 -0000 1.9
24 @@ -1,6 +1,6 @@
25 -# Copyright 1999-2011 Gentoo Foundation
26 +# Copyright 1999-2012 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0.ebuild,v 1.8 2011/12/31 21:04:23 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/erubis-2.7.0.ebuild,v 1.9 2012/05/01 18:24:24 armin76 Exp $
30
31 EAPI="2"
32
33 @@ -19,7 +19,7 @@
34
35 LICENSE="MIT"
36 SLOT="0"
37 -KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
38 +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
39 IUSE=""
40
41 ruby_add_bdepend "test? ( virtual/ruby-test-unit )"
42
43
44
45 1.18 dev-ruby/erubis/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/ChangeLog?rev=1.18&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/ChangeLog?rev=1.18&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/erubis/ChangeLog?r1=1.17&r2=1.18
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v
54 retrieving revision 1.17
55 retrieving revision 1.18
56 diff -u -r1.17 -r1.18
57 --- ChangeLog 31 Dec 2011 21:04:23 -0000 1.17
58 +++ ChangeLog 1 May 2012 18:24:24 -0000 1.18
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-ruby/erubis
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v 1.17 2011/12/31 21:04:23 grobian Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/erubis/ChangeLog,v 1.18 2012/05/01 18:24:24 armin76 Exp $
65 +
66 + 01 May 2012; Raúl Porcel <armin76@g.o> erubis-2.7.0.ebuild:
67 + Drop ia64/sparc keywords
68
69 31 Dec 2011; Fabian Groffen <grobian@g.o> erubis-2.7.0.ebuild:
70 Add Prefix keywords, bug #396547