dev-haskell/preprocessor-tools: drop old

Package-Manager: Portage-3.0.6, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
This commit is contained in:
Sergei Trofimovich
2020-09-12 22:52:39 +01:00
parent d79eb1c6ee
commit b5d5f58ad6
2 changed files with 0 additions and 28 deletions

View File

@@ -1,2 +1 @@
DIST preprocessor-tools-1.0.1.tar.gz 9895 BLAKE2B 5ca349188749a776ff203645f14f46d4f613d30c0ba48833426735cc27642b0f7bd85ffa3937396b5cb49df4a3b569388c304c6ea8942764fbc269da3f3fa5d1 SHA512 b039c763eda293950a73c089903bbc2f447b92740077c042a764c2523db581450c96e3fda7ae177336d96626283283843c93006eca73d02951ca9067a3b12665
DIST preprocessor-tools-2.0.2.tar.gz 9892 BLAKE2B bebe957c2c312a166bda3b973eede491a6604cedcd1a82e78455298f9074701324b98b4b8c0c469299cd69829167e1c05535db2f7328f2f6fe6c5eb32d14b9d7 SHA512 7a88f62aa06cca5234e6e6eae68ddfb8790023f0f090412164eb1728dd6c3c409c665498e00f5b19f2e6765a3e4eaca205590605c4b88bf7164890e449edb1fa

View File

@@ -1,27 +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.4.9999
CABAL_FEATURES="lib profile haddock hoogle hscolour"
inherit haskell-cabal
DESCRIPTION="A framework for extending Haskell's syntax via quick-and-dirty preprocessors"
HOMEPAGE="https://hackage.haskell.org/package/preprocessor-tools"
SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
LICENSE="BSD"
SLOT="0/${PV}"
KEYWORDS="~amd64 ~x86"
IUSE=""
RDEPEND=">=dev-haskell/mtl-1:=[profile?] <dev-haskell/mtl-3:=[profile?]
>=dev-haskell/parsec-3:=[profile?] <dev-haskell/parsec-4:=[profile?]
>=dev-haskell/syb-0:=[profile?] <dev-haskell/syb-1:=[profile?]
>=dev-lang/ghc-7.4.1:=
"
DEPEND="${RDEPEND}
>=dev-haskell/cabal-1.2.3
"