summaryrefslogtreecommitdiff
path: root/dev-ruby/equatable
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-05 18:29:34 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2023-07-05 18:29:34 +0000
commitf2977ce85e5a31b54b00b355d1a73786efd76d6e (patch)
tree93904c9119ccbc89cdc5fabcf00620eb3e076ab5 /dev-ruby/equatable
parent1aab753a13e3cdead389c03b6b12019cd6d4d0ff (diff)
downloadbaldeagleos-repo-f2977ce85e5a31b54b00b355d1a73786efd76d6e.tar.gz
baldeagleos-repo-f2977ce85e5a31b54b00b355d1a73786efd76d6e.tar.xz
baldeagleos-repo-f2977ce85e5a31b54b00b355d1a73786efd76d6e.zip
Adding metadata
Diffstat (limited to 'dev-ruby/equatable')
-rw-r--r--dev-ruby/equatable/equatable-0.7.0-r1.ebuild26
1 files changed, 26 insertions, 0 deletions
diff --git a/dev-ruby/equatable/equatable-0.7.0-r1.ebuild b/dev-ruby/equatable/equatable-0.7.0-r1.ebuild
new file mode 100644
index 000000000000..72b515f24fad
--- /dev/null
+++ b/dev-ruby/equatable/equatable-0.7.0-r1.ebuild
@@ -0,0 +1,26 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec3"
+
+RUBY_FAKEGEM_EXTRADOC="README.md"
+
+RUBY_FAKEGEM_GEMSPEC="equatable.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Allows ruby objects to implement equality comparison and inspection methods"
+HOMEPAGE="https://github.com/piotrmurach/equatable"
+SRC_URI="https://github.com/piotrmurach/equatable/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64"
+IUSE=""
+
+all_ruby_prepare() {
+ sed -i -e 's:_relative ": "./:' ${RUBY_FAKEGEM_GEMSPEC} || die
+}