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 1Ny0gP-0000fU-FE for garchives@archives.gentoo.org; Sat, 03 Apr 2010 10:34:29 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 90CC1E0BC4; Sat, 3 Apr 2010 10:34:24 +0000 (UTC) Received: from smtprelay03.ispgateway.de (smtprelay03.ispgateway.de [80.67.18.15]) by pigeon.gentoo.org (Postfix) with ESMTP id 7AFA8E0BA7 for ; Sat, 3 Apr 2010 10:34:19 +0000 (UTC) Received: from [93.210.26.92] (helo=arkane.local) by smtprelay03.ispgateway.de with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.68) (envelope-from ) id 1Ny0gD-0000Jf-Va for gentoo-dev@lists.gentoo.org; Sat, 03 Apr 2010 12:34:18 +0200 Received: by arkane.local (Postfix, from userid 1000) id 403B368D5; Sat, 3 Apr 2010 12:33:48 +0200 (CEST) Date: Sat, 3 Apr 2010 12:33:48 +0200 From: Torsten Veller To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: perl eclass review - EAPI=3 + new helper eclass Message-ID: <20100403122902.TAc3125.tv@veller.net> Mail-Followup-To: gentoo-dev@lists.gentoo.org References: <20100330111154.GA28735@veller.net> 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 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Face: ===_______=8)_=8)_______A_very_very_nice_face_______=8)_=8)_______=== Jabber-ID: tove@jabber.ccc.de X-PGP-Fingerprint: 0416 3C11 8D79 65B9 AAD0 2065 BBC7 14D1 9C67 CD96 User-Agent: Mutt/1.5.20 (2010-03-08) X-Df-Sender: 1067115 X-Archives-Salt: 2f07de57-7018-4375-97ec-a56a4c62c21e X-Archives-Hash: e89c11eadf122f7b6c2fa539b01247d2 * James Cloos : > One change the perl eclasses require is elimination of the code which > deletes the man pages. > > Deleting the man pages is /extremely/ rude and should not occur. There was a reason why the man-pages were removed: I think it was collisions protection and perl people use `perldoc` anyway. Do we need a patch to avoid collisions? Do you have it ready and tested?