summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-08-23 09:39:53 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-08-23 09:45:07 +0100
commit5659aa2977ebe8edead701108bacfbc76dbe44f5 (patch)
tree18e34b98b104cb15a838863f1e826c5b072b1134 /dev-haskell/zlib-conduit
parentdev-haskell/zlib-enum: drop old (diff)
downloadgentoo-5659aa2977ebe8edead701108bacfbc76dbe44f5.tar.gz
gentoo-5659aa2977ebe8edead701108bacfbc76dbe44f5.tar.bz2
gentoo-5659aa2977ebe8edead701108bacfbc76dbe44f5.zip
dev-haskell/zlib-conduit: drop old
Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/zlib-conduit')
-rw-r--r--dev-haskell/zlib-conduit/Manifest1
-rw-r--r--dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/dev-haskell/zlib-conduit/Manifest b/dev-haskell/zlib-conduit/Manifest
index 7dad005297b4..98709767f1f6 100644
--- a/dev-haskell/zlib-conduit/Manifest
+++ b/dev-haskell/zlib-conduit/Manifest
@@ -1,2 +1 @@
-DIST zlib-conduit-1.0.0.tar.gz 3461 BLAKE2B 8605775bb5e801879c8017b8bd88379f200242bc021c34bf74322a578142444f013da227a9f9e7565b3f1afe27b9ab04a43666e16d9f4be81f3223b12ed07b52 SHA512 3f62701b687ab0220c2f5f18ebc2b9ba33010ed4471832523400cea4a808d02f59173c2de4ee3055f09ec6271a771745df35768612f8035d98c9dcd32be9b007
DIST zlib-conduit-1.1.0.tar.gz 2024 BLAKE2B e7b8bcf5515cb25b2152c29db4a4f04d2050db8c999386428eaa913e296d34f6c07c136d2ff16962462b699fed20b35160ad51f079659d27b87a61bbb31c640a SHA512 5d19fa0e144b8e124486465c00b984f2e16f51e8ef0bc246fafd64b173e7dcef5b12f8cb431bb6071e4dab4a8c8f62606d47feb2cac2e36c1894216a9c8a32d9
diff --git a/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild b/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild
deleted file mode 100644
index 7ed7b4b47334..000000000000
--- a/dev-haskell/zlib-conduit/zlib-conduit-1.0.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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="Streaming compression/decompression via conduits"
-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="+debug"
-
-RDEPEND="=dev-haskell/conduit-1.0*:=[profile?]
- >=dev-haskell/transformers-0.2.2:=[profile?]
- <dev-haskell/transformers-0.4:=[profile?]
- dev-haskell/void:=[profile?]
- =dev-haskell/zlib-bindings-0.1*:=[profile?]
- >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8
- test? ( >=dev-haskell/hspec-1.3
- dev-haskell/quickcheck
- dev-haskell/resourcet
- )"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag debug debug)
-}