aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 14:56:36 +0000
committerPo-Chuan Hsieh <sunpoet@FreeBSD.org>2021-10-25 15:57:11 +0000
commit85fa591db7c862418ec044550b2df329731dfefa (patch)
treed21ab2b74211d712a76b99c6acd5f978ff89a256
parent0d8cc6770e09f3596f0d8e2e4a585fb3aa11ef8a (diff)
downloadports-85fa591db7c862418ec044550b2df329731dfefa.tar.gz
ports-85fa591db7c862418ec044550b2df329731dfefa.zip
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
-rw-r--r--sysutils/Makefile1
-rw-r--r--sysutils/rubygem-chef-utils15/Makefile22
-rw-r--r--sysutils/rubygem-chef-utils15/distinfo3
-rw-r--r--sysutils/rubygem-chef-utils15/pkg-descr7
4 files changed, 0 insertions, 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