commit:     7c6431a4bb19a5c5090e58556891f7463eca3dca
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Fri May  6 06:23:18 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri May  6 06:53:55 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c6431a4

dev-ruby/highline: update EAPI 7 -> 8, add ruby31

Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>

 dev-ruby/highline/highline-2.0.3-r1.ebuild | 34 ++++++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/dev-ruby/highline/highline-2.0.3-r1.ebuild 
b/dev-ruby/highline/highline-2.0.3-r1.ebuild
new file mode 100644
index 000000000000..7c6ab702d0ab
--- /dev/null
+++ b/dev-ruby/highline/highline-2.0.3-r1.ebuild
@@ -0,0 +1,34 @@
+# 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="Changelog.md README.md TODO"
+
+RUBY_FAKEGEM_GEMSPEC="highline.gemspec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Highline is a high-level command-line IO library for ruby"
+HOMEPAGE="https://github.com/JEG2/highline";
+SRC_URI="https://github.com/JEG2/highline/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+IUSE=""
+LICENSE="|| ( GPL-2 Ruby )"
+SLOT="$(ver_cut 1)"
+KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux 
~ppc-macos ~x64-macos ~x64-solaris ~x86-solaris"
+
+all_ruby_prepare() {
+       # fix up gemspec file not to call git
+       sed -i -e 's/git ls-files -z/find * -print0/' highline.gemspec || die
+
+       # Avoid unneeded dependencies
+       sed -i -e '/\(bundler\|code_statistics\)/ s:^:#:' \
+               -e '/PackageTask/,/end/ s:^:#:' Rakefile || die
+       sed -i -e '/simplecov/ s:^:#:' test/test_helper.rb || die
+
+       # Remove almost empty doc directory to allow rdoc recipe to work
+       rm -rf doc || die
+}

Reply via email to