diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-07-05 23:04:43 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-07-05 23:04:43 +0000 |
commit | bff7af33fc27fd515a6efc188d9fcd325186d3c1 (patch) | |
tree | 2ef86127b10bd22a54f44cb3bd7f95ec022428fc /dev-ml/ocamlweb | |
parent | Change the default texmf installation path to texmf-site: This has been suppo... (diff) | |
download | gentoo-2-bff7af33fc27fd515a6efc188d9fcd325186d3c1.tar.gz gentoo-2-bff7af33fc27fd515a6efc188d9fcd325186d3c1.tar.bz2 gentoo-2-bff7af33fc27fd515a6efc188d9fcd325186d3c1.zip |
eapi5 and add subslot dep on ocaml. add a src_compile phase since it seems it doesnt get run otherwise
(Portage version: 2.2.0_alpha186/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-ml/ocamlweb')
-rw-r--r-- | dev-ml/ocamlweb/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.38.ebuild | 12 |
2 files changed, 14 insertions, 6 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog index 43c128aa1d32..add6080b0daa 100644 --- a/dev-ml/ocamlweb/ChangeLog +++ b/dev-ml/ocamlweb/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ml/ocamlweb -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.19 2012/08/07 16:35:09 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.20 2013/07/05 23:04:43 aballier Exp $ + + 05 Jul 2013; Alexis Ballier <aballier@gentoo.org> ocamlweb-1.38.ebuild: + eapi5 and add subslot dep on ocaml. add a src_compile phase since it seems it + doesnt get run otherwise 07 Aug 2012; Alexis Ballier <aballier@gentoo.org> -ocamlweb-1.37.ebuild, -files/ocamlweb-1.37-tests.patch: diff --git a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild b/dev-ml/ocamlweb/ocamlweb-1.38.ebuild index fbd8c30cb8e1..690df5ec0165 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.38.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.38.ebuild,v 1.3 2012/07/03 16:18:58 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.38.ebuild,v 1.4 2013/07/05 23:04:43 aballier Exp $ -EAPI=4 +EAPI=5 inherit latex-package eutils base @@ -16,7 +16,7 @@ LICENSE="LGPL-2" SLOT="0" KEYWORDS="~amd64 ppc x86" -DEPEND=">=dev-lang/ocaml-3.09 +DEPEND=">=dev-lang/ocaml-3.09:= virtual/latex-base dev-texlive/texlive-latexextra " @@ -25,6 +25,10 @@ PATCHES=( "${FILESDIR}/${PN}-1.37-strip.patch" ) +src_compile() { + emake +} + src_install() { emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" install || die dodoc README CHANGES |