Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r13146 - main/trunk/bin
Date: Sun, 22 Mar 2009 23:47:52
Message-Id: E1LlXOQ-0008EU-8b@stork.gentoo.org
1 Author: zmedico
2 Date: 2009-03-22 23:47:49 +0000 (Sun, 22 Mar 2009)
3 New Revision: 13146
4
5 Modified:
6 main/trunk/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
11
12 Modified: main/trunk/bin/ebuild.sh
13 ===================================================================
14 --- main/trunk/bin/ebuild.sh 2009-03-22 23:21:38 UTC (rev 13145)
15 +++ main/trunk/bin/ebuild.sh 2009-03-22 23:47:49 UTC (rev 13146)
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