Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/autoprefixer-rails/
Date: Mon, 11 Oct 2021 15:12:12
Message-Id: 1633964721.1d531b249577d40a9846fa24b53f22dbab084c05.graaff@gentoo
1 commit: 1d531b249577d40a9846fa24b53f22dbab084c05
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 11 15:05:21 2021 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 11 15:05:21 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d531b24
7
8 dev-ruby/autoprefixer-rails: cleanup
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
12
13 dev-ruby/autoprefixer-rails/Manifest | 2 --
14 .../autoprefixer-rails-10.2.5.0.ebuild | 39 ----------------------
15 .../autoprefixer-rails-10.2.5.1.ebuild | 39 ----------------------
16 3 files changed, 80 deletions(-)
17
18 diff --git a/dev-ruby/autoprefixer-rails/Manifest b/dev-ruby/autoprefixer-rails/Manifest
19 index 8a4ba058733..ea2c4d25be7 100644
20 --- a/dev-ruby/autoprefixer-rails/Manifest
21 +++ b/dev-ruby/autoprefixer-rails/Manifest
22 @@ -1,4 +1,2 @@
23 -DIST autoprefixer-rails-10.2.5.0.tar.gz 705265 BLAKE2B e6619cb2498eed46af1e92855e960e74f443c364d5d9c11b839e114bbd97797b90c2f6c6180ae68ba291b0035c1ef24f85d7dadfe07f236c6a611e0fe602bcca SHA512 8b3e80c61735d509e4448887272f2b9304ad1431ad4728a524fc87f096822bd10b6855bd1184943037ba2d10920a0fb1b16d09c8124d023b4edb7e9d1b9fb269
24 -DIST autoprefixer-rails-10.2.5.1.tar.gz 705267 BLAKE2B 089e4bbd8a2acadd7f07a2b3ea5bfdf77b6e83a35a1fdaf55deadf26a8a2e6ca0777c834c300d75877a38cdb10542dab4661dfcb0008c0cbe54c14741a6390be SHA512 97388b55fa0d3df72525c82c105307cd1bd9009e6bcfe161b218f40e1a6508f9c470b990164cbdb2b3c2cac13dc88628c24c3620f814eccbc5de0407536c84f6
25 DIST autoprefixer-rails-10.3.1.0.tar.gz 1357327 BLAKE2B 2071b3a9c5848e06695e32445224f6e101481fac0ca73a23b86d138bfada9f7339bd51031f121ab8b0f614d2ea1ec386cb81dbbcf8f728075b12ff2393c0c8b5 SHA512 fff90cad950228e9d3b61259f26bee26b2fe3cd87557ed81f1235630357204e3cf9ce6cc9439551727d4d62d27f3510c8c2683ab12b05ad11549945f741e5db5
26 DIST autoprefixer-rails-9.8.6.5.gem 231936 BLAKE2B 7c702f5484f9aa2318408fb8c5c8866ccf9d3565d3282e43279b9bea875ac3610b26c0ec302b2bed0779dcd46eca12badaa16faba1046585cddcfa3e8b22b51c SHA512 6b7281661fcaf0c17ee258a321f8d18664f2f305172719f76fe1f3ef6b04fa1460c7102946e95153df7ecf5c3ade3bfc8c22d302927f2e2183ef3b0f3ef8d623
27
28 diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.2.5.0.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.2.5.0.ebuild
29 deleted file mode 100644
30 index 7fa87370868..00000000000
31 --- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.2.5.0.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2021 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=7
38 -
39 -USE_RUBY="ruby25 ruby26"
40 -
41 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
42 -RUBY_FAKEGEM_EXTRADOC="README.md"
43 -
44 -RUBY_FAKEGEM_EXTRAINSTALL="vendor"
45 -
46 -RUBY_FAKEGEM_GEMSPEC="autoprefixer-rails.gemspec"
47 -
48 -inherit ruby-fakegem
49 -
50 -DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use website"
51 -HOMEPAGE="https://github.com/ai/autoprefixer-rails"
52 -SRC_URI="https://github.com/ai/autoprefixer-rails/archive/${PV}.tar.gz -> ${P}.tar.gz"
53 -LICENSE="MIT"
54 -
55 -KEYWORDS="~amd64"
56 -SLOT="$(ver_cut 1)"
57 -IUSE=""
58 -
59 -ruby_add_rdepend "<dev-ruby/execjs-2.8.0:*"
60 -
61 -ruby_add_bdepend "test? (
62 - >=dev-ruby/rails-5.0.0
63 - dev-ruby/rake
64 - dev-ruby/rspec-rails
65 -)"
66 -
67 -all_ruby_prepare() {
68 - sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
69 - sed -i -e "/Bundler/ s:^:#:" \
70 - -e '/config.sass/ s:^:#:' spec/app/config/application.rb || die
71 - rm -f spec/rails_spec.rb || die
72 -}
73
74 diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.2.5.1.ebuild b/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.2.5.1.ebuild
75 deleted file mode 100644
76 index d0e26f1eaa7..00000000000
77 --- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.2.5.1.ebuild
78 +++ /dev/null
79 @@ -1,39 +0,0 @@
80 -# Copyright 1999-2021 Gentoo Authors
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI=7
84 -
85 -USE_RUBY="ruby25 ruby26 ruby27"
86 -
87 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
88 -RUBY_FAKEGEM_EXTRADOC="README.md"
89 -
90 -RUBY_FAKEGEM_EXTRAINSTALL="vendor"
91 -
92 -RUBY_FAKEGEM_GEMSPEC="autoprefixer-rails.gemspec"
93 -
94 -inherit ruby-fakegem
95 -
96 -DESCRIPTION="Add vendor prefixes to CSS rules using values from the Can I Use website"
97 -HOMEPAGE="https://github.com/ai/autoprefixer-rails"
98 -SRC_URI="https://github.com/ai/autoprefixer-rails/archive/${PV}.tar.gz -> ${P}.tar.gz"
99 -LICENSE="MIT"
100 -
101 -KEYWORDS="~amd64"
102 -SLOT="$(ver_cut 1)"
103 -IUSE=""
104 -
105 -ruby_add_rdepend "dev-ruby/execjs"
106 -
107 -ruby_add_bdepend "test? (
108 - >=dev-ruby/rails-5.0.0
109 - dev-ruby/rake
110 - dev-ruby/rspec-rails
111 -)"
112 -
113 -all_ruby_prepare() {
114 - sed -i -e "/bundler/d" -e "/BUNDLE/d" spec/app/config/boot.rb || die
115 - sed -i -e "/Bundler/ s:^:#:" \
116 - -e '/config.sass/ s:^:#:' spec/app/config/application.rb || die
117 - rm -f spec/rails_spec.rb || die
118 -}