mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-ruby/brotli: add 0.7.0
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
This commit is contained in:
@@ -1 +1,2 @@
|
||||
DIST brotli-0.6.0.tar.gz 9546 BLAKE2B 82e6bf5d49466b1f08c3ffdf6d4607e9af33d2e5ae8b1e006c518a1effadd294068aac94ac2566a81930168525c0e55ffc6274c5a90d7429be6599734b948fa5 SHA512 b48dad753d823a4a26ca98614a681ac14b2191b0d4ea3be2a8bdc3f457ddf21504ad1703ab307821d408785301e1554ac91f8ffed35609c89a9e9a38b1640760
|
||||
DIST brotli-0.7.0.tar.gz 11792 BLAKE2B fd373108ed2c54d6856f917dcd9b54306ee22693cfd2e752a07eccf7270cd3ed8e8412e39e176689f4fe32713a01d40044a7d48ede969c03bdf6052b9691c4d8 SHA512 134890f1110449a0ea96489b3ede51df075ced7d298e9c2e9f1d9e06fc0abc7c253599a80ecda4e04fa94e76a9fb19d95b46b26f91234de7f3316dc428853053
|
||||
|
||||
38
dev-ruby/brotli/brotli-0.7.0.ebuild
Normal file
38
dev-ruby/brotli/brotli-0.7.0.ebuild
Normal file
@@ -0,0 +1,38 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
|
||||
USE_RUBY="ruby32 ruby33 ruby34"
|
||||
|
||||
RUBY_FAKEGEM_EXTRADOC="README.md"
|
||||
|
||||
RUBY_FAKEGEM_RECIPE_TEST="rspec3"
|
||||
|
||||
RUBY_FAKEGEM_BINWRAP=""
|
||||
|
||||
RUBY_FAKEGEM_GEMSPEC="brotli.gemspec"
|
||||
|
||||
RUBY_FAKEGEM_EXTENSIONS=(ext/brotli/extconf.rb)
|
||||
|
||||
inherit ruby-fakegem
|
||||
|
||||
DESCRIPTION="Brotli compressor/decompressor"
|
||||
HOMEPAGE="https://github.com/miyucy/brotli"
|
||||
SRC_URI="https://github.com/miyucy/brotli/archive/v${PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
LICENSE="MIT"
|
||||
SLOT="$(ver_cut 1)"
|
||||
KEYWORDS="~amd64 ~ppc64"
|
||||
|
||||
RDEPEND=" >=app-arch/brotli-1.1.0"
|
||||
DEPEND=" >=app-arch/brotli-1.1.0"
|
||||
|
||||
# Depends on the test data in app-arch/brotli
|
||||
RESTRICT="test"
|
||||
|
||||
all_ruby_prepare() {
|
||||
sed -e 's/git ls-files -z -- spec/find spec -print0/' \
|
||||
-e 's/git ls-files -z/find * -print0/' \
|
||||
-i ${RUBY_FAKEGEM_GEMSPEC} || die
|
||||
}
|
||||
Reference in New Issue
Block a user