From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1RCGGm-00026J-U0 for garchives@archives.gentoo.org; Fri, 07 Oct 2011 19:39:45 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E3B1A21C108; Fri, 7 Oct 2011 19:39:30 +0000 (UTC) Received: from mail-bw0-f53.google.com (mail-bw0-f53.google.com [209.85.214.53]) by pigeon.gentoo.org (Postfix) with ESMTP id A814521C167 for ; Fri, 7 Oct 2011 19:38:31 +0000 (UTC) Received: by bkbzt12 with SMTP id zt12so6622755bkb.40 for ; Fri, 07 Oct 2011 12:38:30 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; bh=MRXW6p/3uwpZSdmgU5L7AULI0pTEGcZaEukXTrgwaiw=; b=W1qUwIeD+HR8N+jDvdhDsICgreA9fIwofVZj9ehAWbOJCkMkmmCjeDIXO7b7yUznNW qKyf0XxZMyr4Hd/rDZS0sbtLsL2MsHqvyVges7qaRsR/1QPDxG+XRdkX9zo2+SRqUMxI QqhrRe/tq0kK/IC97aI6gBak8XblEjHTLqvsM= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.135.72 with SMTP id m8mr1588478bkt.389.1318016310675; Fri, 07 Oct 2011 12:38:30 -0700 (PDT) Received: by 10.204.177.199 with HTTP; Fri, 7 Oct 2011 12:38:30 -0700 (PDT) In-Reply-To: References: Date: Fri, 7 Oct 2011 15:38:30 -0400 Message-ID: Subject: Re: [gentoo-user] inkscape emerge From: Michael Mol To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 2647030e8620472cf10d77cd29aff621 On Fri, Oct 7, 2011 at 3:32 PM, James wrote: > Hello, > > I read somewhere that inkscape (in portage) > can open and allow some manipulation of > Visio files. Anyone got any experience > with inkscape and visio files? Haven't messed with visio files in years, and then only with Visio. > Emerging inkscape, it required 12 new packages > to be install too. What must I do to ensure that > when I unemerge =C2=A0inkscape, the other 12 packages > are also removed? Roughly speaking, emerge -p --depclean will show you what packages are installed which you didn't explicitly ask for, and which are no longer depended upon by any explicitly-selected packages. So, say you install package A, and it depends on new packages B and C. When you uninstall package A, packages B and C remain. When you use --depclean, portage will see that B and C are installed, but aren't required by anything. Remove the -p to have portage go ahead and try to remove them. (But you might see something you want to have remain, which is why you should use -p first) --=20 :wq