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/boundedchan/
Date: Sat, 03 Oct 2020 10:04:50
Message-Id: 1601719148.0e0b87b67ef2d1dd40f13a0327749a1b2d2571ba.slyfox@gentoo
1 commit: 0e0b87b67ef2d1dd40f13a0327749a1b2d2571ba
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 3 09:59:08 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 3 09:59:08 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e0b87b6
7
8 dev-haskell/boundedchan: update to EAPI=7
9
10 Package-Manager: Portage-3.0.8, Repoman-3.0.1
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild | 4 ++--
14 dev-haskell/boundedchan/metadata.xml | 5 -----
15 2 files changed, 2 insertions(+), 7 deletions(-)
16
17 diff --git a/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild b/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild
18 index 39d6d2de3f0..1a257e5e28f 100644
19 --- a/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild
20 +++ b/dev-haskell/boundedchan/boundedchan-1.0.3.0.ebuild
21 @@ -1,9 +1,9 @@
22 # Copyright 1999-2020 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=5
26 +EAPI=7
27
28 -# ebuild generated by hackport 0.4.9999
29 +# ebuild generated by hackport 0.6.6.9999
30
31 CABAL_FEATURES="lib profile haddock hoogle hscolour"
32 inherit haskell-cabal
33
34 diff --git a/dev-haskell/boundedchan/metadata.xml b/dev-haskell/boundedchan/metadata.xml
35 index 44ffdbacb02..b7878815d80 100644
36 --- a/dev-haskell/boundedchan/metadata.xml
37 +++ b/dev-haskell/boundedchan/metadata.xml
38 @@ -5,9 +5,4 @@
39 <email>haskell@g.o</email>
40 <name>Gentoo Haskell</name>
41 </maintainer>
42 - <longdescription>
43 - This library introduces BoundedChan. BoundedChans differ from
44 - Chans in that they are guaranteed to contain no more than a
45 - certain number of elements.
46 - </longdescription>
47 </pkgmetadata>