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/grepmail/
Date: Fri, 28 Jan 2022 07:54:02
Message-Id: 1643356413.233e416ce05d045c7bb324323ab452b1a37fe8f6.sam@gentoo
1 commit: 233e416ce05d045c7bb324323ab452b1a37fe8f6
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 28 07:52:56 2022 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 28 07:53:33 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=233e416c
7
8 net-mail/grepmail: drop obsolete src_prepare
9
10 Signed-off-by: Sam James <sam <AT> gentoo.org>
11
12 net-mail/grepmail/grepmail-5.3111.ebuild | 4 ----
13 1 file changed, 4 deletions(-)
14
15 diff --git a/net-mail/grepmail/grepmail-5.3111.ebuild b/net-mail/grepmail/grepmail-5.3111.ebuild
16 index b64820f1bd52..ef49558b1a95 100644
17 --- a/net-mail/grepmail/grepmail-5.3111.ebuild
18 +++ b/net-mail/grepmail/grepmail-5.3111.ebuild
19 @@ -30,7 +30,3 @@ DEPEND="${RDEPEND}
20 dev-perl/Test-Pod-Coverage
21 )
22 "
23 -
24 -src_prepare() {
25 - perl-module_src_prepare
26 -}