summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2023-04-19 20:56:48 +0200
committerHans de Graaff <graaff@gentoo.org>2023-04-19 21:04:03 +0200
commit66817ca9083bddd82a64bdd49f36c707a56b8da7 (patch)
treeafa5bcac548c22a4110d1d58887d78866a908600 /dev-ruby/ruby-termios
parentdev-ruby/parallel: add 1.23.0 (diff)
downloadgentoo-66817ca9083bddd82a64bdd49f36c707a56b8da7.tar.gz
gentoo-66817ca9083bddd82a64bdd49f36c707a56b8da7.tar.bz2
gentoo-66817ca9083bddd82a64bdd49f36c707a56b8da7.zip
dev-ruby/ruby-termios: add ruby32, drop unused multilib
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/ruby-termios')
-rw-r--r--dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild b/dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild
new file mode 100644
index 000000000000..1bd05430dafa
--- /dev/null
+++ b/dev-ruby/ruby-termios/ruby-termios-1.1.0-r2.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+USE_RUBY="ruby27 ruby30 ruby31 ruby32"
+
+RUBY_FAKEGEM_EXTRADOC="README.md termios.rd"
+
+# There are no tests in the gem, and the upstream tests only work
+# with a normal TTY, bug 340575.
+RUBY_FAKEGEM_RECIPE_TEST="none"
+
+RUBY_FAKEGEM_BINWRAP=""
+
+RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
+
+inherit ruby-fakegem
+
+DESCRIPTION="A Ruby interface to termios"
+HOMEPAGE="http://arika.org/ruby/termios"
+LICENSE="Ruby-BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~hppa ~mips ~ppc ~x86"
+IUSE=""