aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
Diffstat (limited to 'devel')
-rw-r--r--devel/Makefile1
-rw-r--r--devel/rubygem-flipper025/Makefile20
-rw-r--r--devel/rubygem-flipper025/distinfo3
-rw-r--r--devel/rubygem-flipper025/pkg-descr7
4 files changed, 0 insertions, 31 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 471c5f578813..062b51865b97 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -7013,7 +7013,6 @@
SUBDIR += rubygem-flipper-active_support_cache_store
SUBDIR += rubygem-flipper-active_support_cache_store-rails70
SUBDIR += rubygem-flipper-ui
- SUBDIR += rubygem-flipper025
SUBDIR += rubygem-flipper026
SUBDIR += rubygem-fluent-logger
SUBDIR += rubygem-fog
diff --git a/devel/rubygem-flipper025/Makefile b/devel/rubygem-flipper025/Makefile
deleted file mode 100644
index b47bd25ce19b..000000000000
--- a/devel/rubygem-flipper025/Makefile
+++ /dev/null
@@ -1,20 +0,0 @@
-PORTNAME= flipper
-PORTVERSION= 0.25.4
-CATEGORIES= devel rubygems
-MASTER_SITES= RG
-PKGNAMESUFFIX= 025
-
-MAINTAINER= sunpoet@FreeBSD.org
-COMMENT= Act of enabling/disabling features in your application
-WWW= https://github.com/jnunemaker/flipper
-
-LICENSE= MIT
-LICENSE_FILE= ${WRKSRC}/LICENSE
-
-USES= gem
-
-NO_ARCH= yes
-
-PORTSCOUT= limit:^0\.25\.
-
-.include <bsd.port.mk>
diff --git a/devel/rubygem-flipper025/distinfo b/devel/rubygem-flipper025/distinfo
deleted file mode 100644
index e800f6a7c8e9..000000000000
--- a/devel/rubygem-flipper025/distinfo
+++ /dev/null
@@ -1,3 +0,0 @@
-TIMESTAMP = 1669058065
-SHA256 (rubygem/flipper-0.25.4.gem) = 5f1d8972f352e471bb308fc580ff782fdd71ab9c40bcf904f848162a299f0c13
-SIZE (rubygem/flipper-0.25.4.gem) = 101888
diff --git a/devel/rubygem-flipper025/pkg-descr b/devel/rubygem-flipper025/pkg-descr
deleted file mode 100644
index a6796c0f624e..000000000000
--- a/devel/rubygem-flipper025/pkg-descr
+++ /dev/null
@@ -1,7 +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.