mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-05 12:38:09 -07:00
dev-ruby/sass-rails: cleanup
Package-Manager: Portage-2.3.6, Repoman-2.3.2
This commit is contained in:
@@ -1,4 +1,2 @@
|
||||
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
|
||||
DIST sass-rails-5.0.6.tar.gz 89862 SHA256 65e679876056ffdc3d25c5d3f3bce44a5b4ab246a82d101b8b7b9f463ca0b321 SHA512 97b48e3b928c4323007b7df7f6e51d5a1c1f16c5f9276786bdb6b3a4f293ec73c4c18037cd3cd5d0bbdfa3ec92f44a8793606aba9cd23f5518b637cdee58c915 WHIRLPOOL 0ffcfdace2a6573a4ce300f320046a834431bb243619f6a2e3d6807b8f5b883d5ef3c6f7f09374a06313ed99544f3437a57e614f8facf8b61a18fbb12203b2cf
|
||||
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
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/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
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=5
|
||||
USE_RUBY="ruby20 ruby21 ruby22"
|
||||
|
||||
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
|
||||
}
|
||||
@@ -1,39 +0,0 @@
|
||||
# Copyright 1999-2016 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 ~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
|
||||
}
|
||||
@@ -1,37 +0,0 @@
|
||||
# Copyright 1999-2016 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
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
|
||||
}
|
||||
Reference in New Issue
Block a user