Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove obsolete/broken native markdown class #1610

Merged
merged 3 commits into from
Sep 12, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ task:
- luarocks54 install cassowary
- luarocks54 install cldr
- luarocks54 install compat53
- luarocks54 install cosmo
- luarocks54 install fluent
- luarocks54 install linenoise
- luarocks54 install loadkit
Expand Down
2 changes: 1 addition & 1 deletion Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ nobase_nodist_pkgdata_DATA = core/features.lua core/pathsetup.lua core/version.l
dist_man_MANS = sile.1 sile-lua.1
dist_doc_DATA = README.md CHANGELOG.md
dist_pdf_DATA = $(_MANUAL)
dist_license_DATA = LICENSE lua-libraries/LICENSE-lunamark
dist_license_DATA = LICENSE
bin_SCRIPTS = sile-lua
bin_PROGRAMS = sile
sile_SOURCES = Cargo.toml build-aux/build.rs src/bin/sile.rs src/lib.rs src/cli.rs
Expand Down
1 change: 0 additions & 1 deletion build-aux/create-homebrew-formula.pl
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@

my %rock_url_templates = (
cassowary => "https://github.com/sile-typesetter/cassowary.lua/archive/vVERSION.tar.gz",
cosmo => "https://github.com/mascarenhas/cosmo/archive/vVERSION.tar.gz",
linenoise => "https://github.com/hoelzro/lua-linenoise/archive/VERSION.tar.gz",
lpeg => "http://www.inf.puc-rio.br/~roberto/lpeg/lpeg-VERSION.tar.gz",
lua_cliargs => "https://github.com/amireh/lua_cliargs/archive/vUNSTRIPPEDVERSION.tar.gz",
Expand Down
70 changes: 0 additions & 70 deletions classes/markdown.lua

This file was deleted.

1 change: 0 additions & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,6 @@ AM_COND_IF([DEPENDENCY_CHECKS], [
AS_IF([test "$LUA_SHORT_VERSION" -lt 53],
AX_LUA_MODULE([compat53], [compat53])
)
AX_LUA_MODULE([cosmo], [cosmo])
AX_LUA_MODULE([cldr], [cldr])
AX_LUA_MODULE([fluent], [fluent])
AX_LUA_MODULE([linenoise], [linenoise])
Expand Down
1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@
luaEnv = pkgs.lua5_3.withPackages(ps: with ps; [
cassowary
cldr
cosmo
fluent
linenoise
loadkit
Expand Down
20 changes: 0 additions & 20 deletions lua-libraries/LICENSE-lunamark

This file was deleted.

94 changes: 0 additions & 94 deletions lua-libraries/lunamark.lua

This file was deleted.

Loading
Loading