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 A3D48138247 for ; Sun, 12 Jan 2014 01:51:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 459C5E0BBE; Sun, 12 Jan 2014 01:50:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D4552E0BBE for ; Sun, 12 Jan 2014 01:50:58 +0000 (UTC) Received: from big_daddy.dol-sen.ca (S010600222de111ff.vc.shawcable.net [96.49.5.156]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) (Authenticated sender: dolsen) by smtp.gentoo.org (Postfix) with ESMTPSA id CFABE33F712 for ; Sun, 12 Jan 2014 01:50:57 +0000 (UTC) From: Brian Dolbec To: gentoo-catalyst@lists.gentoo.org Subject: [gentoo-catalyst] Re-organize the python structure Date: Sat, 11 Jan 2014 17:46:53 -0800 Message-Id: <1389491218-1488-1-git-send-email-dolsen@gentoo.org> X-Mailer: git-send-email 1.8.3.2 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 X-Archives-Salt: c59baa76-6566-49ca-966e-77f8546dd05b X-Archives-Hash: 22e6f43182eda0e546ffdf2eb7b2cae3 [PATCH 1/5] Initial rearrangement of the python directories [PATCH 2/5] Move catalyst_support, builder, catalyst_lock out of... [PATCH 3/5] Rename the modules subpkg to targets, to better reflect... [PATCH 4/5] Move catalyst.conf and catalystrc to an etc/ directory [PATCH 5/5] setup.py: Add disutils-based packaging This series of patches move catalyst into a more normal python code structure. After this series, the -9999 ebuild will need to be swapped out for the 2.9999 live ebuild. Each commit individually works without breakage, but each one builds on changes made from previous commits.