commit:     05c37e6dfc010986fb6578a89eb1dac3bfcfac55
Author:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
AuthorDate: Fri Aug 21 07:48:47 2020 +0000
Commit:     Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
CommitDate: Fri Aug 21 07:52:54 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c37e6d

dev-haskell/scientific: drop old

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

 dev-haskell/scientific/Manifest                  |  4 ---
 dev-haskell/scientific/metadata.xml              |  6 ----
 dev-haskell/scientific/scientific-0.3.3.8.ebuild | 39 ----------------------
 dev-haskell/scientific/scientific-0.3.4.4.ebuild | 41 ------------------------
 dev-haskell/scientific/scientific-0.3.4.6.ebuild | 41 ------------------------
 dev-haskell/scientific/scientific-0.3.4.9.ebuild | 36 ---------------------
 6 files changed, 167 deletions(-)

diff --git a/dev-haskell/scientific/Manifest b/dev-haskell/scientific/Manifest
index dabb52f52f7..a8fa4b963ef 100644
--- a/dev-haskell/scientific/Manifest
+++ b/dev-haskell/scientific/Manifest
@@ -1,5 +1 @@
-DIST scientific-0.3.3.8.tar.gz 18543 BLAKE2B 
ae3a16163d830fe20f7e2705b9e99aa9156743287aa45e635a282f5369b9132f2b8de11596353a5c374b0e11e5a2219ab40de842f1a273f956032fd1908ce514
 SHA512 
ef77aa3490cbbc92ab71c1db7015ead24100a6230444b895c49bc4840a80dad04f4f8ff0c1bff27490f5c35b53a1f0c294177912492d1259e204bd4d874ea477
-DIST scientific-0.3.4.4.tar.gz 21646 BLAKE2B 
9ca2e989cea77dc70a1ce26de4571b0ccdd1ec68c7ab84f00bbb32d7a121963feae9cdd4acb7d51e417a698222143fd4a34d838af21e6f86551fb5f9e097e05f
 SHA512 
18c36036ffe15ef4203d391864c91d505a4a55c7da1b71556cbd6ebb7f83e71e0695789f8beaa4741ae4e21ae54bc1f795a26cd4e3208d08625d639519945217
-DIST scientific-0.3.4.6.tar.gz 21932 BLAKE2B 
5d78b981d5627b172af677a35a9bde73bd96053f06cf5e7945957400d3b2b6455bdd6d5039dbf21df16a8bf5f68889a54d9ef71eaf977e0908e21e7792575744
 SHA512 
c4d3f3c166c45395aa420ff598671128faae130cf85f22b651e338dbbdbe9215ef3b75c58f6b495978a4dd36a49fa45de9a68c7b870151296dc09095e3c79e09
-DIST scientific-0.3.4.9.tar.gz 21932 BLAKE2B 
5f0f900b5b51d8b4720bf73d4f2ec4911df7156c9bb5013995eec5f9ee0817be61ad8caf4cc41d07f4b022467de1c6e6943eb630e93cb1b1d9760b6b2b0b58ee
 SHA512 
10b317f6d6aa39883891d4fafaad3a8bdcc8390705f981144f3fe040191ffc7364e0505fde07ab7a3fa9d0b03f97adf42be48fcea2d13ef521fb1031590c0db3
 DIST scientific-0.3.6.2.tar.gz 23510 BLAKE2B 
096cd305cdbc4856f48e81de5387b229c4f23fdbfc641243ffa56a74422ec7b224fb2979f22cbdcf747d56c6073ce74ff6ca773093570a8d0a774e2b33d26697
 SHA512 
47a74524c8fb25d381adf868d823a6b6772f3f69b0b3cf9f9de015a03bc941857ef3fca1b4f8cbf23e998164e71a914e167221e753c6f32dc8644047d1ef57ee

diff --git a/dev-haskell/scientific/metadata.xml 
b/dev-haskell/scientific/metadata.xml
index af4a88b17cb..bc68c8a356b 100644
--- a/dev-haskell/scientific/metadata.xml
+++ b/dev-haskell/scientific/metadata.xml
@@ -19,12 +19,6 @@
                scientific notation they can be efficiently
                parsed to a @Scientific@ number.
        </longdescription>
-       <use>
-               <flag name="bytestring-builder">
-                       Provide the Data.ByteString.Builder.Scientific
-                       module (requires bytestring &gt;= 0.10).
-               </flag>
-       </use>
        <upstream>
                <remote-id type="github">basvandijk/scientific</remote-id>
        </upstream>

diff --git a/dev-haskell/scientific/scientific-0.3.3.8.ebuild 
b/dev-haskell/scientific/scientific-0.3.3.8.ebuild
deleted file mode 100644
index d7b46789609..00000000000
--- a/dev-haskell/scientific/scientific-0.3.3.8.ebuild
+++ /dev/null
@@ -1,39 +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 test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Numbers represented using scientific notation"
-HOMEPAGE="https://github.com/basvandijk/scientific";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+bytestring-builder"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-haskell/hashable-1.1.2:=[profile?] 
<dev-haskell/hashable-1.3:=[profile?]
-       >=dev-haskell/text-0.8:=[profile?] <dev-haskell/text-1.3:=[profile?]
-       >=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.16.0
-       test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.9
-               >=dev-haskell/smallcheck-1.0 <dev-haskell/smallcheck-1.2
-               >=dev-haskell/tasty-0.5 <dev-haskell/tasty-0.11
-               >=dev-haskell/tasty-ant-xml-1.0 <dev-haskell/tasty-ant-xml-1.1
-               >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.10
-               >=dev-haskell/tasty-quickcheck-0.8 
<dev-haskell/tasty-quickcheck-0.9
-               >=dev-haskell/tasty-smallcheck-0.2 
<dev-haskell/tasty-smallcheck-0.9 )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag bytestring-builder bytestring-builder)
-}

