summaryrefslogtreecommitdiff
path: root/dev-haskell/attoparsec-conduit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-07-14 20:57:42 +0100
commit1798c4aeca70ac8d0a243684d6a798fbc65735f8 (patch)
treee48e19cb6fa03de18e1c63e1a93371b7ebc4eb56 /dev-haskell/attoparsec-conduit
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/attoparsec-conduit')
-rw-r--r--dev-haskell/attoparsec-conduit/Manifest5
-rw-r--r--dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild30
-rw-r--r--dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild25
-rw-r--r--dev-haskell/attoparsec-conduit/metadata.xml14
4 files changed, 0 insertions, 74 deletions
diff --git a/dev-haskell/attoparsec-conduit/Manifest b/dev-haskell/attoparsec-conduit/Manifest
deleted file mode 100644
index 690441c32980..000000000000
--- a/dev-haskell/attoparsec-conduit/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST attoparsec-conduit-1.0.1.2.tar.gz 4361 BLAKE2B f183c01074752963a9b1089cf877ecdb1e37fbcc420205e944b26c0f1927e785545f72887269f912f55ee8e74bbade607b318a89b3bac7b8d4cabc924969824c SHA512 25707a2ec55ce8da553cea00cc8b89866ada472cedfb21b4e37d477d9d405dc7b640dfc01b32878c71de886cf67c68b27c94e4911ec23850a55f648fcb1aabd7
-DIST attoparsec-conduit-1.1.0.tar.gz 1210 BLAKE2B b2a02358ff9516971d1abcca57c3c6e2eb9b83f83af3bbd9ed3b89af4977329fbf7dc9b776cef7383715d7911cfde0df41601aff07d50160c1bb3b463f3eedb6 SHA512 7a883b25cc1bfed03a35593927d51dba920fca8d29e610adb7a409807867241847583f68550cc1344a2e333639a703db860ac6c8f6e19f36595a9001e9334472
-EBUILD attoparsec-conduit-1.0.1.2.ebuild 832 BLAKE2B 8d22f02f0e427a2f0fda7c44b4f2418f95935bb8e983e615068d875670a3667d9d455ad5e54c2266d7216a0fb6f9cffd0fc471afd45ef2858df8aa915f1bbcfb SHA512 69111b3bb98940537e2c521314f348e522bb569b61583f49f59457c9ee69f507a537c7c0c322fc1da472bc07db66e6e6abc734fd8f31802d5dab791e8765a826
-EBUILD attoparsec-conduit-1.1.0.ebuild 575 BLAKE2B b5bc318eaf9c4771ff6b6f76b8aa52c0bace823a06ad60ea5ab8a99705f0db394e3af5db73f1ed09b168964cd13608c08cf35e00fb49fb6024e1e7766d12ac99 SHA512 a7026b63f72cc0273840cb2c4e8bd3259b504aae159110743696dc7012d07f50cc833da6636df9cf28952a5b212304e2104fb2357281e9231c39dca283d03466
-MISC metadata.xml 407 BLAKE2B 9bce6e6164ea0fcbd76efaf47190ce039cc0067b87d8414388904084d3e78127c01f8fa66e5a2e988d56141deb145fd15d504c0c97671e92b1eefbcc160c0860 SHA512 234b78264facb056392e4d69723d73d3ca7ae63829894d8e734410d7a547bb1771cca8af408a7a4afaa1908292cdad5d6e5aabb8ad5f644e867c80edaf44228f
diff --git a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild
deleted file mode 100644
index 3cda0bc824e0..000000000000
--- a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.0.1.2.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.2.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Consume attoparsec parsers via conduit"
-HOMEPAGE="https://github.com/snoyberg/conduit"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/attoparsec-0.10:=[profile?]
- =dev-haskell/conduit-1.0*:=[profile?]
- >=dev-haskell/text-0.11:=[profile?]
- >=dev-haskell/transformers-0.2.2:=[profile?]
- <dev-haskell/transformers-0.4:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/resourcet
- )"
diff --git a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild b/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild
deleted file mode 100644
index 47c2d3fae38e..000000000000
--- a/dev-haskell/attoparsec-conduit/attoparsec-conduit-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="lib profile"
-inherit haskell-cabal
-
-DESCRIPTION="Consume attoparsec parsers via conduit. (deprecated)"
-HOMEPAGE="https://github.com/snoyberg/conduit"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND=">=dev-haskell/conduit-1.1:=[profile?]
- >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
-"
diff --git a/dev-haskell/attoparsec-conduit/metadata.xml b/dev-haskell/attoparsec-conduit/metadata.xml
deleted file mode 100644
index f58272adb545..000000000000
--- a/dev-haskell/attoparsec-conduit/metadata.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>haskell@gentoo.org</email>
- <name>Gentoo Haskell</name>
- </maintainer>
- <longdescription>
- Turn attoparsec parsers into sinks.
- </longdescription>
- <upstream>
- <remote-id type="github">snoyberg/conduit</remote-id>
- </upstream>
-</pkgmetadata>