commit:     bbdae11042a3052aa76da3391213c12854867b8f
Author:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
AuthorDate: Sat Apr  2 10:00:42 2022 +0000
Commit:     Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Sun Apr  3 06:08:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdae110

dev-ruby/tty-platform: drop 0.3.0

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

 dev-ruby/tty-platform/tty-platform-0.3.0.ebuild | 27 -------------------------
 1 file changed, 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
-}

Reply via email to