summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2017-01-04 12:38:26 +0100
committerAlexis Ballier <aballier@gentoo.org>2017-01-04 12:58:30 +0100
commita177ca08f459b9deeb3ff3c4c112821017083439 (patch)
tree07af39404ffd2998c4d65e7631a3f2e219ad0df9 /dev-ml/ocsigen-start/ocsigen-start-9999.ebuild
parentdev-ml/OCaml-ImageMagick: Use find_install target for installing so that it g... (diff)
downloadgentoo-a177ca08f459b9deeb3ff3c4c112821017083439.tar.gz
gentoo-a177ca08f459b9deeb3ff3c4c112821017083439.tar.bz2
gentoo-a177ca08f459b9deeb3ff3c4c112821017083439.zip
dev-ml/ocsigen-start: add missing dep on ocaml-imagemagick and drop now useless patch
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-ml/ocsigen-start/ocsigen-start-9999.ebuild')
-rw-r--r--dev-ml/ocsigen-start/ocsigen-start-9999.ebuild9
1 files changed, 3 insertions, 6 deletions
diff --git a/dev-ml/ocsigen-start/ocsigen-start-9999.ebuild b/dev-ml/ocsigen-start/ocsigen-start-9999.ebuild
index 3439208e10f2..40c33e6883bb 100644
--- a/dev-ml/ocsigen-start/ocsigen-start-9999.ebuild
+++ b/dev-ml/ocsigen-start/ocsigen-start-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
EAPI=5
-inherit findlib eutils
+inherit findlib
DESCRIPTION="Eliom Base Application with users, (pre)registration, notifications, etc."
HOMEPAGE="https://github.com/ocsigen/ocsigen-start"
@@ -31,13 +31,10 @@ RDEPEND="dev-lang/ocaml:=
dev-ml/ocsigen-toolkit:=
dev-ml/ppx_deriving:=
dev-ml/yojson:=
+ dev-ml/OCaml-ImageMagick:=
"
DEPEND="${RDEPEND}"
-src_prepare() {
- epatch "${FILESDIR}/magick.patch"
-}
-
src_install() {
findlib_src_preinst
DESTDIR="${ED}" OCAMLPATH="${OCAMLFIND_DESTDIR}" emake install