Gentoo Archives: gentoo-dev

From: Sergei Trofimovich <slyfox@g.o>
To: Ulrich Mueller <ulm@g.o>
Cc: gentoo-dev@l.g.o, haskell@g.o
Subject: [gentoo-dev] Re: darcs.eclass removal?
Date: Wed, 23 Jun 2021 20:11:52
Message-Id: 20210623211142.47bdab3c@zn3
In Reply to: [gentoo-dev] darcs.eclass removal? by Ulrich Mueller
1 On Wed, 23 Jun 2021 20:49:47 +0200
2 Ulrich Mueller <ulm@g.o> wrote:
3
4 > https://qa-reports.gentoo.org/output/eapi-per-eclass/darcs.eclass/
5 > says that there are no consumers left.
6
7 There are two references worth cleaning up to avoid possible future confusion:
8
9 $ git grep darcs | fgrep inherit
10 net-misc/mico/mico-2.3.13-r13.ebuild: inherit darcs
11 net-misc/mico/mico-2.3.13-r14.ebuild: inherit darcs
12
13 > So, could the eclass be removed?
14
15 Sounds fine. Done as https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1432ea2f94ed0d176ac7301884f806e64e568eee
16
17 --- a/eclass/darcs.eclass
18 +++ b/eclass/darcs.eclass
19 @@ -1,6 +1,9 @@
20 # Copyright 1999-2021 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 +# @DEAD
24 +# No consumers left. Removal in 30 days.
25 +
26 # @ECLASS: darcs.eclass
27 # @MAINTAINER:
28 # "Gentoo's Haskell Language team" <haskell@g.o>
29
30 --
31
32 Sergei