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 BFC8B13835B for ; Mon, 15 Mar 2021 07:45:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 167DCE0831; Mon, 15 Mar 2021 07:45:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 F20AEE0837 for ; Mon, 15 Mar 2021 07:45:41 +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 E8B87335DA8 for ; Mon, 15 Mar 2021 07:45:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00E35B4 for ; Mon, 15 Mar 2021 07:45:39 +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: <1615794330.7bdf254f6c23c7b61fd04a08c5dc93110344e022.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/icon/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/icon/icon-9.5.20i.ebuild X-VCS-Directories: dev-lang/icon/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 7bdf254f6c23c7b61fd04a08c5dc93110344e022 X-VCS-Branch: master Date: Mon, 15 Mar 2021 07:45:39 +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: c77ec8cb-acca-450a-8708-ca1249825dd3 X-Archives-Hash: 75eeee2144781c8a212a6642e4a0f475 commit: 7bdf254f6c23c7b61fd04a08c5dc93110344e022 Author: Joonas Niilola gentoo org> AuthorDate: Mon Mar 15 07:41:55 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Mon Mar 15 07:45:30 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7bdf254f dev-lang/icon: local DOCS local HTML_DOCS, update description 9.5.20i Signed-off-by: Joonas Niilola gentoo.org> dev-lang/icon/icon-9.5.20i.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-lang/icon/icon-9.5.20i.ebuild b/dev-lang/icon/icon-9.5.20i.ebuild index 5952782ccf9..ba49cb68f23 100644 --- a/dev-lang/icon/icon-9.5.20i.ebuild +++ b/dev-lang/icon/icon-9.5.20i.ebuild @@ -5,7 +5,7 @@ EAPI=7 inherit flag-o-matic toolchain-funcs -DESCRIPTION="very high level language" +DESCRIPTION="Very high level language" HOMEPAGE="http://www.cs.arizona.edu/icon/" SRC_URI="https://github.com/gtownsend/icon/archive/v${PV}.tar.gz -> ${P}.tar.gz" @@ -102,9 +102,9 @@ src_install() { doman "${PN}".1 cd "${S}/doc" || die - DOCS=( *.txt ../README ) + local DOCS=( *.txt ../README ) - HTML_DOCS=( *.{htm,gif,jpg,css} ) + local HTML_DOCS=( *.{htm,gif,jpg,css} ) einstalldocs # Clean up items from make Install that get installed elsewhere