diff options
-rw-r--r-- | dev-ml/ocamlweb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.37.ebuild | 10 |
2 files changed, 12 insertions, 5 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog index 7b185f757983..609147d84536 100644 --- a/dev-ml/ocamlweb/ChangeLog +++ b/dev-ml/ocamlweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlweb -# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.7 2007/05/26 18:55:38 aballier Exp $ +# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.8 2008/03/03 22:51:14 aballier Exp $ + + 03 Mar 2008; Alexis Ballier <aballier@gentoo.org> ocamlweb-1.37.ebuild: + switch to latex-base 26 May 2007; Alexis Ballier <aballier@gentoo.org> ocamlweb-1.37.ebuild: ~amd64, dont install COPYING, quote directory variables diff --git a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild index 34f9b0d56eb4..574946c79d20 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.37.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.37.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.37.ebuild,v 1.2 2007/05/26 18:55:38 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.37.ebuild,v 1.3 2008/03/03 22:51:14 aballier Exp $ DESCRIPTION="O'Caml literate programming tool" HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/" @@ -13,7 +13,11 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" DEPEND=">=dev-lang/ocaml-3.09 -virtual/tetex" + virtual/latex-base + || ( dev-texlive/texlive-latexextra + app-text/tetex + app-text/ptex + )" src_compile() { econf || die |