summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-09-27 20:18:21 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-09-27 20:18:21 +0000
commit9758ce9bad46fe657b0f62bcc3d0810706231c41 (patch)
tree4100ecf56e84bdfe6a05692e71cd83f24765bcec /dev-ml
parentAutumn cleanup (diff)
downloadgentoo-2-9758ce9bad46fe657b0f62bcc3d0810706231c41.tar.gz
gentoo-2-9758ce9bad46fe657b0f62bcc3d0810706231c41.tar.bz2
gentoo-2-9758ce9bad46fe657b0f62bcc3d0810706231c41.zip
version bump, using transitional mode for compatibility with app-misc/ledit
(Portage version: 2.1.3.9)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camlp5/ChangeLog7
-rw-r--r--dev-ml/camlp5/camlp5-5.00.ebuild34
-rw-r--r--dev-ml/camlp5/files/digest-camlp5-5.003
3 files changed, 43 insertions, 1 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog
index c62acb2b1916..04a682ce737e 100644
--- a/dev-ml/camlp5/ChangeLog
+++ b/dev-ml/camlp5/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-ml/camlp5
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.3 2007/09/08 13:08:34 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.4 2007/09/27 20:18:20 aballier Exp $
+
+*camlp5-5.00 (27 Sep 2007)
+
+ 27 Sep 2007; Alexis Ballier <aballier@gentoo.org> +camlp5-5.00.ebuild:
+ version bump, using transitional mode for compatibility with app-misc/ledit
08 Sep 2007; nixnut <nixnut@gentoo.org> camlp5-4.08.ebuild:
Added ~ppc wrt bug 190720
diff --git a/dev-ml/camlp5/camlp5-5.00.ebuild b/dev-ml/camlp5/camlp5-5.00.ebuild
new file mode 100644
index 000000000000..25fb417fc1fa
--- /dev/null
+++ b/dev-ml/camlp5/camlp5-5.00.ebuild
@@ -0,0 +1,34 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.00.ebuild,v 1.1 2007/09/27 20:18:20 aballier Exp $
+
+inherit multilib eutils
+
+DESCRIPTION="A preprocessor-pretty-printer of ocaml"
+HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
+SRC_URI="http://pauillac.inria.fr/~ddr/camlp5/${P}.tgz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~x86"
+IUSE="doc"
+
+DEPEND=">=dev-lang/ocaml-3.10.0"
+RDEPEND="${DEPEND}"
+
+src_compile() {
+ ./configure \
+ -prefix /usr \
+ -bindir /usr/bin \
+ -libdir /usr/$(get_libdir)/ocaml \
+ -mandir /usr/share/man || die "configure failed"
+
+ emake -j1 world.opt || die "emake failed"
+}
+
+src_install() {
+ emake DESTDIR="${D}" install || die "emake install failed"
+ use doc && dohtml -r doc/*
+
+ dodoc CHANGES DEVEL ICHANGES README UPGRADING
+}
diff --git a/dev-ml/camlp5/files/digest-camlp5-5.00 b/dev-ml/camlp5/files/digest-camlp5-5.00
new file mode 100644
index 000000000000..e128733846b2
--- /dev/null
+++ b/dev-ml/camlp5/files/digest-camlp5-5.00
@@ -0,0 +1,3 @@
+MD5 70986d6a7b54f4d35e7cc6b16731b8fd camlp5-5.00.tgz 586867
+RMD160 a390179f34528e3f4de8483dd1d3e4853f463bfe camlp5-5.00.tgz 586867
+SHA256 759ec8feb965ccc35daae9010669625fb563815941fe806c449e01a893ba7544 camlp5-5.00.tgz 586867