summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Hanselmann <hansmi@gentoo.org>2005-06-05 12:26:14 +0000
committerMichael Hanselmann <hansmi@gentoo.org>2005-06-05 12:26:14 +0000
commit36bf65725f90d8706567b2892e2bdf2f16a8f6d2 (patch)
tree9dc270bac50abf080b02f915c697fb15b6350025 /dev-lang
parentVersion bump. Added doc useflag for the examples. See bug #73973. (diff)
downloadgentoo-2-36bf65725f90d8706567b2892e2bdf2f16a8f6d2.tar.gz
gentoo-2-36bf65725f90d8706567b2892e2bdf2f16a8f6d2.tar.bz2
gentoo-2-36bf65725f90d8706567b2892e2bdf2f16a8f6d2.zip
Stable on ppc.
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-lang')
-rw-r--r--dev-lang/mosml/ChangeLog5
-rw-r--r--dev-lang/mosml/mosml-2.01.ebuild4
-rw-r--r--dev-lang/nqc/ChangeLog5
-rw-r--r--dev-lang/nqc/nqc-2.5.1.ebuild4
4 files changed, 12 insertions, 6 deletions
diff --git a/dev-lang/mosml/ChangeLog b/dev-lang/mosml/ChangeLog
index 2f67cc388d68..18b1180977cf 100644
--- a/dev-lang/mosml/ChangeLog
+++ b/dev-lang/mosml/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/mosml
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.5 2005/01/23 18:55:02 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/ChangeLog,v 1.6 2005/06/05 12:22:20 hansmi Exp $
+
+ 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> mosml-2.01.ebuild:
+ Stable on ppc.
23 Jan 2005; Jan Brinkmann <luckyduck@gentoo.org> mosml-2.01.ebuild:
added ~amd64 to KEYWORDS. fixes #Bug 71083
diff --git a/dev-lang/mosml/mosml-2.01.ebuild b/dev-lang/mosml/mosml-2.01.ebuild
index 11732b57246e..8fda1d697491 100644
--- a/dev-lang/mosml/mosml-2.01.ebuild
+++ b/dev-lang/mosml/mosml-2.01.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# 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.6 2005/01/23 18:55:02 luckyduck Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/mosml/mosml-2.01.ebuild,v 1.7 2005/06/05 12:22:21 hansmi 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 ~ppc ~amd64"
+KEYWORDS="~amd64 ppc x86"
IUSE=""
SLOT="0"
diff --git a/dev-lang/nqc/ChangeLog b/dev-lang/nqc/ChangeLog
index ca03cf166078..6f43cf525f92 100644
--- a/dev-lang/nqc/ChangeLog
+++ b/dev-lang/nqc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/nqc
# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.7 2005/03/22 23:45:47 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/ChangeLog,v 1.8 2005/06/05 12:22:47 hansmi Exp $
+
+ 05 Jun 2005; Michael Hanselmann <hansmi@gentoo.org> nqc-2.5.1.ebuild:
+ Stable on ppc.
22 Mar 2005; Ciaran McCreesh <ciaranm@gentoo.org> nqc-2.5.1.ebuild:
Fix einfo, bug #70854
diff --git a/dev-lang/nqc/nqc-2.5.1.ebuild b/dev-lang/nqc/nqc-2.5.1.ebuild
index 9f930a535f74..eaf5183342d8 100644
--- a/dev-lang/nqc/nqc-2.5.1.ebuild
+++ b/dev-lang/nqc/nqc-2.5.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.8 2005/03/22 23:45:47 ciaranm Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/nqc/nqc-2.5.1.ebuild,v 1.9 2005/06/05 12:22:47 hansmi Exp $
My_PV="`echo $PV|cut -d. -f1,2`.r`echo $PV|cut -d. -f3`"
My_P="${PN}-${My_PV}"
@@ -11,7 +11,7 @@ HOMEPAGE="http://www.baumfamily.org/nqc/"
SLOT="0"
LICENSE="MPL-1.0"
-KEYWORDS="x86 ~ppc"
+KEYWORDS="ppc x86"
IUSE=""
DEPEND="virtual/libc"