diff options
Diffstat (limited to 'dev-haskell/neat-interpolation')
-rw-r--r-- | dev-haskell/neat-interpolation/Manifest | 3 | ||||
-rw-r--r-- | dev-haskell/neat-interpolation/metadata.xml | 14 | ||||
-rw-r--r-- | dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild | 32 |
3 files changed, 0 insertions, 49 deletions
diff --git a/dev-haskell/neat-interpolation/Manifest b/dev-haskell/neat-interpolation/Manifest deleted file mode 100644 index ec3824468302..000000000000 --- a/dev-haskell/neat-interpolation/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST neat-interpolation-0.5.1.2.tar.gz 5757 BLAKE2B dd7b39a56d127d0be25a8968ec8047bcad58a0eb75956056bd71af01979f79a304119738026a46d215052dc2899817371ec24e6184866d2f9770080ee5a2a9c1 SHA512 147bfca831dccc4646cce7c91635d3885049c67c93c3da83a774eaf1c7f485fba14e695efa173fd3a125380c13d70fe3ca017c2179e161d8e53d60278bb0b7a8 -EBUILD neat-interpolation-0.5.1.2.ebuild 1104 BLAKE2B 2a320d2e000c28f305cf23a219f2d2bea15641b5e8aea227bf8c702e19c29d174bf2433d8d2fc80004d43f2d1f8bc2ab52c5ba486451a737aa181504aaad44d0 SHA512 8a5343d13a3fd701908ab21856ef235fad4786e8b8d745746a8d22d366ee890438ac8c9bafbc008f1c73b1fba86dd84aa368e9b59db850ce8cb91c795ede9e98 -MISC metadata.xml 529 BLAKE2B c032fa15c4dddd5e2d724121dd620c2a655953a2b1cdcacbdf7ff42fa3ead0b2cfb395286e2893ba41e0d84e4089b6e71b2000e8c99584a0df39672b34863a80 SHA512 8fa621dab8110fe53ccac4696fa1fe579a5e64d04dac2cbe04a387eb28144488840586e10f5d3eef45fc7ae7ba1cb503ac6d56f87b3ca4b85e09d2ed4f38d32c diff --git a/dev-haskell/neat-interpolation/metadata.xml b/dev-haskell/neat-interpolation/metadata.xml deleted file mode 100644 index ed6b90a78780..000000000000 --- a/dev-haskell/neat-interpolation/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>haskell@gentoo.org</email> - <name>Gentoo Haskell</name> - </maintainer> - <longdescription> - A quasiquoter for producing Text values with support for - a simple interpolation of input values. - It removes the excessive indentation from the input and - accurately manages the indentation of all lines of the interpolated variables. - </longdescription> -</pkgmetadata> diff --git a/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild b/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild deleted file mode 100644 index 2b836782cfc2..000000000000 --- a/dev-haskell/neat-interpolation/neat-interpolation-0.5.1.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -# ebuild generated by hackport 0.6.6.9999 - -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite" -inherit haskell-cabal - -DESCRIPTION="A quasiquoter for neat and simple multiline text interpolation" -HOMEPAGE="https://github.com/nikita-volkov/neat-interpolation" -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=">=dev-haskell/megaparsec-7:=[profile?] <dev-haskell/megaparsec-10:=[profile?] - >=dev-haskell/text-1:=[profile?] <dev-haskell/text-2:=[profile?] - >=dev-lang/ghc-8.0.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.24.0.0 - test? ( >=dev-haskell/quickcheck-2.13 <dev-haskell/quickcheck-3 - >=dev-haskell/quickcheck-instances-0.3.22 <dev-haskell/quickcheck-instances-0.4 - <dev-haskell/rerebase-2 - >=dev-haskell/tasty-1.2.3 <dev-haskell/tasty-2 - >=dev-haskell/tasty-hunit-0.10.0.2 <dev-haskell/tasty-hunit-0.11 - >=dev-haskell/tasty-quickcheck-0.10.1 <dev-haskell/tasty-quickcheck-0.11 ) -" |