diff options
Diffstat (limited to 'dev-ml/ocamlweb')
-rw-r--r-- | dev-ml/ocamlweb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.38.ebuild | 35 |
2 files changed, 5 insertions, 37 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog index 53f72730fafd..2a70b40f125d 100644 --- a/dev-ml/ocamlweb/ChangeLog +++ b/dev-ml/ocamlweb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ml/ocamlweb -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.24 2013/12/24 12:41:58 ago Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.25 2015/06/01 08:26:46 aballier Exp $ + + 01 Jun 2015; Alexis Ballier <aballier@gentoo.org> -ocamlweb-1.38.ebuild: + remove old 24 Dec 2013; Agostino Sarubbo <ago@gentoo.org> ocamlweb-1.38-r1.ebuild: Stable for x86, wrt bug #492052 diff --git a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild b/dev-ml/ocamlweb/ocamlweb-1.38.ebuild deleted file mode 100644 index 0a41815cff82..000000000000 --- a/dev-ml/ocamlweb/ocamlweb-1.38.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# 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.5 2013/07/05 23:08:05 aballier Exp $ - -EAPI=5 - -inherit latex-package eutils base - -DESCRIPTION="O'Caml literate programming tool" -HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/" -SRC_URI="http://www.lri.fr/~filliatr/ftp/ocamlweb/${P}.tar.gz" - -IUSE="" - -LICENSE="LGPL-2" -SLOT="0" -KEYWORDS="~amd64 ppc x86" - -DEPEND=">=dev-lang/ocaml-3.09:= - virtual/latex-base - dev-texlive/texlive-latexextra - " - -PATCHES=( - "${FILESDIR}/${PN}-1.37-strip.patch" - ) - -src_compile() { - emake -} - -src_install() { - emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" BASETEXDIR="${D}/${TEXMF}" install - dodoc README CHANGES -} |