summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJakov Smolic <jakov.smolic@sartura.hr>2021-08-19 13:14:18 +0200
committerDavid Seifert <soap@gentoo.org>2021-08-19 13:14:18 +0200
commit7143909f29eee4a01c6da1c67fb2d796835fc8b6 (patch)
tree9e37c3db2b95d931f92efa9152d1568573a16644 /dev-ruby
parentdev-ruby/bourne: Remove last-rited pkg (diff)
downloadgentoo-7143909f29eee4a01c6da1c67fb2d796835fc8b6.tar.gz
gentoo-7143909f29eee4a01c6da1c67fb2d796835fc8b6.tar.bz2
gentoo-7143909f29eee4a01c6da1c67fb2d796835fc8b6.zip
dev-ruby/factory_girl: Remove last-rited pkg
Closes: https://github.com/gentoo/gentoo/pull/21990 Signed-off-by: Jakov Smolic <jakov.smolic@sartura.hr> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-ruby')
-rw-r--r--dev-ruby/factory_girl/Manifest1
-rw-r--r--dev-ruby/factory_girl/factory_girl-4.8.1.ebuild49
-rw-r--r--dev-ruby/factory_girl/metadata.xml11
3 files changed, 0 insertions, 61 deletions
diff --git a/dev-ruby/factory_girl/Manifest b/dev-ruby/factory_girl/Manifest
deleted file mode 100644
index 3ab620517970..000000000000
--- 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 c775128223ae..000000000000
--- 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 6ecc2c07e950..000000000000
--- a/dev-ruby/factory_girl/metadata.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="person">
- <email>zerochaos@gentoo.org</email>
- <name>Rick Farina</name>
- </maintainer>
- <upstream>
- <remote-id type="github">thoughtbot/factory_girl</remote-id>
- </upstream>
-</pkgmetadata>