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/thor: thor-0.14.6.ebuild ChangeLog
Date: Tue, 01 May 2012 18:38:23
Message-Id: 20120501182426.8D8B420054@flycatcher.gentoo.org
1 armin76 12/05/01 18:24:26
2
3 Modified: thor-0.14.6.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.7 dev-ruby/thor/thor-0.14.6.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thor/thor-0.14.6.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thor/thor-0.14.6.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thor/thor-0.14.6.ebuild?r1=1.6&r2=1.7
15
16 Index: thor-0.14.6.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.14.6.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- thor-0.14.6.ebuild 31 Dec 2011 21:42:46 -0000 1.6
23 +++ thor-0.14.6.ebuild 1 May 2012 18:24:26 -0000 1.7
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/thor/thor-0.14.6.ebuild,v 1.6 2011/12/31 21:42:46 grobian Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/thor-0.14.6.ebuild,v 1.7 2012/05/01 18:24:26 armin76 Exp $
30
31 EAPI=2
32 USE_RUBY="ruby18 ree18 ruby19"
33 @@ -21,7 +21,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="doc"
40
41 ruby_add_bdepend "
42
43
44
45 1.14 dev-ruby/thor/ChangeLog
46
47 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thor/ChangeLog?rev=1.14&view=markup
48 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thor/ChangeLog?rev=1.14&content-type=text/plain
49 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/thor/ChangeLog?r1=1.13&r2=1.14
50
51 Index: ChangeLog
52 ===================================================================
53 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v
54 retrieving revision 1.13
55 retrieving revision 1.14
56 diff -u -r1.13 -r1.14
57 --- ChangeLog 31 Dec 2011 21:42:46 -0000 1.13
58 +++ ChangeLog 1 May 2012 18:24:26 -0000 1.14
59 @@ -1,6 +1,9 @@
60 # ChangeLog for dev-ruby/thor
61 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
62 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v 1.13 2011/12/31 21:42:46 grobian Exp $
63 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
64 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/thor/ChangeLog,v 1.14 2012/05/01 18:24:26 armin76 Exp $
65 +
66 + 01 May 2012; Raúl Porcel <armin76@g.o> thor-0.14.6.ebuild:
67 + Drop ia64/sparc keywords
68
69 31 Dec 2011; Fabian Groffen <grobian@g.o> thor-0.14.6.ebuild:
70 Add Prefix keywords, bug #396547