summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Bracht Laumann Jespersen <t@laumann.xyz>2023-08-21 14:48:57 +0000
committerThomas Bracht Laumann Jespersen <t@laumann.xyz>2023-08-21 14:48:57 +0000
commitc9d516b9c461af740966b57e04d67c1b34d46538 (patch)
treefc797a26be6f4e7247dec08cd883b467cab4ef02
parent4b1d328bedcb1415acd21d8eb73c98e6e75d3a5c (diff)
www-apps/soupault: treecleanHEADmaster
Signed-off-by: Thomas Bracht Laumann Jespersen <t@laumann.xyz>
-rw-r--r--www-apps/soupault/Manifest1
-rw-r--r--www-apps/soupault/soupault-4.5.0.ebuild39
2 files changed, 0 insertions, 40 deletions
diff --git a/www-apps/soupault/Manifest b/www-apps/soupault/Manifest
deleted file mode 100644
index f6674c6..0000000
--- a/www-apps/soupault/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST soupault-4.5.0.tar.gz 93264 BLAKE2B 7043bb0489fc0959bb4332aae6ee2f2a7683841724ace4d3f3b48629995869a292b09cd2ef08062c3bfafd5ed09ef1cec7327e5ffb6bcae00241b90177444146 SHA512 6e5038d0ed1a5f68c7b4c4e989da8936628ed89b7a1cd9a1f0056115442515a0ccef55cfa693bd4433bdb54ada5813b68f24c31005df16c2c7133ab243764eef
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}"