Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/math-functions/
Date: Sat, 12 Sep 2020 21:40:56
Message-Id: 1599946831.56d4655ae5e69e79770b2f1535c4b932999d6fb0.slyfox@gentoo
1 commit: 56d4655ae5e69e79770b2f1535c4b932999d6fb0
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 12 21:29:33 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 12 21:40:31 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56d4655a
7
8 dev-haskell/math-functions: drop old
9
10 Package-Manager: Portage-3.0.6, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/math-functions/Manifest | 2 --
14 .../math-functions/math-functions-0.1.5.2.ebuild | 33 ----------------------
15 .../math-functions/math-functions-0.1.6.0.ebuild | 33 ----------------------
16 3 files changed, 68 deletions(-)
17
18 diff --git a/dev-haskell/math-functions/Manifest b/dev-haskell/math-functions/Manifest
19 index 3e88a3dd355..e9316477817 100644
20 --- a/dev-haskell/math-functions/Manifest
21 +++ b/dev-haskell/math-functions/Manifest
22 @@ -1,3 +1 @@
23 -DIST math-functions-0.1.5.2.tar.gz 28490 BLAKE2B 70dbe8673442e0103311f913d486acd0953823d852b33c1dbbd2e3072c61e19c75366d48fd29346e33895cc038cf6deb7f995db927c41cee1e9c0cde9b8f7d80 SHA512 7723400ef7eaf3996babc4cacc1b02b7ee46837b8c4105abf0aa69f896e97ce3fc9fae6e527a0513688d66810a05ce2f5bef527d04b54bedd82c16fe2bbe342b
24 -DIST math-functions-0.1.6.0.tar.gz 30734 BLAKE2B 445bbfefa7e4a67922ad0fcdac65b1458115285ac5d7c38a0ea6f32ab3658a9720cce164bbb6473a608e7466e67dc9743e719b24c2b5f3e5755af9c3ba105f85 SHA512 b1f0df7b7b99bb41e6ca232bfabd0f0db07b98be1bb3d9c64235b283efd3a5441f02829e637e71cccf70917413e7145afd0dc23686732d4797ab7351c3d3e060
25 DIST math-functions-0.3.3.0.tar.gz 424169 BLAKE2B 8b53c657fb5eba8d3ab54d5ba29f7d316e8c2f4803d0587a1071fd9b6c0cf0d8a17c4dadc903280faf028622207ab84db5fb628c8826af0e615524ef45b625c5 SHA512 f6ac6f9fb604207c11d7888fa375a52b544732dd8e811c3b9bf74237bbc0dc83839eb83c11c5ef0dd88666cff4919d4e06236e14d84da7065b4dc75717ceafad
26
27 diff --git a/dev-haskell/math-functions/math-functions-0.1.5.2.ebuild b/dev-haskell/math-functions/math-functions-0.1.5.2.ebuild
28 deleted file mode 100644
29 index e431b3631a4..00000000000
30 --- a/dev-haskell/math-functions/math-functions-0.1.5.2.ebuild
31 +++ /dev/null
32 @@ -1,33 +0,0 @@
33 -# Copyright 1999-2019 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=5
37 -
38 -# ebuild generated by hackport 0.3.6.9999
39 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="Special functions and Chebyshev polynomials"
44 -HOMEPAGE="https://github.com/bos/math-functions"
45 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 -
47 -LICENSE="BSD"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE=""
51 -
52 -RDEPEND=">=dev-haskell/erf-2:=[profile?]
53 - >=dev-haskell/vector-0.7:=[profile?]
54 - dev-haskell/vector-th-unbox:=[profile?]
55 - >=dev-lang/ghc-7.4.1:=
56 -"
57 -DEPEND="${RDEPEND}
58 - >=dev-haskell/cabal-1.8
59 - test? ( >=dev-haskell/hunit-1.2
60 - >=dev-haskell/ieee754-0.7.3
61 - >=dev-haskell/quickcheck-2.4
62 - dev-haskell/test-framework
63 - dev-haskell/test-framework-hunit
64 - dev-haskell/test-framework-quickcheck2 )
65 -"
66
67 diff --git a/dev-haskell/math-functions/math-functions-0.1.6.0.ebuild b/dev-haskell/math-functions/math-functions-0.1.6.0.ebuild
68 deleted file mode 100644
69 index fda82a77fdc..00000000000
70 --- a/dev-haskell/math-functions/math-functions-0.1.6.0.ebuild
71 +++ /dev/null
72 @@ -1,33 +0,0 @@
73 -# Copyright 1999-2019 Gentoo Authors
74 -# Distributed under the terms of the GNU General Public License v2
75 -
76 -EAPI=6
77 -
78 -# ebuild generated by hackport 0.4.7.9999
79 -
80 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
81 -inherit haskell-cabal
82 -
83 -DESCRIPTION="Special functions and Chebyshev polynomials"
84 -HOMEPAGE="https://github.com/bos/math-functions"
85 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
86 -
87 -LICENSE="BSD"
88 -SLOT="0/${PV}"
89 -KEYWORDS="~amd64 ~x86"
90 -IUSE=""
91 -
92 -RDEPEND=">=dev-haskell/erf-2:=[profile?]
93 - >=dev-haskell/vector-0.7:=[profile?]
94 - dev-haskell/vector-th-unbox:=[profile?]
95 - >=dev-lang/ghc-7.4.1:=
96 -"
97 -DEPEND="${RDEPEND}
98 - >=dev-haskell/cabal-1.8
99 - test? ( >=dev-haskell/hunit-1.2
100 - >=dev-haskell/ieee754-0.7.3
101 - >=dev-haskell/quickcheck-2.4
102 - dev-haskell/test-framework
103 - dev-haskell/test-framework-hunit
104 - dev-haskell/test-framework-quickcheck2 )
105 -"