logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: eb5be7fcd7648678a20ed637fe5693b946fb5a46
parent 292fe11d113665063ab9705744991dda52fc4ac9
Author: Michael Forney <mforney@mforney.org>
Date:   Mon, 14 Dec 2020 17:58:14 -0800

Remove gumbo

This package wasn't needed after all.

Diffstat:

M.gitmodules3---
Mpkg/gen.lua1-
Dpkg/gumbo/gen.lua23-----------------------
Dpkg/gumbo/src1-
Dpkg/gumbo/ver1-
5 files changed, 0 insertions(+), 29 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -102,9 +102,6 @@ path = pkg/git/src url = https://github.com/git/git ignore = all -[submodule "pkg/gumbo/src"] - path = pkg/gumbo/src - url = https://github.com/google/gumbo-parser.git [submodule "pkg/hotplugd/src"] path = pkg/hotplugd/src url = https://github.com/oasislinux/hotplugd.git diff --git a/pkg/gen.lua b/pkg/gen.lua @@ -37,7 +37,6 @@ subgen 'fribidi' subgen 'fspec-sync' subgen 'fuse' subgen 'git' -subgen 'gumbo' subgen 'hotplugd' subgen 'ii' subgen 'iproute2' diff --git a/pkg/gumbo/gen.lua b/pkg/gumbo/gen.lua @@ -1,23 +0,0 @@ -cflags{ - '-std=c99 -Wall -Wpedantic', -} - -pkg.hdrs = copy('$outdir/include', '$srcdir/src', {'gumbo.h', 'tag_enum.h'}) - -lib('libgumbo.a', [[ - src/( - attribute.c - char_ref.c - error.c - parser.c - string_buffer.c - string_piece.c - tag.c - tokenizer.c - utf8.c - util.c - vector.c - ) -]]) - -fetch 'git' diff --git a/pkg/gumbo/src b/pkg/gumbo/src @@ -1 +0,0 @@ -Subproject commit 3973c58d759574f2899528d2b3379e17d66dbcad diff --git a/pkg/gumbo/ver b/pkg/gumbo/ver @@ -1 +0,0 @@ -0.10.1 r0