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/ruby-shout/
Date: Sat, 30 Jul 2022 08:22:26
Message-Id: 1659169336.272723265db79557dde06feec0d1d57fc198ff08.graaff@gentoo
1 commit: 272723265db79557dde06feec0d1d57fc198ff08
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 30 08:04:31 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 30 08:22:16 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=27272326
7
8 dev-ruby/ruby-shout: drop 2.2.2-r1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/ruby-shout/ruby-shout-2.2.2-r1.ebuild | 25 -------------------------
13 1 file changed, 25 deletions(-)
14
15 diff --git a/dev-ruby/ruby-shout/ruby-shout-2.2.2-r1.ebuild b/dev-ruby/ruby-shout/ruby-shout-2.2.2-r1.ebuild
16 deleted file mode 100644
17 index 0e08b4e535f3..000000000000
18 --- a/dev-ruby/ruby-shout/ruby-shout-2.2.2-r1.ebuild
19 +++ /dev/null
20 @@ -1,25 +0,0 @@
21 -# Copyright 1999-2021 Gentoo Authors
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=7
25 -
26 -USE_RUBY="ruby25 ruby26 ruby27 ruby30"
27 -
28 -RUBY_FAKEGEM_TASK_TEST=""
29 -
30 -RUBY_FAKEGEM_EXTRADOC="README.textile"
31 -
32 -RUBY_FAKEGEM_EXTENSIONS=(ext/extconf.rb)
33 -
34 -inherit multilib ruby-fakegem
35 -
36 -DESCRIPTION="A Ruby interface to libshout2"
37 -HOMEPAGE="https://github.com/niko/ruby-shout"
38 -
39 -LICENSE="Ruby"
40 -SLOT="0"
41 -KEYWORDS="~amd64 ~ppc x86"
42 -IUSE=""
43 -
44 -RDEPEND+=" >=media-libs/libshout-2.0"
45 -DEPEND+=" >=media-libs/libshout-2.0"