From 1798c4aeca70ac8d0a243684d6a798fbc65735f8 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 14 Jul 2018 20:57:42 +0100 Subject: gentoo resync : 14.07.2018 --- dev-haskell/neat-interpolation/Manifest | 3 --- dev-haskell/neat-interpolation/metadata.xml | 14 ----------- .../neat-interpolation-0.3.2.1.ebuild | 28 ---------------------- 3 files changed, 45 deletions(-) delete mode 100644 dev-haskell/neat-interpolation/Manifest delete mode 100644 dev-haskell/neat-interpolation/metadata.xml delete mode 100644 dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild (limited to 'dev-haskell/neat-interpolation') diff --git a/dev-haskell/neat-interpolation/Manifest b/dev-haskell/neat-interpolation/Manifest deleted file mode 100644 index c675537718b9..000000000000 --- a/dev-haskell/neat-interpolation/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST neat-interpolation-0.3.2.1.tar.gz 4339 BLAKE2B e3f7a87308839de027e566bb5498ab7d1983bfaa8c81ee225a18d40e3cf5a3ad31dc8f52660e85f1532e33fcc5bc29e6ffcc3d9bf69095ef7d5408cf98231659 SHA512 aaefc95b85e8546bd20848b3d4da39437b48e5e3c54829f9ae06f8f4021752812a643a638bcc10213db168d3217bd8913b2feec81d90199a14eea8c35fe62245 -EBUILD neat-interpolation-0.3.2.1.ebuild 832 BLAKE2B a14ec55722005fa2162268e61f86a39ea5a53221c411f63750683f53bac1a967e61417ed79752685909975593e06eac03467b7837c5130933a80a4d19a02dd74 SHA512 bdbdcd5434452c50f0452d64009bac73b6b35e41616aefff5d6fde9a9a26426008e1049fc2c64b943b95dc5e32dc06318381323a61dcbf362f1fcc4e92eba179 -MISC metadata.xml 528 BLAKE2B 8f1ce2fd25af69785d68ddc9dda15763c223577601992b171479ad804a75de01dc8acd97afff5ff9230d3dbf08f935d6ea37dc82620860571f7727ec1834b678 SHA512 0f3cad29fba3eeeb53a1b9091ed7dab3799f1dca2df3896976785edbd8b194676fe42d8f0ee642fb74eb69afea8ef2ffadbb8e3bf39799ec25a87f36e7df48d9 diff --git a/dev-haskell/neat-interpolation/metadata.xml b/dev-haskell/neat-interpolation/metadata.xml deleted file mode 100644 index d8ffb5043713..000000000000 --- a/dev-haskell/neat-interpolation/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - haskell@gentoo.org - Gentoo Haskell - - - 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. - - diff --git a/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild b/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild deleted file mode 100644 index e33689966ee2..000000000000 --- a/dev-haskell/neat-interpolation/neat-interpolation-0.3.2.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -# ebuild generated by hackport 0.5.1.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="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz" - -LICENSE="MIT" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND="=dev-haskell/parsec-3:=[profile?] =dev-haskell/text-1:=[profile?] =dev-lang/ghc-7.6.1:= -" -DEPEND="${RDEPEND} - >=dev-haskell/cabal-1.16.0 - test? ( >=dev-haskell/htf-0.11