1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-18 00:10:04 +00:00

devel/rubygem-google-gax: Remove obsoleted port

This gem is officially end-of-life.

Reference:	https://github.com/googleapis/gax-ruby/blob/master/README.md
This commit is contained in:
Po-Chuan Hsieh 2024-07-21 17:55:12 +08:00
parent 2c514f74a3
commit 9131035d6a
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
6 changed files with 1 additions and 47 deletions

1
MOVED
View File

@ -3398,3 +3398,4 @@ textproc/liblingoteach||2024-07-16|Has expired: Abandonware, last activity 18+ y
devel/dia2code+||2024-07-16|Has expired: Fails to build with libxml2 2.13.0 (PR 279759)
devel/libiqxmlrpc||2024-07-16|Has expired: Fails to build with libxml2 2.13.0 (PR 279705)
textproc/rubygem-nokogiri111|textproc/rubygem-nokogiri|2024-07-17|Obsolete, use textproc/rubygem-nokogiri instead
devel/rubygem-google-gax||2024-07-21|Remove obsoleted port. This gem is officially end-of-life

View File

@ -7146,7 +7146,6 @@
SUBDIR += rubygem-google-apis-sqladmin_v1beta4_041
SUBDIR += rubygem-google-apis-storage_v1
SUBDIR += rubygem-google-cloud-common
SUBDIR += rubygem-google-gax
SUBDIR += rubygem-google-iam-credentials
SUBDIR += rubygem-google-iam-credentials-v1
SUBDIR += rubygem-google-iam-v1

View File

@ -1,24 +0,0 @@
PORTNAME= google-gax
PORTVERSION= 1.8.2
PORTREVISION= 1
CATEGORIES= devel rubygems
MASTER_SITES= RG
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Google API Extensions
WWW= https://github.com/googleapis/gax-ruby
LICENSE= BSD3CLAUSE
RUN_DEPENDS= rubygem-google-protobuf>=3.9<4:devel/rubygem-google-protobuf \
rubygem-googleapis-common-protos>=1.3.9<2.0:devel/rubygem-googleapis-common-protos \
rubygem-googleapis-common-protos-types>=1.0.4<2.0:devel/rubygem-googleapis-common-protos-types \
rubygem-googleauth>=0.9<2:security/rubygem-googleauth \
rubygem-grpc>=1.24<2:net/rubygem-grpc \
rubygem-rly>=0.2.3<0.3:textproc/rubygem-rly
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1632037892
SHA256 (rubygem/google-gax-1.8.2.gem) = b66d07234eaa3061190cae85f4900169a023b6fe13029d5d800cb227ca2236e2
SIZE (rubygem/google-gax-1.8.2.gem) = 45056

View File

@ -1,11 +0,0 @@
--- google-gax.gemspec.orig 2024-02-20 08:36:22 UTC
+++ google-gax.gemspec
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.specification_version = 4
- s.add_runtime_dependency(%q<googleauth>.freeze, ["~> 0.9".freeze])
+ s.add_runtime_dependency(%q<googleauth>.freeze, [">= 0.9".freeze, "< 2.a".freeze])
s.add_runtime_dependency(%q<grpc>.freeze, ["~> 1.24".freeze])
s.add_runtime_dependency(%q<googleapis-common-protos>.freeze, [">= 1.3.9".freeze, "< 2.0".freeze])
s.add_runtime_dependency(%q<googleapis-common-protos-types>.freeze, [">= 1.0.4".freeze, "< 2.0".freeze])

View File

@ -1,8 +0,0 @@
Google API Extensions for Ruby (gax-ruby) is a set of modules which aids the
development of APIs for clients and servers based on gRPC and Google API
conventions.
Application code will rarely need to use most of the classes within this library
directly, but code generated automatically from the API definition files in
Google APIs can use services such as page streaming and request bundling to
provide a more convenient and idiomatic API surface to callers.