git: f73e7ae3480f - main - sysutils/rubygem-ohai15: Remove obsoleted port
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 25 Oct 2021 16:01:22 UTC
The branch main has been updated by sunpoet: URL: https://cgit.FreeBSD.org/ports/commit/?id=f73e7ae3480f80e6d595bec19b1f2194c1128aa3 commit f73e7ae3480f80e6d595bec19b1f2194c1128aa3 Author: Po-Chuan Hsieh <sunpoet@FreeBSD.org> AuthorDate: 2021-10-25 14:56:42 +0000 Commit: Po-Chuan Hsieh <sunpoet@FreeBSD.org> CommitDate: 2021-10-25 15:57:11 +0000 sysutils/rubygem-ohai15: 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-ohai15/Makefile | 34 ---------------------------------- sysutils/rubygem-ohai15/distinfo | 3 --- sysutils/rubygem-ohai15/pkg-descr | 7 ------- 4 files changed, 45 deletions(-) diff --git a/sysutils/Makefile b/sysutils/Makefile index 9d6d2f6e06f7..8b580a382385 100644 --- a/sysutils/Makefile +++ b/sysutils/Makefile @@ -1193,7 +1193,6 @@ SUBDIR += rubygem-mothra SUBDIR += rubygem-murder SUBDIR += rubygem-ohai - SUBDIR += rubygem-ohai15 SUBDIR += rubygem-parallel SUBDIR += rubygem-puppet_forge SUBDIR += rubygem-puppetfile-resolver diff --git a/sysutils/rubygem-ohai15/Makefile b/sysutils/rubygem-ohai15/Makefile deleted file mode 100644 index 4d913cd13f86..000000000000 --- a/sysutils/rubygem-ohai15/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# Created by: Renaud Chaput <renchap@cocoa-x.com> - -PORTNAME= ohai -PORTVERSION= 15.12.0 -CATEGORIES= sysutils rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 15 - -MAINTAINER= ruby@FreeBSD.org -COMMENT= Ohai profiles your system and emits JSON - -LICENSE= APACHE20 -LICENSE_FILE= ${WRKSRC}/LICENSE - -RUN_DEPENDS= rubygem-chef-config15>=12.8<16:sysutils/rubygem-chef-config15 \ - rubygem-ffi>=1.9<2:devel/rubygem-ffi \ - rubygem-ffi-yajl>=2.2<3:devel/rubygem-ffi-yajl \ - rubygem-ipaddress>=0:net/rubygem-ipaddress \ - rubygem-mixlib-cli>=1.7.0:devel/rubygem-mixlib-cli \ - rubygem-mixlib-config>=2.0<4.0:devel/rubygem-mixlib-config \ - rubygem-mixlib-log>=2.0.1<4.0:devel/rubygem-mixlib-log \ - rubygem-mixlib-shellout>=2.0<4.0:devel/rubygem-mixlib-shellout \ - rubygem-plist>=3.1<4:devel/rubygem-plist \ - rubygem-systemu>=2.6.4<2.7:devel/rubygem-systemu \ - rubygem-wmi-lite>=1.0<2:devel/rubygem-wmi-lite - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -PLIST_FILES= bin/ohai - -.include <bsd.port.mk> diff --git a/sysutils/rubygem-ohai15/distinfo b/sysutils/rubygem-ohai15/distinfo deleted file mode 100644 index 45f48caa00aa..000000000000 --- a/sysutils/rubygem-ohai15/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1608730847 -SHA256 (rubygem/ohai-15.12.0.gem) = 4633af0c157de987564896d263cb24c36fe64e8f3628cc2173ffc2e4d0af8363 -SIZE (rubygem/ohai-15.12.0.gem) = 118784 diff --git a/sysutils/rubygem-ohai15/pkg-descr b/sysutils/rubygem-ohai15/pkg-descr deleted file mode 100644 index 0e2baadc9224..000000000000 --- a/sysutils/rubygem-ohai15/pkg-descr +++ /dev/null @@ -1,7 +0,0 @@ -Ohai detects data about your operating system. It can be used standalone, but -it's primary purpose is to provide node data to Chef. - -Ohai will print out a JSON data blob for all the known data about your system. -When used with Chef, that data is reported back via node attributes. - -WWW: https://docs.chef.io/ohai.html