aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:48 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-12-21 19:26:48 +0000
commit7bb247090411fc14574fcf3137d22a15ab86d60c (patch)
tree1c46ceb5982b1319d16f662e606fe311e33dfffd
parentd9113538f8f6b452cd7c8cf9514b27f720381166 (diff)
devel/rubygem-method_source0: Remove obsoleted port
Use devel/rubygem-method_source instead.
-rw-r--r--devel/rubygem-method_source0/Makefile22
-rw-r--r--devel/rubygem-method_source0/distinfo3
-rw-r--r--devel/rubygem-method_source0/pkg-descr4
3 files changed, 0 insertions, 29 deletions
diff --git a/devel/rubygem-method_source0/Makefile b/devel/rubygem-method_source0/Makefile
deleted file mode 100644
index 5292f9d5320b..000000000000
--- a/devel/rubygem-method_source0/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Shin-ya MURAKAMI <murashin@gfd-dennou.org>
-
-PORTNAME= method_source
-PORTVERSION= 0.9.2
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 0
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Tool to retrieve the sourcecode for a method
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-USE_RUBY= yes
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^0\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-method_source0/distinfo b/devel/rubygem-method_source0/distinfo
deleted file mode 100644
index 1d2d25b740fb..000000000000
--- a/devel/rubygem-method_source0/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1542045859
-SHA256 (rubygem/method_source-0.9.2.gem) = 980eba674be3d05dee1889d6cf1ce25735955a6394c6e38d7d2035dcf6e771df
-SIZE (rubygem/method_source-0.9.2.gem) = 13824
diff --git a/devel/rubygem-method_source0/pkg-descr b/devel/rubygem-method_source0/pkg-descr
deleted file mode 100644
index f00096a423ca..000000000000
--- a/devel/rubygem-method_source0/pkg-descr
+++ /dev/null
@@ -1,4 +0,0 @@
-method_source is a utility to return a method's sourcecode as a Ruby string.
-Also returns Proc and Lambda sourcecode.
-
-WWW: https://github.com/banister/method_source