summaryrefslogtreecommitdiff
path: root/dev-haskell/sandi
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/sandi
parentd87262dd706fec50cd150aab3e93883b6337466d (diff)
gentoo resync : 14.07.2018
Diffstat (limited to 'dev-haskell/sandi')
-rw-r--r--dev-haskell/sandi/Manifest5
-rw-r--r--dev-haskell/sandi/metadata.xml14
-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, 97 deletions
diff --git a/dev-haskell/sandi/Manifest b/dev-haskell/sandi/Manifest
deleted file mode 100644
index fcc601aa8177..000000000000
--- a/dev-haskell/sandi/Manifest
+++ /dev/null
@@ -1,5 +0,0 @@
-DIST sandi-0.3.6.tar.gz 18463 BLAKE2B e480b127b08edf6d83504b06732f4565ee4e8c8438110a7fea6092f28a552ddda19b1fde93f021400272e9ebd1b5184cc09c902fdebb1fffc9bc2b1b426a736d SHA512 8a730f63e72fb648e2ae478a3785ab364b437a319735acda80558639cc0a43027639ff01dd2b630277348ebc31a4a5fe30ede8f4208229c1c8810f78d350bbf2
-DIST sandi-0.4.0.tar.gz 19319 BLAKE2B 87727c706832e4020f4e7794fa9c562415711766b5d37c4090f4f8ac3b71dfa840ae788b077b49c967ea885b2b915e16a7bd7845e62f46cc3c86fddcd1ca1005 SHA512 8d67d4630940b2bc75eba74e1aea169d604f27701015a19ecba6dfece9a2dc8a215a786991bc9ab1fc6de8c91c3b608144239b83c4cb01be0620b3ddb12ee8b6
-EBUILD sandi-0.3.6.ebuild 1034 BLAKE2B bfc00b61871ec3cc3901bec87db201ea386f40fcc251b6496abdd060d347275bf62223a187ce79124d9f7b0510572f6ced722c887fc1cfda77f8edea02ea3be6 SHA512 1fccafd015bcddd5bc64b114e1b0b5020b6da16368c086e94d4aafe26ed926ab3d516693a37ad5212523a8a0aef4faa80b82678fa8c3d40778e7e5fd611a0958
-EBUILD sandi-0.4.0.ebuild 1045 BLAKE2B 4e140814db7c90213bcb672f4ee343aa2f5ea83309c30c7bedbc5730802e090b79202a4edcfe7dd5c14dd98ce5cde0f2b556759722e7871a0516456212f0996d SHA512 50d4aa5fcd78d6d5e2caf77659d83b88c4360d9ec544d11f7423be07bf39e129c92c0846c2d2d1abdb41cb50024640d52ca52cf8462bc26d60cde84b969a3821
-MISC metadata.xml 398 BLAKE2B a71e1c70366bebe2a04bc69c27ef2130c588992c31931ec60923e94ad7f7831138f090a1c8f234d180f31a1baa3bf5d5826f0146fc91762e791b9d3be534295a SHA512 4f801519f877ab3ae401c93f45d2ff8cc902e737cb5fcfadce21db337eb1d9ae3426df32acb8ce2ee5cfbb9f28df673444f16479970c7a13bcf4d936625caced
diff --git a/dev-haskell/sandi/metadata.xml b/dev-haskell/sandi/metadata.xml
deleted file mode 100644
index 7f88c7da76c1..000000000000
--- a/dev-haskell/sandi/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>
- Reasonably fast data encoding library.
- </longdescription>
- <use>
- <flag name="with-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 87312b7d4f6a..000000000000
--- a/dev-haskell/sandi/sandi-0.3.6.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# 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="http://hackage.haskell.org/package/sandi"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${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 050a3e3385d2..000000000000
--- a/dev-haskell/sandi/sandi-0.4.0.ebuild
+++ /dev/null
@@ -1,37 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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="http://hackage.haskell.org/package/sandi"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="amd64 x86"
-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)
-}