summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergei Trofimovich <slyfox@gentoo.org>2016-05-30 21:29:47 +0100
committerSergei Trofimovich <slyfox@gentoo.org>2016-05-30 22:15:36 +0100
commit3a3a238a25e9ea215e4c3a1013b18244146c3ec8 (patch)
treed366570c61e91b0c060b03e9d48e7dc3fc62e7a9 /dev-haskell/persistent/persistent-1.3.1.1.ebuild
parentdev-haskell/persistent-template: drop old (diff)
downloadgentoo-3a3a238a25e9ea215e4c3a1013b18244146c3ec8.tar.gz
gentoo-3a3a238a25e9ea215e4c3a1013b18244146c3ec8.tar.bz2
gentoo-3a3a238a25e9ea215e4c3a1013b18244146c3ec8.zip
dev-haskell/persistent: drop old
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-haskell/persistent/persistent-1.3.1.1.ebuild')
-rw-r--r--dev-haskell/persistent/persistent-1.3.1.1.ebuild51
1 files changed, 0 insertions, 51 deletions
diff --git a/dev-haskell/persistent/persistent-1.3.1.1.ebuild b/dev-haskell/persistent/persistent-1.3.1.1.ebuild
deleted file mode 100644
index 27312f1ff57a..000000000000
--- a/dev-haskell/persistent/persistent-1.3.1.1.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-# ebuild generated by hackport 0.3.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Type-safe, multi-backend data serialization"
-HOMEPAGE="http://www.yesodweb.com/book/persistent"
-SRC_URI="mirror://hackage/packages/archive/${PN}/${PV}/${P}.tar.gz"
-
-LICENSE="MIT"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="nooverlap"
-
-RDEPEND=">=dev-haskell/aeson-0.5:=[profile?]
- dev-haskell/attoparsec:=[profile?]
- dev-haskell/base64-bytestring:=[profile?]
- >=dev-haskell/blaze-html-0.5:=[profile?]
- >=dev-haskell/blaze-markup-0.5.1:=[profile?]
- >=dev-haskell/conduit-1.0:=[profile?]
- dev-haskell/exceptions:=[profile?]
- >=dev-haskell/lifted-base-0.1:=[profile?]
- >=dev-haskell/monad-control-0.3:=[profile?]
- >=dev-haskell/monad-logger-0.3:=[profile?]
- >=dev-haskell/path-pieces-0.1:=[profile?]
- dev-haskell/resource-pool:=[profile?]
- >=dev-haskell/resourcet-0.4:=[profile?]
- dev-haskell/scientific:=[profile?]
- dev-haskell/silently:=[profile?]
- >=dev-haskell/text-0.8:=[profile?]
- >=dev-haskell/transformers-0.2.1:=[profile?]
- dev-haskell/transformers-base:=[profile?]
- dev-haskell/unordered-containers:=[profile?]
- dev-haskell/vector:=[profile?]
- >=dev-lang/ghc-6.12.1:=
-"
-DEPEND="${RDEPEND}
- >=dev-haskell/cabal-1.8.0.2
- test? ( >=dev-haskell/hspec-1.3 )
-"
-
-src_configure() {
- haskell-cabal_src_configure \
- $(cabal_flag nooverlap nooverlap)
-}