diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-25 06:28:07 +0800 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2018-11-25 06:28:07 +0800 |
commit | 4e777d6f1e00a861db31fbee4181c3551fecd8ae (patch) | |
tree | 8c5588f10d81866394f7599915ef02e40ed8a001 /net | |
parent | ea41c18118a4ddc0c98d3317f410c2bcaac56c5b (diff) | |
download | freebsd-ports-gnome-4e777d6f1e00a861db31fbee4181c3551fecd8ae.tar.gz freebsd-ports-gnome-4e777d6f1e00a861db31fbee4181c3551fecd8ae.tar.zst freebsd-ports-gnome-4e777d6f1e00a861db31fbee4181c3551fecd8ae.zip |
Remove rubygem-gitaly-proto094
Diffstat (limited to 'net')
-rw-r--r-- | net/Makefile | 1 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto094/Makefile | 24 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto094/distinfo | 3 | ||||
-rw-r--r-- | net/rubygem-gitaly-proto094/pkg-descr | 12 |
4 files changed, 0 insertions, 40 deletions
diff --git a/net/Makefile b/net/Makefile index 74b8ddf53504..1fb1774a4a27 100644 --- a/net/Makefile +++ b/net/Makefile @@ -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 diff --git a/net/rubygem-gitaly-proto094/Makefile b/net/rubygem-gitaly-proto094/Makefile deleted file mode 100644 index 5a57b2c333a5..000000000000 --- a/net/rubygem-gitaly-proto094/Makefile +++ /dev/null @@ -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> diff --git a/net/rubygem-gitaly-proto094/distinfo b/net/rubygem-gitaly-proto094/distinfo deleted file mode 100644 index 4cf11123c087..000000000000 --- a/net/rubygem-gitaly-proto094/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1522754339 -SHA256 (rubygem/gitaly-proto-0.94.0.gem) = 2692f6a61eb52a5cd54551dcf49923eeae9bd3e4f330a5f7f7515f0920d7cee6 -SIZE (rubygem/gitaly-proto-0.94.0.gem) = 15872 diff --git a/net/rubygem-gitaly-proto094/pkg-descr b/net/rubygem-gitaly-proto094/pkg-descr deleted file mode 100644 index 2886a66d5b68..000000000000 --- a/net/rubygem-gitaly-proto094/pkg-descr +++ /dev/null @@ -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 |