public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/
Date: Fri, 11 Dec 2015 06:21:23 +0000 (UTC)	[thread overview]
Message-ID: <1449814825.ba517c2f921b24e5aad0c494b0e24ad9ad2df3e5.graaff@gentoo> (raw)

commit:     ba517c2f921b24e5aad0c494b0e24ad9ad2df3e5
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 11 06:20:25 2015 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Dec 11 06:20:25 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ba517c2f

dev-ruby/sass: add 3.4.20

Package-Manager: portage-2.2.20.1

 dev-ruby/sass/Manifest           |  1 +
 dev-ruby/sass/sass-3.4.20.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/sass/Manifest b/dev-ruby/sass/Manifest
index 2553b98..7f17f41 100644
--- a/dev-ruby/sass/Manifest
+++ b/dev-ruby/sass/Manifest
@@ -2,3 +2,4 @@ DIST sass-3.2.19.gem 261632 SHA256 ddcd7d76d98daa8f3ebbaec196972500a6cf6e854f9c3
 DIST sass-3.3.14.gem 315392 SHA256 95435ddef3aee817ef727e3576852e9cb12f7020027c9f2da8a3835f16ec46c1 SHA512 816c3aa7869648b51708a6a3bb14598dffdbb6335db7800ddb789c3f325f58822e2f3031f25f036eca2aabdd5ce8da1507ce58a75d0edcda17b7ae7a3484f39a WHIRLPOOL 544f2cfceff59872737dc9c564be5a328212c714bfbe78fb954511e5a70ad43cf80eac556026b13ea3fc48943d331925d8d2e7bc8954614e0a1b63e42648581e
 DIST sass-3.4.15.gem 336896 SHA256 6b461a469d29ec80b52b1401b5e5d58c48762a8f3e00f3b0b2d37b6791a87a59 SHA512 9a6db0d6bdcb788b850e47fb61c5b803e156178eecce7b0c7d0edd2a3578405fa6dc88d397051d738b8bf52c70b6457618afbaf14b5b6fb4bf5f43f057229d0b WHIRLPOOL c3691b0eae97f5b7f4ef1398b99e3702ac32d1894308f9c0ccd2c81a2d30c812e9b775b96d8898ea1941ad11de7f378cf988d38cac6fd8c4e32e678ddedcbaef
 DIST sass-3.4.19.gem 338944 SHA256 2faca8aa3b76beb0bc59dccabc5114eb4118af9d613121fbaa120e1c8b7f0290 SHA512 7ef5d6887784b98c19d389beb6f7d9d423f72e42c8f8da4b720482ba13a11273dc1ad86021e43e3e9325f57a8ca55b4b68504a21a9652eac96d23d871810aa83 WHIRLPOOL 3e9f2e3b1afdf4a65f820a9d63578572284e8ca64b2cdf40f2c67ae04fa554c4bf8ab847cf22d86ddaacb93068fcb38e4dc958cf1b29d7bec2a96531ee1865f0
+DIST sass-3.4.20.gem 343552 SHA256 ced77e1f57c82f0e548a978f78d75accb46ff1823acdf6b88059a1222e6b3713 SHA512 3df8eb248499b5b08d1dee828cd359f86d47fe487e442f073c84cf18b88d004e41bcf0e5505fc38e1a37d985ad2d6863487406773ff0a0d876676fb72c774cdb WHIRLPOOL 381d838d13054f72c2ab4065d5796a1daee24378ecaa5543ed92c1ff0e91ca05a9add54774b2e4c73b6da75900fa24603eabea846f9a45eb86b6e3cccc9d9140

diff --git a/dev-ruby/sass/sass-3.4.20.ebuild b/dev-ruby/sass/sass-3.4.20.ebuild
new file mode 100644
index 0000000..7c56b29
--- /dev/null
+++ b/dev-ruby/sass/sass-3.4.20.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+USE_RUBY="ruby20 ruby21 ruby22"
+
+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 versionator
+
+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="$(get_version_component_range 1-2)"
+IUSE=""
+
+ruby_add_bdepend "doc? ( >=dev-ruby/yard-0.5.3 )"
+
+ruby_add_rdepend ">=dev-ruby/listen-1.3.1:1 !!<dev-ruby/haml-3.1 !!<dev-ruby/sass-3.2.19-r1:0 !!<dev-ruby/sass-3.3.14-r1:3.3"
+
+# 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_test() {
+	RUBOCOP=false ${RUBY} -S rake test || die
+}


             reply	other threads:[~2015-12-11  6:21 UTC|newest]

