From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 4.0.0 (2022-12-14) on finch.gentoo.org X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DATE_IN_PAST_24_48, INVALID_DATE,MAILING_LIST_MULTI,NO_RELAYS autolearn=unavailable autolearn_force=no version=4.0.0 Received: from pete by cvs.gentoo.org with local (Exim 3.22 #1) id 14Ye3H-0004HV-00 for gentoo-dev@gentoo.org; Thu, 01 Mar 2001 18:08:11 -0700 From: Pete Gavin To: gentoo-dev@gentoo.org Subject: Re: [gentoo-dev] portage-1.5_pre7 Message-ID: <20010301180811.B15797@cvs.gentoo.org> References: <20010301150323.A8832@cvs.gentoo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20010301150323.A8832@cvs.gentoo.org>; from drobbins@gentoo.org on Thu, Mar 01, 2001 at 03:03:24PM -0700 Sender: gentoo-dev-admin@gentoo.org Errors-To: gentoo-dev-admin@gentoo.org X-BeenThere: gentoo-dev@gentoo.org X-Mailman-Version: 2.0 Precedence: bulk Reply-To: gentoo-dev@gentoo.org List-Help: List-Post: List-Subscribe: , List-Id: Gentoo Linux development list List-Unsubscribe: , List-Archive: Date: Thu Mar 1 18:09:02 2001 X-Original-Date: Thu, 1 Mar 2001 18:08:11 -0700 X-Archives-Salt: 8bf79288-8583-4db4-93d8-c7291e5149e7 X-Archives-Hash: b4042a4585db7380560a4f3ea95ea30e A few comments... When I merged in the spython package, it gave me a warning that sys-devel/spython is required. I merged dev-lang/python in, and unmerged spython, and just symlinked /usr/bin/python to spython, and everything seems to be working perfectly. I've been thinking, since the python and spython packages have alot of overlap, we could either make python and spython mutually exclusive (or make dev-lang/python an "upgrade" to spython), or we could make spython search in /usr/lib/spython2.0 as opposed to /usr/lib/python2.0. This would create a lot of identical files on the filesystem, but that way, at least if you merged in the dev-lang/python, and then unmerged it, you wouldn't remove all the files in sys-devel/python. In fact, I think the latter would be a great solution. That way, you can have the statically linked spython and regular python installed simultaneously w/o having any overlap (which is a big pet peeve of mine), and not have problems created by merging/unmerging dev-lang/python. I can try and hack the spython package to get this to work, if you want. Pete