summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2016-08-07 20:29:56 +0200
committerMichał Górny <mgorny@gentoo.org>2016-08-07 20:34:05 +0200
commit523e876c1ae99ad5272f459b4c9ca5d8534a20e3 (patch)
tree2b865878f52ee1eb25ae5933aa05ca68474f51a8
parentdev-ruby/actionmailer: Prune slot 3.2 (diff)
downloadgentoo-523e876c1ae99ad5272f459b4c9ca5d8534a20e3.tar.gz
gentoo-523e876c1ae99ad5272f459b4c9ca5d8534a20e3.tar.bz2
gentoo-523e876c1ae99ad5272f459b4c9ca5d8534a20e3.zip
dev-ruby/actionpack: Prune slot 3.2
-rw-r--r--dev-ruby/actionpack/Manifest1
-rw-r--r--dev-ruby/actionpack/actionpack-3.2.22.2.ebuild80
-rw-r--r--profiles/package.mask1
3 files changed, 0 insertions, 82 deletions
diff --git a/dev-ruby/actionpack/Manifest b/dev-ruby/actionpack/Manifest
index 3bf573b4defe..ad9ecceea8a4 100644
--- a/dev-ruby/actionpack/Manifest
+++ b/dev-ruby/actionpack/Manifest
@@ -1,4 +1,3 @@
-DIST rails-3.2.22.2.tgz 3571822 SHA256 6aaef5723f3a409d057ace5500f1743168bde8f45114d9b5d861bb6e05444356 SHA512 b0c1817164168e2b8ae5b748dd1dd88097c2047d2e2eb31e403a5b865a1e50c43f8841a0e60ccdda6d5a859bba9acdfb06462cb8ba93a3e9ecc57dc349f8be13 WHIRLPOOL 8f5e674020a4c00a9a5da6e2e25aceb408ccb01f8adce74128a99cbb602d08da31de44b496a42d86bbf3887830785bfb961c95231d98bb1ce5d17755741dd3e1
DIST rails-4.0.13.tgz 3761572 SHA256 a693a8c5f767d153e765634cecb6356855ca51b6554b3af1a38888023a204a51 SHA512 3f2cca90187f800d1ec57fc6cbc58c1f3213113a94d1dee7d9cfd3dc0264b7f3a9c6cfc6dd95ef2fb3aa7d8ca5d6da50cedecc288ff8ff7e5305dc0309b4365d WHIRLPOOL a5b3f7f828a88d04b5687b3217b40903192ccea5eca36ca58cbb2baeec7471241fe5529f13688bd1f6396a384cf282c94bfaf54ee1cfafdf5ef400707dee7d01
DIST rails-4.1.15.tgz 3729946 SHA256 df54609b05298f5c0c9eb4e00bb82c61133d955021fe58ffab2efacd76ac6ce5 SHA512 0a8c944fece6c060718f0c7769ae80baa161357ac8b49e69a11e9bbf43476c633cd3ed51b13e3c0f364e47b3167879de5f57146e76f01a59e026b97166aeba2c WHIRLPOOL 75fbd9a1e7b988c47c7a26bffb5e58cd2c33af9a5e83b03ecee09b35c7497d82aa580fd20dbdf34237b9d9594ed772a346e32d6430becc1fdf854581c8ebef8e
DIST rails-4.1.16.tgz 3730763 SHA256 fd17ccacee3a61c17d2cfa36db36f583ed3d05eac504e4bb06ec65629965f499 SHA512 d342ab0ede9f4642d809114fb8518d09a63da8bda66f866f2f81646b247d7da2235e81f818793ae86c4c2365624d5b35898d4f1693093019d3639a1dcb872ac1 WHIRLPOOL fe1bc9866c5005f8232a3d339811afe183aef53c1f1d8a8a9250b447e941309cb415592309d8bb3367add028a98c5cdb4cc6180d0f49e1c76337668763460536
diff --git a/dev-ruby/actionpack/actionpack-3.2.22.2.ebuild b/dev-ruby/actionpack/actionpack-3.2.22.2.ebuild
deleted file mode 100644
index 79f33a753c3f..000000000000
--- a/dev-ruby/actionpack/actionpack-3.2.22.2.ebuild
+++ /dev/null
@@ -1,80 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-USE_RUBY="ruby20 ruby21"
-
-# The default test task tries to test activerecord with SQLite as well.
-RUBY_FAKEGEM_TASK_TEST="test_action_pack"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.rdoc"
-
-RUBY_FAKEGEM_GEMSPEC="actionpack.gemspec"
-
-inherit ruby-fakegem versionator
-
-DESCRIPTION="Eases web-request routing, handling, and response"
-HOMEPAGE="https://github.com/rails/rails"
-SRC_URI="https://github.com/rails/rails/archive/v${PV}.tar.gz -> rails-${PV}.tgz"
-
-LICENSE="MIT"
-SLOT="$(get_version_component_range 1-2)"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-RUBY_S="rails-${PV}/${PN}"
-
-ruby_add_rdepend "
- ~dev-ruby/activemodel-${PV}
- ~dev-ruby/activesupport-${PV}
- >=dev-ruby/rack-cache-1.2
- >=dev-ruby/builder-3.0.0:3
- >=dev-ruby/rack-1.4.5:1.4
- >=dev-ruby/rack-test-0.6.1:0.6
- >=dev-ruby/journey-1.0.4:1.0
- >=dev-ruby/sprockets-2.2.1:2.2
- >=dev-ruby/erubis-2.7.0"
-
-ruby_add_bdepend "
- test? (
- dev-ruby/mocha:0.13
- dev-ruby/bundler
- ~dev-ruby/activerecord-${PV}
- ~dev-ruby/actionmailer-${PV}
- >=dev-ruby/test-unit-3:2
- >=dev-ruby/tzinfo-0.3.29:0
- >=dev-ruby/uglifier-1.0.3
- )"
-
-all_ruby_prepare() {
- # Remove items from the common Gemfile that we don't need for this
- # test run. This also requires handling some gemspecs.
- sed -i -e "/\(system_timer\|sdoc\|w3c_validators\|pg\|jquery-rails\|'mysql'\|journey\|ruby-prof\|benchmark-ips\|nokogiri\|execjs\)/d" \
- -e 'agem "i18n", "~>0.6.11"' ../Gemfile || die
-
- sed -i -e '/rack-ssl/d' -e 's/~> 3.4/>= 3.4/' ../railties/railties.gemspec || die
- sed -i -e '/mail/d' ../actionmailer/actionmailer.gemspec || die
-
- sed -i -e '/bcrypt/ s/3.0.0/3.0/' \
- -e '/test-unit/ s/3.0.0/3.0/' ../Gemfile || die
-
- # Avoid fragile tests depending on hash ordering
- sed -i -e '/cookie_3=chocolate/ s:^:#:' test/controller/integration_test.rb || die
- sed -i -e '/test_to_s/,/end/ s:^:#:' test/template/html-scanner/tag_node_test.rb || die
- sed -i -e '/"name":"david"/ s:^:#:' test/controller/mime_responds_test.rb || die
- sed -i -e '/test_option_html_attributes_with_multiple_element_hash/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die
- sed -i -e '/test_option_html_attributes_with_multiple_hashes/, / end/ s:^:#:' test/template/form_options_helper_test.rb || die
-
- # Avoid fragile test that gets more output than it expects.
- sed -i -e '/test_locals_option_to_assert_template_is_not_supported/,/end/ s:^:#:' test/controller/render_test.rb || die
-
- # Avoid test broken by security updates in i18n.
- sed -i -e '/test_number_to_i18n_currency/,/end/ s:^:#:' test/template/number_helper_i18n_test.rb || die
-
- # Avoid test that chokes on bad UTF-8.
- sed -i -e '/test_handles_urls_with_bad_encoding/,/^ end/ s:^:#:' test/dispatch/static_test.rb || die
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 22c49216713c..e5dbcd45b082 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -222,7 +222,6 @@ dev-ruby/mail:2.5
# Hans de Graaff <graaff@gentoo.org> (1 Jul 2016)
# With the release of Rails 5.0 versions older than 4.2 are no longer
# supported. Mask Rails 3.2 and related packages for removal in 30 days.
-dev-ruby/actionpack:3.2
dev-ruby/activeresource:3.2
dev-ruby/activemodel:3.2
dev-ruby/activesupport:3.2