summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2021-10-03 11:54:58 +0200
committerAlfredo Tupone <tupone@gentoo.org>2021-10-03 11:57:36 +0200
commita7e4e46e8649e48b8171414227020b94fda9918b (patch)
tree328401a41ca1842d2d5be7e3282f73778ed2cdbd /dev-ml/opam-format
parentdev-ml/lwt: src_compile is in dune.eclass (diff)
downloadgentoo-a7e4e46e8649e48b8171414227020b94fda9918b.tar.gz
gentoo-a7e4e46e8649e48b8171414227020b94fda9918b.tar.bz2
gentoo-a7e4e46e8649e48b8171414227020b94fda9918b.zip
dev-ml/opam-format: src_compile is in dune.eclass
Package-Manager: Portage-3.0.20, Repoman-3.0.3 Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-ml/opam-format')
-rw-r--r--dev-ml/opam-format/opam-format-2.0.8-r3.ebuild4
-rw-r--r--dev-ml/opam-format/opam-format-2.0.9.ebuild4
-rw-r--r--dev-ml/opam-format/opam-format-2.1.0.ebuild4
3 files changed, 0 insertions, 12 deletions
diff --git a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
index 62d049b49149..a58e8467aae8 100644
--- a/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.8-r3.ebuild
@@ -40,7 +40,3 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
-
-src_compile() {
- dune build @install --profile release || die
-}
diff --git a/dev-ml/opam-format/opam-format-2.0.9.ebuild b/dev-ml/opam-format/opam-format-2.0.9.ebuild
index ac4e8512b380..ace83b9a6ae8 100644
--- a/dev-ml/opam-format/opam-format-2.0.9.ebuild
+++ b/dev-ml/opam-format/opam-format-2.0.9.ebuild
@@ -40,7 +40,3 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
-
-src_compile() {
- dune build @install --profile release || die
-}
diff --git a/dev-ml/opam-format/opam-format-2.1.0.ebuild b/dev-ml/opam-format/opam-format-2.1.0.ebuild
index df17b7bb4246..027845d265fc 100644
--- a/dev-ml/opam-format/opam-format-2.1.0.ebuild
+++ b/dev-ml/opam-format/opam-format-2.1.0.ebuild
@@ -40,7 +40,3 @@ src_prepare() {
(flags (:standard -warn-error -3-9-33))))
EOF
}
-
-src_compile() {
- dune build @install --profile release || die
-}