From: "Peter Wilmott" <p@p8952.info>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/sass/
Date: Mon, 14 Oct 2013 17:40:22 +0000 (UTC) [thread overview]
Message-ID: <1381339830.34e03cf356712800666b50c1e907209638de5293.p8952@gentoo> (raw)
commit: 34e03cf356712800666b50c1e907209638de5293
Author: Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Wed Oct 9 17:30:30 2013 +0000
Commit: Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Wed Oct 9 17:30:30 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=34e03cf3
dev-ruby/sass: version bump
Package-Manager: portage-2.2.1
---
dev-ruby/sass/ChangeLog | 8 +++++++
dev-ruby/sass/metadata.xml | 5 ++++
dev-ruby/sass/sass-3.2.12.ebuild | 50 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 63 insertions(+)
diff --git a/dev-ruby/sass/ChangeLog b/dev-ruby/sass/ChangeLog
new file mode 100644
index 0000000..3728cf9
--- /dev/null
+++ b/dev-ruby/sass/ChangeLog
@@ -0,0 +1,8 @@
+# ChangeLog for dev-ruby/sass
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*sass-3.2.12 (09 Oct 2013)
+
+ 09 Oct 2013; Peter Wilmott <p@p8952.info> +metadata.xml, +sass-3.2.12.ebuild:
+ dev-ruby/sass: version bump
diff --git a/dev-ruby/sass/metadata.xml b/dev-ruby/sass/metadata.xml
new file mode 100644
index 0000000..8521361
--- /dev/null
+++ b/dev-ruby/sass/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>
diff --git a/dev-ruby/sass/sass-3.2.12.ebuild b/dev-ruby/sass/sass-3.2.12.ebuild
new file mode 100644
index 0000000..1b6f3a7
--- /dev/null
+++ b/dev-ruby/sass/sass-3.2.12.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/sass/sass-3.2.11.ebuild,v 1.1 2013/09/30 06:04:54 graaff Exp $
+
+EAPI=5
+
+USE_RUBY="ruby18 ruby19 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 ~arm ~ppc ~ppc64 ~x86"
+SLOT="0"
+IUSE=""
+
+ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
+
+ruby_add_rdepend ">=dev-ruby/listen-0.7.2:0 !!<dev-ruby/haml-3.1"
+
+# tests could use `less` if we had it
+
+all_ruby_prepare() {
+ rm -rf vendor/listen || die
+
+ # Don't require maruku as markdown provider but let yard decide.
+ sed -i -e '/maruku/d' .yardopts || die
+}
+
+each_ruby_prepare() {
+ case ${RUBY} in
+ *jruby)
+ # Test fails on jruby for us, upstream can't
+ # reproduce. Avoiding it since it only affects debug
+ # information in the CSS file.
+ # https://github.com/nex3/sass/issues/563
+ sed -i -e '24s/filename_fn//' test/sass/plugin_test.rb || die
+ ;;
+ *)
+ ;;
+ esac
+}
next reply other threads:[~2013-10-14 17:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-10-14 17:40 Peter Wilmott [this message]
-- strict thread matches above, loose matches on Subject: below --
2013-12-23 15:18 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/sass/ Manuel Rüger
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1381339830.34e03cf356712800666b50c1e907209638de5293.p8952@gentoo \
--to=p@p8952.info \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox