summaryrefslogtreecommitdiff
path: root/dev-haskell/http-common
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/http-common
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/http-common')
-rw-r--r--dev-haskell/http-common/Manifest3
-rw-r--r--dev-haskell/http-common/http-common-0.8.2.0.ebuild32
-rw-r--r--dev-haskell/http-common/metadata.xml16
3 files changed, 0 insertions, 51 deletions
diff --git a/dev-haskell/http-common/Manifest b/dev-haskell/http-common/Manifest
deleted file mode 100644
index e753245997a1..000000000000
--- a/dev-haskell/http-common/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST http-common-0.8.2.0.tar.gz 9473 BLAKE2B 7c37f7b605f3014d15d7b89250ecad915acb79ee1c246f3410b2c206189a64fd29a6adfc1b57c05f3a10cf22b8edebf899cea71e37b5ffdeac1702be615644a6 SHA512 e02e9b08235483220856ed1cacebea1910ec41451d7ec68b86a2193f5c050f74ef3747a4a2c35c560795727d9f62ee6485cfd1ed5597fb7645ce6339f969851a
-EBUILD http-common-0.8.2.0.ebuild 859 BLAKE2B c88ef84af1a9be97155f5a00b465f95634dbabe8be98a9c5a9b1767a8acd8f60121d8bc6241785e614ec89ba8d347fb5e179e437f6d0c93330bd3907428eba79 SHA512 8baa8893b9bd881407b9b550b194fb166ab1735e981bc29b52e7fd97709983397c28ca250f0723e4dc1283abf5dd394a65b6cb436d1df1cc9bbc4b2edfb16b3f
-MISC metadata.xml 599 BLAKE2B 8087c1a7abe5ba1ed5b23d87425dcb196fdb6f19658d9c0bf26f9446176dfba35702ed3d3bf151562363422819ddafb044fee82a370b9eb45078ffe0c8657b5b SHA512 4feaa9c2215dd5d320a3c4dcd520487c0d5df34b0a1a3cd1fc0b5a8bd9333f6c5fcdcae385f854c0baaa058f3ab88a0a844f670bd8d339285e41d5f89016217b
diff --git a/dev-haskell/http-common/http-common-0.8.2.0.ebuild b/dev-haskell/http-common/http-common-0.8.2.0.ebuild
deleted file mode 100644
index c8f33d0217ac..000000000000
--- a/dev-haskell/http-common/http-common-0.8.2.0.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Common types for HTTP clients and servers"
-HOMEPAGE="https://hackage.haskell.org/package/http-common"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-IUSE=""
-
-RDEPEND="dev-haskell/base64-bytestring:=[profile?]
- dev-haskell/blaze-builder:=[profile?]
- dev-haskell/case-insensitive:=[profile?]
- dev-haskell/mtl:=[profile?]
- dev-haskell/network:=[profile?]
- dev-haskell/text:=[profile?]
- dev-haskell/transformers:=[profile?]
- dev-haskell/unordered-containers:=[profile?]
- >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.10
-"
diff --git a/dev-haskell/http-common/metadata.xml b/dev-haskell/http-common/metadata.xml
deleted file mode 100644
index 9b125c84e713..000000000000
--- a/dev-haskell/http-common/metadata.xml
+++ /dev/null
@@ -1,16 +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>
- /Overview/
-
- Base types used by a variety of HTTP clients and servers. See http-streams
- "Network.Http.Client" or pipes-http "Pipes.Http.Client" for full
- documentation. You can import @Network.Http.Types@ if you like, but both
- http-streams and pipes-http re-export this package's types and functions.
- </longdescription>
-</pkgmetadata>