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 C6F711381F3 for ; Tue, 2 Jul 2013 15:45:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A8FE0B13; Tue, 2 Jul 2013 15:45:25 +0000 (UTC) Received: from a1www.kph.uni-mainz.de (a1www.kph.uni-mainz.de [134.93.134.1]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 13822E0B13 for ; Tue, 2 Jul 2013 15:45:24 +0000 (UTC) Received: from a1i15.kph.uni-mainz.de (a1i15.kph.uni-mainz.de [134.93.134.92]) by a1www.kph.uni-mainz.de (8.14.4/8.13.4) with ESMTP id r62FjMOE004512 for ; Tue, 2 Jul 2013 17:45:22 +0200 Received: from a1i15.kph.uni-mainz.de (localhost [127.0.0.1]) by a1i15.kph.uni-mainz.de (8.14.6/8.14.2) with ESMTP id r62FjMe7004113; Tue, 2 Jul 2013 17:45:22 +0200 Received: (from ulm@localhost) by a1i15.kph.uni-mainz.de (8.14.6/8.14.6/Submit) id r62FjMIq004105; Tue, 2 Jul 2013 17:45:22 +0200 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Lisp mail X-BeenThere: gentoo-lisp@lists.gentoo.org Reply-To: gentoo-lisp@lists.gentoo.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20946.62866.367467.562156@a1i15.kph.uni-mainz.de> Date: Tue, 2 Jul 2013 17:45:22 +0200 To: gentoo-lisp@lists.gentoo.org Subject: [gentoo-lisp] app-emacs/gentoo-syntax package split X-Mailer: VM 8.2.0b under 24.3.1 (x86_64-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: 762f8e64-99a5-4e42-a962-5c8a54bf92cd X-Archives-Hash: 10fcacf8986a7d902be38a598c8f406d Hi all, Currently the gentoo-syntax package collects three modes (ebuild-mode, eselect-mode, and gentoo-newsitem-mode) that are mostly independent. I think it would be more natural to maintain eselect-mode within eselect proper. And since newsitem mode shares no code at all with the rest, it's probably cleaner to split the package altogether: - ebuild-mode for ebuilds and eclasses (and anything else that is related to the Portage tree) - eselect-mode for eselect modules - gentoo-newsitem-mode for GLEP 42 news items (I wonder how many users this has anyway ;-) Any comments? Ulrich