Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/aterm/
Date: Sat, 06 Feb 2021 07:46:20
Message-Id: 1612596966.eea1913883b572ff1ccccf2b2e4f7bcf89d91b02.juippis@gentoo
1 commit: eea1913883b572ff1ccccf2b2e4f7bcf89d91b02
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 07:36:06 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 07:36:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea19138
7
8 x11-terms/aterm: remove eterm ref
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-terms/aterm/aterm-1.0.1-r4.ebuild | 8 +++-----
13 1 file changed, 3 insertions(+), 5 deletions(-)
14
15 diff --git a/x11-terms/aterm/aterm-1.0.1-r4.ebuild b/x11-terms/aterm/aterm-1.0.1-r4.ebuild
16 index 8427c805ffe..8cad83593e2 100644
17 --- a/x11-terms/aterm/aterm-1.0.1-r4.ebuild
18 +++ b/x11-terms/aterm/aterm-1.0.1-r4.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2020 Gentoo Authors
21 +# Copyright 1999-2021 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=6
25 @@ -77,14 +77,12 @@ src_install() {
26 dodoc ChangeLog doc/FAQ doc/README.*
27 docinto menu
28 dodoc doc/menu/*
29 - dohtml -r .
30 }
31
32 pkg_postinst() {
33 echo
34 elog "The transparent background will only work if you have the 'real'"
35 - elog "root wallpaper set. Some tools that might help include: Esetroot"
36 - elog "(x11-terms/eterm), wmsetbg (x11-wm/windowmaker), and/or"
37 - elog "media-gfx/feh."
38 + elog "root wallpaper set. Some tools that might help include:"
39 + elog "wmsetbg (x11-wm/windowmaker), and/or media-gfx/feh."
40 echo
41 }