Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailgraph/
Date: Mon, 04 Oct 2021 00:47:15
Message-Id: 1633307502.ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba.sam@gentoo
1 commit: ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Mon Oct 4 00:31:24 2021 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Mon Oct 4 00:31:42 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2e40de
7
8 net-mail/mailgraph: fix MissingInherits (egetent)
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 .../mailgraph/{mailgraph-1.14-r2.ebuild => mailgraph-1.14-r3.ebuild} | 4 +++-
13 1 file changed, 3 insertions(+), 1 deletion(-)
14
15 diff --git a/net-mail/mailgraph/mailgraph-1.14-r2.ebuild b/net-mail/mailgraph/mailgraph-1.14-r3.ebuild
16 similarity index 98%
17 rename from net-mail/mailgraph/mailgraph-1.14-r2.ebuild
18 rename to net-mail/mailgraph/mailgraph-1.14-r3.ebuild
19 index 76c14702b18..3622c4e6396 100644
20 --- a/net-mail/mailgraph/mailgraph-1.14-r2.ebuild
21 +++ b/net-mail/mailgraph/mailgraph-1.14-r3.ebuild
22 @@ -1,8 +1,10 @@
23 -# Copyright 1999-2020 Gentoo Authors
24 +# Copyright 1999-2021 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=7
28
29 +inherit user-info
30 +
31 DESCRIPTION="A mail statistics RRDtool frontend for Postfix"
32 HOMEPAGE="http://mailgraph.schweikert.ch/"
33 SRC_URI="http://mailgraph.schweikert.ch//pub/${P}.tar.gz"