1
0
mirror of https://git.freebsd.org/ports.git synced 2026-06-02 11:08:52 +00:00

net/rubygem-gitaly-proto: Remove expired port

2026-05-31 net/rubygem-gitaly-proto: gitaly-proto has been deprecated
This commit is contained in:
Rene Ladan
2026-05-31 20:44:49 +02:00
parent b04d3f7b3e
commit 1d96bc48b2
5 changed files with 1 additions and 35 deletions
+1
View File
@@ -5332,3 +5332,4 @@ archivers/rubygem-rubyzip2|archivers/rubygem-rubyzip|2026-05-31|Has expired: Out
japanese/p5-2chproxy||2026-05-31|Has expired: Abandoned, it is not compatible with the current servers, migrate to proxy2ch
www/py-azure-storage||2026-05-31|Has expired: Deprecated by upstream. Use other py-azure-storage-* ports instead
www/py-pyjwt1|www/py-pyjwt|2026-05-31|Has expired: Obsoleted. Use www/py-pyjwt instead
net/rubygem-gitaly-proto||2026-05-31|Has expired: gitaly-proto has been deprecated
-1
View File
@@ -1342,7 +1342,6 @@
SUBDIR += rubygem-fog-vsphere
SUBDIR += rubygem-fog-xenserver
SUBDIR += rubygem-gitaly
SUBDIR += rubygem-gitaly-proto
SUBDIR += rubygem-gitlab-fog-azure-rm
SUBDIR += rubygem-gitlab-gkg-proto
SUBDIR += rubygem-gitlab-kas-grpc
-21
View File
@@ -1,21 +0,0 @@
PORTNAME= gitaly-proto
PORTVERSION= 1.37.0
CATEGORIES= net rubygems
MASTER_SITES= RG
MAINTAINER= mfechner@FreeBSD.org
COMMENT= Protobuf specifications and client libraries for Gitaly
WWW= https://gitlab.com/gitlab-org/gitaly-proto
LICENSE= MIT
DEPRECATED= gitaly-proto has been deprecated
EXPIRATION_DATE=2026-05-31
RUN_DEPENDS= rubygem-grpc>=1.0:net/rubygem-grpc
USES= gem
NO_ARCH= yes
.include <bsd.port.mk>
-3
View File
@@ -1,3 +0,0 @@
TIMESTAMP = 1564249657
SHA256 (rubygem/gitaly-proto-1.37.0.gem) = f260efef7837ebf692d862f93c45effb84b863118a8fdf9e2a2764a05b64a2d3
SIZE (rubygem/gitaly-proto-1.37.0.gem) = 19456
-10
View File
@@ -1,10 +0,0 @@
Gitaly is part of GitLab. It is a server application that uses its own gRPC
protocol to communicate with its clients. This repository contains the protocol
definition and automatically generated wrapper code for Go and Ruby.
The .proto files define the remote procedure calls for interacting with Gitaly.
We keep auto-generated client libraries for Ruby and Go in their respective
subdirectories.
Use the make generate script from the root of the repository to regenerate the
client libraries after updating .proto files.