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 1PBs7h-0007ZC-FC for garchives@archives.gentoo.org; Fri, 29 Oct 2010 16:48:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 262A5E08DC; Fri, 29 Oct 2010 16:46:59 +0000 (UTC) Received: from mail-gy0-f181.google.com (mail-gy0-f181.google.com [209.85.160.181]) by pigeon.gentoo.org (Postfix) with ESMTP id 05A0CE08DC for ; Fri, 29 Oct 2010 16:46:58 +0000 (UTC) Received: by gye5 with SMTP id 5so3073534gye.40 for ; Fri, 29 Oct 2010 09:46:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:sender:received:from:date :x-google-sender-auth:message-id:subject:to:content-type :content-transfer-encoding; bh=oochBKnZGID//m9knMIbIav1rzqj9sA3/ktr7zNa6XQ=; b=Kh+lo1oNIvZxD/9luKnjWANrRJno3RYXlw7Gr7arxcO/HGOVSjEwFNxfkcTqrPo2yf d3dncZq6ZSinvP0EWqIZ/kz3grkXH4lKuiURB3zwMgmzBIOeHoYfVISHu+RfIcKV1wO6 pwPME+ODnLLOFwleCSPUYzvEBMcNDI0cQRCZ0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:from:date:x-google-sender-auth:message-id :subject:to:content-type:content-transfer-encoding; b=tbp79SlfWvn3lhn+iFz0GRcU1HroGLop69u7qHqd8kZb6a/VCZjaGnshAUrMzHXSRW 6DoN7nzeWO4rz1AVKxAW1YNgNGofl3/sVYnATUBMFyUwJEaOzUJj6mrpujuMdIwT5mJu lENn+o5iuCUWtHnXPV1Wm7kVbew9muvVpJHQA= Received: by 10.90.22.29 with SMTP id 29mr4696314agv.14.1288370818629; Fri, 29 Oct 2010 09:46:58 -0700 (PDT) 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 Sender: fthtmn@gmail.com Received: by 10.90.150.3 with HTTP; Fri, 29 Oct 2010 09:46:28 -0700 (PDT) From: =?ISO-8859-1?Q?Fatih_T=FCmen?= Date: Fri, 29 Oct 2010 19:46:28 +0300 X-Google-Sender-Auth: euIrjW6mZyP9Gp3D_HEKwAGndMk Message-ID: Subject: [gentoo-user] emerge --buildpkg --unmerge To: gentoo-user@lists.gentoo.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 458f37c7-7167-42e8-a808-28aa272701ca X-Archives-Hash: f25a2c11568fbf825ffe949664b17938 Hi, Is there a way tell portage to build binary package before removing it from the system? man emerge says: --buildpkg (-b) Tells emerge to build binary packages for all ebuilds processed in addition to actually **merging** the packages. [...] An alternative for already-merged packages is to use quickpkg(1) which creates a tbz2 from the live filesystem. I have about 20 packages to unmerge or remerge with new use flags. But I want to keep binary copies (with old use settings) before unmerging them. Unfortunately I did not have buildpkg in FEATURES at the time of emerging them. Doing this now by hand sounds kinda fatigue unless... the output of --pretend was parsable so I do what I want by.. for pkg in ${PKGS}; do quickpkg --include-config\=3Dy $pkg; done or by something better? Thanks for ideas in advance. -- =A0 =A0Fatih