diff options
author | Jeroen Roovers <jer@gentoo.org> | 2008-01-29 18:03:27 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2008-01-29 18:03:27 +0000 |
commit | 9c71142b46fcd3e21c1ce90521829a23e27f003c (patch) | |
tree | 1d2938129be997b4582f22599689db7ea0c6add1 /dev-lang/ghc | |
parent | Add a slot dep on libsoup to prepare for the new 2.4 slot (diff) | |
download | gentoo-2-9c71142b46fcd3e21c1ce90521829a23e27f003c.tar.gz gentoo-2-9c71142b46fcd3e21c1ce90521829a23e27f003c.tar.bz2 gentoo-2-9c71142b46fcd3e21c1ce90521829a23e27f003c.zip |
Marked ~hppa (bug #206643).
(Portage version: 2.1.4)
Diffstat (limited to 'dev-lang/ghc')
-rw-r--r-- | dev-lang/ghc/ChangeLog | 5 | ||||
-rw-r--r-- | dev-lang/ghc/files/digest-ghc-6.8.2 | 3 | ||||
-rw-r--r-- | dev-lang/ghc/ghc-6.8.2.ebuild | 9 |
3 files changed, 12 insertions, 5 deletions
diff --git a/dev-lang/ghc/ChangeLog b/dev-lang/ghc/ChangeLog index fafb3c0d10b8..4b88591d18d6 100644 --- a/dev-lang/ghc/ChangeLog +++ b/dev-lang/ghc/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/ghc # Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.149 2008/01/26 19:53:25 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ChangeLog,v 1.150 2008/01/29 18:03:26 jer Exp $ + + 29 Jan 2008; Jeroen Roovers <jer@gentoo.org> ghc-6.8.2.ebuild: + Marked ~hppa (bug #206643). 26 Jan 2008; Duncan Coutts <dcoutts@gentoo.org> ghc-6.8.2.ebuild: Drop ~alpha ~hppa ~ia64 ~ppc ~ppc64 keywords as per bug #206643. diff --git a/dev-lang/ghc/files/digest-ghc-6.8.2 b/dev-lang/ghc/files/digest-ghc-6.8.2 index 7a8f93fba6d4..83b657d2945b 100644 --- a/dev-lang/ghc/files/digest-ghc-6.8.2 +++ b/dev-lang/ghc/files/digest-ghc-6.8.2 @@ -4,6 +4,9 @@ SHA256 2d10f973c35e8d7d9f62b53e26fef90177a9a15105cda4b917340ba7696a22d9 ghc-6.8. MD5 1c9a52c230ce88867cf7010f38bd1729 ghc-bin-6.8.2-amd64.tbz2 31838398 RMD160 6e35229a2d4506dfec6ae732199d5f1cd79c91ef ghc-bin-6.8.2-amd64.tbz2 31838398 SHA256 d4510773b96afc3b89e6820fd4d0de3ebad34bbee0c200542bd1ad917b97020e ghc-bin-6.8.2-amd64.tbz2 31838398 +MD5 58379ce457612ebf49af78ea70a9d1c8 ghc-bin-6.8.2-hppa.tbz2 63658207 +RMD160 9753bcef20a805ab27b3f4eae9cacc4493d0d4d6 ghc-bin-6.8.2-hppa.tbz2 63658207 +SHA256 979b75550cbb45283766a7185adeb83fd338d26b5af82f08ac8f3d1963f312f3 ghc-bin-6.8.2-hppa.tbz2 63658207 MD5 fb916bc23118d2a527e88f6bf096eca4 ghc-bin-6.8.2-sparc.tbz2 47563989 RMD160 7acbb0284ab02e501d28ef520c451b8022440b63 ghc-bin-6.8.2-sparc.tbz2 47563989 SHA256 b9c391858ccc63137197445541966dd01427f549ef5d45e4359a588613821c4e ghc-bin-6.8.2-sparc.tbz2 47563989 diff --git a/dev-lang/ghc/ghc-6.8.2.ebuild b/dev-lang/ghc/ghc-6.8.2.ebuild index 30923566b862..ed2cd15deb75 100644 --- a/dev-lang/ghc/ghc-6.8.2.ebuild +++ b/dev-lang/ghc/ghc-6.8.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.2 2008/01/26 19:53:25 dcoutts Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/ghc/ghc-6.8.2.ebuild,v 1.3 2008/01/29 18:03:26 jer Exp $ # Brief explanation of the bootstrap logic: # @@ -40,12 +40,13 @@ EXTRA_SRC_URI="${PV}" SRC_URI="!binary? ( http://haskell.org/ghc/dist/${EXTRA_SRC_URI}/${P}-src.tar.bz2 ) amd64? ( mirror://gentoo/ghc-bin-${PV}-amd64.tbz2 ) + hppa? ( mirror://gentoo/ghc-bin-${PV}-hppa.tbz2 ) sparc? ( mirror://gentoo/ghc-bin-${PV}-sparc.tbz2 ) x86? ( mirror://gentoo/ghc-bin-${PV}-x86.tbz2 )" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~sparc ~x86" +KEYWORDS="~amd64 ~hppa ~sparc ~x86" IUSE="binary doc ghcbootstrap" RDEPEND=" @@ -127,9 +128,9 @@ pkg_setup() { die "USE=\"ghcbootstrap binary\" is not a valid combination." [[ -z $(type -P ghc) ]] && \ die "Could not find a ghc to bootstrap with." - elif use alpha || use hppa || use ia64 || use ppc || use ppc64; then + elif use alpha || use ia64 || use ppc || use ppc64; then eerror "No binary .tbz2 package available yet for these arches:" - eerror " alpha, hppa, ia64, ppc, ppc64" + eerror " alpha, ia64, ppc, ppc64" eerror "Please try emerging with USE=ghcbootstrap and report build" eerror "sucess or failure to the haskell team (haskell@gentoo.org)" die "No binary available for this arch yet, USE=ghcbootstrap" |