summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLennart Kolmodin <kolmodin@gentoo.org>2009-08-01 15:32:54 +0000
committerLennart Kolmodin <kolmodin@gentoo.org>2009-08-01 15:32:54 +0000
commit936e83eaa69001131280e4a645aae62025ec67c4 (patch)
tree5f434557f07f25b6dffe6ebca61989089d0fec08 /dev-haskell
parentRemove "real" use flag mask, as its already in base (diff)
downloadgentoo-2-936e83eaa69001131280e4a645aae62025ec67c4.tar.gz
gentoo-2-936e83eaa69001131280e4a645aae62025ec67c4.tar.bz2
gentoo-2-936e83eaa69001131280e4a645aae62025ec67c4.zip
Version bump dev-haskell/filepath
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/filepath/ChangeLog10
-rw-r--r--dev-haskell/filepath/filepath-1.1.0.0.ebuild4
-rw-r--r--dev-haskell/filepath/filepath-1.1.0.2.ebuild21
3 files changed, 31 insertions, 4 deletions
diff --git a/dev-haskell/filepath/ChangeLog b/dev-haskell/filepath/ChangeLog
index d4646de2579a..454a8116fef9 100644
--- a/dev-haskell/filepath/ChangeLog
+++ b/dev-haskell/filepath/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/filepath
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.17 2008/10/04 19:52:29 fmccor Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/ChangeLog,v 1.18 2009/08/01 15:32:54 kolmodin Exp $
+
+*filepath-1.1.0.2 (01 Aug 2009)
+
+ 01 Aug 2009; Lennart Kolmodin <kolmodin@gentoo.org>
+ +filepath-1.1.0.2.ebuild:
+ Version bump, and add ~ppc to one older version.
04 Oct 2008; Ferris McCormick <fmccor@gentoo.org> filepath-1.1.0.0.ebuild:
Sparc stable, part of Bug #239368.
diff --git a/dev-haskell/filepath/filepath-1.1.0.0.ebuild b/dev-haskell/filepath/filepath-1.1.0.0.ebuild
index 8a4c496958fd..8c1e92b72ba0 100644
--- a/dev-haskell/filepath/filepath-1.1.0.0.ebuild
+++ b/dev-haskell/filepath/filepath-1.1.0.0.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/filepath/filepath-1.1.0.0.ebuild,v 1.5 2008/10/04 19:52:29 fmccor Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.0.ebuild,v 1.6 2009/08/01 15:32:54 kolmodin Exp $
CABAL_FEATURES="haddock lib profile"
inherit haskell-cabal
@@ -11,7 +11,7 @@ SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 sparc x86"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc sparc x86"
IUSE=""
DEPEND=">=dev-lang/ghc-6.4"
diff --git a/dev-haskell/filepath/filepath-1.1.0.2.ebuild b/dev-haskell/filepath/filepath-1.1.0.2.ebuild
new file mode 100644
index 000000000000..f3f7813bb408
--- /dev/null
+++ b/dev-haskell/filepath/filepath-1.1.0.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2009 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/filepath/filepath-1.1.0.2.ebuild,v 1.1 2009/08/01 15:32:54 kolmodin Exp $
+
+CABAL_FEATURES="lib profile haddock"
+inherit haskell-cabal
+
+DESCRIPTION="Library for manipulating FilePath's in a cross platform way."
+HOMEPAGE="http://www-users.cs.york.ac.uk/~ndm/filepath/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.6.1"
+DEPEND="${RDEPEND}
+ dev-haskell/cabal"
+
+CABAL_CORE_LIB_GHC_PV="6.10.2 6.10.3 6.10.4"