Gentoo Archives: gentoo-commits

From: "Jakov Smolić" <jsmolic@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/, dev-haskell/ascii-progress/
Date: Mon, 22 Aug 2022 08:04:31
Message-Id: 1661155416.657d8bf681be3ee67f03a67b25ffe3d9af586cb0.jsmolic@gentoo
1 commit: 657d8bf681be3ee67f03a67b25ffe3d9af586cb0
2 Author: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 22 08:00:04 2022 +0000
4 Commit: Jakov Smolić <jsmolic <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 22 08:03:36 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=657d8bf6
7
8 dev-haskell/ascii-progress: treeclean
9
10 Closes: https://bugs.gentoo.org/768333
11 Signed-off-by: Jakov Smolić <jsmolic <AT> gentoo.org>
12
13 dev-haskell/ascii-progress/Manifest | 1 -
14 .../ascii-progress/ascii-progress-0.3.3.0.ebuild | 40 ----------------------
15 dev-haskell/ascii-progress/metadata.xml | 18 ----------
16 profiles/package.mask | 1 -
17 4 files changed, 60 deletions(-)
18
19 diff --git a/dev-haskell/ascii-progress/Manifest b/dev-haskell/ascii-progress/Manifest
20 deleted file mode 100644
21 index f1fe76d05808..000000000000
22 --- a/dev-haskell/ascii-progress/Manifest
23 +++ /dev/null
24 @@ -1 +0,0 @@
25 -DIST ascii-progress-0.3.3.0.tar.gz 6585 BLAKE2B 660f9721eda21a77e8fe9e39e16b51ab9176dd211b9c44ef0bf249414a4ffd6035203734e07dcce51bd2c0d74a6ab1e760cd3f48b25b454f4136f65eb379dcfa SHA512 766ff51ae441a7e7016d4016dbef6e6b1fea9e9f9b66f7bc622f8d977123a046aa03bf87fddb90b4439f8ec2939dd9a00f345c732a780027e294b42489dd61c3
26
27 diff --git a/dev-haskell/ascii-progress/ascii-progress-0.3.3.0.ebuild b/dev-haskell/ascii-progress/ascii-progress-0.3.3.0.ebuild
28 deleted file mode 100644
29 index dbd2155e3330..000000000000
30 --- a/dev-haskell/ascii-progress/ascii-progress-0.3.3.0.ebuild
31 +++ /dev/null
32 @@ -1,40 +0,0 @@
33 -# Copyright 1999-2021 Gentoo Authors
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=8
37 -
38 -# ebuild generated by hackport 0.4.7.9999
39 -
40 -CABAL_FEATURES="lib profile haddock hoogle hscolour test-suite"
41 -inherit haskell-cabal
42 -
43 -DESCRIPTION="A simple progress bar for the console"
44 -HOMEPAGE="https://github.com/yamadapc/haskell-ascii-progress"
45 -SRC_URI="https://hackage.haskell.org/package/${P}/${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64 ~x86"
50 -IUSE="examples"
51 -
52 -RDEPEND=">=dev-haskell/async-2.0.1.5:=[profile?]
53 - >=dev-haskell/concurrent-output-1.7:=[profile?]
54 - >=dev-haskell/data-default-0.5.3:=[profile?]
55 - >=dev-lang/ghc-7.6.1:=
56 - examples? ( >=dev-haskell/conduit-1.2:=[profile?]
57 - dev-haskell/http:=[profile?]
58 - >=dev-haskell/http-conduit-2.1:=[profile?]
59 - >=dev-haskell/http-types-0.8:=[profile?]
60 - dev-haskell/random:=[profile?]
61 - >=dev-haskell/transformers-0.3:=[profile?] )
62 -"
63 -DEPEND="${RDEPEND}
64 - >=dev-haskell/cabal-1.16.0
65 - test? ( >=dev-haskell/hspec-2.1 <dev-haskell/hspec-3
66 - >=dev-haskell/quickcheck-2.6 )
67 -"
68 -
69 -src_configure() {
70 - haskell-cabal_src_configure \
71 - $(cabal_flag examples examples)
72 -}
73
74 diff --git a/dev-haskell/ascii-progress/metadata.xml b/dev-haskell/ascii-progress/metadata.xml
75 deleted file mode 100644
76 index 6afb78dde73c..000000000000
77 --- a/dev-haskell/ascii-progress/metadata.xml
78 +++ /dev/null
79 @@ -1,18 +0,0 @@
80 -<?xml version="1.0" encoding="UTF-8"?>
81 -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
82 -<pkgmetadata>
83 - <maintainer type="project">
84 - <email>haskell@g.o</email>
85 - <name>Gentoo Haskell</name>
86 - </maintainer>
87 - <longdescription>
88 - A simple Haskell progress bar for the console. Heavily borrows from TJ
89 - Holowaychuk's Node.JS project
90 - &lt;https://github.com/tj/node-progress progress&gt;
91 -
92 - &lt;https://github.com/yamadapc/haskell-ascii-progress github&gt;
93 - </longdescription>
94 - <upstream>
95 - <remote-id type="github">yamadapc/haskell-ascii-progress</remote-id>
96 - </upstream>
97 -</pkgmetadata>
98
99 diff --git a/profiles/package.mask b/profiles/package.mask
100 index a554179d6393..c7bb25c87cc9 100644
101 --- a/profiles/package.mask
102 +++ b/profiles/package.mask
103 @@ -338,7 +338,6 @@ dev-haskell/alut
104 dev-haskell/argparser
105 dev-haskell/arithmoi
106 dev-haskell/arrows
107 -dev-haskell/ascii-progress
108
109 # Hans de Graaff <graaff@g.o> (2022-07-16)
110 # No longer supported upstream. Use a newer ruby version instead.