From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67163158018 for ; Mon, 4 Oct 2021 00:47:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30AD8E087A; Mon, 4 Oct 2021 00:47:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1A6E4E087A for ; Mon, 4 Oct 2021 00:47:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E6717342B6E for ; Mon, 4 Oct 2021 00:47:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4ADB311C for ; Mon, 4 Oct 2021 00:47:11 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1633307502.ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/mailgraph/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/mailgraph/mailgraph-1.14-r2.ebuild net-mail/mailgraph/mailgraph-1.14-r3.ebuild X-VCS-Directories: net-mail/mailgraph/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba X-VCS-Branch: master Date: Mon, 4 Oct 2021 00:47:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 8f522cdf-430b-4d2a-ad49-6022ad2a2b4c X-Archives-Hash: 318cad7750f126a37e0ae65ac9363b44 commit: ed2e40de9c98ca5260a75a3daa9a1c33ed0200ba Author: Sam James gentoo org> AuthorDate: Mon Oct 4 00:31:24 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 4 00:31:42 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ed2e40de net-mail/mailgraph: fix MissingInherits (egetent) Signed-off-by: Sam James gentoo.org> .../mailgraph/{mailgraph-1.14-r2.ebuild => mailgraph-1.14-r3.ebuild} | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-mail/mailgraph/mailgraph-1.14-r2.ebuild b/net-mail/mailgraph/mailgraph-1.14-r3.ebuild similarity index 98% rename from net-mail/mailgraph/mailgraph-1.14-r2.ebuild rename to net-mail/mailgraph/mailgraph-1.14-r3.ebuild index 76c14702b18..3622c4e6396 100644 --- a/net-mail/mailgraph/mailgraph-1.14-r2.ebuild +++ b/net-mail/mailgraph/mailgraph-1.14-r3.ebuild @@ -1,8 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 +inherit user-info + DESCRIPTION="A mail statistics RRDtool frontend for Postfix" HOMEPAGE="http://mailgraph.schweikert.ch/" SRC_URI="http://mailgraph.schweikert.ch//pub/${P}.tar.gz"