commit:     9c7a895166dffd884aeadce3026c37f5ef6eb30c
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 07:46:12 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 07:52:52 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9c7a8951

dev-haskell/esqueleto: drop old

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>

 dev-haskell/esqueleto/Manifest               |  1 -
 dev-haskell/esqueleto/esqueleto-2.1.3.ebuild | 48 ----------------------------
 2 files changed, 49 deletions(-)

diff --git a/dev-haskell/esqueleto/Manifest b/dev-haskell/esqueleto/Manifest
index 40ce3f71c14..33c14b98209 100644
--- a/dev-haskell/esqueleto/Manifest
+++ b/dev-haskell/esqueleto/Manifest
@@ -1,2 +1 @@
-DIST esqueleto-2.1.3.tar.gz 33024 BLAKE2B 
3d028c495f44ba3757ee5b9df463d35c4fad382ad4cb980877cd6589981dd0e2fb219944830e0a3d1f5426e9773416178b3781b1aaee340cb8b491549689af15
 SHA512 
b0508daec0f248458581155c731d307f039d04fae7e76697d2a8bb8498a5072b31499d1d3b041314b34b4034e4357e10323483d04f7ce3218da7489a00683fbc
 DIST esqueleto-2.4.3.tar.gz 39664 BLAKE2B 
03f56caca53815bf751503eaba55d0c6c225d9bcd2751371aeadaa1244c90649babf7cc2f05f8dcc2206fc5a7e235de14c11cde3f246c1fb78967defe566cc88
 SHA512 
50ad774bbd83c587775887320e24b329b575c9b3dad5aed920d83da7b8e5fa259624c38a40c457a3c12258e2b34cce39042c1b33002a06dcd3020bf370a06cbb

diff --git a/dev-haskell/esqueleto/esqueleto-2.1.3.ebuild 
b/dev-haskell/esqueleto/esqueleto-2.1.3.ebuild
deleted file mode 100644
index 42e87d5e7c4..00000000000
--- a/dev-haskell/esqueleto/esqueleto-2.1.3.ebuild
+++ /dev/null
@@ -1,48 +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.4.5.9999
-#hackport: flags: -mysql,-postgresql
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Type-safe EDSL for SQL queries on persistent backends"
-HOMEPAGE="https://github.com/prowdsponsor/esqueleto";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # tests hang
-
-RDEPEND=">=dev-haskell/conduit-1.1:=[profile?]
-       dev-haskell/monad-logger:=[profile?]
-       >=dev-haskell/persistent-2.1.1.7:=[profile?] 
<dev-haskell/persistent-2.2:=[profile?]
-       >=dev-haskell/resourcet-1.1:=[profile?]
-       >=dev-haskell/tagged-0.2:=[profile?]
-       >=dev-haskell/text-0.11:=[profile?] <dev-haskell/text-1.3:=[profile?]
-       >=dev-haskell/transformers-0.2:=[profile?]
-       >=dev-haskell/unordered-containers-0.2:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.8
-       test? ( >=dev-haskell/hspec-1.8
-               dev-haskell/hunit
-               dev-haskell/monad-control
-               >=dev-haskell/monad-logger-0.3
-               >=dev-haskell/persistent-sqlite-2.1 
<dev-haskell/persistent-sqlite-2.2
-               >=dev-haskell/persistent-template-2.1 
<dev-haskell/persistent-template-2.2
-               dev-haskell/quickcheck )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               --flag=-mysql \
-               --flag=-postgresql
-}

Reply via email to