summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-05-13 09:27:42 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-05-13 09:27:42 +0000
commitc83dfc6daa15ecab2caa34bcd2b0bd531dca4433 (patch)
tree250be0e6df0364c9d51f8d67aa1185249fa9d7fe /dev-haskell/cpphs
parentVersion bump. (diff)
downloadhistorical-c83dfc6daa15ecab2caa34bcd2b0bd531dca4433.tar.gz
historical-c83dfc6daa15ecab2caa34bcd2b0bd531dca4433.tar.bz2
historical-c83dfc6daa15ecab2caa34bcd2b0bd531dca4433.zip
Version bump. Removed old.
Package-Manager: portage-2.2.0_alpha101_p6/cvs/Linux x86_64
Diffstat (limited to 'dev-haskell/cpphs')
-rw-r--r--dev-haskell/cpphs/ChangeLog8
-rw-r--r--dev-haskell/cpphs/cpphs-1.13.3.ebuild21
-rw-r--r--dev-haskell/cpphs/cpphs-1.2.ebuild23
3 files changed, 28 insertions, 24 deletions
diff --git a/dev-haskell/cpphs/ChangeLog b/dev-haskell/cpphs/ChangeLog
index 92203727e97d..c4726b823c25 100644
--- a/dev-haskell/cpphs/ChangeLog
+++ b/dev-haskell/cpphs/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for dev-haskell/cpphs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.31 2012/03/17 22:16:09 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/ChangeLog,v 1.32 2012/05/13 09:27:42 slyfox Exp $
+
+*cpphs-1.13.3 (13 May 2012)
+
+ 13 May 2012; Sergei Trofimovich <slyfox@gentoo.org> +cpphs-1.13.3.ebuild,
+ -cpphs-1.2.ebuild:
+ Version bump. Removed old.
17 Mar 2012; Sergei Trofimovich <slyfox@gentoo.org> cpphs-1.12.ebuild:
alpha/ia64/sparc stable (bug #399975).
diff --git a/dev-haskell/cpphs/cpphs-1.13.3.ebuild b/dev-haskell/cpphs/cpphs-1.13.3.ebuild
new file mode 100644
index 000000000000..446926dc8590
--- /dev/null
+++ b/dev-haskell/cpphs/cpphs-1.13.3.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.3.ebuild,v 1.1 2012/05/13 09:27:42 slyfox 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"
diff --git a/dev-haskell/cpphs/cpphs-1.2.ebuild b/dev-haskell/cpphs/cpphs-1.2.ebuild
deleted file mode 100644
index 5f9dace9e409..000000000000
--- a/dev-haskell/cpphs/cpphs-1.2.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2007 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-haskell/cpphs/cpphs-1.2.ebuild,v 1.9 2007/10/31 12:54:50 dcoutts Exp $
-
-CABAL_FEATURES="bin lib profile"
-inherit eutils haskell-cabal
-
-DESCRIPTION="A liberalised cpp-a-like preprocessor for Haskell"
-HOMEPAGE="http://haskell.org/cpphs/"
-SRC_URI="http://www.cs.york.ac.uk/fp/cpphs/${P}.tar.gz"
-
-LICENSE="GPL-2 LGPL-2.1"
-SLOT="0"
-KEYWORDS="amd64 ~ia64 ppc ppc64 sparc x86"
-IUSE=""
-
-DEPEND="dev-lang/ghc"
-
-src_install() {
- cabal_src_install
- dohtml docs/index.html
- doman docs/cpphs.1
-}