Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/man: man-1.6f-r3.ebuild
Date: Wed, 27 Jan 2010 02:31:14
Message-Id: E1NZxgU-0004Ir-KC@stork.gentoo.org
1 vapier 10/01/27 02:31:10
2
3 Modified: man-1.6f-r3.ebuild
4 Log:
5 remove double slash in log output #194532
6
7 Revision Changes Path
8 1.14 sys-apps/man/man-1.6f-r3.ebuild
9
10 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?rev=1.14&view=markup
11 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?rev=1.14&content-type=text/plain
12 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild?r1=1.13&r2=1.14
13
14 Index: man-1.6f-r3.ebuild
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v
17 retrieving revision 1.13
18 retrieving revision 1.14
19 diff -u -r1.13 -r1.14
20 --- man-1.6f-r3.ebuild 29 Sep 2009 11:45:01 -0000 1.13
21 +++ man-1.6f-r3.ebuild 27 Jan 2010 02:31:10 -0000 1.14
22 @@ -1,6 +1,6 @@
23 # Copyright 1999-2009 Gentoo Foundation
24 # Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.13 2009/09/29 11:45:01 flameeyes Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/man/man-1.6f-r3.ebuild,v 1.14 2010/01/27 02:31:10 vapier Exp $
27
28 inherit eutils toolchain-funcs
29
30 @@ -96,7 +96,7 @@
31 }
32
33 pkg_postinst() {
34 - einfo "Forcing sane permissions onto ${ROOT}/var/cache/man (Bug #40322)"
35 + einfo "Forcing sane permissions onto ${ROOT}var/cache/man (Bug #40322)"
36 chown -R root:man "${ROOT}"/var/cache/man
37 chmod -R g+w "${ROOT}"/var/cache/man
38 [[ -e ${ROOT}/var/cache/man/whatis ]] \
39 @@ -110,7 +110,7 @@
40 [[ $(md5sum "${f}") == "8b2016cc778ed4e2570b912c0f420266 "* ]] \
41 && rm -f "${f}"
42 done
43 - files=$(ls "${ROOT}"/etc/cron.{daily,weekly}/makewhatis{,.cron} 2>/dev/null)
44 + files=$(ls "${ROOT}"etc/cron.{daily,weekly}/makewhatis{,.cron} 2>/dev/null)
45 if [[ ${files/$'\n'} != ${files} ]] ; then
46 ewarn "You have multiple makewhatis cron files installed."
47 ewarn "You might want to delete all but one of these:"