diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-09-01 14:53:36 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-09-01 14:53:36 +0000 |
commit | 216801f5f91aed63f9e98ab99097acd5b3a177a0 (patch) | |
tree | 275eb7ac75cf697390fba2afc93971b5dbb07383 /dev-lang | |
parent | Changed dependency on dev-php/mod_php to virtual/httpd-php. Closes #102851. (diff) | |
download | gentoo-2-216801f5f91aed63f9e98ab99097acd5b3a177a0.tar.gz gentoo-2-216801f5f91aed63f9e98ab99097acd5b3a177a0.tar.bz2 gentoo-2-216801f5f91aed63f9e98ab99097acd5b3a177a0.zip |
Stable on sparc
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/ghc-bin/ChangeLog | 6 | ||||
-rw-r--r-- | dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.2.2.ebuild | 4 |
4 files changed, 13 insertions, 6 deletions
diff --git a/dev-lang/ghc-bin/ChangeLog b/dev-lang/ghc-bin/ChangeLog index d643abb700b0..e9cbd487f9d2 100644 --- a/dev-lang/ghc-bin/ChangeLog +++ b/dev-lang/ghc-bin/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-lang/ghc-bin # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.30 2005/08/31 18:21:03 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ChangeLog,v 1.31 2005/09/01 14:51:26 gustavoz Exp $ + + 01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> + ghc-bin-6.2.2-r1.ebuild: + Stable on sparc 31 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-bin-6.4.ebuild: Version 6.4 for ppc this time diff --git a/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild b/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild index 17f156efb82e..a65cb1a98fda 100644 --- a/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild +++ b/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.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/ghc-bin/ghc-bin-6.2.2-r1.ebuild,v 1.4 2005/08/31 01:35:18 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc-bin/ghc-bin-6.2.2-r1.ebuild,v 1.5 2005/09/01 14:51:26 gustavoz Exp $ IUSE="" # use the non-binary version if you want to have more choice @@ -12,7 +12,7 @@ SRC_URI="x86? ( mirror://gentoo/${P}-r1-x86.tbz2 ) HOMEPAGE="http://www.haskell.org/ghc/" LICENSE="as-is" -KEYWORDS="x86 -amd64 ~ppc ~sparc -alpha" +KEYWORDS="x86 -amd64 ~ppc sparc -alpha" SLOT="0" RESTRICT="nostrip" # already stripped diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index d5a68a2a07d4..af4c7c82dc06 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.64 2005/08/31 17:41:05 gustavoz Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.65 2005/09/01 14:53:36 gustavoz Exp $ + + 01 Sep 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.2.2.ebuild: + Stable on sparc 31 Aug 2005; Gustavo Zacarias <gustavoz@gentoo.org> ghc-6.4.ebuild: Fixed to build on ppc for real diff --git a/dev-lang/ghc/ghc-6.2.2.ebuild b/dev-lang/ghc/ghc-6.2.2.ebuild index cbe691738563..2eb8607fb2a9 100644 --- a/dev-lang/ghc/ghc-6.2.2.ebuild +++ b/dev-lang/ghc/ghc-6.2.2.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/ghc/ghc-6.2.2.ebuild,v 1.16 2005/08/17 10:26:09 kosmikus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.2.2.ebuild,v 1.17 2005/09/01 14:53:36 gustavoz Exp $ # Brief explanation of the bootstrap logic: # @@ -26,7 +26,7 @@ SRC_URI="http://www.haskell.org/ghc/dist/${PV}/ghc-${PV}-src.tar.bz2" LICENSE="as-is" SLOT="0" # removed amd64, because there's no binary to bootstrap from -KEYWORDS="x86 ppc -alpha -amd64 ~sparc" +KEYWORDS="x86 ppc -alpha -amd64 sparc" PROVIDE="virtual/ghc" |