Thread overview: 83+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-12-11  6:21 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-03-29  7:41 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass/ Hans de Graaff
2023-12-06  9:57 Hans de Graaff
2023-08-13  5:22 Hans de Graaff
2023-07-15  8:49 Arthur Zamarin
2023-06-01  7:50 Arthur Zamarin
2023-04-07 18:25 Sam James
2023-04-02  2:56 Sam James
2023-01-21  8:44 Hans de Graaff
2022-12-03  7:13 Hans de Graaff
2022-07-17  6:50 Hans de Graaff
2022-06-28 17:06 Arthur Zamarin
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:59 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-06-28 16:47 Arthur Zamarin
2022-06-12  8:33 Hans de Graaff
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-05-05 11:34 Jakov Smolić
2022-04-27  4:34 Arthur Zamarin
2022-04-27  4:34 Arthur Zamarin
2022-04-01  5:15 Arthur Zamarin
2022-03-26 14:30 Hans de Graaff
2021-09-08 16:11 Marek Szuba
2020-11-06  3:21 Sam James
2020-06-15 10:56 Hans de Graaff
2020-03-25  6:30 Hans de Graaff
2020-03-14  7:48 Hans de Graaff
2020-01-13  6:09 Hans de Graaff
2019-11-04 19:02 Hans de Graaff
2019-05-13  5:31 Hans de Graaff
2019-05-13  1:41 Thomas Deutschmann
2019-04-28 20:18 Mikle Kolyada
2019-04-27 16:25 Sergei Trofimovich
2019-04-27 16:03 Sergei Trofimovich
2019-04-23 19:30 Mikle Kolyada
2019-04-06  6:16 Hans de Graaff
2019-02-08  8:04 Hans de Graaff
2019-02-08  8:04 Hans de Graaff
2019-01-20 10:40 Hans de Graaff
2019-01-20  6:54 Hans de Graaff
2018-07-19  6:30 Hans de Graaff
2018-07-19  6:30 Hans de Graaff
2018-07-10 17:25 Hans de Graaff
2018-05-14 19:51 Hans de Graaff
2018-05-06  5:56 Hans de Graaff
2018-05-06  5:56 Hans de Graaff
2018-03-22 20:23 Jeroen Roovers
2018-02-24  8:49 Hans de Graaff
2018-01-21  6:38 Hans de Graaff
2018-01-21  6:38 Hans de Graaff
2017-12-24 19:06 Hans de Graaff
2017-11-07  6:21 Hans de Graaff
2017-08-24  5:49 Hans de Graaff
2017-07-18  4:28 Markus Meier
2017-07-09  6:30 Hans de Graaff
2017-07-07 14:50 Agostino Sarubbo
2017-07-02  5:43 Hans de Graaff
2017-07-01 13:45 Alexis Ballier
2017-06-30 11:10 Agostino Sarubbo
2017-06-24  8:06 Hans de Graaff
2017-06-23  8:33 Agostino Sarubbo
2017-05-19  4:56 Hans de Graaff
2017-05-14  6:20 Hans de Graaff
2017-02-27 17:01 Michael Weber
2017-02-25  8:19 Hans de Graaff
2016-12-20  6:00 Hans de Graaff
2016-12-20  6:00 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-22 19:04 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-05-18  8:56 Fabian Groffen
2016-05-04 13:59 Manuel Rüger
2016-03-29  6:08 Hans de Graaff
2016-03-06 22:23 Manuel Rüger
2016-01-12  6:16 Hans de Graaff
2015-12-11  6:21 Hans de Graaff
2015-10-12  6:06 Hans de Graaff
2015-08-26  2:02 Manuel Rüger
2015-08-22  5:44 Hans de Graaff

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=1449814825.ba517c2f921b24e5aad0c494b0e24ad9ad2df3e5.graaff@gentoo \
    --to=graaff@gentoo.org \
    --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