Date: Mon, 25 Oct 2021 16:01:21 GMT From: Po-Chuan Hsieh <sunpoet@FreeBSD.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org Subject: git: 85fa591db7c8 - main - sysutils/rubygem-chef-utils15: Remove obsoleted port Message-ID: <202110251601.19PG1Lbg073655@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=85fa591db7c862418ec044550b2df329731dfefa commit 85fa591db7c862418ec044550b2df329731dfefa Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 14:56:36 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:11 +0000 sysutils/rubygem-chef-utils15: Remove obsoleted port Chef Infra Client 15 and under is EoL'd on April 30, 2021. Reference: https://docs.chef.io/versions/#end-of-life-eol-products --- sysutils/Makefile | 1 - sysutils/rubygem-chef-utils15/Makefile | 22 ---------------------- sysutils/rubygem-chef-utils15/distinfo | 3 --- sysutils/rubygem-chef-utils15/pkg-descr | 7 ------- 4 files changed, 33 deletions(-) diff --git a/sysutils/Makefile b/sysutils/Makefile index bbaf5eedbb4f..9d6d2f6e06f7 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1156,7 +1156,6 @@ SUBDIR += rubygem-chef-config SUBDIR += rubygem-chef-telemetry SUBDIR += rubygem-chef-utils - SUBDIR += rubygem-chef-utils15 SUBDIR += rubygem-chef-vault SUBDIR += rubygem-chef-zero SUBDIR += rubygem-choria-mcorpc-support diff --git a/sysutils/rubygem-chef-utils15/Makefile b/sysutils/rubygem-chef-utils15/Makefile deleted file mode 100644 index 87c9133b6b5b..000000000000 --- a/sysutils/rubygem-chef-utils15/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Po-Chuan Hsieh <sunpoet@FreeBSD.org> - -PORTNAME= chef-utils -PORTVERSION= 15.15.0 -CATEGORIES= sysutils rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 15 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Basic utility functions for Core Chef development - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -PORTSCOUT= limit:^15\. - -.include <bsd.port.mk> diff --git a/sysutils/rubygem-chef-utils15/distinfo b/sysutils/rubygem-chef-utils15/distinfo deleted file mode 100644 index a5bf1657254d..000000000000 --- a/sysutils/rubygem-chef-utils15/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1610174223 -SHA256 (rubygem/chef-utils-15.15.0.gem) = aaf3cbf01eb4b7f3900e2b3ecff82345e30c9cf285e6528e5711c96a188619c9 -SIZE (rubygem/chef-utils-15.15.0.gem) = 29696 diff --git a/sysutils/rubygem-chef-utils15/pkg-descr b/sysutils/rubygem-chef-utils15/pkg-descr deleted file mode 100644 index 7d4cd405ca84..000000000000 --- a/sysutils/rubygem-chef-utils15/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Chef Utils gem contains common code and mixins for the core Chef Infra Ruby -gems. This is intended to be a "core" or "foundations" library for the chef -ecosystem (and external related gems) which allows the use of core code and -utility functions of the chef gem without requiring all the heaviness of the -chef gem. - -WWW: https://github.com/chef/chef/tree/master/chef-utils
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202110251601.19PG1Lbg073655>