From 9e6cbefa4727092531ebe2793d57ca91b7bb3c7d Mon Sep 17 00:00:00 2001 From: Tim Yamin Date: Wed, 18 Feb 2004 14:46:29 +0000 Subject: Version bump. --- dev-lang/mosml/ChangeLog | 9 +++++++-- dev-lang/mosml/Manifest | 6 +++--- dev-lang/mosml/files/digest-mosml-2.00 | 1 - dev-lang/mosml/files/digest-mosml-2.01 | 1 + dev-lang/mosml/mosml-2.00.ebuild | 35 ---------------------------------- dev-lang/mosml/mosml-2.01.ebuild | 35 ++++++++++++++++++++++++++++++++++ 6 files changed, 46 insertions(+), 41 deletions(-) delete mode 100644 dev-lang/mosml/files/digest-mosml-2.00 create mode 100644 dev-lang/mosml/files/digest-mosml-2.01 delete mode 100644 dev-lang/mosml/mosml-2.00.ebuild create mode 100644 dev-lang/mosml/mosml-2.01.ebuild (limited to 'dev-lang') diff --git a/dev-lang/mosml/ChangeLog b/dev-lang/mosml/ChangeLog index 3cb0b7d138dc..e791761938ca 100644 --- a/dev-lang/mosml/ChangeLog +++ b/dev-lang/mosml/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for dev-lang/mosml -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.1 2003/11/13 21:31:40 plasmaroo Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.2 2004/02/18 14:46:29 plasmaroo Exp $ + +*mosml-2.01 (18 Feb 2004) + + 18 Feb 2004; mosml-2.01.ebuild: + Version bump; closes bug #41560. *mosml-2.00 (13 Nov 2003) diff --git a/dev-lang/mosml/Manifest b/dev-lang/mosml/Manifest index 6c246cfb5cdc..a0ef47a9807f 100644 --- a/dev-lang/mosml/Manifest +++ b/dev-lang/mosml/Manifest @@ -1,4 +1,4 @@ -MD5 6e93ac9f6edb85b86bc28899efc33964 ChangeLog 423 +MD5 7390985e8f617c4d25f57a1af4bbb6c2 ChangeLog 543 +MD5 6c9ae07f2f19779ab69e5fe67e3e2fff mosml-2.01.ebuild 1085 MD5 a5c50833bcc05f696a75e5dc8bb9eb4d metadata.xml 225 -MD5 909e4ec509a09777e06661a35c105e78 mosml-2.00.ebuild 1083 -MD5 24b9506ef99535afddca03ed36859920 files/digest-mosml-2.00 61 +MD5 2064226e85924cc665211f79661a204e files/digest-mosml-2.01 62 diff --git a/dev-lang/mosml/files/digest-mosml-2.00 b/dev-lang/mosml/files/digest-mosml-2.00 deleted file mode 100644 index 62aa1a3fb4d1..000000000000 --- a/dev-lang/mosml/files/digest-mosml-2.00 +++ /dev/null @@ -1 +0,0 @@ -MD5 b18f8022a06442f84c8dbfa47067ce07 mos20src.tar.gz 2308637 diff --git a/dev-lang/mosml/files/digest-mosml-2.01 b/dev-lang/mosml/files/digest-mosml-2.01 new file mode 100644 index 000000000000..8247bad7fbb5 --- /dev/null +++ b/dev-lang/mosml/files/digest-mosml-2.01 @@ -0,0 +1 @@ +MD5 74aaaf988201fe92a9dbfbcb1e646f70 mos201src.tar.gz 2314392 diff --git a/dev-lang/mosml/mosml-2.00.ebuild b/dev-lang/mosml/mosml-2.00.ebuild deleted file mode 100644 index 5e7b07e883cf..000000000000 --- a/dev-lang/mosml/mosml-2.00.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.00.ebuild,v 1.3 2004/02/02 18:06:54 plasmaroo Exp $ - -S="${WORKDIR}/${PN}/src" -DESCRIPTION="Moscow ML - a lightweight implementation of Standard ML (SML)" -SRC_URI="http://www.dina.kvl.dk/~sestoft/mosml/mos20src.tar.gz" -HOMEPAGE="http://www.dina.dk/~sestoft/mosml.html" -LICENSE="GPL-2" -DEPEND="" -KEYWORDS="x86" -SLOT="0" - -src_compile() { - - emake MOSMLHOME=/opt/mosml world || die - -} - -src_install () { - - make MOSMLHOME=${D}/opt/mosml install || die - rm ${D}/opt/mosml/lib/camlrunm # This is a bad symlink - echo "#!/opt/mosml/bin/camlrunm" > ${D}/opt/mosml/lib/header - - dodoc ../README - into /usr/bin - dosym /opt/mosml/bin/mosml /usr/bin/mosml - dosym /opt/mosml/bin/mosmlc /usr/bin/mosmlc - dosym /opt/mosml/bin/mosmllex /usr/bin/mosmllex - dosym /opt/mosml/bin/mosmlyac /usr/bin/mosmlyac - dosym /opt/mosml/bin/camlrunm /usr/bin/camlrunm - dosym /opt/mosml/bin/camlrunm /opt/mosml/lib/camlrunm - -} diff --git a/dev-lang/mosml/mosml-2.01.ebuild b/dev-lang/mosml/mosml-2.01.ebuild new file mode 100644 index 000000000000..40a4d63aad51 --- /dev/null +++ b/dev-lang/mosml/mosml-2.01.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01.ebuild,v 1.1 2004/02/18 14:46:29 plasmaroo Exp $ + +S="${WORKDIR}/${PN}/src" +DESCRIPTION="Moscow ML - a lightweight implementation of Standard ML (SML)" +SRC_URI="http://www.dina.kvl.dk/~sestoft/mosml/mos201src.tar.gz" +HOMEPAGE="http://www.dina.dk/~sestoft/mosml.html" +LICENSE="GPL-2" +DEPEND="" +KEYWORDS="~x86" +SLOT="0" + +src_compile() { + + emake MOSMLHOME=/opt/mosml world || die + +} + +src_install () { + + make MOSMLHOME=${D}/opt/mosml install || die + rm ${D}/opt/mosml/lib/camlrunm # This is a bad symlink + echo "#!/opt/mosml/bin/camlrunm" > ${D}/opt/mosml/lib/header + + dodoc ../README + into /usr/bin + dosym /opt/mosml/bin/mosml /usr/bin/mosml + dosym /opt/mosml/bin/mosmlc /usr/bin/mosmlc + dosym /opt/mosml/bin/mosmllex /usr/bin/mosmllex + dosym /opt/mosml/bin/mosmlyac /usr/bin/mosmlyac + dosym /opt/mosml/bin/camlrunm /usr/bin/camlrunm + dosym /opt/mosml/bin/camlrunm /opt/mosml/lib/camlrunm + +} -- cgit v1.2.3-65-gdbad