summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2012-12-22 21:21:51 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2012-12-22 21:21:51 +0000
commit852a4e5e8e1b61f7e68be1a9cc27b3d7ed33b3ba (patch)
tree3e248be586356eda7fe6a484963ee3cb4437626b /dev-haskell/cpphs/cpphs-1.12.ebuild
parentVersion bump. (diff)
downloadgentoo-2-852a4e5e8e1b61f7e68be1a9cc27b3d7ed33b3ba.tar.gz
gentoo-2-852a4e5e8e1b61f7e68be1a9cc27b3d7ed33b3ba.tar.bz2
gentoo-2-852a4e5e8e1b61f7e68be1a9cc27b3d7ed33b3ba.zip
Version bump.
(Portage version: 2.2.0_alpha149_p1/cvs/Linux x86_64, signed Manifest commit with key 611FF3AA)
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.12.ebuild')
-rw-r--r--dev-haskell/cpphs/cpphs-1.12.ebuild21
1 files changed, 0 insertions, 21 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.12.ebuild b/dev-haskell/cpphs/cpphs-1.12.ebuild
deleted file mode 100644
index 2753f3a87b3c..000000000000
--- a/dev-haskell/cpphs/cpphs-1.12.ebuild
+++ /dev/null
@@ -1,21 +0,0 @@
-# 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.12.ebuild,v 1.7 2012/09/12 15:15:34 qnikst 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="mirror://hackage/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=""