commit:     c35a8281d5375dbf930853c8b9ed918cd852ebe9
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 12 21:39:22 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Sat Sep 12 21:40:46 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c35a8281

dev-haskell/mwc-random: drop old

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

 dev-haskell/mwc-random/Manifest                   |  2 --
 dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild | 31 ---------------------
 dev-haskell/mwc-random/mwc-random-0.13.3.2.ebuild | 34 -----------------------
 3 files changed, 67 deletions(-)

diff --git a/dev-haskell/mwc-random/Manifest b/dev-haskell/mwc-random/Manifest
index d0d65a97f0c..1b7c0f7bef2 100644
--- a/dev-haskell/mwc-random/Manifest
+++ b/dev-haskell/mwc-random/Manifest
@@ -1,3 +1 @@
-DIST mwc-random-0.12.0.1.tar.gz 19471 BLAKE2B 
077a8fb171440a65202e64d1a4bbebda3491885cf2d54106bbd5f6c9e6e9ca516cf7a7352bf419672509876a4e122f3b026f186d07dbc62e24c871ba1f9e08b6
 SHA512 
fbb08f2ee50a650e994e123b10e5211a5d87c1a0f65c910f984b81bef85713e18a7c8780cc6e8dc9ab60644e57cacb39ab5bc462151d285c74900d048394e490
-DIST mwc-random-0.13.3.2.tar.gz 22290 BLAKE2B 
2686689205c232fc2fae3ee28f478b50dd0dd27cb49efa1f81752655f464fb8ea16e46ae6d27e45104082fa4f930ea09450fd863253188233df29e9133e645b1
 SHA512 
67a4f99bba5884cc59d5bd521f89b1b9c0b1d473d1f157a23857e45d4759f30b6e868fd5a9e444c8563345b2dd465256fdeee97e6a68d51b00e4bbbcd8bb200f
 DIST mwc-random-0.13.4.0.tar.gz 22927 BLAKE2B 
1c7bf3470a389f0c77fdebe7e1a90f750fc7458d1c574b3a45933eddd87961433b0f4b21e784a2e5bf85a73893f96fb730e86d1c0a7c3d0c3400bf72be153c0c
 SHA512 
1f1e005998fa8310710629d69258465b214bc2b369ab95cb307689209f1812b17301fba28d33c45f8ae0ba63381ea6775ad9037a9b52464d7df35c36b77594cf

diff --git a/dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild 
b/dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild
deleted file mode 100644
index c8a84aa979c..00000000000
--- a/dev-haskell/mwc-random/mwc-random-0.12.0.1.ebuild
+++ /dev/null
@@ -1,31 +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.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Fast, high quality pseudo random number generation"
-HOMEPAGE="https://github.com/bos/mwc-random";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RDEPEND="dev-haskell/primitive:=[profile?]
-               >=dev-haskell/vector-0.7:=[profile?]
-               >=dev-lang/ghc-6.10.4:="
-DEPEND="${RDEPEND}
-               test? ( dev-haskell/hunit
-                       dev-haskell/quickcheck
-                       >=dev-haskell/statistics-0.10.1.0
-                       dev-haskell/test-framework
-                       dev-haskell/test-framework-hunit
-                       dev-haskell/test-framework-quickcheck2
-               )
-               >=dev-haskell/cabal-1.8"

diff --git a/dev-haskell/mwc-random/mwc-random-0.13.3.2.ebuild 
b/dev-haskell/mwc-random/mwc-random-0.13.3.2.ebuild
deleted file mode 100644
index bda20dc121e..00000000000
--- a/dev-haskell/mwc-random/mwc-random-0.13.3.2.ebuild
+++ /dev/null
@@ -1,34 +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.3
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Fast, high quality pseudo random number generation"
-HOMEPAGE="https://github.com/bos/mwc-random";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-RESTRICT=test # breaks when already installed package is broken
-
-RDEPEND="dev-haskell/primitive:=[profile?]
-       >=dev-haskell/vector-0.7:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.8
-       test? ( dev-haskell/hunit
-               dev-haskell/quickcheck
-               >=dev-haskell/statistics-0.10.1.0
-               dev-haskell/test-framework
-               dev-haskell/test-framework-hunit
-               dev-haskell/test-framework-quickcheck2 )
-"

Reply via email to