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/brotli/
Date: Sun, 08 May 2022 05:44:09
Message-Id: 1651988621.5c2c206375e4471c00c1b296c1ff9b5b3a799876.graaff@gentoo
1 commit: 5c2c206375e4471c00c1b296c1ff9b5b3a799876
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sat May 7 07:09:34 2022 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun May 8 05:43:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5c2c2063
7
8 dev-ruby/brotli: drop 0.4.0-r1
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11
12 dev-ruby/brotli/brotli-0.4.0-r1.ebuild | 38 ----------------------------------
13 1 file changed, 38 deletions(-)
14
15 diff --git a/dev-ruby/brotli/brotli-0.4.0-r1.ebuild b/dev-ruby/brotli/brotli-0.4.0-r1.ebuild
16 deleted file mode 100644
17 index a871349f521a..000000000000
18 --- a/dev-ruby/brotli/brotli-0.4.0-r1.ebuild
19 +++ /dev/null
20 @@ -1,38 +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 -USE_RUBY="ruby25 ruby26 ruby27"
26 -
27 -RUBY_FAKEGEM_EXTRADOC="README.md"
28 -
29 -RUBY_FAKEGEM_RECIPE_TEST="rspec3"
30 -
31 -RUBY_FAKEGEM_BINWRAP=""
32 -
33 -RUBY_FAKEGEM_GEMSPEC="brotli.gemspec"
34 -
35 -RUBY_FAKEGEM_EXTENSIONS=(ext/brotli/extconf.rb)
36 -
37 -inherit ruby-fakegem
38 -
39 -DESCRIPTION="Brotli compressor/decompressor"
40 -HOMEPAGE="https://github.com/miyucy/brotli"
41 -SRC_URI="https://github.com/miyucy/brotli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="MIT"
44 -SLOT="$(ver_cut 1)"
45 -KEYWORDS="~amd64"
46 -IUSE=""
47 -
48 -RDEPEND+=" >=app-arch/brotli-1.0.7"
49 -DEPEND+=" >=app-arch/brotli-1.0.7"
50 -
51 -# Depends on the test data in app-arch/brotli
52 -RESTRICT="test"
53 -
54 -all_ruby_prepare() {
55 - sed -e 's/git ls-files -z -- spec/find spec -print0/' \
56 - -e 's/git ls-files -z/find . -print0/' \
57 - -i ${RUBY_FAKEGEM_GEMSPEC} || die
58 -}