diff options
author | Alexis Ballier <aballier@gentoo.org> | 2017-01-04 12:38:26 +0100 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2017-01-04 12:58:30 +0100 |
commit | a177ca08f459b9deeb3ff3c4c112821017083439 (patch) | |
tree | 07af39404ffd2998c4d65e7631a3f2e219ad0df9 /dev-ml | |
parent | dev-ml/OCaml-ImageMagick: Use find_install target for installing so that it g... (diff) | |
download | gentoo-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')
-rw-r--r-- | dev-ml/ocsigen-start/files/magick.patch | 13 | ||||
-rw-r--r-- | dev-ml/ocsigen-start/ocsigen-start-0.99.ebuild | 9 | ||||
-rw-r--r-- | dev-ml/ocsigen-start/ocsigen-start-9999.ebuild | 9 |
3 files changed, 6 insertions, 25 deletions
diff --git a/dev-ml/ocsigen-start/files/magick.patch b/dev-ml/ocsigen-start/files/magick.patch deleted file mode 100644 index ee4f068ed291..000000000000 --- a/dev-ml/ocsigen-start/files/magick.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: ocsigen-start-9999/Makefile.options -=================================================================== ---- ocsigen-start-9999.orig/Makefile.options -+++ ocsigen-start-9999/Makefile.options -@@ -39,7 +39,7 @@ TEMPLATE_NAME := os.pgocaml - - # OCamlfind packages for the server - SERVER_PACKAGES := lwt.ppx js_of_ocaml.deriving.ppx calendar safepass \ -- ocsigen-toolkit.server magick yojson -+ ocsigen-toolkit.server libMagick yojson - - SERVER_DB_PACKAGES := pgocaml pgocaml.syntax macaque.syntax calendar safepass - diff --git a/dev-ml/ocsigen-start/ocsigen-start-0.99.ebuild b/dev-ml/ocsigen-start/ocsigen-start-0.99.ebuild index 3439208e10f2..40c33e6883bb 100644 --- a/dev-ml/ocsigen-start/ocsigen-start-0.99.ebuild +++ b/dev-ml/ocsigen-start/ocsigen-start-0.99.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 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 |