summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <hans@degraaff.org>2024-06-03 07:45:45 +0200
committerHans de Graaff <hans@degraaff.org>2024-06-03 07:45:45 +0200
commita7ef3bc873a0f21cfdf0ae91bf36c462828ffd0a (patch)
tree04ef068a7ec083303f8308aef575d76fdd737ed4 /dev-util
parentdev-ruby/phlex: add 1.10.3 (diff)
downloadgraaff-a7ef3bc873a0f21cfdf0ae91bf36c462828ffd0a.tar.gz
graaff-a7ef3bc873a0f21cfdf0ae91bf36c462828ffd0a.tar.bz2
graaff-a7ef3bc873a0f21cfdf0ae91bf36c462828ffd0a.zip
dev-util/foreman: drop 0.87.2
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'dev-util')
-rw-r--r--dev-util/foreman/foreman-0.87.2.ebuild41
1 files changed, 0 insertions, 41 deletions
diff --git a/dev-util/foreman/foreman-0.87.2.ebuild b/dev-util/foreman/foreman-0.87.2.ebuild
deleted file mode 100644
index 680345a0..00000000
--- a/dev-util/foreman/foreman-0.87.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="Changelog.md README.md"
-RUBY_FAKEGEM_EXTRAINSTALL="data tasks"
-RUBY_FAKEGEM_GEMSPEC="foreman.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Manage Procfile-based applications"
-HOMEPAGE="https://github.com/ddollar/foreman"
-SRC_URI="https://github.com/ddollar/foreman/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="$(ver_cut 1)"
-KEYWORDS="~amd64"
-IUSE=""
-
-ruby_add_bdepend "test? (
- dev-ruby/fakefs:0
- dev-ruby/timecop
-)"
-
-all_ruby_prepare() {
- # Avoid CLI specs since they require a lot of additional packages.
- rm -f spec/foreman/cli_spec.rb || die
-
- sed -e '1igem "fakefs", "~> 1.0"' \
- -e '/simplecov/,/^end/ s:^:#:' \
- -i spec/spec_helper.rb || die
-}
-
-all_ruby_install() {
- all_fakegem_install
-
- doman man/foreman.1
-}