diff options
author | Hans de Graaff <graaff@gentoo.org> | 2022-04-02 12:00:42 +0200 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2022-04-03 08:08:01 +0200 |
commit | bbdae11042a3052aa76da3391213c12854867b8f (patch) | |
tree | df642d7180a47ab864eed04dae3de7793a7d51a7 /dev-ruby/tty-platform | |
parent | dev-ruby/slow_enumerator_tools: enable ruby31 (diff) | |
download | gentoo-bbdae11042a3052aa76da3391213c12854867b8f.tar.gz gentoo-bbdae11042a3052aa76da3391213c12854867b8f.tar.bz2 gentoo-bbdae11042a3052aa76da3391213c12854867b8f.zip |
dev-ruby/tty-platform: drop 0.3.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Diffstat (limited to 'dev-ruby/tty-platform')
-rw-r--r-- | dev-ruby/tty-platform/tty-platform-0.3.0.ebuild | 27 |
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild b/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild deleted file mode 100644 index e5ed34f25a8b..000000000000 --- a/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby24 ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="tty-platform.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Query methods for detecting different operating systems" -HOMEPAGE="https://github.com/piotrmurach/tty-platform" -SRC_URI="https://github.com/piotrmurach/tty-platform/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="MIT" -SLOT="0" -KEYWORDS="~amd64" -IUSE="" - -all_ruby_prepare() { - echo '-rspec_helper' > .rspec || die -} |