Gentoo Archives: gentoo-commits

From: "Hans de Graaff (graaff)" <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/tilt: ChangeLog tilt-1.4.1.ebuild
Date: Sun, 26 Apr 2015 18:29:56
Message-Id: 20150426182946.04383993@oystercatcher.gentoo.org
1 graaff 15/04/26 18:29:44
2
3 Modified: ChangeLog tilt-1.4.1.ebuild
4 Log:
5 Skip the optional haml dependency since rails is no longer marked stable.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
8
9 Revision Changes Path
10 1.39 dev-ruby/tilt/ChangeLog
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.39&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?rev=1.39&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/ChangeLog?r1=1.38&r2=1.39
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v
19 retrieving revision 1.38
20 retrieving revision 1.39
21 diff -u -r1.38 -r1.39
22 --- ChangeLog 2 Mar 2015 10:37:33 -0000 1.38
23 +++ ChangeLog 26 Apr 2015 18:29:44 -0000 1.39
24 @@ -1,6 +1,9 @@
25 # ChangeLog for dev-ruby/tilt
26 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.38 2015/03/02 10:37:33 mrueg Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/ChangeLog,v 1.39 2015/04/26 18:29:44 graaff Exp $
29 +
30 + 26 Apr 2015; Hans de Graaff <graaff@g.o> tilt-1.4.1.ebuild:
31 + Skip the optional haml dependency since rails is no longer marked stable.
32
33 02 Mar 2015; Manuel RĂ¼ger <mrueg@g.o> -tilt-1.4.1-r1.ebuild:
34 Remove old.
35
36
37
38 1.9 dev-ruby/tilt/tilt-1.4.1.ebuild
39
40 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?rev=1.9&view=markup
41 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?rev=1.9&content-type=text/plain
42 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild?r1=1.8&r2=1.9
43
44 Index: tilt-1.4.1.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v
47 retrieving revision 1.8
48 retrieving revision 1.9
49 diff -u -r1.8 -r1.9
50 --- tilt-1.4.1.ebuild 12 Aug 2014 19:54:41 -0000 1.8
51 +++ tilt-1.4.1.ebuild 26 Apr 2015 18:29:44 -0000 1.9
52 @@ -1,6 +1,6 @@
53 -# Copyright 1999-2014 Gentoo Foundation
54 +# Copyright 1999-2015 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v 1.8 2014/08/12 19:54:41 blueness Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/tilt/tilt-1.4.1.ebuild,v 1.9 2015/04/26 18:29:44 graaff Exp $
58
59 EAPI=5
60
61 @@ -17,7 +17,7 @@
62
63 LICENSE="MIT"
64 SLOT="0"
65 -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 IUSE=""
68
69 ruby_add_bdepend "test? (
70 @@ -27,10 +27,6 @@
71 dev-ruby/nokogiri
72 dev-ruby/radius )"
73
74 -# Most dependencies are optional: skip haml for ruby20 and ruby21
75 -# because haml depends on rails.
76 -USE_RUBY="ruby19" ruby_add_bdepend "test? ( dev-ruby/haml )"
77 -
78 ruby_add_rdepend ">=dev-ruby/builder-2.0.0"
79
80 all_ruby_prepare() {