summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Wright <gienah@gentoo.org>2013-09-13 05:50:41 +0000
committerMark Wright <gienah@gentoo.org>2013-09-13 05:50:41 +0000
commitd3e08a58ba4adacc5c0e69d9a7cce73fb4e12289 (patch)
treee244c9dc2451d00ae0748b3b1c573531a544fee4 /dev-haskell/cpphs
parentBump (diff)
downloadgentoo-2-d3e08a58ba4adacc5c0e69d9a7cce73fb4e12289.tar.gz
gentoo-2-d3e08a58ba4adacc5c0e69d9a7cce73fb4e12289.tar.bz2
gentoo-2-d3e08a58ba4adacc5c0e69d9a7cce73fb4e12289.zip
Bump cpphs to 1.17.1
(Portage version: 2.2.3/cvs/Linux x86_64, signed Manifest commit with key 618E971F)
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r--dev-haskell/cpphs/ChangeLog7
-rw-r--r--dev-haskell/cpphs/cpphs-1.17.1.ebuild23
2 files changed, 29 insertions, 1 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog
index 84fd7451bd2a..3b08844f94d3 100644
--- a/dev-haskell/cpphs/ChangeLog
+++ b/dev-haskell/cpphs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for dev-haskell/cpphs
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.54 2013/08/07 13:29:59 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.55 2013/09/13 05:50:41 gienah Exp $
+
+*cpphs-1.17.1 (13 Sep 2013)
+
+ 13 Sep 2013; Mark Wright <gienah@gentoo.org> +cpphs-1.17.1.ebuild:
+ Bump cpphs to 1.17.1
07 Aug 2013; Agostino Sarubbo <ago@gentoo.org> cpphs-1.16.ebuild:
Stable for x86, wrt bug #470354
diff --git a/dev-haskell/cpphs/cpphs-1.17.1.ebuild b/dev-haskell/cpphs/cpphs-1.17.1.ebuild
new file mode 100644
index 000000000000..40eb16cb6b58
--- /dev/null
+++ b/dev-haskell/cpphs/cpphs-1.17.1.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2013 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.17.1.ebuild,v 1.1 2013/09/13 05:50:41 gienah Exp $
+
+EAPI=5
+
+# ebuild generated by hackport 0.3.3.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://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-lang/ghc-6.10.4:="
+DEPEND="${RDEPEND}
+ >=dev-haskell/cabal-1.6"