Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-haskell/base-unicode-symbols/, profiles/
Date: Thu, 29 Sep 2022 08:02:00
Message-Id: 1664438337.327dda13426ca6a29837bacca79696ec9214acf3.jsmolic@gentoo
1 commit: 327dda13426ca6a29837bacca79696ec9214acf3
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Thu Sep 29 07:58:57 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Thu Sep 29 07:58:57 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=327dda13
7
8 dev-haskell/base-unicode-symbols: Remove last-rited pkg
9
10 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
11
12 dev-haskell/base-unicode-symbols/Manifest | 1 -
13 .../base-unicode-symbols-0.2.4.2.ebuild | 24 ---------------------
14 dev-haskell/base-unicode-symbols/metadata.xml | 25 ----------------------
15 profiles/package.mask | 1 -
16 4 files changed, 51 deletions(-)
17
18 diff --git a/dev-haskell/base-unicode-symbols/Manifest b/dev-haskell/base-unicode-symbols/Manifest
19 deleted file mode 100644
20 index d22c75d5217c..000000000000
21 --- a/dev-haskell/base-unicode-symbols/Manifest
22 +++ /dev/null
23 @@ -1 +0,0 @@
24 -DIST base-unicode-symbols-0.2.4.2.tar.gz 6584 BLAKE2B 5081d04cdbe5c7d75a1896a48728b72547016b99aa35f403ef43184a45bd69c6b15da0f6c6977b8a03c2b84ce92a63f5dbe4f8a1dee04d5d42a67675d93c5912 SHA512 127ba0a6c6f50e16c0bb0634bc7ee84d3596e541ccfd1be1ad261e85fab695613fd415e6a913a02f5dbc10dcaa9e3217db3123b564d070351e5a6a7c9a64b462
25
26 diff --git a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.4.2.ebuild b/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.4.2.ebuild
27 deleted file mode 100644
28 index 905982501871..000000000000
29 --- a/dev-haskell/base-unicode-symbols/base-unicode-symbols-0.2.4.2.ebuild
30 +++ /dev/null
31 @@ -1,24 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -# ebuild generated by hackport 0.6.1
38 -
39 -CABAL_FEATURES="lib profile haddock hoogle hscolour"
40 -inherit haskell-cabal
41 -
42 -DESCRIPTION="Unicode alternatives for common functions and operators"
43 -HOMEPAGE="https://haskell.org/haskellwiki/Unicode-symbols"
44 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
45 -
46 -LICENSE="BSD"
47 -SLOT="0/${PV}"
48 -KEYWORDS="~amd64 ~x86 ~amd64-linux"
49 -IUSE=""
50 -
51 -RDEPEND=">=dev-lang/ghc-7.4.1:=
52 -"
53 -DEPEND="${RDEPEND}
54 - >=dev-haskell/cabal-1.6
55 -"
56
57 diff --git a/dev-haskell/base-unicode-symbols/metadata.xml b/dev-haskell/base-unicode-symbols/metadata.xml
58 deleted file mode 100644
59 index eb5dfb583b25..000000000000
60 --- a/dev-haskell/base-unicode-symbols/metadata.xml
61 +++ /dev/null
62 @@ -1,25 +0,0 @@
63 -<?xml version="1.0" encoding="UTF-8"?>
64 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
65 -<pkgmetadata>
66 - <maintainer type="project">
67 - <email>haskell@g.o</email>
68 - </maintainer>
69 - <longdescription>
70 - This package defines new symbols for a number of functions,
71 - operators and types in the base package.
72 -
73 - All symbols are documented with their actual definition and
74 - information regarding their Unicode code point. They should be
75 - completely interchangeable with their definitions.
76 -
77 - For further Unicode goodness you can enable the @UnicodeSyntax@
78 - language extension \[1\]. This extension enables Unicode characters
79 - to be used to stand for certain ASCII character sequences,
80 - i.e. &amp;#x2192; instead of @-&gt;@, &amp;#x2200; instead of @forall@ and many
81 - others.
82 -
83 - Original idea by P&amp;#xE9;ter Divi&amp;#xE1;nszky.
84 -
85 - \[1\] &lt;http://www.haskell.org/ghc/docs/latest/html/users_guide/syntax-extns.html#unicode-syntax&gt;
86 - </longdescription>
87 -</pkgmetadata>
88
89 diff --git a/profiles/package.mask b/profiles/package.mask
90 index 5e6062cf96ec..9214d363d768 100644
91 --- a/profiles/package.mask
92 +++ b/profiles/package.mask
93 @@ -263,7 +263,6 @@ dev-haskell/aeson-diff
94 dev-haskell/annotated-wl-pprint
95 dev-haskell/authenticate-oauth
96 dev-haskell/base-prelude
97 -dev-haskell/base-unicode-symbols
98
99 # hololeap <hololeap@××××××××××.com> (2022-08-21)
100 # doctest-parallel does not currently work with Setup.hs (used internally by