diff options
author | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-18 14:46:29 +0000 |
---|---|---|
committer | Tim Yamin <plasmaroo@gentoo.org> | 2004-02-18 14:46:29 +0000 |
commit | fe46accb8f7952c81b33710b13a1947b9cb7f177 (patch) | |
tree | cd80728f1a517e6e2b8f4e5531c192b8b929a05a | |
parent | Removing old release candidates. (Manifest recommit) (diff) | |
download | gentoo-2-fe46accb8f7952c81b33710b13a1947b9cb7f177.tar.gz gentoo-2-fe46accb8f7952c81b33710b13a1947b9cb7f177.tar.bz2 gentoo-2-fe46accb8f7952c81b33710b13a1947b9cb7f177.zip |
Version bump.
-rw-r--r-- | dev-lang/mosml/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/mosml/files/digest-mosml-2.00 | 1 | ||||
-rw-r--r-- | dev-lang/mosml/files/digest-mosml-2.01 | 1 | ||||
-rw-r--r-- | dev-lang/mosml/mosml-2.01.ebuild (renamed from dev-lang/mosml/mosml-2.00.ebuild) | 6 |
4 files changed, 11 insertions, 6 deletions
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; <plasmaroo@gentoo.org> mosml-2.01.ebuild: + Version bump; closes bug #41560. *mosml-2.00 (13 Nov 2003) 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.01.ebuild index 5e7b07e883cf..40a4d63aad51 100644 --- a/dev-lang/mosml/mosml-2.00.ebuild +++ b/dev-lang/mosml/mosml-2.01.ebuild @@ -1,14 +1,14 @@ # 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 $ +# $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/mos20src.tar.gz" +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" +KEYWORDS="~x86" SLOT="0" src_compile() { |