Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ruby/tty-platform/
Date: Sun, 03 Apr 2022 06:08:15
Message-Id: 1648966081.bbdae11042a3052aa76da3391213c12854867b8f.graaff@gentoo
1 commit: bbdae11042a3052aa76da3391213c12854867b8f
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 2 10:00:42 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Apr 3 06:08:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbdae110
7
8 dev-ruby/tty-platform: drop 0.3.0
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/tty-platform/tty-platform-0.3.0.ebuild | 27 -------------------------
13 1 file changed, 27 deletions(-)
14
15 diff --git a/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild b/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild
16 deleted file mode 100644
17 index e5ed34f25a8b..000000000000
18 --- a/dev-ruby/tty-platform/tty-platform-0.3.0.ebuild
19 +++ /dev/null
20 @@ -1,27 +0,0 @@
21 -# Copyright 1999-2020 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -USE_RUBY="ruby24 ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_RECIPE_DOC="rdoc"
28 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
29 -
30 -RUBY_FAKEGEM_EXTRADOC="README.md"
31 -
32 -RUBY_FAKEGEM_GEMSPEC="tty-platform.gemspec"
33 -
34 -inherit ruby-fakegem
35 -
36 -DESCRIPTION="Query methods for detecting different operating systems"
37 -HOMEPAGE="https://github.com/piotrmurach/tty-platform"
38 -SRC_URI="https://github.com/piotrmurach/tty-platform/archive/v${PV}.tar.gz -> ${P}.tar.gz"
39 -
40 -LICENSE="MIT"
41 -SLOT="0"
42 -KEYWORDS="~amd64"
43 -IUSE=""
44 -
45 -all_ruby_prepare() {
46 - echo '-rspec_helper' > .rspec || die
47 -}