From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3355913827E for ; Sat, 14 Dec 2013 12:12:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4FB0FE0B7E; Sat, 14 Dec 2013 12:12:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B2D4BE0B69 for ; Sat, 14 Dec 2013 12:12:16 +0000 (UTC) Received: from [192.168.1.210] (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id E9DD833F526 for ; Sat, 14 Dec 2013 12:12:15 +0000 (UTC) Message-ID: <1387023124.3897.148.camel@big_daddy.dol-sen.ca> Subject: Re: [gentoo-catalyst] [PATCH 1/4] Initial rearrangement of the python directories From: Brian Dolbec To: "gentoo-catalyst@lists.gentoo.org" Date: Sat, 14 Dec 2013 04:12:04 -0800 In-Reply-To: References: <1386991211-9296-1-git-send-email-dolsen@gentoo.org> <1386991211-9296-2-git-send-email-dolsen@gentoo.org> Content-Type: multipart/signed; micalg="pgp-sha512"; protocol="application/pgp-signature"; boundary="=-3tGQlTbpg2L7Gtbkxv9B" X-Mailer: Evolution 3.6.4 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-catalyst@lists.gentoo.org Reply-to: gentoo-catalyst@lists.gentoo.org Mime-Version: 1.0 X-Archives-Salt: b4814f95-6fc8-4184-88b8-9574f3b9ebdd X-Archives-Hash: 5bfd56546f7670e8049800a2b47b2ba7 --=-3tGQlTbpg2L7Gtbkxv9B Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable On Fri, 2013-12-13 at 21:22 -0800, Matt Turner wrote: > On Fri, Dec 13, 2013 at 7:20 PM, Brian Dolbec wrote: > > New minimal start script, moving the original catalyst script to cataly= st/main.py. > > Add __init__.py's to modules and arch sub-pkgs. > > Update the module loading paths for the new locations. > > Fix catalyst_support import to new location and specify imported module= s. > > --- > > arch/alpha.py | 75 -- > > arch/amd64.py | 83 -- > > arch/arm.py | 133 --- > > arch/hppa.py | 40 - > > arch/ia64.py | 16 - > > arch/mips.py | 464 -------- > > arch/powerpc.py | 124 --- > > arch/s390.py | 33 - > > arch/sh.py | 116 -- > > arch/sparc.py | 42 - > > arch/x86.py | 153 --- >=20 > We're missing m68k.py. Looks like it was missed in rebase. >=20 m68k was added much later in the rewrite. After the initial restructuring. I guess this is yet another rebase error. > > diff --git a/bin/catalyst b/bin/catalyst > > new file mode 100755 > > index 0000000..a4e55db > > --- /dev/null > > +++ b/bin/catalyst > > @@ -0,0 +1,46 @@ > > +#!/usr/bin/python -OO > > + > > +# Maintained in full by: > > +# Catalyst Team > > +# Release Engineering Team > > +# Andrew Gaffney > > +# Chris Gianelloni > > +# $Id$ >=20 > Let's remove agaffney, wolf31o2 and the $Id$ tag. >=20 > > + > > + > > +from __future__ import print_function > > + > > +import sys > > + > > +__maintainer__=3D"Catalyst " > > +__version__=3D"2.0.12.2" >=20 > Wrong version. >=20 yet another rebase error. This was done long ago before more bugfix releases were done to master. > Does catalyst still function immediately after this commit? I doubt it. This is 1 of 4. I grouped these 4 together for that reason. --=-3tGQlTbpg2L7Gtbkxv9B Content-Type: application/pgp-signature; name="signature.asc" Content-Description: This is a digitally signed message part Content-Transfer-Encoding: 7bit -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.22 (GNU/Linux) iQF8BAABCgBmBQJSrEsUXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ4Njg4RkQxQ0M3MUMxQzA0RUFFQTQyMzcy MjE0RDkwQTAxNEYxN0NCAAoJECIU2QoBTxfLh3IH/RsYE0iicrlqK/PHdplyDk1R rNaLCsQ4Q+2/dGjFkIVM9WDR5h2qByHnfFlyj222C/vHrQhZ8N8BafJgFoZ/6ZH5 X+pIJ9p/hCyeRJ8fKVFoUr7IkaUEVrZ6b4a49dVfYzZuZiPv1hX1pjH5J0EISAyD XJ31rjWNuHtrLWsm3yfLsMWZjilDcQTKxf7VtK/k4XVmsgjZCXIZbDigD57rjH6O PFbMWVWdIKlAbU0ZLzTCG0q2A/DzdQ5h6085oMq5v6WQu46Ew4MljFrvZq+5Kjkf hjzmBt6bFTgYHoN4vPahs9Il4J0qCCpyzb7OKgy6qSnjXYV/6SrizWkJJZYddpE= =cScw -----END PGP SIGNATURE----- --=-3tGQlTbpg2L7Gtbkxv9B--