summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2012-01-23 11:40:04 +0000
committerMark Wright <gienah@gentoo.org>2012-01-23 11:40:04 +0000
commit11cf77264d7b437ddb64ccf5712e83b831ea11eb (patch)
treee4cc5e70c2857474ddf3466cb75deb31d3ef7f46 /dev-haskell
parentBump haskell-src-exts to 1.11.1. (diff)
downloadgentoo-2-11cf77264d7b437ddb64ccf5712e83b831ea11eb.tar.gz
gentoo-2-11cf77264d7b437ddb64ccf5712e83b831ea11eb.tar.bz2
gentoo-2-11cf77264d7b437ddb64ccf5712e83b831ea11eb.zip
Bump cpphs to 1.13.2.
(Portage version: 2.1.10.44/cvs/Linux x86_64)
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/cpphs/ChangeLog9
-rw-r--r--dev-haskell/cpphs/cpphs-1.13.2.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog
index f79973322a71..3e0deef93fb1 100644
--- a/dev-haskell/cpphs/ChangeLog
+++ b/dev-haskell/cpphs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/cpphs
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.25 2011/08/01 21:13:39 slyfox Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.26 2012/01/23 11:40:04 gienah Exp $
+
+*cpphs-1.13.2 (23 Jan 2012)
+
+ 23 Jan 2012; Mark Wright <gienah@gentoo.org> +cpphs-1.13.2.ebuild:
+ Bump cpphs to 1.13.2.
01 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> -cpphs-1.7.ebuild:
Removed old.
diff --git a/dev-haskell/cpphs/cpphs-1.13.2.ebuild b/dev-haskell/cpphs/cpphs-1.13.2.ebuild
new file mode 100644
index 000000000000..e1cc91baa977
--- /dev/null
+++ b/dev-haskell/cpphs/cpphs-1.13.2.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.13.2.ebuild,v 1.1 2012/01/23 11:40:04 gienah Exp $
+
+EAPI="3"
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor."
+HOMEPAGE="http://haskell.org/cpphs/"
+SRC_URI="http://hackage.haskell.org/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="GPL-2 LGPL-2.1"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=dev-lang/ghc-6.10.1"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"