aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 14:56:08 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:08 +0000
commit7207438b5fcefe486c63346d083cb504d214d3f2 (patch)
treea2050b1ef7ff1452901260066434598e56d19346
parent1ee140aa48db5734fbee6a698dd4753c50d4b387 (diff)
downloadports-7207438b5fcefe486c63346d083cb504d214d3f2.tar.gz
ports-7207438b5fcefe486c63346d083cb504d214d3f2.zip
devel/rubygem-grit: Remove obsoleted port
Grit is no longer maintained since January 29, 2014. Reference: https://github.com/mojombo/grit/commit/83d3124f8dc2fbd5542041d1f84e6153612d5ed9
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-grit/Makefile24
-rw-r--r--devel/rubygem-grit/distinfo2
-rw-r--r--devel/rubygem-grit/pkg-descr6
4 files changed, 0 insertions, 33 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 87dcc6b7309c..a0d2a24778b9 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -6381,7 +6381,6 @@
SUBDIR += rubygem-graphql
SUBDIR += rubygem-graphql-client
SUBDIR += rubygem-graphql-docs
- SUBDIR += rubygem-grit
SUBDIR += rubygem-grpc-google-iam-v1
SUBDIR += rubygem-guess_html_encoding
SUBDIR += rubygem-gyoku
diff --git a/devel/rubygem-grit/Makefile b/devel/rubygem-grit/Makefile
deleted file mode 100644
index 39748bafda0a..000000000000
--- a/devel/rubygem-grit/Makefile
+++ /dev/null
@@ -1,24 +0,0 @@
-# Created by: Daniel Roethlisberger <daniel@roe.ch>
-
-PORTNAME= grit
-PORTVERSION= 2.5.0
-PORTREVISION= 1
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-
-MAINTAINER= ruby@FreeBSD.org
-COMMENT= Object-oriented ruby library to access git repositories
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-RUN_DEPENDS= rubygem-diff-lcs>=1.1<2:textproc/rubygem-diff-lcs \
- rubygem-mime-types1>=1.15<2:misc/rubygem-mime-types1 \
- rubygem-posix-spawn>=0.3.6<0.4:devel/rubygem-posix-spawn
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-grit/distinfo b/devel/rubygem-grit/distinfo
deleted file mode 100644
index 5f92170d17f5..000000000000
--- a/devel/rubygem-grit/distinfo
+++ /dev/null
@@ -1,2 +0,0 @@
-SHA256 (rubygem/grit-2.5.0.gem) = 0f6ec625d098706183d7f92f06fd8b44f1271084cff308bbee53cf1b1c5391c8
-SIZE (rubygem/grit-2.5.0.gem) = 50176
diff --git a/devel/rubygem-grit/pkg-descr b/devel/rubygem-grit/pkg-descr
deleted file mode 100644
index 4a69daacb63f..000000000000
--- a/devel/rubygem-grit/pkg-descr
+++ /dev/null
@@ -1,6 +0,0 @@
-Grit is a Ruby library for extracting information from a git repository in
-an object oriented manner. Grit gives you object model access to your git
-repository. Once you have created a repository object, you can traverse it
-to find parent commit(s), trees, blobs, etc.
-
-WWW: https://github.com/mojombo/grit