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 31A64139083 for ; Wed, 22 Nov 2017 15:16:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3AC91E0E00; Wed, 22 Nov 2017 15:16:07 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 174D3E0E00 for ; Wed, 22 Nov 2017 15:16:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 3125D340806 for ; Wed, 22 Nov 2017 15:16:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9B06CA3D9 for ; Wed, 22 Nov 2017 15:16:04 +0000 (UTC) From: "Thomas Beierlein" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Beierlein" Message-ID: <1511363741.c1ca6611f711c2c4afe892f7af0ed6b6691e3bd0.tomjbe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-radio/xwxapt/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-radio/xwxapt/xwxapt-3.1.ebuild X-VCS-Directories: media-radio/xwxapt/ X-VCS-Committer: tomjbe X-VCS-Committer-Name: Thomas Beierlein X-VCS-Revision: c1ca6611f711c2c4afe892f7af0ed6b6691e3bd0 X-VCS-Branch: master Date: Wed, 22 Nov 2017 15:16:04 +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-Archives-Salt: d006721e-62a1-435a-b347-3d060d71c949 X-Archives-Hash: 27105a637f2f4cc87971d61ccdd7546f commit: c1ca6611f711c2c4afe892f7af0ed6b6691e3bd0 Author: Thomas Beierlein gentoo org> AuthorDate: Wed Nov 22 15:15:41 2017 +0000 Commit: Thomas Beierlein gentoo org> CommitDate: Wed Nov 22 15:15:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c1ca6611 media-radio/xwxapt: Drop deprecated dohtml. Package-Manager: Portage-2.3.16, Repoman-2.3.6 media-radio/xwxapt/xwxapt-3.1.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/media-radio/xwxapt/xwxapt-3.1.ebuild b/media-radio/xwxapt/xwxapt-3.1.ebuild index 483cd42ce79..16d6f5224ef 100644 --- a/media-radio/xwxapt/xwxapt-3.1.ebuild +++ b/media-radio/xwxapt/xwxapt-3.1.ebuild @@ -23,6 +23,8 @@ DEPEND="${RDEPEND} sys-devel/gettext virtual/pkgconfig" +HTML_DOCS="doc/xwxapt.html" + src_prepare() { eapply_user # suppress -Weverything flag @@ -34,7 +36,6 @@ src_prepare() { src_install() { default - dohtml doc/xwxapt.html insinto /usr/share/${PN} doins xwxapt/xwxaptrc doins xwxapt/xwxapt.glade