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 98D671382C5 for ; Sat, 6 Feb 2021 07:46:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4921FE0867; Sat, 6 Feb 2021 07:46:19 +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-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 33D5BE0867 for ; Sat, 6 Feb 2021 07:46:19 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 379443431E1 for ; Sat, 6 Feb 2021 07:46:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4C5394C3 for ; Sat, 6 Feb 2021 07:46:15 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1612596966.eea1913883b572ff1ccccf2b2e4f7bcf89d91b02.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/aterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/aterm/aterm-1.0.1-r4.ebuild X-VCS-Directories: x11-terms/aterm/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: eea1913883b572ff1ccccf2b2e4f7bcf89d91b02 X-VCS-Branch: master Date: Sat, 6 Feb 2021 07:46:15 +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: f7dd54fd-c137-4162-b156-8158c9f4a2e1 X-Archives-Hash: 59c7ef7f9c9e2438490b0fc4d6bf730c commit: eea1913883b572ff1ccccf2b2e4f7bcf89d91b02 Author: Joonas Niilola gentoo org> AuthorDate: Sat Feb 6 07:36:06 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sat Feb 6 07:36:06 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eea19138 x11-terms/aterm: remove eterm ref Signed-off-by: Joonas Niilola gentoo.org> x11-terms/aterm/aterm-1.0.1-r4.ebuild | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/x11-terms/aterm/aterm-1.0.1-r4.ebuild b/x11-terms/aterm/aterm-1.0.1-r4.ebuild index 8427c805ffe..8cad83593e2 100644 --- a/x11-terms/aterm/aterm-1.0.1-r4.ebuild +++ b/x11-terms/aterm/aterm-1.0.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -77,14 +77,12 @@ src_install() { dodoc ChangeLog doc/FAQ doc/README.* docinto menu dodoc doc/menu/* - dohtml -r . } pkg_postinst() { echo elog "The transparent background will only work if you have the 'real'" - elog "root wallpaper set. Some tools that might help include: Esetroot" - elog "(x11-terms/eterm), wmsetbg (x11-wm/windowmaker), and/or" - elog "media-gfx/feh." + elog "root wallpaper set. Some tools that might help include:" + elog "wmsetbg (x11-wm/windowmaker), and/or media-gfx/feh." echo }