summaryrefslogtreecommitdiff
path: root/dev-ruby/localhost/localhost-1.1.9.ebuild
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-09 18:21:21 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-12-09 18:21:21 +0000
commit45bfac422f5e174da352fbafaa4a3af02478ce18 (patch)
treef0fb38e14146a54762dd37bf4fc8b8884e54eb35 /dev-ruby/localhost/localhost-1.1.9.ebuild
parent605f84d2d79b27d889bfe1c7b5304f72f7e8ea43 (diff)
downloadbaldeagleos-repo-45bfac422f5e174da352fbafaa4a3af02478ce18.tar.gz
baldeagleos-repo-45bfac422f5e174da352fbafaa4a3af02478ce18.tar.xz
baldeagleos-repo-45bfac422f5e174da352fbafaa4a3af02478ce18.zip
Adding metadata
Diffstat (limited to 'dev-ruby/localhost/localhost-1.1.9.ebuild')
-rw-r--r--dev-ruby/localhost/localhost-1.1.9.ebuild31
1 files changed, 0 insertions, 31 deletions
diff --git a/dev-ruby/localhost/localhost-1.1.9.ebuild b/dev-ruby/localhost/localhost-1.1.9.ebuild
deleted file mode 100644
index fa89c38913b4..000000000000
--- a/dev-ruby/localhost/localhost-1.1.9.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2022 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-USE_RUBY="ruby26 ruby27 ruby30 ruby31"
-
-RUBY_FAKEGEM_EXTRADOC="README.md"
-RUBY_FAKEGEM_GEMSPEC="localhost.gemspec"
-RUBY_FAKEGEM_RECIPE_TEST="rspec3"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Manage a local CA for self-signed localhost development servers"
-HOMEPAGE="https://github.com/socketry/localhost"
-SRC_URI="https://github.com/socketry/localhost/archive/v${PV}.tar.gz -> ${P}.tar.gz"
-LICENSE="MIT"
-
-KEYWORDS="amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~riscv ~sparc x86"
-SLOT="$(ver_cut 1)"
-IUSE=""
-
-# Skip tests for now since they require a lot of
-# dependencies and this package blocks a security bug.
-RESTRICT="test"
-
-#ruby_add_bdepend "test? ( dev-ruby/async-rspec ) "
-
-all_ruby_prepare() {
- sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
- sed -i -e '/covered/ s:^:#:' spec/spec_helper.rb || die
-}