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.54) id 1EkdeL-0001ZY-18 for garchives@archives.gentoo.org; Fri, 09 Dec 2005 08:30:41 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.13.5/8.13.5) with SMTP id jB98TIto008009; Fri, 9 Dec 2005 08:29:18 GMT Received: from rutherford.zen.co.uk (rutherford.zen.co.uk [212.23.3.142]) by robin.gentoo.org (8.13.5/8.13.5) with ESMTP id jB98OvtZ019879 for <gentoo-user@lists.gentoo.org>; Fri, 9 Dec 2005 08:24:57 GMT Received: from [82.69.83.178] (helo=desiato.digimed.co.uk) by rutherford.zen.co.uk with esmtp (Exim 4.34) id 1EkdYn-00035i-72 for gentoo-user@lists.gentoo.org; Fri, 09 Dec 2005 08:24:57 +0000 Received: from krikkit.digimed.co.uk (krikkit.digimed.co.uk [192.168.1.3]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by desiato.digimed.co.uk (Postfix) with ESMTP id 96DCA140021A for <gentoo-user@lists.gentoo.org>; Fri, 9 Dec 2005 08:24:54 +0000 (GMT) Date: Fri, 9 Dec 2005 08:24:52 +0000 From: Neil Bothwick <neil@digimed.co.uk> To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] Cleanup kde-3.4 Message-ID: <20051209082452.3e0d83d3@krikkit.digimed.co.uk> In-Reply-To: <43991594.2070601@comcast.net> References: <200512061819.27638.bss03@volumehost.com> <20051207004206.5efec0c1@krikkit.digimed.co.uk> <43991594.2070601@comcast.net> Organization: Digital Media Production X-Mailer: Sylpheed-Claws 2.0.0-rc1 (GTK+ 2.8.8; powerpc-unknown-linux-gnu) X-GPG-Fingerprint: 7260 0F33 97EC 2F1E 7667 FE37 BA6E 1A97 4375 1903 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: multipart/signed; boundary="Sig_agDdrJ+=RooMKBu.gYe9Nml"; protocol="application/pgp-signature"; micalg=PGP-SHA1 X-Originating-Rutherford-IP: [82.69.83.178] X-Archives-Salt: eacf29e2-db45-4528-bbca-6af4ae38c44f X-Archives-Hash: bfc363d447353aa4483b5b2f18178e9d --Sig_agDdrJ+=RooMKBu.gYe9Nml Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable On Thu, 08 Dec 2005 23:26:44 -0600, Kevin Hanson wrote: > >qpkg -I -nc -g kde-base | xargs emerge --prune > This is what I use and it works well: >=20 > #!/bin/bash > for x in `ls /usr/portage/kde-base`; do > if [ "$x" !=3D "CVS" ]; then > echo -n "=3Dkde-base/$x-3.4* " > fi > done |xargs emerge -Cpv This only works for 3.4, whereas --prune removed all older packages. Also, by using -I with qpkg, it only acts on packages that are installed, not the whole of kde-base. On the other hand,your approach works better if you used the monolithic ebuild for 3.5 and the split ebuilds for 3.5. --=20 Neil Bothwick I've got a mind like a... a... what's that thing called? --Sig_agDdrJ+=RooMKBu.gYe9Nml Content-Type: application/pgp-signature; name=signature.asc Content-Disposition: attachment; filename=signature.asc -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFDmT9Uum4al0N1GQMRAk75AJ920Xa+9ZMH2Xg40/5DappczWxr3ACgzOYB t6wN/R9WHulnuyH67lxSCvs= =LpYy -----END PGP SIGNATURE----- --Sig_agDdrJ+=RooMKBu.gYe9Nml-- -- gentoo-user@gentoo.org mailing list