git: e22932e95d40 - main - devel/rubygem-unicode-display_width1: Remove obsoleted port

From: Po-Chuan Hsieh <sunpoet_at_FreeBSD.org>
Date: Tue, 21 Dec 2021 19:50:27 UTC
The branch main has been updated by sunpoet:

URL: https://cgit.FreeBSD.org/ports/commit/?id=e22932e95d40080ce3c6296fd46c6c703bab216d

commit e22932e95d40080ce3c6296fd46c6c703bab216d
Author:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
AuthorDate: 2021-12-21 19:26:55 +0000
Commit:     Po-Chuan Hsieh <sunpoet@FreeBSD.org>
CommitDate: 2021-12-21 19:26:55 +0000

    devel/rubygem-unicode-display_width1: Remove obsoleted port
    
    Use devel/rubygem-unicode-display_width instead.
---
 devel/rubygem-unicode-display_width1/Makefile  | 22 ----------------------
 devel/rubygem-unicode-display_width1/distinfo  |  3 ---
 devel/rubygem-unicode-display_width1/pkg-descr |  5 -----
 3 files changed, 30 deletions(-)

diff --git a/devel/rubygem-unicode-display_width1/Makefile b/devel/rubygem-unicode-display_width1/Makefile
deleted file mode 100644
index 18d5ed66e97a..000000000000
--- a/devel/rubygem-unicode-display_width1/Makefile
+++ /dev/null
@@ -1,22 +0,0 @@
-# Created by: Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org>
-
-PORTNAME=	unicode-display_width
-PORTVERSION=	1.8.0
-CATEGORIES=	devel rubygems
-MASTER_SITES=	RG
-PKGNAMESUFFIX=	1
-
-MAINTAINER=	sunpoet@FreeBSD.org
-COMMENT=	Get the display size of a string
-
-LICENSE=	MIT
-LICENSE_FILE=	${WRKSRC}/MIT-LICENSE.txt
-
-USES=		gem
-USE_RUBY=	yes
-
-NO_ARCH=	yes
-
-PORTSCOUT=	limit:^1\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-unicode-display_width1/distinfo b/devel/rubygem-unicode-display_width1/distinfo
deleted file mode 100644
index 3521b3ccad3c..000000000000
--- a/devel/rubygem-unicode-display_width1/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1632037926
-SHA256 (rubygem/unicode-display_width-1.8.0.gem) = 0292132d364d59fcdd83f144910c48b3c8332b28a14c5c04bb093dd165600488
-SIZE (rubygem/unicode-display_width-1.8.0.gem) = 11776
diff --git a/devel/rubygem-unicode-display_width1/pkg-descr b/devel/rubygem-unicode-display_width1/pkg-descr
deleted file mode 100644
index ac40d3a74c85..000000000000
--- a/devel/rubygem-unicode-display_width1/pkg-descr
+++ /dev/null
@@ -1,5 +0,0 @@
-An early draft of a way to determine the size of the characters using
-EastAsianWidth.txt, based on the very early draft of a Ruby interface to
-UnicodeData.txt by runpaint.
-
-WWW: https://github.com/janlelis/unicode-display_width