From: Hans de Graaff Date: Tue, 5 May 2020 07:54:23 +0000 (+0200) Subject: dev-ruby/protected_attributes: remove masked package X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=05f88aa11299e9398a6f980072a76af91081e626;p=gentoo.git dev-ruby/protected_attributes: remove masked package Signed-off-by: Hans de Graaff --- diff --git a/dev-ruby/protected_attributes/Manifest b/dev-ruby/protected_attributes/Manifest deleted file mode 100644 index 22bf0849810a..000000000000 --- a/dev-ruby/protected_attributes/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST protected_attributes-1.1.4.tar.gz 23562 BLAKE2B 8b8c8a9f533344c6344de0e389807e39c06f53948d9206f965d0f954a9e8e8f4de61aebcbf96d95186b94e600ceceb48fd258087dfcc3baf15e65d588569829f SHA512 02c55825ec21dde386e31b25e71df4ac48c2356bad303a82cc33703b930c5f8e36b57193761dba59dff3868d39a3b5458fb2a2c49809019e72ed4b4f4313bed3 diff --git a/dev-ruby/protected_attributes/metadata.xml b/dev-ruby/protected_attributes/metadata.xml deleted file mode 100644 index 242f40c6e3a2..000000000000 --- a/dev-ruby/protected_attributes/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - ruby@gentoo.org - Gentoo Ruby Project - - - rails/protected_attributes - - diff --git a/dev-ruby/protected_attributes/protected_attributes-1.1.4.ebuild b/dev-ruby/protected_attributes/protected_attributes-1.1.4.ebuild deleted file mode 100644 index e23b1df20ff0..000000000000 --- a/dev-ruby/protected_attributes/protected_attributes-1.1.4.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 -USE_RUBY="ruby22 ruby23 ruby24" - -RUBY_FAKEGEM_TASK_TEST="test" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGELOG.md README.md" - -inherit ruby-fakegem - -DESCRIPTION="Protect attributes from mass-assignment in ActiveRecord models" -HOMEPAGE="https://github.com/rails/protected_attributes" -SRC_URI="https://github.com/rails/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" -SLOT="1" - -LICENSE="MIT" - -KEYWORDS="~amd64" -IUSE="test" - -ruby_add_rdepend " - =dev-ruby/activemodel-4*:* >=dev-ruby/activemodel-4.0.1:* -" - -ruby_add_bdepend "test? ( - dev-ruby/bundler - =dev-ruby/actionpack-4* - =dev-ruby/activerecord-4* - =dev-ruby/rails-4* - dev-ruby/mocha - dev-ruby/sqlite3 -)" - -all_ruby_prepare() { - sed -i -e '/github/ s:^:#:' Gemfile || die -}