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: Sat, 9 Dec 2017 07:55:41 +0000 (UTC) [thread overview]
Message-ID: <1512805854.c209386cb31286bc3daf5e0110f6d66a63519128.graaff@gentoo> (raw)
commit: c209386cb31286bc3daf5e0110f6d66a63519128
Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 8 09:21:18 2017 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sat Dec 9 07:50:54 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c209386c
dev-ruby/sass-rails: drop x86 for rails 4.2 cleanup
Package-Manager: Portage-2.3.13, Repoman-2.3.3
dev-ruby/sass-rails/Manifest | 6 ++---
dev-ruby/sass-rails/sass-rails-4.0.5.ebuild | 4 +--
dev-ruby/sass-rails/sass-rails-5.0.6.ebuild | 39 -----------------------------
3 files changed, 5 insertions(+), 44 deletions(-)
diff --git a/dev-ruby/sass-rails/Manifest b/dev-ruby/sass-rails/Manifest
index db663f3d401..0e52fbb0a85 100644
--- a/dev-ruby/sass-rails/Manifest
+++ b/dev-ruby/sass-rails/Manifest
@@ -1,3 +1,3 @@
-DIST sass-rails-4.0.5.gem 92672 SHA256 8b93da41049d32f14625abd6a0514d34286b87e9123093db054eddbe644487db SHA512 71515d2c16886d64af4c00bd78094691579bfbb3660ff9ba4d9f2807bcbedf104da2f7a321a3cc558f0e2420f702eb2bd2379cce30f1d21d8b09ab5fbc8347c5 WHIRLPOOL 9a39907a182ba20c7a14963dc00d6455babc63c1a3c5a202c6475f5e7b0dbec86663309f416b21d393e904da704f84f15634cda9521d5fbfbb03bb5bf10338a1
-DIST sass-rails-5.0.6.tar.gz 89862 SHA256 65e679876056ffdc3d25c5d3f3bce44a5b4ab246a82d101b8b7b9f463ca0b321 SHA512 97b48e3b928c4323007b7df7f6e51d5a1c1f16c5f9276786bdb6b3a4f293ec73c4c18037cd3cd5d0bbdfa3ec92f44a8793606aba9cd23f5518b637cdee58c915 WHIRLPOOL 0ffcfdace2a6573a4ce300f320046a834431bb243619f6a2e3d6807b8f5b883d5ef3c6f7f09374a06313ed99544f3437a57e614f8facf8b61a18fbb12203b2cf
-DIST sass-rails-5.0.7.tar.gz 90425 SHA256 a3c922c80947478adf3bf094051cbc226d485543567db4eff404360c9955e806 SHA512 491a1618a75becf6095b102c996e50d25fe701d3a6c1b6c6fadff81c6c09260c3ee6ff9c84abf7bc62779fa7034d54d7c0d9a7c4148d3cc741d83efda87ec0a0 WHIRLPOOL b8135ea9c5052a01bebe2e752619f682bf5cf06d45301092547689cc09da29b8a971a6eb742a09955ede15967332aa165b8876ddaed2841dafd58599fcf9aa59
+DIST sass-rails-4.0.5.gem 92672 BLAKE2B a10dc27ff95122bb2e4518c927c5a81d4a5116bb70d60e68a6c697a7dc10d2781e2b2b702e8b0fe79d7b4562126c0f9d4c0172f5a8a604ea525027c1c8853465 SHA512 71515d2c16886d64af4c00bd78094691579bfbb3660ff9ba4d9f2807bcbedf104da2f7a321a3cc558f0e2420f702eb2bd2379cce30f1d21d8b09ab5fbc8347c5
+DIST sass-rails-5.0.6.tar.gz 89862 BLAKE2B 2626331eea22031d767b235d0187c3d8f4b12b0a74682bcab8fbeac46aa62d8021baca247442519056b6c0617a76b76f917dae38ec5026cb98e14d04ca61d6d2 SHA512 97b48e3b928c4323007b7df7f6e51d5a1c1f16c5f9276786bdb6b3a4f293ec73c4c18037cd3cd5d0bbdfa3ec92f44a8793606aba9cd23f5518b637cdee58c915
+DIST sass-rails-5.0.7.tar.gz 90425 BLAKE2B 8aceff670ba2e4993597858b74362a02307e39ac967a331005f21d384644d0dbdd414560abaa88e60d35358b47d65c146baa72f37c879a2f13178e187cc1f79b SHA512 491a1618a75becf6095b102c996e50d25fe701d3a6c1b6c6fadff81c6c09260c3ee6ff9c84abf7bc62779fa7034d54d7c0d9a7c4148d3cc741d83efda87ec0a0
diff --git a/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild b/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild
index 076703de1f3..24ba742ccbb 100644
--- a/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild
+++ b/dev-ruby/sass-rails/sass-rails-4.0.5.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=5
-USE_RUBY="ruby21 ruby22"
+USE_RUBY="ruby22"
RUBY_FAKEGEM_TASK_DOC=""
RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md"
@@ -14,7 +14,7 @@ HOMEPAGE="https://github.com/rails/sass-rails"
LICENSE="MIT"
SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~x86"
+KEYWORDS="~amd64 ~arm"
IUSE=""
diff --git a/dev-ruby/sass-rails/sass-rails-5.0.6.ebuild b/dev-ruby/sass-rails/sass-rails-5.0.6.ebuild
deleted file mode 100644
index a20242bbf4c..00000000000
--- a/dev-ruby/sass-rails/sass-rails-5.0.6.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec"
-
-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
-}
next reply other threads:[~2017-12-09 7:55 UTC|newest]
Thread overview: 40+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-12-09 7:55 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-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-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=1512805854.c209386cb31286bc3daf5e0110f6d66a63519128.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