summaryrefslogtreecommitdiff
path: root/dev-haskell/zlib-conduit
diff options
context:
space:
mode:
authorV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
committerV3n3RiX <venerix@koprulu.sector>2022-08-22 02:42:13 +0100
commite7f37e03b952768321c8c943a80eff4152ea7bbd (patch)
tree355a9efb62297418cdadbc424b09dbafc54257e5 /dev-haskell/zlib-conduit
parent2518522472e5de9c52c78dc0246475fe0ae3cc05 (diff)
gentoo auto-resync : 22:08:2022 - 02:42:13
Diffstat (limited to 'dev-haskell/zlib-conduit')
-rw-r--r--dev-haskell/zlib-conduit/Manifest3
-rw-r--r--dev-haskell/zlib-conduit/metadata.xml11
-rw-r--r--dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild25
3 files changed, 0 insertions, 39 deletions
diff --git a/dev-haskell/zlib-conduit/Manifest b/dev-haskell/zlib-conduit/Manifest
deleted file mode 100644
index 8ebfcef00d4f..000000000000
--- a/dev-haskell/zlib-conduit/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST zlib-conduit-1.1.0.tar.gz 2024 BLAKE2B e7b8bcf5515cb25b2152c29db4a4f04d2050db8c999386428eaa913e296d34f6c07c136d2ff16962462b699fed20b35160ad51f079659d27b87a61bbb31c640a SHA512 5d19fa0e144b8e124486465c00b984f2e16f51e8ef0bc246fafd64b173e7dcef5b12f8cb431bb6071e4dab4a8c8f62606d47feb2cac2e36c1894216a9c8a32d9
-EBUILD zlib-conduit-1.1.0.ebuild 577 BLAKE2B b7ea3d7c36479d4a09ed372e0bbd00cb441a31b29948dd30e468d119cbb95ff686558448edaf6f14e185cf0999591231199de5f1aca6197e1329259d2786da2e SHA512 2d8ded52f5c0ac445feea2481259779a213463207fe051491029613020fbc51a73152f3b767414efe9f3a881705badc65660692360e0a2d3395ccc7413e0be7a
-MISC metadata.xml 331 BLAKE2B 2f0d614675ec1cb899fb54336e92cab19040fe07a5c74885918dc2374ec1aec20bccd144c62c07674dd7380e7f6e4dca766a515d3f74fbf40485a553f4e2aeff SHA512 8be6ef47e4673b2ffa96e6f58ff358592f9af550d30078c7bf7a35a1aa91390949633afefb75e43155a477801d3af5aa386ada2563d22ac6b06bc6858c0b78a7
diff --git a/dev-haskell/zlib-conduit/metadata.xml b/dev-haskell/zlib-conduit/metadata.xml
deleted file mode 100644
index ed3c0820e087..000000000000
--- a/dev-haskell/zlib-conduit/metadata.xml
+++ /dev/null
@@ -1,11 +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>
- <upstream>
- <remote-id type="github">snoyberg/conduit</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild b/dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild
deleted file mode 100644
index d5459ed411f9..000000000000
--- a/dev-haskell/zlib-conduit/zlib-conduit-1.1.0.ebuild
+++ /dev/null
@@ -1,25 +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.3.6.9999
-
-CABAL_FEATURES="lib profile"
-inherit haskell-cabal
-
-DESCRIPTION="Streaming compression/decompression via conduits. (deprecated)"
-HOMEPAGE="https://github.com/snoyberg/conduit"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-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
-"