Gentoo Archives: gentoo-science

From: Reinis Danne <rei4dan@×××××.com>
To: gentoo-science@l.g.o
Subject: [gentoo-science] [PATCH 06/10] alternatives-2.eclass: Fix eclass name in comments
Date: Mon, 20 Jan 2014 17:54:26
Message-Id: 1390240392-12173-7-git-send-email-rei4dan@gmail.com
In Reply to: [gentoo-science] [PATCH 00/10] alternatives-2.eclass updates by Reinis Danne
1 ---
2 eclass/alternatives-2.eclass | 4 ++--
3 1 file changed, 2 insertions(+), 2 deletions(-)
4
5 diff --git a/eclass/alternatives-2.eclass b/eclass/alternatives-2.eclass
6 index 4366601..9dc49af 100644
7 --- a/eclass/alternatives-2.eclass
8 +++ b/eclass/alternatives-2.eclass
9 @@ -8,7 +8,7 @@
10 # Copyright 2009 David Leverton
11
12 # If your package provides pkg_postinst or pkg_prerm phases, you need to be
13 -# sure you explicitly run alternatives_pkg_{postinst,prerm} where appropriate.
14 +# sure you explicitly run alternatives-2_pkg_{postinst,prerm} where appropriate.
15
16 ALTERNATIVES_DIR="/etc/env.d/alternatives"
17
18 @@ -119,7 +119,7 @@ alternatives-2_pkg_postinst() {
19 install -d "${EAUTO}" || eerror "Could not create eselect modules dir"
20 fi
21 cat > "${EAUTO}/${alt}.eselect" <<-EOF
22 - # This module was automatically generated by alternatives.eclass
23 + # This module was automatically generated by alternatives-2.eclass
24 DESCRIPTION="Alternatives for ${alt}"
25 VERSION="${module_version}"
26 MAINTAINER="eselect@g.o"
27 --
28 1.8.5.3