From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9E31F138222 for ; Thu, 5 May 2016 21:14:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1D1D7E0839; Thu, 5 May 2016 21:14:57 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 C1899E0839 for ; Thu, 5 May 2016 21:14:56 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D927C3406C2 for ; Thu, 5 May 2016 21:14:55 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F3AC1845 for ; Thu, 5 May 2016 21:14:52 +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: <1462482886.41f47516b7fb6ea09963717f0f4cb49e2ce14787.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-tv/gentoo-vdr-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild X-VCS-Directories: media-tv/gentoo-vdr-scripts/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 41f47516b7fb6ea09963717f0f4cb49e2ce14787 X-VCS-Branch: master Date: Thu, 5 May 2016 21:14:52 +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: 9aa96136-0424-4222-a575-f84a1c820560 X-Archives-Hash: 5b87afef26ec169033d73604e57d04e9 commit: 41f47516b7fb6ea09963717f0f4cb49e2ce14787 Author: Michał Górny gentoo org> AuthorDate: Thu May 5 21:13:12 2016 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu May 5 21:14:46 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41f47516 media-tv/gentoo-vdr-scripts: Fix DOCS expansion Delay DOCS expansion until src_install(). It is meaningless in global scope since it happens in arbitrary directory which will not have README* files. Furthermore, it triggers verbose failure due to failglob. media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild index 4e8431b..ba4f064 100644 --- a/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild +++ b/media-tv/gentoo-vdr-scripts/gentoo-vdr-scripts-2.7.5.ebuild @@ -22,8 +22,6 @@ RDEPEND="nvram? ( sys-power/nvram-wakeup ) VDR_HOME=/var/vdr -DOCS=( README* TODO ChangeLog ) - pkg_setup() { enewgroup vdr @@ -43,6 +41,8 @@ src_prepare() { } src_install() { + local DOCS=( README* TODO ChangeLog ) + default # create necessary directories