From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 2B90D139694 for ; Mon, 22 May 2017 04:19:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7B88921C03E; Mon, 22 May 2017 04:19:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3F2EC21C03E for ; Mon, 22 May 2017 04:19:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3852E3416DD for ; Mon, 22 May 2017 04:19:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D20A37460 for ; Mon, 22 May 2017 04:19:26 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1495426679.e4c96230dc81801be29c286a916b7ae45e06902c.graaff@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/autoprefixer-rails/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/autoprefixer-rails/Manifest dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.ebuild X-VCS-Directories: dev-ruby/autoprefixer-rails/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: e4c96230dc81801be29c286a916b7ae45e06902c X-VCS-Branch: master Date: Mon, 22 May 2017 04:19:26 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cae5cd14-f1c8-40ed-9aab-d78f625dd47f X-Archives-Hash: cb3032061f148b6068edd71d9610e146 commit: e4c96230dc81801be29c286a916b7ae45e06902c Author: Hans de Graaff gentoo org> AuthorDate: Mon May 22 04:17:59 2017 +0000 Commit: Hans de Graaff gentoo org> CommitDate: Mon May 22 04:17:59 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4c96230 dev-ruby/autoprefixer-rails: add 7.1.1 Package-Manager: Portage-2.3.5, Repoman-2.3.1 dev-ruby/autoprefixer-rails/Manifest | 1 + .../autoprefixer-rails-7.1.1.ebuild | 32 ++++++++++++++++++++++ 2 files changed, 33 insertions(+) diff --git a/dev-ruby/autoprefixer-rails/Manifest b/dev-ruby/autoprefixer-rails/Manifest index 3f70e58d7d1..fd571480414 100644 --- a/dev-ruby/autoprefixer-rails/Manifest +++ b/dev-ruby/autoprefixer-rails/Manifest @@ -1 +1,2 @@ DIST autoprefixer-rails-6.7.7.2.gem 354816 SHA256 853d573a8ef2c9478e12a79bd8f9fbd66e4861ed3cea8a7ac60ce5e3cedd33fb SHA512 5027da925da376fa271eded6792ed754aa34a2b12ae41ca0fd7cb0938f14b530a4ee16b02b62c22d00454da96b839201ea0e60e14e270f4a0f54c5e7105cf5db WHIRLPOOL 0b4aae68e03ad72860ce23a64b4528c5037e5b285991efa4ded102b3ba045f1f88235a9ab1769b85da82ff7c8fcb50efedf75a0622ac01500a803423fa1f8404 +DIST autoprefixer-rails-7.1.1.gem 184320 SHA256 0d0c0923135c0162906ca132a26d1649b5bac5435c6baceaf9f837e5ad1e2958 SHA512 dfca5f209e4ff1b907a56dbee27e5338715d3cf4ed1d0700d2edef0ab4c0e52c36f1a70ce707f210dda9d8a9b1dec8b02b53db2205cdaa80f5484815b9364502 WHIRLPOOL 8b588242cbbd8d09db31ae8417afae2f72d5f9774e2ca74213b814bd75237574b13418ab8246b3949e276cb08108252e0581e1555d5c3d443ffbf8762dad10a2 diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.ebuild new file mode 100644 index 00000000000..28f3278cd37 --- /dev/null +++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-7.1.1.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +USE_RUBY="ruby21 ruby22 ruby23" + +RUBY_FAKEGEM_RECIPE_DOC="rdoc" +RUBY_FAKEGEM_RECIPE_TEST="rspec3" +RUBY_FAKEGEM_EXTRADOC="README.md" + +inherit ruby-fakegem + +DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use website" +HOMEPAGE="https://github.com/ai/autoprefixer-rails" +LICENSE="MIT" + +KEYWORDS="~amd64" +SLOT="7" +IUSE="" + +ruby_add_rdepend "dev-ruby/execjs:*" + +ruby_add_bdepend "dev-ruby/rails + dev-ruby/rake + dev-ruby/rspec-rails" + +all_ruby_prepare() { + sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die + sed -i -e "/Bundler/,+3d" spec/app/config/application.rb || die + rm spec/rails_spec.rb spec/compass_spec.rb || die +}