net/rubygem-google-cloud-storage-gitlab: Remove port

Leaf libraries not relevant to server environment
This commit is contained in:
Bastard Operator from Hell 2025-07-01 12:27:44 +02:00
parent 5cf62af22e
commit 4a3f4f31ea
No known key found for this signature in database
GPG Key ID: BDB9B5A617C0BC91
6 changed files with 1 additions and 47 deletions

View File

@ -7312,6 +7312,7 @@ net/rubygem-fog-vmfusion
net/rubygem-gitlab-fog-azure-rm
net/rubygem-gitlab-kas-grpc
net/rubygem-google-cloud-compute-v1
net/rubygem-google-cloud-storage-gitlab
net/rubygem-lita-gems
net/rubygem-omniauth_openid_connect
net/rubygem-omniauth-kerberos

View File

@ -1178,7 +1178,6 @@
SUBDIR += rubygem-google-cloud-spanner-admin-instance-v1
SUBDIR += rubygem-google-cloud-spanner-v1
SUBDIR += rubygem-google-cloud-storage
SUBDIR += rubygem-google-cloud-storage-gitlab
SUBDIR += rubygem-google-cloud-storage_transfer
SUBDIR += rubygem-google-cloud-storage_transfer-gitlab
SUBDIR += rubygem-google-cloud-storage_transfer-v1

View File

@ -1,29 +0,0 @@
PORTNAME= google-cloud-storage
PORTVERSION= 1.45.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= -gitlab
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Official library for Google Cloud Storage
WWW= https://cloud.google.com/ruby/docs/reference/google-cloud-storage/latest/ \
https://googleapis.github.io/google-cloud-ruby/docs/ \
https://github.com/googleapis/google-cloud-ruby/tree/main/google-cloud-storage \
https://github.com/googleapis/google-cloud-ruby
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE
RUN_DEPENDS= rubygem-addressable>=2.8<3:www/rubygem-addressable \
rubygem-digest-crc>=0.4<1:security/rubygem-digest-crc \
rubygem-google-apis-iamcredentials_v1-gitlab>=0.1<1:devel/rubygem-google-apis-iamcredentials_v1-gitlab \
rubygem-google-apis-storage_v1-gitlab>=0.29.0<1:devel/rubygem-google-apis-storage_v1-gitlab \
rubygem-google-cloud-core-gitlab>=1.6<2:net/rubygem-google-cloud-core-gitlab \
rubygem-googleauth-gitlab>=0.16.2<2.0:security/rubygem-googleauth-gitlab \
rubygem-mini_mime>=1.0<2:mail/rubygem-mini_mime
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1699774886
SHA256 (rubygem/google-cloud-storage-1.45.0.gem) = f280abda4e608f9e91433f9dd907be4a45cdbf251ffeb275d713548e515c6300
SIZE (rubygem/google-cloud-storage-1.45.0.gem) = 103424

View File

@ -1,11 +0,0 @@
--- google-cloud-storage.gemspec.orig 2024-02-21 06:36:40 UTC
+++ google-cloud-storage.gemspec
@@ -22,7 +22,7 @@ Gem::Specification.new do |s|
s.add_runtime_dependency(%q<google-cloud-core>.freeze, ["~> 1.6".freeze])
s.add_runtime_dependency(%q<google-apis-iamcredentials_v1>.freeze, ["~> 0.1".freeze])
- s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, ["~> 0.29.0".freeze])
+ s.add_runtime_dependency(%q<google-apis-storage_v1>.freeze, ["~> 0.29".freeze])
s.add_runtime_dependency(%q<googleauth>.freeze, [">= 0.16.2".freeze, "< 2.a".freeze])
s.add_runtime_dependency(%q<digest-crc>.freeze, ["~> 0.4".freeze])
s.add_runtime_dependency(%q<addressable>.freeze, ["~> 2.8".freeze])

View File

@ -1,3 +0,0 @@
Google Cloud Storage (docs) allows you to store data on Google infrastructure
with very high reliability, performance and availability, and can be used to
distribute large data objects to users via direct download.