summaryrefslogtreecommitdiff
path: root/dev-haskell/cpphs/cpphs-1.20.8.ebuild
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-12-27 10:54:17 +0000
committerSergei Trofimovich <slyfox@gentoo.org>2020-12-27 11:01:15 +0000
commit8542c89273f7a4ac94924a8309e7639281a0b3ce (patch)
tree807273e2f21dd9d7025546f9315c227d22e0eaba /dev-haskell/cpphs/cpphs-1.20.8.ebuild
parentda9731dc7621b6749ef9629067b26dcbe61f8a78 (diff)
downloadgentoo-8542c89273f7a4ac94924a8309e7639281a0b3ce.tar.gz
gentoo-8542c89273f7a4ac94924a8309e7639281a0b3ce.tar.bz2
gentoo-8542c89273f7a4ac94924a8309e7639281a0b3ce.zip
dev-haskell/cpphs: drop old
Package-Manager: Portage-3.0.12, Repoman-3.0.2 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.20.8.ebuild')
-rw-r--r--dev-haskell/cpphs/cpphs-1.20.8.ebuild27
1 files changed, 0 insertions, 27 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.20.8.ebuild b/dev-haskell/cpphs/cpphs-1.20.8.ebuild
deleted file mode 100644
index 95b8effa927d..000000000000
--- a/dev-haskell/cpphs/cpphs-1.20.8.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.3.9999
-
-CABAL_FEATURES="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="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="LGPL-2.1"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~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
-"