From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 09AC1158D92 for ; Thu, 19 Aug 2021 11:14:52 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5B9F9E0821; Thu, 19 Aug 2021 11:14:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 42AC7E0823 for ; Thu, 19 Aug 2021 11:14:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DDE02342A75 for ; Thu, 19 Aug 2021 11:14:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2138C8D6 for ; Thu, 19 Aug 2021 11:14:47 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1629371658.7143909f29eee4a01c6da1c67fb2d796835fc8b6.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/factory_girl/, profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ruby/factory_girl/Manifest dev-ruby/factory_girl/factory_girl-4.8.1.ebuild dev-ruby/factory_girl/metadata.xml profiles/package.mask X-VCS-Directories: profiles/ dev-ruby/factory_girl/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 7143909f29eee4a01c6da1c67fb2d796835fc8b6 X-VCS-Branch: master Date: Thu, 19 Aug 2021 11:14:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 0084c680-e5e1-4dc4-a9cf-e7a374a7e2af X-Archives-Hash: fa06eee4017a9bce55abc71c765ed76b commit: 7143909f29eee4a01c6da1c67fb2d796835fc8b6 Author: Jakov Smolic sartura hr> AuthorDate: Thu Aug 19 11:14:18 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Thu Aug 19 11:14:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7143909f dev-ruby/factory_girl: Remove last-rited pkg Closes: https://github.com/gentoo/gentoo/pull/21990 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> dev-ruby/factory_girl/Manifest | 1 - dev-ruby/factory_girl/factory_girl-4.8.1.ebuild | 49 ------------------------- dev-ruby/factory_girl/metadata.xml | 11 ------ profiles/package.mask | 6 --- 4 files changed, 67 deletions(-) diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest deleted file mode 100644 index 3ab62051797..00000000000 --- a/dev-ruby/factory_girl/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST factory_girl-4.8.1.tar.gz 66262 BLAKE2B 6a90581ef7fe7f6e3d244bceebd10a4d725731ff2a7f6aae4265a6d235f5ef4f1069a0f1f2fa55121c9112b245dc947378745958583e9380536cc797d881a3aa SHA512 2c27eaec8351b009bf200e10829128c5fd3e73b0383cebf7f3ccbe062ba362b29f25e5c054ed25245202c85c6ab60c637547a8f3719e2f079c86c83c30db48a0 diff --git a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild b/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild deleted file mode 100644 index c775128223a..00000000000 --- a/dev-ruby/factory_girl/factory_girl-4.8.1.ebuild +++ /dev/null @@ -1,49 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -USE_RUBY="ruby24 ruby25 ruby26" - -RUBY_FAKEGEM_RECIPE_DOC="yard" - -# Tests depend on unpackaged appraisal, for now we just run the specs -# with the version of Rails that is installed. -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="GETTING_STARTED.md NEWS README.md" - -RUBY_FAKEGEM_EXTRAINSTALL="features" - -inherit ruby-fakegem - -DESCRIPTION="factory_girl provides a framework and DSL for defining and using factories" -HOMEPAGE="https://github.com/thoughtbot/factory_girl" -SRC_URI="https://github.com/thoughtbot/factory_girl/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64 ~arm" -IUSE="" - -ruby_add_rdepend ">=dev-ruby/activesupport-3.0.0:*" - -ruby_add_bdepend " - test? ( - >=dev-ruby/activerecord-3.1[sqlite] - dev-ruby/bourne - >=dev-ruby/mocha-0.12.8 - dev-ruby/rspec-its - dev-ruby/timecop - ) -" - -all_ruby_prepare() { - # Avoid unneeded test dependencies - sed -i -e '/simplecov/ s:^:#:' \ - -e '1irequire "fileutils"' spec/spec_helper.rb || die - - # Avoid specs that may fail due to more strict rspec 2.99 - # interpretation. - sed -i -e '/callbacks using syntax methods without referencing FactoryGirl explicitly/,/^end/ s:^:#:' spec/acceptance/callbacks_spec.rb || die -} diff --git a/dev-ruby/factory_girl/metadata.xml b/dev-ruby/factory_girl/metadata.xml deleted file mode 100644 index 6ecc2c07e95..00000000000 --- a/dev-ruby/factory_girl/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - zerochaos@gentoo.org - Rick Farina - - - thoughtbot/factory_girl - - diff --git a/profiles/package.mask b/profiles/package.mask index 5e991c3eaa0..a87ab3af575 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -366,12 +366,6 @@ dev-ruby/sfl # Removal in 30 days (2021-08-16) (bug #602594). app-accessibility/eflite -# Hans de Graaff (2021-07-17) -# Deprecated upstream, replaced with factory_bot. -# Last release in 2017, no dependencies. -# Masked for removal in 30 days. -dev-ruby/factory_girl - # Andrew Ammerlaan (2021-07-12) # Version 3.3.0 suffers from ridiculously high CPU usage, this version has # therefore been retracted upstream.