diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 15:30:49 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-09-12 15:36:49 +0100 |
commit | 164c4611792246b7395e2f1058cfde030d9c0bc2 (patch) | |
tree | 8719d8fc47720d0a195c24d7d4e2ebaf0267156a /dev-haskell/cpphs/cpphs-1.18.8.ebuild | |
parent | dev-haskell/cookie: drop old (diff) | |
download | gentoo-164c4611792246b7395e2f1058cfde030d9c0bc2.tar.gz gentoo-164c4611792246b7395e2f1058cfde030d9c0bc2.tar.bz2 gentoo-164c4611792246b7395e2f1058cfde030d9c0bc2.zip |
dev-haskell/cpphs: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/cpphs/cpphs-1.18.8.ebuild')
-rw-r--r-- | dev-haskell/cpphs/cpphs-1.18.8.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/dev-haskell/cpphs/cpphs-1.18.8.ebuild b/dev-haskell/cpphs/cpphs-1.18.8.ebuild deleted file mode 100644 index 7e0ce4c79916..000000000000 --- a/dev-haskell/cpphs/cpphs-1.18.8.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -# ebuild generated by hackport 0.4.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://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/polyparse-1.9:=[profile?] - >=dev-lang/ghc-7.4.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.6 -" |