diff options
author | David Holm <dholm@gentoo.org> | 2004-06-22 21:14:33 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-06-22 21:14:33 +0000 |
commit | ca14a8bfa57c384165881069c242b9fe8ba7d6d4 (patch) | |
tree | db21213077cb7bfe8fd3dc0d8b5f783e35210f84 /dev-lang | |
parent | version bump. Bug number #54720 (diff) | |
download | historical-ca14a8bfa57c384165881069c242b9fe8ba7d6d4.tar.gz historical-ca14a8bfa57c384165881069c242b9fe8ba7d6d4.tar.bz2 historical-ca14a8bfa57c384165881069c242b9fe8ba7d6d4.zip |
Added to ~ppc
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/mosml/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/mosml/Manifest | 4 | ||||
-rw-r--r-- | dev-lang/mosml/mosml-2.01.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/mosml/ChangeLog b/dev-lang/mosml/ChangeLog index e791761938ca..9aeb6057b337 100644 --- a/dev-lang/mosml/ChangeLog +++ b/dev-lang/mosml/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/mosml # 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 $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.3 2004/06/22 21:14:32 dholm Exp $ + + 22 Jun 2004; David Holm <dholm@gentoo.org> mosml-2.01.ebuild: + Added to ~ppc. *mosml-2.01 (18 Feb 2004) diff --git a/dev-lang/mosml/Manifest b/dev-lang/mosml/Manifest index 82deb54a04fc..c7970aaa2ee2 100644 --- a/dev-lang/mosml/Manifest +++ b/dev-lang/mosml/Manifest @@ -1,4 +1,4 @@ -MD5 7390985e8f617c4d25f57a1af4bbb6c2 ChangeLog 543 -MD5 35af708db2273d9f2b64ef9850ff80bf mosml-2.01.ebuild 1082 +MD5 02aec1732db79717cff75c289980a580 ChangeLog 620 MD5 a5c50833bcc05f696a75e5dc8bb9eb4d metadata.xml 225 +MD5 bbfd181a9771133eef667d8184140db9 mosml-2.01.ebuild 1082 MD5 2064226e85924cc665211f79661a204e files/digest-mosml-2.01 62 diff --git a/dev-lang/mosml/mosml-2.01.ebuild b/dev-lang/mosml/mosml-2.01.ebuild index 8c8a82f70fd0..35a69686f020 100644 --- a/dev-lang/mosml/mosml-2.01.ebuild +++ b/dev-lang/mosml/mosml-2.01.ebuild @@ -1,6 +1,6 @@ # 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.2 2004/05/22 20:41:18 plasmaroo Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01.ebuild,v 1.3 2004/06/22 21:14:33 dholm Exp $ S="${WORKDIR}/${PN}/src" DESCRIPTION="Moscow ML - a lightweight implementation of Standard ML (SML)" @@ -8,7 +8,7 @@ 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 ~ppc" SLOT="0" src_compile() { |