From 3f6e2a28f1f0607259c0bcb92211594e4d8f1d2a Mon Sep 17 00:00:00 2001 From: Po-Chuan Hsieh Date: Wed, 22 Dec 2021 03:26:37 +0800 Subject: [PATCH] devel/rubygem-flipper017: Remove obsoleted port Use devel/rubygem-flipper instead. --- devel/rubygem-flipper017/Makefile | 22 ---------------------- devel/rubygem-flipper017/distinfo | 3 --- devel/rubygem-flipper017/pkg-descr | 9 --------- 3 files changed, 34 deletions(-) delete mode 100644 devel/rubygem-flipper017/Makefile delete mode 100644 devel/rubygem-flipper017/distinfo delete mode 100644 devel/rubygem-flipper017/pkg-descr diff --git a/devel/rubygem-flipper017/Makefile b/devel/rubygem-flipper017/Makefile deleted file mode 100644 index 0c98780051ec3..0000000000000 --- a/devel/rubygem-flipper017/Makefile +++ /dev/null @@ -1,22 +0,0 @@ -# Created by: Po-Chuan Hsieh - -PORTNAME= flipper -PORTVERSION= 0.17.2 -CATEGORIES= devel rubygems -MASTER_SITES= RG -PKGNAMESUFFIX= 017 - -MAINTAINER= sunpoet@FreeBSD.org -COMMENT= Act of enabling/disabling features in your application - -LICENSE= MIT -LICENSE_FILE= ${WRKSRC}/LICENSE - -USES= gem -USE_RUBY= yes - -NO_ARCH= yes - -PORTSCOUT= limit:^0\.17\. - -.include diff --git a/devel/rubygem-flipper017/distinfo b/devel/rubygem-flipper017/distinfo deleted file mode 100644 index 4064822de248d..0000000000000 --- a/devel/rubygem-flipper017/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -TIMESTAMP = 1578197795 -SHA256 (rubygem/flipper-0.17.2.gem) = b6addb59ea644f3f5650755e95ff30d2a6226ec8bcaa686955188ce2ce5363d3 -SIZE (rubygem/flipper-0.17.2.gem) = 75776 diff --git a/devel/rubygem-flipper017/pkg-descr b/devel/rubygem-flipper017/pkg-descr deleted file mode 100644 index 12e7c6d04f432..0000000000000 --- a/devel/rubygem-flipper017/pkg-descr +++ /dev/null @@ -1,9 +0,0 @@ -Feature flipping is the act of enabling or disabling features or parts of your -application, ideally without re-deploying or changing anything in your code -base. - -The goal of this gem is to make turning features on or off so easy that everyone -does it. Whatever your data store, throughput, or experience, feature flipping -should be easy and have minimal impact on your application. - -WWW: https://github.com/jnunemaker/flipper