summaryrefslogtreecommitdiff
path: root/dev-ml
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2007-12-20 17:32:53 +0000
committerAlexis Ballier <aballier@gentoo.org>2007-12-20 17:32:53 +0000
commitb7827e7cd4c6ecc6c8c79c59315cf02d4694188e (patch)
tree1f15331af3d14efef3a26f89dff7885981905110 /dev-ml
parentAdd qwebview to build/install (diff)
downloadgentoo-2-b7827e7cd4c6ecc6c8c79c59315cf02d4694188e.tar.gz
gentoo-2-b7827e7cd4c6ecc6c8c79c59315cf02d4694188e.tar.bz2
gentoo-2-b7827e7cd4c6ecc6c8c79c59315cf02d4694188e.zip
version bump, remove old
(Portage version: 2.1.4_rc10)
Diffstat (limited to 'dev-ml')
-rw-r--r--dev-ml/camlp5/ChangeLog8
-rw-r--r--dev-ml/camlp5/camlp5-5.04.ebuild34
-rw-r--r--dev-ml/camlp5/camlp5-5.06.ebuild (renamed from dev-ml/camlp5/camlp5-5.03.ebuild)8
-rw-r--r--dev-ml/camlp5/files/digest-camlp5-5.033
-rw-r--r--dev-ml/camlp5/files/digest-camlp5-5.043
-rw-r--r--dev-ml/camlp5/files/digest-camlp5-5.063
6 files changed, 16 insertions, 43 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog
index 8fe1ada1929a..efa090753903 100644
--- a/dev-ml/camlp5/ChangeLog
+++ b/dev-ml/camlp5/ChangeLog
@@ -1,6 +1,12 @@
# 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.11 2007/12/17 17:41:15 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.12 2007/12/20 17:32:52 aballier Exp $
+
+*camlp5-5.06 (20 Dec 2007)
+
+ 20 Dec 2007; Alexis Ballier <aballier@gentoo.org> -camlp5-5.03.ebuild,
+ -camlp5-5.04.ebuild, +camlp5-5.06.ebuild:
+ version bump, remove old
*camlp5-5.05 (17 Dec 2007)
diff --git a/dev-ml/camlp5/camlp5-5.04.ebuild b/dev-ml/camlp5/camlp5-5.04.ebuild
deleted file mode 100644
index a409be1f5987..000000000000
--- a/dev-ml/camlp5/camlp5-5.04.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# 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.04.ebuild,v 1.1 2007/11/27 20:10:26 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/distrib/src/${P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
-IUSE="doc"
-
-DEPEND=">=dev-lang/ocaml-3.09"
-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 MODE
-}
diff --git a/dev-ml/camlp5/camlp5-5.03.ebuild b/dev-ml/camlp5/camlp5-5.06.ebuild
index bed7455599e6..82712e034032 100644
--- a/dev-ml/camlp5/camlp5-5.03.ebuild
+++ b/dev-ml/camlp5/camlp5-5.06.ebuild
@@ -1,8 +1,8 @@
# 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.03.ebuild,v 1.1 2007/11/20 13:26:24 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.06.ebuild,v 1.1 2007/12/20 17:32:52 aballier Exp $
-inherit multilib eutils
+inherit multilib findlib
DESCRIPTION="A preprocessor-pretty-printer of ocaml"
HOMEPAGE="http://pauillac.inria.fr/~ddr/camlp5/"
@@ -28,6 +28,10 @@ src_compile() {
src_install() {
emake DESTDIR="${D}" install || die "emake install failed"
+ # findlib support
+ insinto "$(ocamlfind printconf destdir)/${PN}"
+ doins etc/META || die "failed to install META file for findlib support"
+
use doc && dohtml -r doc/*
dodoc CHANGES DEVEL ICHANGES README UPGRADING MODE
diff --git a/dev-ml/camlp5/files/digest-camlp5-5.03 b/dev-ml/camlp5/files/digest-camlp5-5.03
deleted file mode 100644
index 544a84562970..000000000000
--- a/dev-ml/camlp5/files/digest-camlp5-5.03
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 4b2738b7f07e3051578a20733cb6ac99 camlp5-5.03.tgz 605562
-RMD160 92f05fa56d1d22236c5eb5cba56caa058391b63d camlp5-5.03.tgz 605562
-SHA256 9bdd9d7b65a237b6e8ffaeeb5dc4ae9e70f50d097d03b79413cd6c0fc32bbb20 camlp5-5.03.tgz 605562
diff --git a/dev-ml/camlp5/files/digest-camlp5-5.04 b/dev-ml/camlp5/files/digest-camlp5-5.04
deleted file mode 100644
index 5030f49cac09..000000000000
--- a/dev-ml/camlp5/files/digest-camlp5-5.04
+++ /dev/null
@@ -1,3 +0,0 @@
-MD5 a1f8587307c26949ac1e9a6d8cb05e21 camlp5-5.04.tgz 618085
-RMD160 53a3830dbeb1f724999f15732c712785ebd9f594 camlp5-5.04.tgz 618085
-SHA256 0fd6ecfff3f90148c78f405b0afc0110d3c1485f0a7ac30acb0ead5a243cabb4 camlp5-5.04.tgz 618085
diff --git a/dev-ml/camlp5/files/digest-camlp5-5.06 b/dev-ml/camlp5/files/digest-camlp5-5.06
new file mode 100644
index 000000000000..dacd72a18590
--- /dev/null
+++ b/dev-ml/camlp5/files/digest-camlp5-5.06
@@ -0,0 +1,3 @@
+MD5 184c81943505999a156e0c201fcd0997 camlp5-5.06.tgz 636094
+RMD160 cbc1301f5863615b39162f38a24899d931821eeb camlp5-5.06.tgz 636094
+SHA256 13af2090408108eab0f15b6c9940c1da0eb95174aa6af81d2be362c0a12fab13 camlp5-5.06.tgz 636094