summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell')
-rw-r--r--dev-haskell/cpphs/ChangeLog9
-rw-r--r--dev-haskell/cpphs/cpphs-1.12.ebuild21
2 files changed, 28 insertions, 2 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog
index 73fd2de35970..d42f697d139b 100644
--- a/dev-haskell/cpphs/ChangeLog
+++ b/dev-haskell/cpphs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/cpphs
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.23 2010/07/24 18:10:59 slyfox Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.24 2011/08/01 21:11:49 slyfox Exp $
+
+*cpphs-1.12 (01 Aug 2011)
+
+ 01 Aug 2011; Sergei Trofimovich <slyfox@gentoo.org> +cpphs-1.12.ebuild:
+ Version bump.
24 Jul 2010; Sergei Trofimovich <slyfox@gentoo.org> -cpphs-1.1.ebuild,
-cpphs-1.3.ebuild, -cpphs-1.5.ebuild, cpphs-1.7.ebuild:
diff --git a/dev-haskell/cpphs/cpphs-1.12.ebuild b/dev-haskell/cpphs/cpphs-1.12.ebuild
new file mode 100644
index 000000000000..d6bdb9090daa
--- /dev/null
+++ b/dev-haskell/cpphs/cpphs-1.12.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.12.ebuild,v 1.1 2011/08/01 21:11:49 slyfox Exp $
+
+EAPI="3"
+
+CABAL_FEATURES="bin lib profile haddock 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=""
+
+DEPEND=">=dev-lang/ghc-6.10.1
+ dev-haskell/cabal"
+RDEPEND=""