summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-09-11 14:05:44 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-09-11 14:17:42 +0100
commitcbb129704edc3c941717951695deec98ece48b95 (patch)
tree4a4af4a5dd96db0f32f292d13c6ffe2e68d61f88 /dev-haskell/cpphs/cpphs-1.20.2.ebuild
parentdev-ruby/jquery-ui-rails: add ruby22 (diff)
downloadgentoo-cbb129704edc3c941717951695deec98ece48b95.tar.gz
gentoo-cbb129704edc3c941717951695deec98ece48b95.tar.bz2
gentoo-cbb129704edc3c941717951695deec98ece48b95.zip
dev-haskell/cpphs: bump up to 1.20.2
Package-Manager: portage-2.3.0
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.20.2.ebuild')
-rw-r--r--dev-haskell/cpphs/cpphs-1.20.2.ebuild28
1 files changed, 28 insertions, 0 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.20.2.ebuild b/dev-haskell/cpphs/cpphs-1.20.2.ebuild
new file mode 100644
index 000000000000..0750c44d0ed3
--- /dev/null
+++ b/dev-haskell/cpphs/cpphs-1.20.2.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=6
+
+# ebuild generated by hackport 0.5.9999
+
+CABAL_FEATURES="bin lib profile haddock hoogle hscolour"
+inherit haskell-cabal
+
+DESCRIPTION="A liberalised re-implementation of cpp, the C pre-processor"
+HOMEPAGE="http://projects.haskell.org/cpphs/"
+SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
+
+LICENSE="LGPL-2.1"
+SLOT="0/${PV}"
+KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+IUSE=""
+
+RDEPEND="dev-haskell/old-locale:=[profile?]
+ dev-haskell/old-time:=[profile?]
+ >=dev-haskell/polyparse-1.9:=[profile?]
+ >=dev-lang/ghc-7.4.1:=
+"
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6
+"