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 1NevBJ-0001R7-Kb for garchives@archives.gentoo.org; Tue, 09 Feb 2010 18:51:33 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B0FFBE197F for ; Tue, 9 Feb 2010 18:51:28 +0000 (UTC) Received: from ks359684.kimsufi.com (ks359684.kimsufi.com [91.121.159.27]) by pigeon.gentoo.org (Postfix) with ESMTP id 13D15E180E for ; Tue, 9 Feb 2010 18:42:05 +0000 (UTC) Received: from [192.168.1.65] (11.124.54.77.rev.vodafone.pt [77.54.124.11]) by ks359684.kimsufi.com (Postfix) with ESMTPA id 9D10EF24001 for ; Tue, 9 Feb 2010 19:48:17 +0100 (CET) Message-ID: <4B71AC73.4040204@logiquefloue.org> Date: Tue, 09 Feb 2010 19:41:55 +0100 From: Laurent Kappler User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) 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 To: gentoo-user@lists.gentoo.org Subject: Re: [gentoo-user] emerge older version References: <4B719120.5090808@logiquefloue.org> <201002091853.25825.wonko@wonkology.org> In-Reply-To: <201002091853.25825.wonko@wonkology.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0dbf42e1-b8af-41bc-b3c1-367f1c755527 X-Archives-Hash: 5d8e4eaebdaba61a7e65d0c064d1cd9f Alex Schuster a =E9crit : > Laurent Kappler writes: > > =20 >> I'm tryin to emerge ImageMagick version 6.4.7.0 while current in >> portage is 6.5.7. >> >> How could I do that?? >> =20 > > Look in the attic [*] for old ebuilds. Looks like 6.4.7.0 is not=20 > available, so maybe you will download 6.4.8.3 which is the nearest=20 > version. Put the ebuild into your overlay, create a manifest (like ebui= ld=20 > /usr/local/portage/media-gfx/imagemagick/imagemagick-6.4.8.3.ebuild=20 > manifest), and try to emerge =3Dmedia-gfx/imagemagick-6.4.8.3. This mig= ht=20 > work, but maybe there is other software you have installed that needs a= =20 > newer version - then it would not work so easily. > > Why do you need it anyway? You could also just fetch the tarball from=20 > imagemagick.org, build it in a local directory, and install to=20 > /usr/local/. > > Wonko > > [*] http://sources.gentoo.org/viewcvs.py/gentoo-x86/media- > gfx/imagemagick/?hideattic=3D0 > > > =20 Thank you, I will check all this ;) Laurent