public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Hans de Graaff" <graaff@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/autoprefixer-rails/
Date: Sun,  8 May 2022 05:52:31 +0000 (UTC)	[thread overview]
Message-ID: <1651988987.348a495d3f551d80a545282239d3846e627165d7.graaff@gentoo> (raw)

commit:     348a495d3f551d80a545282239d3846e627165d7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sun May  8 05:49:39 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun May  8 05:49:47 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=348a495d

dev-ruby/autoprefixer-rails: add 10.4.7.0

Also add missing sprockets-rails dependency.

Closes: https://bugs.gentoo.org/723660
Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/autoprefixer-rails/Manifest               |  1 +
 .../autoprefixer-rails-10.4.7.0.ebuild             | 40 ++++++++++++++++++++++
 2 files changed, 41 insertions(+)

diff --git a/dev-ruby/autoprefixer-rails/Manifest b/dev-ruby/autoprefixer-rails/Manifest
index 018f69727b52..7665c3992e4e 100644
--- a/dev-ruby/autoprefixer-rails/Manifest
+++ b/dev-ruby/autoprefixer-rails/Manifest
@@ -1,3 +1,4 @@
 DIST autoprefixer-rails-10.3.1.0.tar.gz 1357327 BLAKE2B 2071b3a9c5848e06695e32445224f6e101481fac0ca73a23b86d138bfada9f7339bd51031f121ab8b0f614d2ea1ec386cb81dbbcf8f728075b12ff2393c0c8b5 SHA512 fff90cad950228e9d3b61259f26bee26b2fe3cd87557ed81f1235630357204e3cf9ce6cc9439551727d4d62d27f3510c8c2683ab12b05ad11549945f741e5db5
 DIST autoprefixer-rails-10.4.2.0.tar.gz 1368753 BLAKE2B b5c9374f6161f9f13f78404788cdba60d88f50f68f909cead6cb5389a4f26f05cdd20925cf91d9a0b01af0ce14929b11d69f85a1ce8493c660c50c6032460a0c SHA512 00303b7dec4b261b2d3ffa72ebdfea2883cb473df3f8149853b0d2fcb5c2e48d63e24a17604619289893d0472afe237f1dc13710d2c7c3528067c143789abf61
+DIST autoprefixer-rails-10.4.7.0.tar.gz 1372138 BLAKE2B 5d4ad1cb82fc0e82557232fc1a050f87fc2758967c21e2e566049686efec41b599e3cf7e2b432d164c6a29c2463ab3c695703878c23188ee97a46e5aff6a26a2 SHA512 c1d3a1200c05a3b1219716058eb28babef4bc26eaca1ebdc09a901709435f25f097d3c39398a07283a75ed37b30a45398fbe31095e649f6d94fdc6de2346aad6
 DIST autoprefixer-rails-9.8.6.5.gem 231936 BLAKE2B 7c702f5484f9aa2318408fb8c5c8866ccf9d3565d3282e43279b9bea875ac3610b26c0ec302b2bed0779dcd46eca12badaa16faba1046585cddcfa3e8b22b51c SHA512 6b7281661fcaf0c17ee258a321f8d18664f2f305172719f76fe1f3ef6b04fa1460c7102946e95153df7ecf5c3ade3bfc8c22d302927f2e2183ef3b0f3ef8d623

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.7.0.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.7.0.ebuild
new file mode 100644
index 000000000000..1e2a93be0a5d
--- /dev/null
+++ b/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.7.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+USE_RUBY="ruby26 ruby27"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_EXTRAINSTALL="vendor"
+
+RUBY_FAKEGEM_GEMSPEC="autoprefixer-rails.gemspec"
+
+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"
+SRC_URI="https://github.com/ai/autoprefixer-rails/archive/${PV}.tar.gz -> ${P}.tar.gz"
+LICENSE="MIT"
+
+KEYWORDS="~amd64"
+SLOT="$(ver_cut 1)"
+IUSE=""
+
+ruby_add_rdepend "dev-ruby/execjs"
+
+ruby_add_bdepend "test? (
+	>=dev-ruby/rails-5.0.0
+	dev-ruby/rake
+	dev-ruby/rspec-rails
+	dev-ruby/sprockets-rails
+)"
+
+all_ruby_prepare() {
+	sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
+	sed -i -e "/Bundler/ s:^:#:" \
+		-e '/config.sass/ s:^:#:' spec/app/config/application.rb || die
+	rm -f spec/rails_spec.rb || die
+}


             reply	other threads:[~2022-05-08  5:52 UTC|newest]

Thread overview: 105+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-05-08  5:52 Hans de Graaff [this message]
  -- strict thread matches above, loose matches on Subject: below --
