From 7c73f7b642805d6605242ef1f06245f44362a394 Mon Sep 17 00:00:00 2001
From: Ribbon <ribbon_45@proton.me>
Date: Tue, 26 Mar 2024 02:16:54 +0000
Subject: [PATCH] Remove the old Apache HTTP server recipe

---
 recipes/wip/net/httpd/recipe.toml | 8 --------
 1 file changed, 8 deletions(-)
 delete mode 100644 recipes/wip/net/httpd/recipe.toml

diff --git a/recipes/wip/net/httpd/recipe.toml b/recipes/wip/net/httpd/recipe.toml
deleted file mode 100644
index dd31170fa..000000000
--- a/recipes/wip/net/httpd/recipe.toml
+++ /dev/null
@@ -1,8 +0,0 @@
-#TODO Not compiled or tested
-[source]
-tar = "https://dlcdn.apache.org/httpd/httpd-2.4.58.tar.bz2"
-[build]
-template = "configure"
-dependencies = [
-    "pcre",
-]
-- 
GitLab