summaryrefslogtreecommitdiff
path: root/www-apps/soupault/soupault-4.5.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'www-apps/soupault/soupault-4.5.0.ebuild')
-rw-r--r--www-apps/soupault/soupault-4.5.0.ebuild39
1 files changed, 0 insertions, 39 deletions
diff --git a/www-apps/soupault/soupault-4.5.0.ebuild b/www-apps/soupault/soupault-4.5.0.ebuild
deleted file mode 100644
index 7717015..0000000
--- a/www-apps/soupault/soupault-4.5.0.ebuild
+++ /dev/null
@@ -1,39 +0,0 @@
-# Copyright 2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit dune
-
-DESCRIPTION="Static website generator based on HTML rewriting"
-HOMEPAGE="https://soupault.app"
-SRC_URI="https://github.com/PataphysicalSociety/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE="+ocamlopt"
-
-# TODO: set masters = gentoo guru and leverage ezjsonm + dependencies from ::guru
-RDEPEND="
- >=dev-ml/lambdasoup-1.0.0
- >=dev-ml/ezjsonm-1.2.0
- >=dev-ml/otoml-1.0.4
- >=dev-ml/markup-1.0.0
- >=dev-ml/ocaml-fileutils-0.6.3
- >=dev-ml/logs-0.7.0
- >=dev-ml/fmt-0.8.9
- >=dev-ml/re-1.9.0
- >=dev-ml/jingoo-1.4.2
- >=dev-ml/camomile-2.0.0
- >=dev-ml/ocaml-yaml-2.0.0
- >=dev-ml/ocaml-containers-3.9
- >=dev-ml/odate-0.6
- >=dev-ml/spelll-0.4
- >=dev-ml/ocaml-base64-3.0.0
- >=dev-ml/ocaml-tsort-2.1.0
- >=dev-ml/lua-ml-0.9.3
- >=dev-ml/camomile-2.0.0
- >=dev-ml/digestif-0.7.3
-"
-DEPEND="${RDEPEND}"