logo

oasis

Own branch of Oasis Linux (upstream: <https://git.sr.ht/~mcf/oasis/>) git clone https://anongit.hacktivis.me/git/oasis.git
commit: bc3e4c6a5134164004ea1048e171e17bde44c58d
parent 01f543064ebecd8f70ce0437df48debad2dbd354
Author: Michael Forney <mforney@mforney.org>
Date:   Tue, 14 Apr 2020 20:29:45 -0700

Remove monocypher

It isn't used by anything.

Diffstat:

M.gitmodules3---
Mpkg/gen.lua1-
Dpkg/monocypher/gen.lua11-----------
Dpkg/monocypher/src1-
Dpkg/monocypher/ver1-
5 files changed, 0 insertions(+), 17 deletions(-)

diff --git a/.gitmodules b/.gitmodules @@ -160,9 +160,6 @@ [submodule "pkg/mc/src"] path = pkg/mc/src url = https://github.com/oridb/mc -[submodule "pkg/monocypher/src"] - path = pkg/monocypher/src - url = https://github.com/LoupVaillant/Monocypher [submodule "pkg/mpv/src"] path = pkg/mpv/src url = https://github.com/mpv-player/mpv diff --git a/pkg/gen.lua b/pkg/gen.lua @@ -64,7 +64,6 @@ subgen 'make' subgen 'man-pages-posix' subgen 'mandoc' subgen 'mc' -subgen 'monocypher' subgen 'mpv' subgen 'msmtp' subgen 'mtdev' diff --git a/pkg/monocypher/gen.lua b/pkg/monocypher/gen.lua @@ -1,11 +0,0 @@ -cflags{'-std=c99', '-Wall', '-Wextra', '-Wpedantic'} - -pkg.hdrs = { - copy('$outdir/include', '$srcdir/src', {'monocypher.h'}), - install=true, -} - -lib('libmonocypher.a', {'src/monocypher.c'}) -file('lib/libmonocypher.a', '644', '$outdir/libmonocypher.a') - -fetch 'git' diff --git a/pkg/monocypher/src b/pkg/monocypher/src @@ -1 +0,0 @@ -Subproject commit ff334e288a667c5cd8500c04d1e2ebd601b9f215 diff --git a/pkg/monocypher/ver b/pkg/monocypher/ver @@ -1 +0,0 @@ -3.0.0 r0