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 1NeutH-0007al-Gh for garchives@archives.gentoo.org; Tue, 09 Feb 2010 18:32:51 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B5B6DE176C for ; Tue, 9 Feb 2010 18:32:50 +0000 (UTC) Received: from mail.askja.de (mail.askja.de [83.137.103.136]) by pigeon.gentoo.org (Postfix) with ESMTP id 8203CE0E08 for ; Tue, 9 Feb 2010 17:53:30 +0000 (UTC) Received: from static-87-79-89-40.netcologne.de ([87.79.89.40] helo=zone.wonkology.org) by mail.askja.de with esmtpsa (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.69) (envelope-from ) id 1NeuHB-0001bx-E1 for gentoo-user@lists.gentoo.org; Tue, 09 Feb 2010 18:53:29 +0100 Received: from localhost (localhost [127.0.0.1]) (uid 1000) by zone.wonkology.org with local; Tue, 09 Feb 2010 18:53:27 +0100 id 0001047B.4B71A117.00003A11 From: Alex Schuster To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge older version Date: Tue, 9 Feb 2010 18:53:25 +0100 User-Agent: KMail/1.12.4 (Linux/2.6.31-tuxonice_k8; KDE/4.3.5; i686; ; ) References: <4B719120.5090808@logiquefloue.org> In-Reply-To: <4B719120.5090808@logiquefloue.org> 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 Content-Type: Text/Plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <201002091853.25825.wonko@wonkology.org> X-Archives-Salt: 9a50f6d3-aaa0-4c24-9442-90ddcb327f87 X-Archives-Hash: 9623771e982a3cc13128c2ea4828769e Laurent Kappler writes: > I'm tryin to emerge ImageMagick version 6.4.7.0 while current in > portage is 6.5.7. > > How could I do that?? Look in the attic [*] for old ebuilds. Looks like 6.4.7.0 is not available, so maybe you will download 6.4.8.3 which is the nearest version. Put the ebuild into your overlay, create a manifest (like ebuild /usr/local/portage/media-gfx/imagemagick/imagemagick-6.4.8.3.ebuild manifest), and try to emerge =media-gfx/imagemagick-6.4.8.3. This might work, but maybe there is other software you have installed that needs a newer version - then it would not work so easily. Why do you need it anyway? You could also just fetch the tarball from imagemagick.org, build it in a local directory, and install to /usr/local/. Wonko [*] http://sources.gentoo.org/viewcvs.py/gentoo-x86/media- gfx/imagemagick/?hideattic=0