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 37A041384B4 for ; Thu, 24 Dec 2015 01:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8512CE0886; Thu, 24 Dec 2015 01:18:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1EDD5E0886 for ; Thu, 24 Dec 2015 01:18:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35825340739 for ; Thu, 24 Dec 2015 01:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71871A0E for ; Thu, 24 Dec 2015 01:18:18 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1450919619.885eb1409f0d9693ffb52cb51d8e09ef7b285662.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-live.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 885eb1409f0d9693ffb52cb51d8e09ef7b285662 X-VCS-Branch: master Date: Thu, 24 Dec 2015 01:18:18 +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: 059fb964-b903-4035-916b-ff451b95d675 X-Archives-Hash: 222ac03c794cb86c3647dcef1c834aa4 commit: 885eb1409f0d9693ffb52cb51d8e09ef7b285662 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Thu Dec 24 01:13:39 2015 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Thu Dec 24 01:13:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=885eb140 gnome2-live.eclass: fix a typo raised by eclass-manpages build eclass/gnome2-live.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 1681293..9a810e8 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -70,7 +70,7 @@ gnome2-live_get_var() { echo $(sed -ne "s/${var}(\(.*\))/\1/p" "${f}" | tr -d '[]') } -# @FUNCTION: gnome2-live_get_var +# @FUNCTION: gnome2-live_src_unpack # @DESCRIPTION: # Calls git-2_src_unpack, and unpacks ${A} if required. # Also calls gnome2-live_src_prepare for older EAPI.