summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2020-12-14 17:58:14 -0800
committerMichael Forney <mforney@mforney.org>2020-12-14 17:58:47 -0800
commiteb5be7fcd7648678a20ed637fe5693b946fb5a46 (patch)
treef21db645154a05a35daca09bbcbab380f00e569b
parent292fe11d113665063ab9705744991dda52fc4ac9 (diff)
Remove gumbo
This package wasn't needed after all.
-rw-r--r--.gitmodules3
-rw-r--r--pkg/gen.lua1
-rw-r--r--pkg/gumbo/gen.lua23
m---------pkg/gumbo/src0
-rw-r--r--pkg/gumbo/ver1
5 files changed, 0 insertions, 28 deletions
diff --git a/.gitmodules b/.gitmodules
index be7031ba..1bd87fcc 100644
--- 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
index 163b2a1c..829c4c45 100644
--- 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
deleted file mode 100644
index ae2e9bd7..00000000
--- a/pkg/gumbo/gen.lua
+++ /dev/null
@@ -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
deleted file mode 160000
-Subproject 3973c58d759574f2899528d2b3379e17d66dbca
diff --git a/pkg/gumbo/ver b/pkg/gumbo/ver
deleted file mode 100644
index e16a5fad..00000000
--- a/pkg/gumbo/ver
+++ /dev/null
@@ -1 +0,0 @@
-0.10.1 r0