Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-backup/amanda: ChangeLog amanda-2.6.1_p2.ebuild
Date: Sat, 08 May 2010 19:48:58
Message-Id: 20100508194853.884D32C3FA@corvid.gentoo.org
1 robbat2 10/05/08 19:48:53
2
3 Modified: ChangeLog amanda-2.6.1_p2.ebuild
4 Log:
5 Fix missing / that broke binpkg merges of amanda.
6 (Portage version: 2.2_rc67/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.64 app-backup/amanda/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.64&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/ChangeLog?rev=1.64&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/ChangeLog?r1=1.63&r2=1.64
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v
18 retrieving revision 1.63
19 retrieving revision 1.64
20 diff -p -w -b -B -u -u -r1.63 -r1.64
21 --- ChangeLog 17 Jan 2010 04:28:13 -0000 1.63
22 +++ ChangeLog 8 May 2010 19:48:53 -0000 1.64
23 @@ -1,6 +1,9 @@
24 # ChangeLog for app-backup/amanda
25 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.63 2010/01/17 04:28:13 robbat2 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/ChangeLog,v 1.64 2010/05/08 19:48:53 robbat2 Exp $
28 +
29 + 08 May 2010; Robin H. Johnson <robbat2@g.o> amanda-2.6.1_p2.ebuild:
30 + Fix missing / that broke binpkg merges of amanda.
31
32 17 Jan 2010; Robin H. Johnson <robbat2@g.o> amanda-2.6.1_p2.ebuild:
33 If installing from a binpkg, then ${T} does not exist, so look at the
34
35
36
37 1.4 app-backup/amanda/amanda-2.6.1_p2.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild?rev=1.4&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild?rev=1.4&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild?r1=1.3&r2=1.4
42
43 Index: amanda-2.6.1_p2.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild,v
46 retrieving revision 1.3
47 retrieving revision 1.4
48 diff -p -w -b -B -u -u -r1.3 -r1.4
49 --- amanda-2.6.1_p2.ebuild 17 Jan 2010 04:28:13 -0000 1.3
50 +++ amanda-2.6.1_p2.ebuild 8 May 2010 19:48:53 -0000 1.4
51 @@ -1,6 +1,6 @@
52 # Copyright 1999-2010 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild,v 1.3 2010/01/17 04:28:13 robbat2 Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/app-backup/amanda/amanda-2.6.1_p2.ebuild,v 1.4 2010/05/08 19:48:53 robbat2 Exp $
56
57 inherit autotools eutils
58
59 @@ -346,7 +346,7 @@ src_install() {
60
61 pkg_postinst() {
62 [ ! -f "${TMPENVFILE}" -a "$EMERGE_FROM" == "binary" ] && \
63 - TMPENVFILE="${ROOT}${ENVDIR}${ENVDFILE}"
64 + TMPENVFILE="${ROOT}${ENVDIR}/${ENVDFILE}"
65 [ ! -f "${TMPENVFILE}" ] && die "Variable setting file (${TMPENVFILE}) should exist!"
66 source "${TMPENVFILE}"