Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13163 - main/branches/2.1.6/bin
Date: Mon, 23 Mar 2009 02:21:23
Message-Id: E1LlZmy-0004Pu-RY@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-03-23 02:21:19 +0000 (Mon, 23 Mar 2009)
3 New Revision: 13163
4
5 Modified:
6 main/branches/2.1.6/bin/ebuild.sh
7 Log:
8 When triggering a fresh unpack inside dyn_unpack(), remove the
9 .prepared, .configured and .installed files along with the others.
10 (trunk r13146)
11
12 Modified: main/branches/2.1.6/bin/ebuild.sh
13 ===================================================================
14 --- main/branches/2.1.6/bin/ebuild.sh 2009-03-23 02:21:05 UTC (rev 13162)
15 +++ main/branches/2.1.6/bin/ebuild.sh 2009-03-23 02:21:19 UTC (rev 13163)
16 @@ -666,7 +666,7 @@
17 fi
18 if [ "${newstuff}" == "yes" ]; then
19 # We don't necessarily have privileges to do a full dyn_clean here.
20 - rm -rf "${PORTAGE_BUILDDIR}"/{.unpacked,.compiled,.tested,.packaged,build-info}
21 + rm -rf "${PORTAGE_BUILDDIR}"/{.unpacked,.prepared,.configured,.compiled,.tested,.installed,.packaged,build-info}
22 rm -rf "${WORKDIR}"
23 if [ -d "${T}" ] && \
24 ! hasq keeptemp $FEATURES && ! hasq keepwork $FEATURES ; then