commit:     4237ca139f20a4ed97b895555c273c06686606f7
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri Aug  2 05:23:20 2024 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Aug  2 05:23:20 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4237ca13

dev-ruby/autoprefixer-rails: drop 10.4.13.0, 10.4.15.0

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/autoprefixer-rails/Manifest               |  2 --
 .../autoprefixer-rails-10.4.13.0.ebuild            | 42 ----------------------
 .../autoprefixer-rails-10.4.15.0.ebuild            | 42 ----------------------
 3 files changed, 86 deletions(-)

diff --git a/dev-ruby/autoprefixer-rails/Manifest 
b/dev-ruby/autoprefixer-rails/Manifest
index 6d27b14673a9..b97aecd3471a 100644
--- a/dev-ruby/autoprefixer-rails/Manifest
+++ b/dev-ruby/autoprefixer-rails/Manifest
@@ -1,4 +1,2 @@
-DIST autoprefixer-rails-10.4.13.0.tar.gz 1386370 BLAKE2B 
a96eb20ebb940a63abf22819e7b2c1727816e4e70cffff5fce3f84c09b783c7f6aac3d6af2483670bbacf4e8032e71f8b144bdc41846464935dbf57fa23d98f5
 SHA512 
698e8f91875d7fe73d4843cd4dda65b695e3654b9bbf02070a0fd4d61ebf9fb00aaffa8ce63b738dc5d345c5536c79fa985adfa779f47d57412c791e3388cc97
-DIST autoprefixer-rails-10.4.15.0.tar.gz 1205393 BLAKE2B 
830b4f145ead0ff143296329682b2c7834a6f5599311e2d770f17db77824944aee8acb066f33e5a1bb63111ad9e37159898be698748af1032bf531e4752c4bf7
 SHA512 
c8bd0706d3c45406aff016463fc17d422665a396222a8b9f443f12aefd8e3f84b81aa025e7c583f1067f6f23e8eb5f2f5d84f8867e64d4adbe19d47bc3bed71c
 DIST autoprefixer-rails-10.4.16.0.tar.gz 1207675 BLAKE2B 
2505dd26a2c4dec18ad6639d3bf18e2e04d0fa47bd4cd12ee51be53efa18bd21f438bff625e3b5b4807dc8a3c5311735c439f74f68cb4cad2ad73bd8aba3c30b
 SHA512 
33f2d5f16fc2d011abb585e028179f073cdc801f880c5da9a08e8ead5470487cec5b28b9dda7c0bfdd9f032984dc6b871e1a16bbe4dbe117e0304e91b3a774b8
 DIST autoprefixer-rails-10.4.19.0.tar.gz 1211305 BLAKE2B 
f61ff58519e3c5935c5040539f41a55a01d7cddc6052b53531c61a76c4d768cac8366f1307ac9f3d9c970a46f0b79c5eab3833d577238159de0a8a26c5aae7b3
 SHA512 
f2a22a28bf1aa4aff2bcfad41ac3331cd129588c9be59675a6e7343917cbf236c1747420bf1c796a7054c117be2e982eaeda60d271cebc8124e2834160c08943

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.13.0.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.13.0.ebuild
deleted file mode 100644
index 9e13d7544c43..000000000000
--- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.13.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby30 ruby31 ruby32"
-
-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=""
-
-DEPEND+="test? ( net-libs/nodejs )"
-
-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
-}

diff --git a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.15.0.ebuild 
b/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.15.0.ebuild
deleted file mode 100644
index 8f557b93f687..000000000000
--- a/dev-ruby/autoprefixer-rails/autoprefixer-rails-10.4.15.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-USE_RUBY="ruby31 ruby32"
-
-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=""
-
-DEPEND+="test? ( net-libs/nodejs )"
-
-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 via email to