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 1RENHh-0003NA-9Y for garchives@archives.gentoo.org; Thu, 13 Oct 2011 15:33:26 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F3BD21C230; Thu, 13 Oct 2011 15:33:14 +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 C0CF221C1B1 for ; Thu, 13 Oct 2011 15:32:46 +0000 (UTC) Received: by bkbzt12 with SMTP id zt12so1993681bkb.40 for ; Thu, 13 Oct 2011 08:32:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=eRB/twafL5KZLHx4yaGx3odxzpTJZwv9Yym5c7ZNtHE=; b=lvL/S0gTQp2zojnRtUON57G4EDNQOdtTqQs19/elx6iTLIDH+1maGDHptLVYtlMWCB aSPIR3G5RWLHTv9N/XXphp5cGVqeQr3jX6kfA3JX6Qqbg+1v4NhNyGUXUXhNW9HXozGJ 6GgpwdjWsXCAGND0AEX2slzpipMMU08bAu2E8= Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-dev@lists.gentoo.org Reply-to: gentoo-dev@lists.gentoo.org MIME-Version: 1.0 Received: by 10.204.156.141 with SMTP id x13mr3224992bkw.54.1318519965919; Thu, 13 Oct 2011 08:32:45 -0700 (PDT) Sender: freemanrich@gmail.com Received: by 10.204.72.195 with HTTP; Thu, 13 Oct 2011 08:32:45 -0700 (PDT) In-Reply-To: <20111013172630.0ca7d1f5@pomiocik.lan> References: <20111001170259.E4D702004B@flycatcher.gentoo.org> <201110121910.58049.vapier@gentoo.org> <4E96226D.8060807@gentoo.org> <201110122018.03219.vapier@gentoo.org> <4E96BC0B.60809@gentoo.org> <20111013141311.159864a3@googlemail.com> <20111013172630.0ca7d1f5@pomiocik.lan> Date: Thu, 13 Oct 2011 11:32:45 -0400 X-Google-Sender-Auth: t7UA9hyNaPMcPO5JHW8x11O4KPE Message-ID: Subject: Re: [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in net-im/qutecom: metadata.xml ChangeLog qutecom-2.2_p20110210.ebuild From: Rich Freeman To: gentoo-dev@lists.gentoo.org Cc: ciaran.mccreesh@googlemail.com Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: ed2413265035d3fda3ef1f82daa53c00 On Thu, Oct 13, 2011 at 11:26 AM, Micha=C5=82 G=C3=B3rny wrote: > So, in your opinion, if we have 'foo' and 'libfoo' which are strictly > version-bound, we can't allow users to install older versions? Obviously the real issue is when libfoo is libpng or openssl or whatever. It almost makes you wonder if the solution is to do a LOT more slotting. Maybe with the right automation slotting could be less painful to maintain. Of course, if you take that to the ultimate extreme you'd just have every package install each file with a hash in the filename and then have /usr/bin et all be a collection of symlinks. And before you know it you're running Plan9. :) Rich