diff options
author | 2008-07-15 16:23:29 +0000 | |
---|---|---|
committer | 2008-07-15 16:23:29 +0000 | |
commit | 61929ee3be5b39d7487fc5d9c591a45a2ebce552 (patch) | |
tree | c231b8907d8dd01d4e61093ee5c00aa2ef2fae75 /dev-haskell | |
parent | old (diff) | |
download | gentoo-2-61929ee3be5b39d7487fc5d9c591a45a2ebce552.tar.gz gentoo-2-61929ee3be5b39d7487fc5d9c591a45a2ebce552.tar.bz2 gentoo-2-61929ee3be5b39d7487fc5d9c591a45a2ebce552.zip |
Marked ~hppa too.
(Portage version: 2.2_rc1/cvs/Linux 2.6.24-gentoo-r2-JeR i686)
Diffstat (limited to 'dev-haskell')
-rw-r--r-- | dev-haskell/fgl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-haskell/fgl/fgl-5.4.1.1.ebuild | 6 | ||||
-rw-r--r-- | dev-haskell/fgl/fgl-5.4.1.ebuild | 6 |
3 files changed, 11 insertions, 7 deletions
diff --git a/dev-haskell/fgl/ChangeLog b/dev-haskell/fgl/ChangeLog index e608b35807a6..7cf8f15eaba6 100644 --- a/dev-haskell/fgl/ChangeLog +++ b/dev-haskell/fgl/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-haskell/fgl # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.28 2008/07/06 20:33:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/ChangeLog,v 1.29 2008/07/15 16:23:29 jer Exp $ + + 15 Jul 2008; Jeroen Roovers <jer@gentoo.org> fgl-5.4.1.ebuild, + fgl-5.4.1.1.ebuild: + Marked ~hppa too. 06 Jul 2008; Markus Meier <maekke@gentoo.org> fgl-5.4.1.1.ebuild: amd64/x86 stable, bug #230919 diff --git a/dev-haskell/fgl/fgl-5.4.1.1.ebuild b/dev-haskell/fgl/fgl-5.4.1.1.ebuild index 00b4b78bfbb9..4601484970ec 100644 --- a/dev-haskell/fgl/fgl-5.4.1.1.ebuild +++ b/dev-haskell/fgl/fgl-5.4.1.1.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-haskell/fgl/fgl-5.4.1.1.ebuild,v 1.2 2008/07/06 20:33:14 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.1.1.ebuild,v 1.3 2008/07/15 16:23:29 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal versionator @@ -11,14 +11,14 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86" +KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~sparc x86" IUSE="" DEPEND=">=dev-lang/ghc-6.4 dev-haskell/mtl" src_unpack() { - unpack "${A}" + unpack ${A} if ! version_is_at_least "6.8" "$(ghc-version)"; then sed -i -e 's/, containers, array//' "${S}/fgl.cabal" diff --git a/dev-haskell/fgl/fgl-5.4.1.ebuild b/dev-haskell/fgl/fgl-5.4.1.ebuild index ee2b483dbdb0..e08ca69b963d 100644 --- a/dev-haskell/fgl/fgl-5.4.1.ebuild +++ b/dev-haskell/fgl/fgl-5.4.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.1.ebuild,v 1.7 2007/12/16 20:22:44 drac Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-haskell/fgl/fgl-5.4.1.ebuild,v 1.8 2008/07/15 16:23:29 jer Exp $ CABAL_FEATURES="lib profile haddock" inherit haskell-cabal @@ -23,6 +23,6 @@ S="${WORKDIR}/ghc-${GHC_PV}/libraries/${PN}" # Sadly Setup.hs in the ghc-6.6.1 extralibs was not tested with Cabal-1.1.6.x src_unpack() { - unpack "${A}" + unpack ${A} sed -i -e "/type Hook/ s/UserHooks/Maybe UserHooks/" "${S}/Setup.hs" } |