1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

net/rubygem-octokit6: Remove expired port

net/rubygem-octokit6
This commit is contained in:
Matthias Fechner 2024-04-03 07:34:02 +03:00
parent a17ad22b73
commit 59889eeb5d
5 changed files with 1 additions and 30 deletions

1
MOVED
View File

@ -3138,3 +3138,4 @@ science/py-asdf-unit-schemas|science/py-asdf-standard|2024-04-01|Has expired: Th
textproc/rubygem-autoprefixer-rails1025|textproc/rubygem-autoprefixer-rails|2024-04-02|Obsolete, please use textproc/rubygem-autoprefixer-rails instead
www/rubygem-cssbundling-rails13-rails70|www/rubygem-cssbundling-rails-rails70|2024-04-02|Obsolete, please use www/rubygem-cssbundling-rails-rails70 instead
databases/xtrabackup|databases/xtrabackup80|2024-04-02|Has expired: Percona XtraBackup 2.4 has reached EOL status
net/rubygem-octokit6|net/rubygem-octokit|2024-04-03|Obsolete, please use net/rubygem-octokit instead

View File

@ -1363,7 +1363,6 @@
SUBDIR += rubygem-oauth21
SUBDIR += rubygem-octokit
SUBDIR += rubygem-octokit4
SUBDIR += rubygem-octokit6
SUBDIR += rubygem-octopress-deploy
SUBDIR += rubygem-omniauth-auth0
SUBDIR += rubygem-omniauth-authentiq

View File

@ -1,24 +0,0 @@
PORTNAME= octokit
PORTVERSION= 6.1.1
PORTREVISION= 1
CATEGORIES= net rubygems
MASTER_SITES= RG
PKGNAMESUFFIX= 6
MAINTAINER= ruby@FreeBSD.org
COMMENT= Simple wrapper for the GitHub API
WWW= https://github.com/octokit/octokit.rb
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/LICENSE.md
RUN_DEPENDS= rubygem-faraday>=1<3:www/rubygem-faraday \
rubygem-sawyer>=0.9<1:www/rubygem-sawyer
USES= gem
NO_ARCH= yes
PORTSCOUT= limit:^6\.
.include <bsd.port.mk>

View File

@ -1,3 +0,0 @@
TIMESTAMP = 1685162508
SHA256 (rubygem/octokit-6.1.1.gem) = 920e4a9d820205f70738f58de6a7e6ef0e2f25b27db954b5806a63105207b0bf
SIZE (rubygem/octokit-6.1.1.gem) = 86016

View File

@ -1,2 +0,0 @@
Octokit.rb wraps the GitHub API in a flat API client that follows Ruby
conventions and requires little knowledge of REST.