Gentoo Archives: gentoo-user

From: Zac Medico <zmedico@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to comletely remove some package?
Date: Fri, 05 Aug 2005 17:58:57
Message-Id: 42F3A810.8090200@gmail.com
In Reply to: [gentoo-user] How to comletely remove some package? by cadaver@nerdshack.com
1 cadaver@×××××××××.com wrote:
2 > How to comletely remove some package(i.e. no cfgpro, no !mtime)?
3 >
4
5 I believe that you can specify an empty CONFIG_PROTECT on the command line in order to disable it:
6
7 CONFIG_PROTECT="" emerge --unmerge foo
8
9 The mtime check currently cannot be overrided without hacking portage.py.
10
11 if (pkgfiles[obj][0] not in ("dir","fif","dev","sym")) and (lmtime != pkgfiles[obj][1]):
12 print "--- !mtime", pkgfiles[obj][0], obj
13 continue
14
15 Zac
16 --
17 gentoo-user@g.o mailing list