Gentoo Archives: gentoo-commits

From: Ronny Gutbrod <gentoo@××××××××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: www-misc/wyebadblock/
Date: Fri, 09 Sep 2022 20:02:52
Message-Id: 1662678449.b83c4d3c3556f6aeef1da6546c3fac2b83b5921a.tastytea@gentoo
1 commit: b83c4d3c3556f6aeef1da6546c3fac2b83b5921a
2 Author: Efe İzbudak <efe.izbudak <AT> metu <DOT> edu <DOT> tr>
3 AuthorDate: Thu Sep 8 23:03:48 2022 +0000
4 Commit: Ronny Gutbrod <gentoo <AT> tastytea <DOT> de>
5 CommitDate: Thu Sep 8 23:07:29 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b83c4d3c
7
8 www-misc/wyebadblock: added post install instruction
9
10 Signed-off-by: Efe İzbudak <efe.izbudak <AT> metu.edu.tr>
11
12 www-misc/wyebadblock/wyebadblock-1.0.0.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild b/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
16 index 46d854fca..6f3b9d87f 100644
17 --- a/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
18 +++ b/www-misc/wyebadblock/wyebadblock-1.0.0.ebuild
19 @@ -18,3 +18,7 @@ DEPEND="
20 "
21 RDEPEND="${DEPEND}"
22 BDEPEND=""
23 +
24 +pkg_postinst() {
25 + ewarn "To use wyebadblock, you must first download and copy the easylist.txt file into ~/.config/wyebadblock/"
26 +}