Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-ruby/sass: sass-3.1.15.ebuild ChangeLog
Date: Tue, 28 Feb 2012 00:21:42
Message-Id: 20120228002131.8BDE12004B@flycatcher.gentoo.org
1 flameeyes 12/02/28 00:21:31
2
3 Modified: ChangeLog
4 Added: sass-3.1.15.ebuild
5 Log:
6 Version bump; tests are known not to work on JRuby for now, working on it.
7
8 (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.13 dev-ruby/sass/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/ChangeLog?rev=1.13&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/ChangeLog?rev=1.13&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/ChangeLog?r1=1.12&r2=1.13
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sass/ChangeLog,v
20 retrieving revision 1.12
21 retrieving revision 1.13
22 diff -u -r1.12 -r1.13
23 --- ChangeLog 22 Jan 2012 09:55:50 -0000 1.12
24 +++ ChangeLog 28 Feb 2012 00:21:31 -0000 1.13
25 @@ -1,6 +1,11 @@
26 # ChangeLog for dev-ruby/sass
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/ChangeLog,v 1.12 2012/01/22 09:55:50 flameeyes Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/ChangeLog,v 1.13 2012/02/28 00:21:31 flameeyes Exp $
30 +
31 +*sass-3.1.15 (28 Feb 2012)
32 +
33 + 28 Feb 2012; Diego E. Pettenò <flameeyes@g.o> +sass-3.1.15.ebuild:
34 + Version bump; tests are known not to work on JRuby for now, working on it.
35
36 *sass-3.1.12 (22 Jan 2012)
37
38
39
40
41 1.1 dev-ruby/sass/sass-3.1.15.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/sass-3.1.15.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/sass-3.1.15.ebuild?rev=1.1&content-type=text/plain
45
46 Index: sass-3.1.15.ebuild
47 ===================================================================
48 # Copyright 1999-2012 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.1.15.ebuild,v 1.1 2012/02/28 00:21:31 flameeyes Exp $
51
52 EAPI=2
53
54 USE_RUBY="ruby18 ruby19 ree18 jruby"
55
56 RUBY_FAKEGEM_TASK_DOC=""
57 RUBY_FAKEGEM_DOCDIR="doc"
58 RUBY_FAKEGEM_EXTRADOC="README.md"
59
60 RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME"
61
62 inherit ruby-fakegem
63
64 DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more."
65 HOMEPAGE="http://sass-lang.com/"
66 LICENSE="MIT"
67
68 KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
69 SLOT="0"
70 IUSE=""
71
72 ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 >=dev-ruby/maruku-0.5.9 )"
73
74 ruby_add_rdepend "dev-ruby/fssm !!<dev-ruby/haml-3.1"
75
76 # tests could use `less` if we had it
77
78 #all_ruby_prepare() {
79 # # Avoid tests depending on ordering of hashes.
80 # sed -i -e '/test_mixin_include_with_keyword_args/,/ end/ s:^:#:' test/sass/conversion_test.rb || die
81 #}