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 8D91C139695 for ; Tue, 21 Mar 2017 18:22:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9415F21C028; Tue, 21 Mar 2017 18:22:51 +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-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 71E0321C028 for ; Tue, 21 Mar 2017 18:22:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1DCE6341586 for ; Tue, 21 Mar 2017 18:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 79CE17029 for ; Tue, 21 Mar 2017 18:22:48 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1490120561.0e6856796a48e90ffe4ea97430b87ee4e708da58.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-portage/eclass-manpages/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-portage/eclass-manpages/eclass-manpages-20170201.ebuild app-portage/eclass-manpages/eclass-manpages-99999999.ebuild X-VCS-Directories: app-portage/eclass-manpages/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 0e6856796a48e90ffe4ea97430b87ee4e708da58 X-VCS-Branch: master Date: Tue, 21 Mar 2017 18:22:48 +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: f72b2a84-1c65-4318-93fa-b82c2cbf1ee9 X-Archives-Hash: 350e4a4ed5d4ded2dd2e1d00ffdb2eec commit: 0e6856796a48e90ffe4ea97430b87ee4e708da58 Author: Michał Górny gentoo org> AuthorDate: Tue Mar 14 15:46:03 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 21 18:22:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0e685679 app-portage/eclass-manpages: Clearly indicate the live ebuild, #612422 The current eclass-manpages ebuild uses the live tree to generate the manpages. The resulting manpages can therefore differ on each rebuild, and the ebuild can trigger broken output at random points in time depending on the current state of eclasses. Furthermore, the package contents randomly become stale and the user needs to rebuild it manually in order to obtain new contents. All this considered, the current ebuild is in essence a live ebuild. Following the policies for live ebuilds, rename it to version 9999* and remove all the keywords. Users wishing to use the live ebuild can unmask it per the policy. ...{eclass-manpages-20170201.ebuild => eclass-manpages-99999999.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-portage/eclass-manpages/eclass-manpages-20170201.ebuild b/app-portage/eclass-manpages/eclass-manpages-99999999.ebuild similarity index 85% rename from app-portage/eclass-manpages/eclass-manpages-20170201.ebuild rename to app-portage/eclass-manpages/eclass-manpages-99999999.ebuild index bea1462cfc1..c71e840ba59 100644 --- a/app-portage/eclass-manpages/eclass-manpages-20170201.ebuild +++ b/app-portage/eclass-manpages/eclass-manpages-99999999.ebuild @@ -9,7 +9,7 @@ SRC_URI="" LICENSE="GPL-2" SLOT="0" -KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~x64-macos ~x86-solaris" +KEYWORDS="" IUSE="" S=${WORKDIR}