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/reflection/
Date: Fri, 30 Jul 2021 22:11:35
Message-Id: 1627683088.1e49c6071eb11295812710851f3c75087426bc34.slyfox@gentoo
1 commit: 1e49c6071eb11295812710851f3c75087426bc34
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 30 22:11:16 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Fri Jul 30 22:11:28 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1e49c607
7
8 dev-haskell/reflection: drop old
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/reflection/Manifest | 1 -
14 dev-haskell/reflection/metadata.xml | 44 --------------------------
15 dev-haskell/reflection/reflection-2.1.4.ebuild | 33 -------------------
16 3 files changed, 78 deletions(-)
17
18 diff --git a/dev-haskell/reflection/Manifest b/dev-haskell/reflection/Manifest
19 index 7ba0108437e..e36a6080bc8 100644
20 --- a/dev-haskell/reflection/Manifest
21 +++ b/dev-haskell/reflection/Manifest
22 @@ -1,2 +1 @@
23 -DIST reflection-2.1.4.tar.gz 18364 BLAKE2B 70cf5fc742deac5555be43a24b2b74930e54a7909e68dea53d8dba7b4547b99d97dbb361ae96776a54a7305069305ea085d8d988b70b86460bd476af6392c417 SHA512 3209bb44a07fedddbb2aeb5f2f09414e6672faff6c8fbdb78eaa8f61a1af4d9fba43be193854f8978ffdd82c0ce54bd79a5d875638a41b6a738bc489bd718295
24 DIST reflection-2.1.6.tar.gz 19976 BLAKE2B 6e32e9300695b102be4039312b3df62bccce75a590eafa37d96d70cbf73acfc4be98bc716485235e4594548b8649b46bb554eacc230320abc2d92dd809f15176 SHA512 d7f615b6f361b2ca7266e8c4611c939d9f80684ca173080e9ad8227f04f2731899113dcb87ecb051d47b29fb860d7caa15c99c7d3d7493e7e73745d085518fdd
25
26 diff --git a/dev-haskell/reflection/metadata.xml b/dev-haskell/reflection/metadata.xml
27 index 0845fb397e1..81f795d4050 100644
28 --- a/dev-haskell/reflection/metadata.xml
29 +++ b/dev-haskell/reflection/metadata.xml
30 @@ -5,50 +5,6 @@
31 <email>haskell@g.o</email>
32 <name>Gentoo Haskell</name>
33 </maintainer>
34 - <longdescription>
35 - This package provides an implementation of the ideas presented in the paper
36 - \"Functional Pearl: Implicit Configurations\" by Oleg Kiselyov and
37 - Chung-chieh Shan. However, the API has been streamlined to improve performance.
38 -
39 - The original paper can be obtained from
40 - &lt;http://www.cs.rutgers.edu/~ccshan/prepose/prepose.pdf&gt;.
41 -
42 - /Changes in 1.1.6/:
43 -
44 - * Relaxed an unnecessary strictness annotation in the fast implementation
45 -
46 - /Changes in 1.1.5/:
47 -
48 - * Both implementations now work on Hugs; the fast implementation ascends
49 - from the ranks of completely unportable black magic to being merely
50 - /mostly/ unportable black magic.
51 -
52 - /Changes from 0.5 to 1.1/:
53 -
54 - * Much faster implementation available that is about 50 /times/ faster than
55 - 0.9 and which runs purely on black magic. This version is now used by
56 - default. To turn it off install with the @slow@ flag. If you encounter a
57 - problem with the implementation, please contact the author.
58 -
59 - * Removed @ReifiedNum@, @reflectNum@, and @reifyIntegral@; @reify@ and
60 - @reflect@ are about 3 orders of magnitude faster than the special case
61 - combinators were.
62 -
63 - /Changes in 0.5/:
64 -
65 - * Generalized the type signatures in reflect to allow you to pass any type
66 - with kind @* -&gt; *@ wrapped around the desired type as the phantom type
67 - argument rather than just a @Proxy@.
68 -
69 - /Changes in 0.4/:
70 -
71 - * Converted from `Data.Tagged` to using `Data.Proxy` for reflection. This
72 - reduces the need for helper functions and scoped type variables in user
73 - code.
74 - </longdescription>
75 - <use>
76 - <flag name="template-haskell">Enable template haskell.</flag>
77 - </use>
78 <upstream>
79 <remote-id type="github">ekmett/reflection</remote-id>
80 </upstream>
81
82 diff --git a/dev-haskell/reflection/reflection-2.1.4.ebuild b/dev-haskell/reflection/reflection-2.1.4.ebuild
83 deleted file mode 100644
84 index 6330682ad3d..00000000000
85 --- a/dev-haskell/reflection/reflection-2.1.4.ebuild
86 +++ /dev/null
87 @@ -1,33 +0,0 @@
88 -# Copyright 1999-2021 Gentoo Authors
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=8
92 -
93 -# ebuild generated by hackport 0.5.6.9999
94 -#hackport: flags: -slow
95 -
96 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
97 -inherit haskell-cabal
98 -
99 -DESCRIPTION="Reifies arbitrary terms into types that can be reflected back into terms"
100 -HOMEPAGE="https://github.com/ekmett/reflection"
101 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
102 -
103 -LICENSE="BSD"
104 -SLOT="0/${PV}"
105 -KEYWORDS="~amd64 ~x86"
106 -IUSE="+template-haskell"
107 -
108 -RDEPEND=">=dev-haskell/semigroups-0.11:=[profile?] <dev-haskell/semigroups-0.19:=[profile?]
109 - >=dev-haskell/tagged-0.4.4:=[profile?] <dev-haskell/tagged-1:=[profile?]
110 - >=dev-lang/ghc-7.4.1:=
111 -"
112 -DEPEND="${RDEPEND}
113 - >=dev-haskell/cabal-1.10
114 -"
115 -
116 -src_configure() {
117 - haskell-cabal_src_configure \
118 - --flag=-slow \
119 - $(cabal_flag template-haskell template-haskell)
120 -}