commit:     c6b1edc8b4a566bf649a85ba0c7ba26f05c985f3
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 23:00:41 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 23:00:50 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6b1edc8

dev-haskell/monad-control: drop old

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

 dev-haskell/monad-control/Manifest                 |  3 --
 .../monad-control/monad-control-0.3.2.2.ebuild     | 32 ----------------------
 .../monad-control/monad-control-1.0.0.4.ebuild     | 28 -------------------
 .../monad-control/monad-control-1.0.1.0.ebuild     | 28 -------------------
 4 files changed, 91 deletions(-)

diff --git a/dev-haskell/monad-control/Manifest 
b/dev-haskell/monad-control/Manifest
index a9ce7add42a..d069f5bf8bd 100644
--- a/dev-haskell/monad-control/Manifest
+++ b/dev-haskell/monad-control/Manifest
@@ -1,5 +1,2 @@
-DIST monad-control-0.3.2.2.tar.gz 10684 BLAKE2B 
4bb1e101a24f3d1209698dc99d53beaef40109f442d6c2690428cfb96f34a9b19138565974870fb0c24a2deeb4168cb127a9a426879dd829a78269a1071e2e9c
 SHA512 
4ae7959347a83a781bef6275f4880b53d1c67a9ef5d1bc32c3337797bb991df71c4df71206073a12e46a1512e3290d474a03b0c4ae6496316f41f4248c0c8de9
 DIST monad-control-0.3.3.0.tar.gz 10518 BLAKE2B 
8ef230a6cf1999c5549cf8a4889933a0f05cc07972ee6e40877435e42fcdfb7487942cf71775dfdf49b00e4461f1a26d52afedc840a8d2c1a3acc3e84b7fa96e
 SHA512 
734ca14baea74f9bd6f3603dc84426bd6d79ae23998ffcce5c8b994dfa8d58b8a573e7b0f68f7eaab07163c8806d8d5f95160f0439cc5fbd07b9509c84e4ef8a
-DIST monad-control-1.0.0.4.tar.gz 10709 BLAKE2B 
c8c017ddcae0b7e6cc7647fcf0153fa28d525e1262798e2aebdef8ef027090f934636f633788e43d3b66ce822917278c1940e4093612110e2d7944c76c973606
 SHA512 
98a5448cf01a0310d2c16b648d02ea6643e30271046324d0f1bbea132e9f81a54fe6bb1700877b1ea4c8e291cefac81394bfaec089ea661fcbf4c04c9596bded
-DIST monad-control-1.0.1.0.tar.gz 11115 BLAKE2B 
f11ebe4f3dd1060ac9a852646c52ecbf15a4c022483ad030a43b4a78f00330545ca89c75f8d2d05652a6f662ed783f53a880c40d19c7740637344c3c3baf1f76
 SHA512 
f1dde1d46dac0a1aff8525729cc499f6aa7f5b0ddda37d120599b8b1925e653adfb2694aa24cfecd0da8b5dde95ec22fced0ecbb5dd600bc5b0c2b8da656224a
 DIST monad-control-1.0.2.3.tar.gz 13864 BLAKE2B 
c150338e8a585dc045fd23404719fe61a2367f7308e15344f81549fd7f0808ef8fa2238a35b0a7c7984d26885352186bd6bf43359dec68b2df93581b021dd794
 SHA512 
59837326ec9f25220cb6c7329c91a5806b0ec7412d6af24c0f0d52c4fd93b084e92edd4f5f61a4f9c4248034fa540c23b65d2aacdfca737ece98bb132b8f08d4

diff --git a/dev-haskell/monad-control/monad-control-0.3.2.2.ebuild 
b/dev-haskell/monad-control/monad-control-0.3.2.2.ebuild
deleted file mode 100644
index aa45de968c6..00000000000
--- a/dev-haskell/monad-control/monad-control-0.3.2.2.ebuild
+++ /dev/null
@@ -1,32 +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.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Lift control operations, like exception catching, through monad 
transformers"
-HOMEPAGE="https://github.com/basvandijk/monad-control";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE="+instancest"
-
-RDEPEND=">=dev-haskell/base-unicode-symbols-0.1.1:=[profile?] 
<dev-haskell/base-unicode-symbols-0.3:=[profile?]
-       >=dev-haskell/transformers-0.2:=[profile?] 
<dev-haskell/transformers-0.4:=[profile?]
-       >=dev-haskell/transformers-base-0.4.1:=[profile?] 
<dev-haskell/transformers-base-0.5:=[profile?]
-       >=dev-lang/ghc-6.10.4:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.6.0.3
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag instancest instancest)
-}

diff --git a/dev-haskell/monad-control/monad-control-1.0.0.4.ebuild 
b/dev-haskell/monad-control/monad-control-1.0.0.4.ebuild
deleted file mode 100644
index ca4758a4fab..00000000000
--- a/dev-haskell/monad-control/monad-control-1.0.0.4.ebuild
+++ /dev/null
@@ -1,28 +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.4.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Lift control operations, like exception catching, through monad 
transformers"
-HOMEPAGE="https://github.com/basvandijk/monad-control";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux"
-IUSE=""
-
-RDEPEND=">=dev-haskell/stm-2.3:=[profile?] <dev-haskell/stm-3:=[profile?]
-       >=dev-haskell/transformers-0.2:=[profile?] 
<dev-haskell/transformers-0.5:=[profile?]
-       >=dev-haskell/transformers-base-0.4.4:=[profile?] 
<dev-haskell/transformers-base-0.5:=[profile?]
-       >=dev-haskell/transformers-compat-0.3:=[profile?] 
<dev-haskell/transformers-compat-0.5:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.6
-"

diff --git a/dev-haskell/monad-control/monad-control-1.0.1.0.ebuild 
b/dev-haskell/monad-control/monad-control-1.0.1.0.ebuild
deleted file mode 100644
index e0e77ad6bfd..00000000000
--- a/dev-haskell/monad-control/monad-control-1.0.1.0.ebuild
+++ /dev/null
@@ -1,28 +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.7.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour"
-inherit haskell-cabal
-
-DESCRIPTION="Lift control operations, like exception catching, through monad 
transformers"
-HOMEPAGE="https://github.com/basvandijk/monad-control";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
-IUSE=""
-
-RDEPEND=">=dev-haskell/stm-2.3:=[profile?] <dev-haskell/stm-3:=[profile?]
-       >=dev-haskell/transformers-0.2:=[profile?] 
<dev-haskell/transformers-0.6:=[profile?]
-       >=dev-haskell/transformers-base-0.4.4:=[profile?] 
<dev-haskell/transformers-base-0.5:=[profile?]
-       >=dev-haskell/transformers-compat-0.3:=[profile?] 
<dev-haskell/transformers-compat-0.6:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.6
-"

Reply via email to