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 7584C138247 for ; Mon, 20 Jan 2014 17:54:26 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8F3C2E104E; Mon, 20 Jan 2014 17:53:27 +0000 (UTC) Received: from mail-ee0-f46.google.com (mail-ee0-f46.google.com [74.125.83.46]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A2ECAE104E for ; Mon, 20 Jan 2014 17:53:26 +0000 (UTC) Received: by mail-ee0-f46.google.com with SMTP id c13so3503603eek.33 for ; Mon, 20 Jan 2014 09:53:25 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:date:message-id:in-reply-to:references; bh=N9jsNWCSM5RBpYgrs5SbMC25xNylQ2z3HFnaZJS5ghE=; b=nKA2JHHEoX+FAmynIS5iWOTtxk3lAVitcT9RkT6vavNueBPu7fps+BhWg+dj6rjKNW X9TVgW+HIUaa8qTNYKFxqeTXSmCf7I55B9SK3PCUOyo3rP7ypDRaHm4B3pgN82Ho9Ao9 LbtollIbZv2TC8qdEDyeaqTLitk0W4Mw9QcytBu5RtnJkmD7tGj9PjPxvOUWgk9p1Kht G2GxmXW9/UD9wRKbipNzQOQA4+kCdLKMhTTx01eeyeivIBoTZyppsYYMLoZJKXP0PUrB p55v88HzYN13DMF7fWXm316hA+7T8IEfpNCRi8C9loK9kqVICm5aWyAZFhzC9NJuTnr7 3HEQ== X-Received: by 10.14.114.70 with SMTP id b46mr3570366eeh.84.1390240405278; Mon, 20 Jan 2014 09:53:25 -0800 (PST) Received: from localhost.localdomain (dsl-trebrasgw2-58c0d8-67.dhcp.inet.fi. [88.192.216.67]) by mx.google.com with ESMTPSA id o47sm5514777eem.21.2014.01.20.09.53.24 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 20 Jan 2014 09:53:24 -0800 (PST) From: Reinis Danne To: gentoo-science@lists.gentoo.org Subject: [gentoo-science] [PATCH 06/10] alternatives-2.eclass: Fix eclass name in comments Date: Mon, 20 Jan 2014 19:53:08 +0200 Message-Id: <1390240392-12173-7-git-send-email-rei4dan@gmail.com> X-Mailer: git-send-email 1.8.5.3 In-Reply-To: <1390240392-12173-1-git-send-email-rei4dan@gmail.com> References: <1390240392-12173-1-git-send-email-rei4dan@gmail.com> Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-science@lists.gentoo.org Reply-to: gentoo-science@lists.gentoo.org X-Archives-Salt: 8aa3c38d-b96a-4fbc-b06f-ee13088603f3 X-Archives-Hash: f358d75a2ac4762d10176db03978345d --- eclass/alternatives-2.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass index 4366601..9dc49af 100644 --- a/eclass/alternatives-2.eclass +++ b/eclass/alternatives-2.eclass @@ -8,7 +8,7 @@ # Copyright 2009 David Leverton # If your package provides pkg_postinst or pkg_prerm phases, you need to be -# sure you explicitly run alternatives_pkg_{postinst,prerm} where appropriate. +# sure you explicitly run alternatives-2_pkg_{postinst,prerm} where appropriate. ALTERNATIVES_DIR="/etc/env.d/alternatives" @@ -119,7 +119,7 @@ alternatives-2_pkg_postinst() { install -d "${EAUTO}" || eerror "Could not create eselect modules dir" fi cat > "${EAUTO}/${alt}.eselect" <<-EOF - # This module was automatically generated by alternatives.eclass + # This module was automatically generated by alternatives-2.eclass DESCRIPTION="Alternatives for ${alt}" VERSION="${module_version}" MAINTAINER="eselect@gentoo.org" -- 1.8.5.3