* [gentoo-commits] gentoo-x86 commit in dev-ruby/sass: ChangeLog sass-3.1.21.ebuild
@ 2012-08-29 5:57 99% Hans de Graaff (graaff)
0 siblings, 0 replies; 1+ results
From: Hans de Graaff (graaff) @ 2012-08-29 5:57 UTC (permalink / raw
To: gentoo-commits
graaff 12/08/29 05:57:27
Modified: ChangeLog
Added: sass-3.1.21.ebuild
Log:
Version bump. Add missing listen dependency and drop obsolete fssm. Drop keywords accordingly, bug 433129.
(Portage version: 2.1.11.9/cvs/Linux x86_64)
Revision Changes Path
1.19 dev-ruby/sass/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-ruby/sass/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 5 Jul 2012 22:53:14 -0000 1.18
+++ ChangeLog 29 Aug 2012 05:57:27 -0000 1.19
@@ -1,6 +1,15 @@
# ChangeLog for dev-ruby/sass
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/ChangeLog,v 1.18 2012/07/05 22:53:14 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/ChangeLog,v 1.19 2012/08/29 05:57:27 graaff Exp $
+
+*sass-3.1.21 (29 Aug 2012)
+
+ 29 Aug 2012; Hans de Graaff <graaff@gentoo.org> +sass-3.1.21.ebuild:
+ Version bump. Add missing listen dependency and drop obsolete fssm. Drop
+ keywords accordingly, bug 433129.
+
+ 27 Aug 2012; Hans de Graaff <graaff@gentoo.org> sass-3.1.20.ebuild:
+ sass has switched from fssm to listen since 3.1.16.
*sass-3.1.20 (05 Jul 2012)
1.1 dev-ruby/sass/sass-3.1.21.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/sass-3.1.21.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-ruby/sass/sass-3.1.21.ebuild?rev=1.1&content-type=text/plain
Index: sass-3.1.21.ebuild
===================================================================
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.1.21.ebuild,v 1.1 2012/08/29 05:57:27 graaff Exp $
EAPI=2
USE_RUBY="ruby18 ruby19 ree18 jruby"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_EXTRADOC="README.md"
RUBY_FAKEGEM_EXTRAINSTALL="rails init.rb VERSION VERSION_NAME"
inherit ruby-fakegem
DESCRIPTION="An extension of CSS3, adding nested rules, variables, mixins, selector inheritance, and more."
HOMEPAGE="http://sass-lang.com/"
LICENSE="MIT"
KEYWORDS="~amd64"
SLOT="0"
IUSE=""
ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 >=dev-ruby/maruku-0.5.9 )"
ruby_add_rdepend ">=dev-ruby/listen-0.4.2 !!<dev-ruby/haml-3.1"
# tests could use `less` if we had it
all_ruby_prepare() {
rm -rf vendor/listen
}
each_ruby_prepare() {
case ${RUBY} in
*jruby)
# tests fail with JRuby, and that's a given for now; it's
# not a bug in the code as much as it is relying on a detail
# of the implementation of CRuby. We remove failing files
# for now, this could probably be narrowed down more so that
# we could run more tests.
rm test/sass/script_test.rb test/sass/util_test.rb test/sass/engine_test.rb test/sass/scss/scss_test.rb || die
;;
*)
;;
esac
}
^ permalink raw reply [relevance 99%]
Results 1-1 of 1 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2012-08-29 5:57 99% [gentoo-commits] gentoo-x86 commit in dev-ruby/sass: ChangeLog sass-3.1.21.ebuild Hans de Graaff (graaff)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox