1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-21 04:06:46 +00:00

Remove rubygem-gitaly-proto094

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2018-11-24 22:28:07 +00:00
parent ea41c18118
commit 4e777d6f1e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=485799
4 changed files with 0 additions and 40 deletions

View File

@ -1284,7 +1284,6 @@
SUBDIR += rubygem-geoip
SUBDIR += rubygem-gitaly
SUBDIR += rubygem-gitaly-proto
SUBDIR += rubygem-gitaly-proto094
SUBDIR += rubygem-gitlab_omniauth-ldap
SUBDIR += rubygem-gitlab_omniauth-ldap20
SUBDIR += rubygem-google-cloud-core

View File

@ -1,24 +0,0 @@
# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org>
# $FreeBSD$
PORTNAME= gitaly-proto
PORTVERSION= 0.94.0
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 094
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= Protobuf specifications and client libraries for Gitaly
LICENSE= MIT
RUN_DEPENDS= rubygem-google-protobuf>=3.1:devel/rubygem-google-protobuf \
rubygem-grpc>=1.0:net/rubygem-grpc
PORTSCOUT= limit:^0\.94\.
NO_ARCH= yes
USE_RUBY= yes
USES= gem
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1522754339
SHA256 (rubygem/gitaly-proto-0.94.0.gem) = 2692f6a61eb52a5cd54551dcf49923eeae9bd3e4f330a5f7f7515f0920d7cee6
SIZE (rubygem/gitaly-proto-0.94.0.gem) = 15872

View File

@ -1,12 +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.
WWW: https://gitlab.com/gitlab-org/gitaly-proto