commit:     dbf25fba3ebf2f02b14f153237f4722130d44e90
Author:     matoro <matoro <AT> users <DOT> noreply <DOT> github <DOT> com>
AuthorDate: Sat Jul 30 05:00:23 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Jul 30 05:59:00 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbf25fba

dev-haskell/attoparsec: drop 0.13.2.3

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-haskell/attoparsec/Manifest                   |  1 -
 dev-haskell/attoparsec/attoparsec-0.13.2.3.ebuild | 36 -----------------------
 2 files changed, 37 deletions(-)

diff --git a/dev-haskell/attoparsec/Manifest b/dev-haskell/attoparsec/Manifest
index fb118ac794ad..356b98b135f3 100644
--- a/dev-haskell/attoparsec/Manifest
+++ b/dev-haskell/attoparsec/Manifest
@@ -1,2 +1 @@
-DIST attoparsec-0.13.2.3.tar.gz 162346 BLAKE2B 
02bcd5d2c4993db547a723fa9f30ddca882a3c13d7c68073e9ed2b093def2f86062b5d9d5c87d9a5ccd13d59ef1b2f962537979320d56444027a1fc931dc98fc
 SHA512 
84805ff547f1aa5eebd320c1bd738bc1098a9789fb330eff7bdcb1b0477e9709d86f93bd8848f4a8501a123b6add6bd22af59cfa94af66f1d57703745706a194
 DIST attoparsec-0.14.4.tar.gz 160701 BLAKE2B 
eb7094b0e1b064f5b10c198950b33a085722ee22bd6f0036c8e53aa5475f1b40fe08d528ec3afd547b13cd5712a51e5bcb86a8465a59174a35d603b3f9c13a0a
 SHA512 
48aa7743b24def2db7041e3e0189d9844194c42b5d216ff5060806a80eb550200ddcb11e9321a910ac4881ffdd7381d80a4b88a73acfb29209c650eababb925b

diff --git a/dev-haskell/attoparsec/attoparsec-0.13.2.3.ebuild 
b/dev-haskell/attoparsec/attoparsec-0.13.2.3.ebuild
deleted file mode 100644
index 20e44cf82d48..000000000000
--- a/dev-haskell/attoparsec/attoparsec-0.13.2.3.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-# ebuild generated by hackport 0.6.1.9999
-#hackport: flags: -developer
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour" # Disable test-suite: 
circular depends
-inherit haskell-cabal
-
-DESCRIPTION="Fast combinator parsing for bytestrings and text"
-HOMEPAGE="https://github.com/bos/attoparsec";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # QC-2.10 finds contradiction
-
-RDEPEND=">=dev-haskell/fail-4.9:=[profile?] <dev-haskell/fail-4.10:=[profile?]
-       >=dev-haskell/scientific-0.3.1:=[profile?] 
<dev-haskell/scientific-0.4:=[profile?]
-       >=dev-haskell/semigroups-0.16.1:=[profile?] 
<dev-haskell/semigroups-0.20:=[profile?]
-       >=dev-haskell/text-1.1.1.3:=[profile?]
-       >=dev-lang/ghc-7.8.2:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.18.1.3
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=-developer
-}

Reply via email to