diff options
author | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-07 12:19:03 +0000 |
---|---|---|
committer | Matthieu Sozeau <mattam@gentoo.org> | 2005-02-07 12:19:03 +0000 |
commit | cd4cde9ff176068b16d38c3da4c79c4ecff544dc (patch) | |
tree | 167fefeac29ac2eed638c094579948c3a82c382a /dev-ml | |
parent | Stable on ppc. (diff) | |
download | historical-cd4cde9ff176068b16d38c3da4c79c4ecff544dc.tar.gz historical-cd4cde9ff176068b16d38c3da4c79c4ecff544dc.tar.bz2 historical-cd4cde9ff176068b16d38c3da4c79c4ecff544dc.zip |
Version bump, compatible with latest ocaml.
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/ocamlweb/ChangeLog | 10 | ||||
-rw-r--r-- | dev-ml/ocamlweb/Manifest | 6 | ||||
-rw-r--r-- | dev-ml/ocamlweb/files/digest-ocamlweb-1.36 | 1 | ||||
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.34.ebuild | 5 | ||||
-rw-r--r-- | dev-ml/ocamlweb/ocamlweb-1.36.ebuild | 40 |
5 files changed, 56 insertions, 6 deletions
diff --git a/dev-ml/ocamlweb/ChangeLog b/dev-ml/ocamlweb/ChangeLog index 44b55a4612f6..0efb0db3c4b4 100644 --- a/dev-ml/ocamlweb/ChangeLog +++ b/dev-ml/ocamlweb/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-ml/ocamlweb -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.3 2004/08/08 08:53:56 mattam Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ChangeLog,v 1.4 2005/02/07 12:19:03 mattam Exp $ + +*ocamlweb-1.36 (07 Feb 2005) + + 07 Feb 2005; Matthieu Sozeau <mattam@gentoo.org> ocamlweb-1.34.ebuild, + +ocamlweb-1.36.ebuild: + Add latest version, compatible with ocaml-3.08. 08 Aug 2004; Matthieu Sozeau <mattam@gentoo.org> ocamlweb-1.34.ebuild: Mark stable. diff --git a/dev-ml/ocamlweb/Manifest b/dev-ml/ocamlweb/Manifest index d6d76493af9d..8e7220ed3ef7 100644 --- a/dev-ml/ocamlweb/Manifest +++ b/dev-ml/ocamlweb/Manifest @@ -1,4 +1,6 @@ -MD5 632f63f3bb82cee844d59a5ebc7ee515 ChangeLog 513 +MD5 abab534f9e42fd7ef941666c4e3b186c ocamlweb-1.36.ebuild 841 +MD5 4e214beb327a58222167cad9c2afe5e8 ChangeLog 692 MD5 8b350f19c06fcabf1053b0421b7c3f5a metadata.xml 155 -MD5 d6fd18ae49d2615b10e30c858f2697ac ocamlweb-1.34.ebuild 841 +MD5 35b81c7197b7b8c0722dc27515fba829 ocamlweb-1.34.ebuild 862 MD5 bf8b3a252ad256f2da01fcecfdd539a8 files/digest-ocamlweb-1.34 65 +MD5 ed8db4426817616e0df787787c360712 files/digest-ocamlweb-1.36 65 diff --git a/dev-ml/ocamlweb/files/digest-ocamlweb-1.36 b/dev-ml/ocamlweb/files/digest-ocamlweb-1.36 new file mode 100644 index 000000000000..3170104b2e30 --- /dev/null +++ b/dev-ml/ocamlweb/files/digest-ocamlweb-1.36 @@ -0,0 +1 @@ +MD5 dade4c895b5798f5baee365fb03b887d ocamlweb-1.36.tar.gz 122641 diff --git a/dev-ml/ocamlweb/ocamlweb-1.34.ebuild b/dev-ml/ocamlweb/ocamlweb-1.34.ebuild index 1a479c668cf9..830f62741494 100644 --- a/dev-ml/ocamlweb/ocamlweb-1.34.ebuild +++ b/dev-ml/ocamlweb/ocamlweb-1.34.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.34.ebuild,v 1.3 2004/08/08 08:53:56 mattam Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.34.ebuild,v 1.4 2005/02/07 12:19:03 mattam Exp $ DESCRIPTION="O'Caml literate programming tool" HOMEPAGE="http://www.lri.fr/~filliatr/ocamlweb/" @@ -13,6 +13,7 @@ SLOT="0" KEYWORDS="x86 ppc" DEPEND=">=dev-lang/ocaml-3.06 +<dev-lang/ocaml-3.08 virtual/tetex" src_compile() { diff --git a/dev-ml/ocamlweb/ocamlweb-1.36.ebuild b/dev-ml/ocamlweb/ocamlweb-1.36.ebuild new file mode 100644 index 000000000000..aa8b22af8837 --- /dev/null +++ b/dev-ml/ocamlweb/ocamlweb-1.36.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ml/ocamlweb/ocamlweb-1.36.ebuild,v 1.1 2005/02/07 12:19:03 mattam Exp $ + +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="x86 ppc" + +DEPEND=">=dev-lang/ocaml-3.08 +virtual/tetex" + +src_compile() { + econf || die + emake || die +} + +src_install() { + emake UPDATETEX="" prefix=${D}/usr MANDIR=${D}/usr/share/man install || die + dodoc README COPYING CHANGES +} + +tex_regen() { + einfo "Regenerating TeX database..." + /usr/bin/mktexlsr /usr/share/texmf /var/spool/texmf > /dev/null + eend $? +} + +pkg_postinst() { + tex_regen +} + +pkg_postrm() { + tex_regen +} |