diff --git a/dev-haskell/scientific/scientific-0.3.4.4.ebuild 
b/dev-haskell/scientific/scientific-0.3.4.4.ebuild
deleted file mode 100644
index 63d0143a853..00000000000
--- a/dev-haskell/scientific/scientific-0.3.4.4.ebuild
+++ /dev/null
@@ -1,41 +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.6.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Numbers represented using scientific notation"
-HOMEPAGE="https://github.com/basvandijk/scientific";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+bytestring-builder"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] 
<dev-haskell/binary-0.8:=[profile?]
-       >=dev-haskell/hashable-1.1.2:=[profile?] 
<dev-haskell/hashable-1.3:=[profile?]
-       >=dev-haskell/text-0.8:=[profile?] <dev-haskell/text-1.3:=[profile?]
-       >=dev-haskell/vector-0.5:=[profile?] 
<dev-haskell/vector-0.12:=[profile?]
-       >=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.16.0
-       test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.9
-               >=dev-haskell/smallcheck-1.0 <dev-haskell/smallcheck-1.2
-               >=dev-haskell/tasty-0.5 <dev-haskell/tasty-0.12
-               >=dev-haskell/tasty-ant-xml-1.0 <dev-haskell/tasty-ant-xml-1.1
-               >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.10
-               >=dev-haskell/tasty-quickcheck-0.8 
<dev-haskell/tasty-quickcheck-0.9
-               >=dev-haskell/tasty-smallcheck-0.2 
<dev-haskell/tasty-smallcheck-0.9 )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag bytestring-builder bytestring-builder)
-}

diff --git a/dev-haskell/scientific/scientific-0.3.4.6.ebuild 
b/dev-haskell/scientific/scientific-0.3.4.6.ebuild
deleted file mode 100644
index e812a36edaf..00000000000
--- a/dev-haskell/scientific/scientific-0.3.4.6.ebuild
+++ /dev/null
@@ -1,41 +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 test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Numbers represented using scientific notation"
-HOMEPAGE="https://github.com/basvandijk/scientific";
-SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz";
-
-LICENSE="BSD"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~x86"
-IUSE="+bytestring-builder"
-RESTRICT="!test? ( test )"
-
-RDEPEND=">=dev-haskell/binary-0.4.1:=[profile?] 
<dev-haskell/binary-0.9:=[profile?]
-       >=dev-haskell/hashable-1.1.2:=[profile?] 
<dev-haskell/hashable-1.3:=[profile?]
-       >=dev-haskell/text-0.8:=[profile?] <dev-haskell/text-1.3:=[profile?]
-       >=dev-haskell/vector-0.5:=[profile?] 
<dev-haskell/vector-0.12:=[profile?]
-       >=dev-lang/ghc-7.6.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.16.0
-       test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.9
-               >=dev-haskell/smallcheck-1.0 <dev-haskell/smallcheck-1.2
-               >=dev-haskell/tasty-0.5 <dev-haskell/tasty-0.12
-               >=dev-haskell/tasty-ant-xml-1.0 <dev-haskell/tasty-ant-xml-1.1
-               >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.10
-               >=dev-haskell/tasty-quickcheck-0.8 
<dev-haskell/tasty-quickcheck-0.9
-               >=dev-haskell/tasty-smallcheck-0.2 
<dev-haskell/tasty-smallcheck-0.9 )
-"
-
-src_configure() {
-       haskell-cabal_src_configure \
-               $(cabal_flag bytestring-builder bytestring-builder)
-}

diff --git a/dev-haskell/scientific/scientific-0.3.4.9.ebuild 
b/dev-haskell/scientific/scientific-0.3.4.9.ebuild
deleted file mode 100644
index ae9daf6295f..00000000000
--- a/dev-haskell/scientific/scientific-0.3.4.9.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-# ebuild generated by hackport 0.5.9999
-
-CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
-inherit haskell-cabal
-
-DESCRIPTION="Numbers represented using scientific notation"
-HOMEPAGE="https://github.com/basvandijk/scientific";
-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/binary-0.4.1:=[profile?] 
<dev-haskell/binary-0.9:=[profile?]
-       >=dev-haskell/bytestring-builder-0.10.4:=[profile?] 
<dev-haskell/bytestring-builder-0.11:=[profile?]
-       >=dev-haskell/hashable-1.1.2:=[profile?] 
<dev-haskell/hashable-1.3:=[profile?]
-       >=dev-haskell/text-0.8:=[profile?] <dev-haskell/text-1.3:=[profile?]
-       >=dev-haskell/vector-0.5:=[profile?] 
<dev-haskell/vector-0.12:=[profile?]
-       >=dev-lang/ghc-7.4.1:=
-"
-DEPEND="${RDEPEND}
-       >=dev-haskell/cabal-1.10
-       test? ( >=dev-haskell/quickcheck-2.5 <dev-haskell/quickcheck-2.10
-               >=dev-haskell/smallcheck-1.0 <dev-haskell/smallcheck-1.2
-               >=dev-haskell/tasty-0.5 <dev-haskell/tasty-0.12
-               >=dev-haskell/tasty-ant-xml-1.0 <dev-haskell/tasty-ant-xml-1.1
-               >=dev-haskell/tasty-hunit-0.8 <dev-haskell/tasty-hunit-0.10
-               >=dev-haskell/tasty-quickcheck-0.8 
<dev-haskell/tasty-quickcheck-0.9
-               >=dev-haskell/tasty-smallcheck-0.2 
<dev-haskell/tasty-smallcheck-0.9 )
-"

Reply via email to