ChangeLog

# ChangeLog for dev-ml/ocamlweb
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.13 2008/04/20 14:22:07 aballier Exp $

20 Apr 2008; Alexis Ballier -ocamlweb-1.36.ebuild:
remove old

20 Apr 2008; Markus Meier ocamlweb-1.37.ebuild:
x86 stable, bug #217535

19 Apr 2008; nixnut ocamlweb-1.37.ebuild:
Stable on ppc wrt bug 217535

03 Mar 2008; Alexis Ballier
+files/ocamlweb-1.37-strip.patch, ocamlweb-1.37.ebuild:
dont prestrip files

03 Mar 2008; Alexis Ballier
+files/ocamlweb-1.37-tests.patch, ocamlweb-1.37.ebuild:
specify extension of the tex file so that latex doesnt try to compile the
ELF file during tests... inherit latex-package to have better TeX database
handling in pkg phases

03 Mar 2008; Alexis Ballier ocamlweb-1.37.ebuild:
switch to latex-base

26 May 2007; Alexis Ballier ocamlweb-1.37.ebuild:
~amd64, dont install COPYING, quote directory variables

09 Feb 2007; Diego Pettenò ChangeLog:
Regenerate digest in Manifest2 format.

04 Feb 2006; Matthieu Sozeau -ocamlweb-1.34.ebuild,
+ocamlweb-1.37.ebuild:
Remove old version and add latest one as unstable.

*ocamlweb-1.36 (07 Feb 2005)

07 Feb 2005; Matthieu Sozeau ocamlweb-1.34.ebuild,
+ocamlweb-1.36.ebuild:
Add latest version, compatible with ocaml-3.08.

08 Aug 2004; Matthieu Sozeau ocamlweb-1.34.ebuild:
Mark stable.

*ocamlweb-1.34 (05 Feb 2004)

05 Feb 2004; Matthieu Sozeau metadata.xml,
ocamlweb-1.34.ebuild:
ocamlweb is a literate programming tool for ocaml, it can output TeX docs
from literate sources.

Manifest

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

AUX ocamlweb-1.37-strip.patch 718 RMD160 2304cf5c1b0c4f31a417fcede1cbc1712355c479 SHA1 ce4fb5b9cda4ad5e4a380cccde3248a84e53b264 SHA256 ec1eb4308a17f8ce1844972b63d5caf77ca822e5be24e8964ff1bf71bf89c97f
AUX ocamlweb-1.37-tests.patch 617 RMD160 97dab74c941c0cce42b6cbb499b11fd57765876b SHA1 e95fd7e7be0e95f1da56965ad1dadd34d743bfe0 SHA256 4c88d13b0f310e3a3c0157befeace5ccd4cc6f6c594b41d18201ea57078a82e9
DIST ocamlweb-1.37.tar.gz 122424 RMD160 cadcad4ac7fc55c99c18cc6e43d0e0b6c70b9844 SHA1 65d0bf3d34aec4e5cf133604565068b863a661d4 SHA256 2b0e8dd4db8fd35d19026b8c55daf7686ba7cc92ee35378a0c66be9e7021054a
EBUILD ocamlweb-1.37.ebuild 884 RMD160 c67e0d6577d59b22ef70f5ae05395135124846ce SHA1 913ee9093d02a5b77f2e717fb963bffa21f1e64a SHA256 58ff4a173dcb01e42bf31e535f9893df0f7289ed04b8668c372cc9051cedf022
MISC ChangeLog 1889 RMD160 dd8bc74e6ee344aceab47a20774236cdb8108b5a SHA1 6dfa18f29054e96182f94a62fa07d22acbc286a5 SHA256 f689c824ac0828c5a10d1498146021804338ef072a93a4688f63cabbf1f6c97b
MISC metadata.xml 155 RMD160 dfaa057e679b01302a807c75a32a910098b26809 SHA1 94024f83dcacbb53e92be090dd0f994ec93dc90d SHA256 118048376ebb76f57628b0819f3de4856e73959c2578c88715d37ea2d1e0af81
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.9 (GNU/Linux)

iEYEARECAAYFAkgLUZsACgkQvFcC4BYPU0pJxwCeIIQ2H/ptRLvk29kdZurt9kq7
/LsAn0nexSzbKar7Ts6Cl3Z3FOsDGLuv
=zUCe
-----END PGP SIGNATURE-----

files

metadata.xml




ml

ocamlweb-1.37.ebuild

# 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.8 2008/04/20 14:06:34 maekke Exp $

inherit latex-package eutils

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
app-text/tetex
app-text/ptex
)"

src_unpack() {
unpack ${A}
cd "${S}"
epatch "${FILESDIR}/${P}-tests.patch"
epatch "${FILESDIR}/${P}-strip.patch"
}

src_compile() {
econf || die
emake || die
}

src_install() {
emake UPDATETEX="" prefix="${D}/usr" MANDIR="${D}/usr/share/man" install || die
dodoc README CHANGES
}