From mboxrd@z Thu Jan  1 00:00:00 1970
Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org)
	by nuthatch.gentoo.org with esmtp (Exim 4.60)
	(envelope-from <gentoo-user+bounces-55001-garchives=archives.gentoo.org@gentoo.org>)
	id 1GlrLe-0000U6-Fz
	for garchives@archives.gentoo.org; Sun, 19 Nov 2006 18:24:58 +0000
Received: from robin.gentoo.org (localhost [127.0.0.1])
	by robin.gentoo.org (8.13.8/8.13.8) with SMTP id kAJIMngO014853;
	Sun, 19 Nov 2006 18:22:49 GMT
Received: from nf-out-0910.google.com (nf-out-0910.google.com [64.233.182.185])
	by robin.gentoo.org (8.13.8/8.13.8) with ESMTP id kAJIKg2x025153
	for <gentoo-user@lists.gentoo.org>; Sun, 19 Nov 2006 18:20:43 GMT
Received: by nf-out-0910.google.com with SMTP id c31so3593869nfb
        for <gentoo-user@lists.gentoo.org>; Sun, 19 Nov 2006 10:20:42 -0800 (PST)
DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws;
        s=beta; d=gmail.com;
        h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth;
        b=c2NLBr67b2FunrnbSWZmv1cZgGt64C3SwR1K1gmwS98mxRZ3PnPL3CTRyMqLTY6IFJ3BIFgX/+tXbs/txRfWyndh+CtHNuNHWKbF0PiPIbtCQdVR/B+o0F9AU7+oOX/Y4f6wxiIiRzZMPJegAvkeCuC5V4oLBFzNyHzEadX7g9Y=
Received: by 10.82.142.9 with SMTP id p9mr458406bud.1163960442247;
        Sun, 19 Nov 2006 10:20:42 -0800 (PST)
Received: by 10.82.106.2 with HTTP; Sun, 19 Nov 2006 10:20:42 -0800 (PST)
Message-ID: <7573e9640611191020p5c32c216g2d3886b9e340e3f0@mail.gmail.com>
Date: Sun, 19 Nov 2006 11:20:42 -0700
From: "Richard Fish" <bigfish@asmallpond.org>
Sender: richard.j.fish@gmail.com
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] gnome-base/gnome-libs-1.4.2 masked?
Cc: "Saleem Abdulrasool" <compnerd@gentoo.org>
In-Reply-To: <1163958420.15182.12.camel@scarlatti.leonora.org>
Precedence: bulk
List-Post: <mailto:gentoo-user@lists.gentoo.org>
List-Help: <mailto:gentoo-user+help@gentoo.org>
List-Unsubscribe: <mailto:gentoo-user+unsubscribe@gentoo.org>
List-Subscribe: <mailto:gentoo-user+subscribe@gentoo.org>
List-Id: Gentoo Linux mail <gentoo-user.gentoo.org>
X-BeenThere: gentoo-user@gentoo.org
Reply-to: gentoo-user@lists.gentoo.org
MIME-Version: 1.0
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
References: <1163914117.15872.20.camel@scarlatti.leonora.org>
	 <7573e9640611182336l672dd132p1aa2bf7838dbfe6f@mail.gmail.com>
	 <1163958420.15182.12.camel@scarlatti.leonora.org>
X-Google-Sender-Auth: e7437765ac836d8e
X-Archives-Salt: ccbdab13-d9a7-4a9f-9129-520c65916f39
X-Archives-Hash: 9d1612af59f616747f9d424fd6390162

On 11/19/06, Vladimir G. Ivanovic <vgivanovic@comcast.net> wrote:
> No and maybe. I don't use gtkdiff, so I obviously don't care, but a lot
> of the packages contain libraries. I don't know if I use them or not.

Are these listed in your world (/var/lib/portage/world) file?  If so,
remove them, do an "emerge -Nuv world".  After that, emerge --depclean
--pretend will show you things that are not needed anymore.  And of
course, --pretend --tree is the best way of determining what wants to
pull in certain libraries.  So you can remove them, and run emerge -v
--pretend --tree world to determine what is pulling in these things.

> Or is every user expected to go through the list of package dependencies
> (direct and indirect), examine them, and make a decision for each package?

emerge --depclean can be used to clean out unneeded libraries, but
that won't work if your world file is polluted with a bunch of
unnecessary things.  So in that case, yeah, you will have to things
"manually".

-Richard
-- 
gentoo-user@gentoo.org mailing list