diff options
author | Alexis Ballier <aballier@gentoo.org> | 2007-11-20 13:26:24 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2007-11-20 13:26:24 +0000 |
commit | 065b3f559658f96cd6579a3a5e99e7e88c2d52e8 (patch) | |
tree | 5b4d436a805488edbef276e3238c588e9aa909f1 /dev-ml | |
parent | take ocaml deps down to 3.09, works fine if camlp5 is installed (diff) | |
download | gentoo-2-065b3f559658f96cd6579a3a5e99e7e88c2d52e8.tar.gz gentoo-2-065b3f559658f96cd6579a3a5e99e7e88c2d52e8.tar.bz2 gentoo-2-065b3f559658f96cd6579a3a5e99e7e88c2d52e8.zip |
version bump, this one can now safely be installed with ocaml 3.09 they dont collide anymore
(Portage version: 2.1.3.19)
Diffstat (limited to 'dev-ml')
-rw-r--r-- | dev-ml/camlp5/ChangeLog | 9 | ||||
-rw-r--r-- | dev-ml/camlp5/camlp5-5.03.ebuild (renamed from dev-ml/camlp5/camlp5-5.02.ebuild) | 4 | ||||
-rw-r--r-- | dev-ml/camlp5/files/digest-camlp5-5.02 | 3 | ||||
-rw-r--r-- | dev-ml/camlp5/files/digest-camlp5-5.03 | 3 |
4 files changed, 13 insertions, 6 deletions
diff --git a/dev-ml/camlp5/ChangeLog b/dev-ml/camlp5/ChangeLog index 98ce4661bf58..eba075d687a2 100644 --- a/dev-ml/camlp5/ChangeLog +++ b/dev-ml/camlp5/ChangeLog @@ -1,6 +1,13 @@ # 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.8 2007/10/30 21:51:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/ChangeLog,v 1.9 2007/11/20 13:26:24 aballier Exp $ + +*camlp5-5.03 (20 Nov 2007) + + 20 Nov 2007; Alexis Ballier <aballier@gentoo.org> -camlp5-5.02.ebuild, + +camlp5-5.03.ebuild: + version bump, this one can now safely be installed with ocaml 3.09 they dont + collide anymore *camlp5-5.02 (30 Oct 2007) diff --git a/dev-ml/camlp5/camlp5-5.02.ebuild b/dev-ml/camlp5/camlp5-5.03.ebuild index e4873d6e3a0b..bed7455599e6 100644 --- a/dev-ml/camlp5/camlp5-5.02.ebuild +++ b/dev-ml/camlp5/camlp5-5.03.ebuild @@ -1,6 +1,6 @@ # 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.02.ebuild,v 1.1 2007/10/30 21:51:12 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ml/camlp5/camlp5-5.03.ebuild,v 1.1 2007/11/20 13:26:24 aballier Exp $ inherit multilib eutils @@ -13,7 +13,7 @@ SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" IUSE="doc" -DEPEND=">=dev-lang/ocaml-3.10.0" +DEPEND=">=dev-lang/ocaml-3.09" RDEPEND="${DEPEND}" src_compile() { diff --git a/dev-ml/camlp5/files/digest-camlp5-5.02 b/dev-ml/camlp5/files/digest-camlp5-5.02 deleted file mode 100644 index e61eccb30ca4..000000000000 --- a/dev-ml/camlp5/files/digest-camlp5-5.02 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 aaaf513bf670063111433f765ba0a882 camlp5-5.02.tgz 602693 -RMD160 51be176b90868551a5fcd52d8a89ab088a76100c camlp5-5.02.tgz 602693 -SHA256 8fa00e7e054b589b69e93e436f83c73013e74028b374b6020501c9c2f51a075a camlp5-5.02.tgz 602693 diff --git a/dev-ml/camlp5/files/digest-camlp5-5.03 b/dev-ml/camlp5/files/digest-camlp5-5.03 new file mode 100644 index 000000000000..544a84562970 --- /dev/null +++ b/dev-ml/camlp5/files/digest-camlp5-5.03 @@ -0,0 +1,3 @@ +MD5 4b2738b7f07e3051578a20733cb6ac99 camlp5-5.03.tgz 605562 +RMD160 92f05fa56d1d22236c5eb5cba56caa058391b63d camlp5-5.03.tgz 605562 +SHA256 9bdd9d7b65a237b6e8ffaeeb5dc4ae9e70f50d097d03b79413cd6c0fc32bbb20 camlp5-5.03.tgz 605562 |