summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:25:21 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2020-09-12 15:36:43 +0100
commit76a2ba820aaf86af4079ace6553edcf26dbe0d4c (patch)
treecbcbc3efa473c9c6df322926bf4215f14bff0618 /dev-haskell/sandi
parentdev-haskell/project-template: drop old (diff)
downloadgentoo-76a2ba820aaf86af4079ace6553edcf26dbe0d4c.tar.gz
gentoo-76a2ba820aaf86af4079ace6553edcf26dbe0d4c.tar.bz2
gentoo-76a2ba820aaf86af4079ace6553edcf26dbe0d4c.zip
dev-haskell/sandi: drop old
Package-Manager: Portage-3.0.6, Repoman-3.0.1 Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-haskell/sandi')
-rw-r--r--dev-haskell/sandi/Manifest2
-rw-r--r--dev-haskell/sandi/metadata.xml1
-rw-r--r--dev-haskell/sandi/sandi-0.3.6.ebuild41
-rw-r--r--dev-haskell/sandi/sandi-0.4.0.ebuild37
4 files changed, 0 insertions, 81 deletions
diff --git a/dev-haskell/sandi/Manifest b/dev-haskell/sandi/Manifest
index 74902e28724d..a09f877b5201 100644
--- a/dev-haskell/sandi/Manifest
+++ b/dev-haskell/sandi/Manifest
@@ -1,3 +1 @@
-DIST sandi-0.3.6.tar.gz 18463 BLAKE2B e480b127b08edf6d83504b06732f4565ee4e8c8438110a7fea6092f28a552ddda19b1fde93f021400272e9ebd1b5184cc09c902fdebb1fffc9bc2b1b426a736d SHA512 8a730f63e72fb648e2ae478a3785ab364b437a319735acda80558639cc0a43027639ff01dd2b630277348ebc31a4a5fe30ede8f4208229c1c8810f78d350bbf2
-DIST sandi-0.4.0.tar.gz 19319 BLAKE2B 87727c706832e4020f4e7794fa9c562415711766b5d37c4090f4f8ac3b71dfa840ae788b077b49c967ea885b2b915e16a7bd7845e62f46cc3c86fddcd1ca1005 SHA512 8d67d4630940b2bc75eba74e1aea169d604f27701015a19ecba6dfece9a2dc8a215a786991bc9ab1fc6de8c91c3b608144239b83c4cb01be0620b3ddb12ee8b6
DIST sandi-0.5.tar.gz 19115 BLAKE2B e6fa5ba8757c2ff96a556cdad50217344eb188e5b258c770acc2228e0219f2259891789b4ef33d00a64a8f2d3f1b633d046517fc95792fa21b1dfea1dd2a19a7 SHA512 8abff3496d0d3f082f12416eea3189e06d1663fe78d996159396ab944389b2a816853c0191edced3b176fc506dac60e9ce84347ecaf2c255e5ec0d6b1590c012
diff --git a/dev-haskell/sandi/metadata.xml b/dev-haskell/sandi/metadata.xml
index 5c43ee36847c..0a7d603a910c 100644
--- a/dev-haskell/sandi/metadata.xml
+++ b/dev-haskell/sandi/metadata.xml
@@ -9,7 +9,6 @@
Reasonably fast data encoding library.
</longdescription>
<use>
- <flag name="with-conduit">Build with conduit</flag>
<flag name="conduit">Build with conduit</flag>
</use>
</pkgmetadata>
diff --git a/dev-haskell/sandi/sandi-0.3.6.ebuild b/dev-haskell/sandi/sandi-0.3.6.ebuild
deleted file mode 100644
index da48f1cfd188..000000000000
--- a/dev-haskell/sandi/sandi-0.3.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-# ebuild generated by hackport 0.4.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Data encoding library"
-HOMEPAGE="https://hackage.haskell.org/package/sandi"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+with-conduit"
-
-RDEPEND=">=dev-lang/ghc-7.8.2:=
- with-conduit? ( >=dev-haskell/conduit-1.2:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
- >=dev-haskell/exceptions-0.6:=[profile?] <dev-haskell/exceptions-0.9:=[profile?] )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
- test? ( dev-haskell/hunit
- dev-haskell/tasty
- dev-haskell/tasty-hunit
- dev-haskell/tasty-quickcheck
- dev-haskell/tasty-th )
-"
-
-src_prepare() {
- cabal_chdeps \
- 'base >= 4.7 && <4.9' 'base >= 4.7'
-}
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag with-conduit with-conduit)
-}
diff --git a/dev-haskell/sandi/sandi-0.4.0.ebuild b/dev-haskell/sandi/sandi-0.4.0.ebuild
deleted file mode 100644
index 200ffaa8d061..000000000000
--- a/dev-haskell/sandi/sandi-0.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Data encoding library"
-HOMEPAGE="https://hackage.haskell.org/package/sandi"
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE="+with-conduit"
-
-RDEPEND=">=dev-haskell/stringsearch-0.3:=[profile?] <dev-haskell/stringsearch-0.4:=[profile?]
- >=dev-lang/ghc-7.8.2:=
- with-conduit? ( >=dev-haskell/conduit-1.2:=[profile?] <dev-haskell/conduit-1.3:=[profile?]
- >=dev-haskell/exceptions-0.6:=[profile?] <dev-haskell/exceptions-0.9:=[profile?] )
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.18.1.3
- test? ( dev-haskell/hunit
- dev-haskell/tasty
- dev-haskell/tasty-hunit
- dev-haskell/tasty-quickcheck
- dev-haskell/tasty-th )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag with-conduit with-conduit)
-}