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-rails/
Date: Wed,  6 Jul 2016 05:33:03 +0000 (UTC)	[thread overview]
Message-ID: <1467783130.0bc162e705607678a70eff61fd711216b40e138b.graaff@gentoo> (raw)

commit:     0bc162e705607678a70eff61fd711216b40e138b
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Wed Jul  6 05:32:10 2016 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jul  6 05:32:10 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0bc162e7

dev-ruby/sass-rails: add 5.0.5

Package-Manager: portage-2.2.28

 dev-ruby/sass-rails/Manifest                |  1 +
 dev-ruby/sass-rails/sass-rails-5.0.5.ebuild | 38 +++++++++++++++++++++++++++++
 2 files changed, 39 insertions(+)

diff --git a/dev-ruby/sass-rails/Manifest b/dev-ruby/sass-rails/Manifest
index 83a5324..d070301 100644
--- a/dev-ruby/sass-rails/Manifest
+++ b/dev-ruby/sass-rails/Manifest
@@ -1,3 +1,4 @@
 DIST sass-rails-3.2.6.gem 88576 SHA256 a8e5618ecbc88b1b1678d3f7ccf5639d70da8e421b599546c3cef5c9627f67ed SHA512 ebbc9b3901176871dce8cdce3f3896fe726bfa7a826420ec6e313d6573119585a70d10cc008aec5e58888f60bc4794c08327c3e2743b11cfe3cd6305cf6e942e WHIRLPOOL 3432ab8c4f02d1a4b1421c04ab90682e4dc5060df67c3d86ee8c30363974a81ea10c98fb56ebacf1e1be505fa466dc5d295fec920908f83f3a8ba721b9344ebd
 DIST sass-rails-4.0.5.gem 92672 SHA256 8b93da41049d32f14625abd6a0514d34286b87e9123093db054eddbe644487db SHA512 71515d2c16886d64af4c00bd78094691579bfbb3660ff9ba4d9f2807bcbedf104da2f7a321a3cc558f0e2420f702eb2bd2379cce30f1d21d8b09ab5fbc8347c5 WHIRLPOOL 9a39907a182ba20c7a14963dc00d6455babc63c1a3c5a202c6475f5e7b0dbec86663309f416b21d393e904da704f84f15634cda9521d5fbfbb03bb5bf10338a1
 DIST sass-rails-5.0.4.tar.gz 89426 SHA256 cc4533ad0f4a20eebbacf714d7a22f79be03421699810c2951c6a52534395b5c SHA512 99266e49a8b1cc16fd22f10113717f1208d7d696b40c940ef97bd05999f9cab3e28826a998ce08a14e72f1af5ab9c901501242f56366b87606f2c861217ce75f WHIRLPOOL baf80ebfd2f4c158253cfcd81ec7080ed51f85f304b4233c717c60782f46d854fc0daf1414c01eae71ace8ef20d162a961c5216bc878d726d6cd7873219fae2b
+DIST sass-rails-5.0.5.tar.gz 89688 SHA256 26ddcc586f43d713b14baee027c3f4d430e830ffb2c2582fc7208047a9c28eb2 SHA512 28ba55fc2a4bae0dbf9cf0e51d945e3373a4e1457287d51f98e32c06591c72f6557e49a58370fecdf01f45bd04a39a014a49cc2259488301793792e14653787e WHIRLPOOL d6d7a6dd631be765b365278486ad33ad5586a30da23efd4784c63e3aead2228d668e81587702708706eccbef1cbeea618f3d94cd25a2ddae77a550bc1bba207a

diff --git a/dev-ruby/sass-rails/sass-rails-5.0.5.ebuild b/dev-ruby/sass-rails/sass-rails-5.0.5.ebuild
new file mode 100644
index 0000000..e1c48a5
--- /dev/null
+++ b/dev-ruby/sass-rails/sass-rails-5.0.5.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2016 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_EXTRADOC="README.md"
+
+inherit ruby-fakegem versionator
+
+DESCRIPTION="Official Ruby-on-Rails Integration with Sass"
+HOMEPAGE="https://github.com/rails/sass-rails"
+SRC_URI="https://github.com/rails/sass-rails/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="$(get_version_component_range 1-2)"
+KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux"
+
+IUSE=""
+
+# Restrict tests for now since it is hard to set up the right
+# environment with the correct ruby interpreter and Rails test
+# application.
+RESTRICT="test"
+
+#ruby_add_bdepend "test? ( dev-ruby/sfl dev-ruby/bundler )"
+
+ruby_add_rdepend ">=dev-ruby/sass-3.1:* =dev-ruby/sass-3*:*
+	=dev-ruby/railties-4*:* <dev-ruby/railties-6:*
+	>=dev-ruby/sprockets-rails-2.0:* <dev-ruby/sprockets-rails-4:*
+	>=dev-ruby/sprockets-2.8:* <dev-ruby/sprockets-4:*
+	>=dev-ruby/tilt-1.1:* <dev-ruby/tilt-3:*"
+
+each_ruby_test() {
+	${RUBY} -S bundle exec rake test || die
+}


             reply	other threads:[~2016-07-06  5:33 UTC|newest]

Thread overview: 40+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-06  5:33 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-07-18  6:05 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/sass-rails/ Hans de Graaff
2023-08-30  5:25 Hans de Graaff
2023-07-10  7:36 Hans de Graaff
2023-04-15  7:28 Hans de Graaff
2023-04-08  7:04 Hans de Graaff
2023-04-07 18:11 Sam James
2023-03-29 14:36 Sam James
2023-03-29 13:04 Sam James
2022-05-15  7:50 Hans de Graaff
2021-07-06 19:41 Hans de Graaff
2020-07-26  5:52 Hans de Graaff
2019-10-13  6:38 Hans de Graaff
2019-08-17  5:44 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2018-05-19  7:51 Hans de Graaff
2018-03-25 17:58 Sergei Trofimovich
2018-03-18 12:57 Sergei Trofimovich
2018-02-24  8:49 Hans de Graaff
2018-02-07  5:52 Thomas Deutschmann
2018-01-24  7:02 Hans de Graaff
2017-12-09  7:55 Hans de Graaff
2017-11-16  7:05 Hans de Graaff
2017-08-24  5:49 Hans de Graaff
2017-07-03  9:12 Alexis Ballier
2017-07-02  5:43 Hans de Graaff
2017-06-02  5:38 Hans de Graaff
2017-05-03 19:03 Hans de Graaff
2017-05-03 18:30 Hans de Graaff
2017-02-25  8:19 Hans de Graaff
2016-07-23  8:15 Hans de Graaff
2016-07-18  6:49 Hans de Graaff
2016-07-11  5:20 Hans de Graaff
2016-07-06  5:33 Hans de Graaff
2016-05-18  8:56 Fabian Groffen
2016-04-16 13:08 Manuel Rüger
2016-02-16 21:14 Hans de Graaff
2016-01-17  9:10 Hans de Graaff
2015-09-04  5:07 Hans de Graaff
2015-09-04  5:07 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=1467783130.0bc162e705607678a70eff61fd711216b40e138b.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