From: Peter Korsgaard <peter@korsgaard.com>
To: buildroot@buildroot.org
Subject: [Buildroot] [PATCH 1/2] package/angular-websocket: drop package
Date: Sat, 15 Feb 2025 12:07:04 +0100 [thread overview]
Message-ID: <20250215110705.159871-1-peter@korsgaard.com> (raw)
The package has not been updated since it was added in 2016 and the upstream
Github project has been archived as of Feb 17, 2024 - So drop the package.
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
Config.in.legacy | 7 +++++++
package/Config.in | 5 -----
package/angular-websocket/Config.in | 7 -------
.../angular-websocket/angular-websocket.hash | 3 ---
package/angular-websocket/angular-websocket.mk | 18 ------------------
5 files changed, 7 insertions(+), 33 deletions(-)
delete mode 100644 package/angular-websocket/Config.in
delete mode 100644 package/angular-websocket/angular-websocket.hash
delete mode 100644 package/angular-websocket/angular-websocket.mk
diff --git a/Config.in.legacy b/Config.in.legacy
index c302b73423..037f9a8b89 100644
--- a/Config.in.legacy
+++ b/Config.in.legacy
@@ -146,6 +146,13 @@ endif
comment "Legacy options removed in 2025.02"
+config BR2_PACKAGE_ANGULAR_WEBSOCKET
+ bool "angular-websocket has been removed"
+ select BR2_LEGACY
+ help
+ The angular-websocket package was removed as the upstream
+ project has been archived.
+
config BR2_PACKAGE_LATENCYTOP
bool "latencytop has been removed"
select BR2_LEGACY
diff --git a/package/Config.in b/package/Config.in
index dac1fc568d..5e2dc79cb5 100644
--- a/package/Config.in
+++ b/package/Config.in
@@ -1863,11 +1863,6 @@ endmenu
menu "Javascript"
source "package/angularjs/Config.in"
-if BR2_PACKAGE_ANGULARJS
-menu "External AngularJS plugins"
- source "package/angular-websocket/Config.in"
-endmenu
-endif
source "package/bootstrap/Config.in"
source "package/chartjs/Config.in"
source "package/datatables/Config.in"
diff --git a/package/angular-websocket/Config.in b/package/angular-websocket/Config.in
deleted file mode 100644
index 0981bd0d52..0000000000
--- a/package/angular-websocket/Config.in
+++ /dev/null
@@ -1,7 +0,0 @@
-config BR2_PACKAGE_ANGULAR_WEBSOCKET
- bool "angular-websocket"
- help
- An AngularJS WebSocket service for connecting client
- applications to servers.
-
- https://github.com/AngularClass/angular-websocket
diff --git a/package/angular-websocket/angular-websocket.hash b/package/angular-websocket/angular-websocket.hash
deleted file mode 100644
index 3aa5b5e7e1..0000000000
--- a/package/angular-websocket/angular-websocket.hash
+++ /dev/null
@@ -1,3 +0,0 @@
-# Locally calculated
-sha256 69d752896bc17c08750a2fda24b5eb3c6d653afc6f406dd90a6b7c920b22a14a angular-websocket-2.0.0.tar.gz
-sha256 3013a57f2c8df37775804b8be5b107665a2ca209607bb92c618bcc084feb00a7 LICENSE
diff --git a/package/angular-websocket/angular-websocket.mk b/package/angular-websocket/angular-websocket.mk
deleted file mode 100644
index d45bfdf910..0000000000
--- a/package/angular-websocket/angular-websocket.mk
+++ /dev/null
@@ -1,18 +0,0 @@
-################################################################################
-#
-# angular-websocket
-#
-################################################################################
-
-ANGULAR_WEBSOCKET_VERSION = 2.0.0
-ANGULAR_WEBSOCKET_SITE = $(call github,AngularClass,angular-websocket,v$(ANGULAR_WEBSOCKET_VERSION))
-ANGULAR_WEBSOCKET_LICENSE = MIT
-ANGULAR_WEBSOCKET_LICENSE_FILES = LICENSE
-
-# install .min.js as .js
-define ANGULAR_WEBSOCKET_INSTALL_TARGET_CMDS
- $(INSTALL) -m 0644 -D $(@D)/dist/angular-websocket.min.js \
- $(TARGET_DIR)/var/www/angular-websocket.js
-endef
-
-$(eval $(generic-package))
--
2.39.5
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2025-02-15 11:07 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2025-02-15 11:07 Peter Korsgaard [this message]
2025-02-15 11:07 ` [Buildroot] [PATCH 2/2] package/angularjs: drop package Peter Korsgaard
2025-02-15 21:20 ` [Buildroot] [PATCH 1/2] package/angular-websocket: " Julien Olivain
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20250215110705.159871-1-peter@korsgaard.com \
--to=peter@korsgaard.com \
--cc=buildroot@buildroot.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.