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 6D31E1382C5 for ; Sun, 14 Mar 2021 08:41:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C24BDE08EC; Sun, 14 Mar 2021 08:41:18 +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 A968FE08EC for ; Sun, 14 Mar 2021 08:41:18 +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 B58A633BF11 for ; Sun, 14 Mar 2021 08:41:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CC59E5A7 for ; Sun, 14 Mar 2021 08:41:14 +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: <1615711265.be84f53c5c124e709f59d9a0f38b12239157ce1e.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/lib3mf/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/lib3mf/lib3mf-2.1.1.ebuild X-VCS-Directories: media-libs/lib3mf/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: be84f53c5c124e709f59d9a0f38b12239157ce1e X-VCS-Branch: master Date: Sun, 14 Mar 2021 08:41:14 +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: c394d0f1-df8b-47a4-a1ce-ace43f9164bc X-Archives-Hash: a79e4438fb8d5a4f36bc35c956f591dd commit: be84f53c5c124e709f59d9a0f38b12239157ce1e Author: Joonas Niilola gentoo org> AuthorDate: Sun Mar 14 08:16:19 2021 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Sun Mar 14 08:41:05 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be84f53c media-libs/lib3mf: match default DOCS installation array - also add Github page as 2ndary HOMEPAGE. Signed-off-by: Joonas Niilola gentoo.org> media-libs/lib3mf/lib3mf-2.1.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-libs/lib3mf/lib3mf-2.1.1.ebuild b/media-libs/lib3mf/lib3mf-2.1.1.ebuild index e6fa7ddca77..35900c26454 100644 --- a/media-libs/lib3mf/lib3mf-2.1.1.ebuild +++ b/media-libs/lib3mf/lib3mf-2.1.1.ebuild @@ -6,7 +6,7 @@ EAPI=7 inherit cmake eapi8-dosym DESCRIPTION="Implementation of the 3D Manufacturing Format file standard" -HOMEPAGE="https://3mf.io/" +HOMEPAGE="https://3mf.io/ https://github.com/3MFConsortium/lib3mf" SRC_URI="https://github.com/3MFConsortium/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="BSD" @@ -58,7 +58,6 @@ src_configure() { } src_install() { - local DOCS=( CONTRIBUTING.md README.md ) cmake_src_install for suf in abi types implicit; do