mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/crass: add 1.0.3
Package-Manager: Portage-2.3.8, Repoman-2.3.3
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST crass-1.0.2.gem 92160 SHA256 49c217d5cfbd6575836a53577f418cd6ee39f1933e0e8084f0a8d4f3503e67b0 SHA512 28ea16dea1ba8e46589489a60780195711304902b805bff0b362f99e8af9c9d2ecd0c11dcdf3e67e18e0997f37594012a4ceb312df352faf56eeb47d0441d289 WHIRLPOOL 5703c6c388c417a38f775b8849fab90c0cd9e0feb116827c90d78df492437958f9131b6aa0782cda7668d30dca3929f5987979456f44907e174f22969cea8af9
|
||||
DIST crass-1.0.3.gem 92160 SHA256 9430717e7504f2ca9a3d035fd922028ffb79a27bb9519121e3fffea76897f1b3 SHA512 063dc3e95f83d713a47f88a06efc05607e75313f6f5982350ee783cb16dab159afdbf779e043ef9f5c56282e12c962c9ca2bec92cf87d1042a719ca58cd180ac WHIRLPOOL 52a97f688ea111afa8903fe54bfb50fa65299e29ea4193be38a1e9379778dc9654b095681de1b002f447dce84d8afc0e62086ed79d6acf2d07418d19d3e387df
|
||||
|
||||
25
dev-ruby/crass/crass-1.0.3.ebuild
Normal file
25
dev-ruby/crass/crass-1.0.3.ebuild
Normal file
@@ -0,0 +1,25 @@
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=6
|
||||
|
||||
USE_RUBY="ruby22 ruby23 ruby24"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_DOC="rdoc"
|
||||
RUBY_FAKEGEM_EXTRADOC="HISTORY.md README.md"
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Ruby CSS parser that's fully compliant with the CSS Syntax Level 3 specification"
|
||||
HOMEPAGE="https://github.com/rgrove/crass/"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
|
||||
IUSE=""
|
||||
|
||||
ruby_add_bdepend ">=dev-ruby/minitest-5.0.8:5"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -i -e '/bundler/I s:^:#:' Rakefile || die
|
||||
}
|
||||
Reference in New Issue
Block a user