Skip to content

Commit

Permalink
dev-ruby/sass-rails: version bump
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.20.1
  • Loading branch information
graaff committed Sep 4, 2015
1 parent 43abb83 commit 46fc8ae
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev-ruby/sass-rails/Manifest
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ DIST sass-rails-4.0.5.gem 92672 SHA256 8b93da41049d32f14625abd6a0514d34286b87e91
DIST sass-rails-5.0.1.gem 11264 SHA256 73820862a8a08c9d04d912f0d0aeddca85bd3c7e89808aa16a57ba41b077d992 SHA512 0519b97e8662ebb1f7191a83583ac99464a2d9db74816ab149fed9eb2a669486491c3b6340b8ffcb6bc68618fd8628a4e14eaaa333f411411b2f5bd5e7d44749 WHIRLPOOL df480462265dc167d1468af6f3673086506831fcb6a77e06b4c5b2a138ffc8aaac30253e89d25659b8422615c0c189d08c13948235661b2de7c31ef83c0fc36e
DIST sass-rails-5.0.2.tar.gz 89342 SHA256 952cb0f8df2fe0cf1614105a752fd09bfd2ebf43924023e160eb4f5817fd80c1 SHA512 b3ae333b58901ac867e649fd7101ae672b012e1c96c3f30ae38a00477a4e9da24bc3f6e7dfea4b4da55e12b238c469f0a555b3ede8169f22d5ad858350aeadd2 WHIRLPOOL aa6dd85570bae206f29ae04702f03a79acc02298ece097284e60b8bb88bc5096d6131b38d2edff600553e6d2d02855f9ed344bc1237da05b8f5e14792a143423
DIST sass-rails-5.0.3.tar.gz 89341 SHA256 84130672050715a1e33957ed798dba5098d4184121fd85c0d2a24661e4cef7b6 SHA512 c1fe25a686ebf9d9ccb87bd79abd9fec1ed94a1abb32532142d0e812bc699358806a6861cd509644738499ce317754e3c7e1000818e4654994a3c16bc7e2b0ba WHIRLPOOL 650369126270d6937f62ea142d88526622a3ba180967b4ccc4c1968f62e5e3f35a605795b1eb822a3153373229c89cf00fc8478dd0029449efd3959105017685
DIST sass-rails-5.0.4.tar.gz 89426 SHA256 cc4533ad0f4a20eebbacf714d7a22f79be03421699810c2951c6a52534395b5c SHA512 99266e49a8b1cc16fd22f10113717f1208d7d696b40c940ef97bd05999f9cab3e28826a998ce08a14e72f1af5ab9c901501242f56366b87606f2c861217ce75f WHIRLPOOL baf80ebfd2f4c158253cfcd81ec7080ed51f85f304b4233c717c60782f46d854fc0daf1414c01eae71ace8ef20d162a961c5216bc878d726d6cd7873219fae2b
38 changes: 38 additions & 0 deletions dev-ruby/sass-rails/sass-rails-5.0.4.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=5
USE_RUBY="ruby19 ruby20 ruby21"

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"

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/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
}

0 comments on commit 46fc8ae

Please sign in to comment.