diff options
author | Sam James <sam@gentoo.org> | 2023-04-12 12:40:41 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-04-13 04:01:07 +0100 |
commit | ab974ecfc029119f867797fd9b65b20f03ee1777 (patch) | |
tree | e2be9dd787b92ecea9f9fc0701fd17c3ac70b490 | |
parent | app-i18n/tomoe: enable ruby31, ruby32 (diff) | |
download | gentoo-ab974ecfc029119f867797fd9b65b20f03ee1777.tar.gz gentoo-ab974ecfc029119f867797fd9b65b20f03ee1777.tar.bz2 gentoo-ab974ecfc029119f867797fd9b65b20f03ee1777.zip |
dev-ruby/google-protobuf: drop 3.14.0, 3.19.3
Signed-off-by: Sam James <sam@gentoo.org>
-rw-r--r-- | dev-ruby/google-protobuf/Manifest | 2 | ||||
-rw-r--r-- | dev-ruby/google-protobuf/google-protobuf-3.14.0.ebuild | 34 | ||||
-rw-r--r-- | dev-ruby/google-protobuf/google-protobuf-3.19.3.ebuild | 35 |
3 files changed, 0 insertions, 71 deletions
diff --git a/dev-ruby/google-protobuf/Manifest b/dev-ruby/google-protobuf/Manifest index 423c478f0c4f..29e07de8ed7b 100644 --- a/dev-ruby/google-protobuf/Manifest +++ b/dev-ruby/google-protobuf/Manifest @@ -1,3 +1 @@ -DIST google-protobuf-3.14.0-ruby.tar.gz 5319779 BLAKE2B cea083eea4d7fec441536effdfe2bf1811913154b0cc0da2f14f4edeb0efb200236da102c36700e24fab73fd9883aa90576ad64603a7f175ebf5cef0dc29aae5 SHA512 9dabba81119cb6196ef5de382a1032c57f6e69038f4dce0156f8671b98e51bb5095915fb6d05bb5a8ad8b17b559e652e1e9a392dd30c7ed8dcf1d986c137be11 -DIST google-protobuf-3.19.3-ruby.tar.gz 5293258 BLAKE2B c05b70ffca97f7166ea6a511a36907eed125edf1ebf17f908718221d9b851be84dfb2b1b39973f2faf35f6ade630e6ba4f9e8b91b8fbc922c5db97079323ee6e SHA512 1c003e7cbc8eae6a038f46e688b401ee202ba47f502561e909df79770f6e8b7daf3dc1ccc727e31bfb5b52cd04cb4fef7d2d2a28d650c13f396872ad4aa076c6 DIST google-protobuf-3.19.6-ruby.tar.gz 5299501 BLAKE2B 3121f76b95f83c5309ce49ce296b738eff7be9d3a5093c564fbe2339fb5f3729e406f1b44bfcc05feb0d31ab63838bb4f54685017977c73a33b91215a6776072 SHA512 8f92242f2be8e1bbfba41341c87709ad91ad83b8b3e3df88bb430411541d3399295f49291fd52b50e3487b0fce33181cb4d175685fd25aac72adfaee26a612d4 diff --git a/dev-ruby/google-protobuf/google-protobuf-3.14.0.ebuild b/dev-ruby/google-protobuf/google-protobuf-3.14.0.ebuild deleted file mode 100644 index a59259f3ae89..000000000000 --- a/dev-ruby/google-protobuf/google-protobuf-3.14.0.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 -USE_RUBY="ruby25 ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -RUBY_FAKEGEM_EXTENSIONS=(ext/google/protobuf_c/extconf.rb) -RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/google - -inherit ruby-fakegem - -DESCRIPTION="Protocol Buffers are Google's data interchange format" -HOMEPAGE="https://developers.google.com/protocol-buffers" -SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> ${P}-ruby.tar.gz" -RUBY_S="protobuf-${PV}/ruby" - -LICENSE="BSD" -SLOT="3" -KEYWORDS="~amd64" -IUSE="" - -DEPEND+=" test? ( >=dev-libs/protobuf-3.12.0 )" - -all_ruby_prepare() { - sed -e '/extensiontask/ s:^:#:' \ - -e '/ExtensionTask/,/^ end/ s:^:#:' \ - -e 's:../src/protoc:protoc:' \ - -e 's/:compile,//' \ - -i Rakefile || die -} diff --git a/dev-ruby/google-protobuf/google-protobuf-3.19.3.ebuild b/dev-ruby/google-protobuf/google-protobuf-3.19.3.ebuild deleted file mode 100644 index a2c1a888a26a..000000000000 --- a/dev-ruby/google-protobuf/google-protobuf-3.19.3.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 -USE_RUBY="ruby26 ruby27 ruby30" - -RUBY_FAKEGEM_EXTRADOC="README.md" - -RUBY_FAKEGEM_GEMSPEC="${PN}.gemspec" - -RUBY_FAKEGEM_EXTENSIONS=(ext/google/protobuf_c/extconf.rb) -RUBY_FAKEGEM_EXTENSION_LIBDIR=lib/google - -inherit ruby-fakegem - -DESCRIPTION="Protocol Buffers are Google's data interchange format" -HOMEPAGE="https://developers.google.com/protocol-buffers" -SRC_URI="https://github.com/protocolbuffers/protobuf/archive/v${PV}.tar.gz -> ${P}-ruby.tar.gz" -RUBY_S="protobuf-${PV}/ruby" - -LICENSE="BSD" -SLOT="3" -KEYWORDS="~amd64" -IUSE="" - -DEPEND+=" test? ( >=dev-libs/protobuf-3.19.0 )" - -all_ruby_prepare() { - sed -e '/extensiontask/ s:^:#:' \ - -e '/ExtensionTask/,/^ end/ s:^:#:' \ - -e 's:../src/protoc:protoc:' \ - -e 's/:compile,//' \ - -e '/:test/ s/:build,//' \ - -i Rakefile || die -} |