2024-08-02  5:23 [gentoo-commits] repo/gentoo:master commit in: dev-ruby/autoprefixer-rails/ Hans de Graaff
2024-08-02  5:23 Hans de Graaff
2024-06-22  6:18 Hans de Graaff
2023-11-23  7:09 Hans de Graaff
2023-09-07  4:56 Hans de Graaff
2023-07-12 19:55 Hans de Graaff
2023-04-08  9:23 Hans de Graaff
2023-04-07 18:11 Sam James
2023-03-04  8:28 Hans de Graaff
2022-12-17  8:37 Hans de Graaff
2022-07-25 10:10 Hans de Graaff
2022-07-17  6:50 Hans de Graaff
2022-05-15  8:50 Hans de Graaff
2022-04-02  5:56 Hans de Graaff
2021-10-11 15:12 Hans de Graaff
2021-08-03  4:54 Hans de Graaff
2021-07-12  7:04 Hans de Graaff
2021-05-31  5:43 Hans de Graaff
2021-05-31  5:43 Hans de Graaff
2021-05-14  4:31 Hans de Graaff
2021-02-25  5:28 Hans de Graaff
2021-02-25  5:28 Hans de Graaff
2020-11-02 18:08 Hans de Graaff
2020-10-02  5:15 Hans de Graaff
2020-09-16  5:55 Hans de Graaff
2020-08-26  3:51 Hans de Graaff
2020-08-26  3:51 Hans de Graaff
2020-08-21  6:51 Hans de Graaff
2020-08-13 19:35 Hans de Graaff
2020-07-31  5:02 Hans de Graaff
2020-07-14  3:27 Hans de Graaff
2020-06-24  4:32 Hans de Graaff
2020-06-23  4:15 Hans de Graaff
2020-06-23  4:15 Hans de Graaff
2020-06-20  5:41 Hans de Graaff
2020-04-09  4:13 Hans de Graaff
2020-01-15  5:44 Hans de Graaff
2020-01-15  5:44 Hans de Graaff
2019-12-03  6:59 Hans de Graaff
2019-11-29  6:44 Hans de Graaff
2019-11-07  7:51 Hans de Graaff
2019-11-07  7:51 Hans de Graaff
2019-10-06  6:24 Hans de Graaff
2019-08-23  4:25 Hans de Graaff
2019-08-23  4:25 Hans de Graaff
2019-07-09  5:01 Hans de Graaff
2019-06-04 18:06 Hans de Graaff
2019-05-26  5:41 Hans de Graaff
2019-05-26  5:41 Hans de Graaff
2019-05-06 17:58 Hans de Graaff
2019-04-07  6:11 Hans de Graaff
2019-03-07  6:36 Hans de Graaff
2019-02-15 10:17 Hans de Graaff
2019-02-15 10:17 Hans de Graaff
2019-01-18  8:23 Hans de Graaff
2019-01-18  8:23 Hans de Graaff
2018-12-19  6:22 Hans de Graaff
2018-12-09  7:38 Hans de Graaff
2018-11-19  5:43 Hans de Graaff
2018-10-22  6:02 Hans de Graaff
2018-10-22  6:02 Hans de Graaff
2018-09-10  6:05 Hans de Graaff
2018-08-27  5:38 Hans de Graaff
2018-08-18  5:03 Hans de Graaff
2018-08-18  5:03 Hans de Graaff
2018-08-07  4:16 Hans de Graaff
2018-08-05 20:37 Hans de Graaff
2018-08-05  7:05 Hans de Graaff
2018-07-13  6:00 Hans de Graaff
2018-07-13  6:00 Hans de Graaff
2018-07-04  3:57 Hans de Graaff
2018-06-19  4:42 Hans de Graaff
2018-06-16  6:12 Hans de Graaff
2018-06-06  4:07 Hans de Graaff
2018-06-06  4:07 Hans de Graaff
2018-05-19  6:28 Hans de Graaff
2018-05-08  4:10 Hans de Graaff
2018-04-18  4:19 Hans de Graaff
2018-04-18  4:19 Hans de Graaff
2018-03-09  5:29 Hans de Graaff
2018-02-25  6:38 Hans de Graaff
2018-02-10  7:42 Hans de Graaff
2017-12-27  6:29 Hans de Graaff
2017-12-06  6:49 Hans de Graaff
2017-10-29  5:57 Hans de Graaff
2017-10-29  5:57 Hans de Graaff
2017-09-18  5:47 Hans de Graaff
2017-08-31  5:49 Hans de Graaff
2017-08-31  5:49 Hans de Graaff
2017-08-12  5:14 Hans de Graaff
2017-07-26  5:36 Hans de Graaff
2017-07-26  5:36 Hans de Graaff
2017-07-16  6:49 Hans de Graaff
2017-07-08  7:29 Hans de Graaff
2017-07-05  4:28 Hans de Graaff
2017-06-29 15:22 Hans de Graaff
2017-06-22 11:44 Hans de Graaff
2017-06-19  5:19 Hans de Graaff
2017-05-22  4:19 Hans de Graaff
2017-05-22  4:19 Hans de Graaff
2017-04-18  5:20 Hans de Graaff
2017-03-31  6:11 Hans de Graaff
2017-03-12  7:01 Hans de Graaff
2017-02-18  7:11 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=1651988987.348a495d3f551d80a545282239d3846e627165d7.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