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 1QtLfj-0005jr-9T for garchives@archives.gentoo.org; Tue, 16 Aug 2011 15:35:19 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 918C621C058; Tue, 16 Aug 2011 15:35:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 5F87521C058 for ; Tue, 16 Aug 2011 15:35:08 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by smtp.gentoo.org (Postfix) with ESMTP id D442C1B4005 for ; Tue, 16 Aug 2011 15:35:07 +0000 (UTC) X-Virus-Scanned: by amavisd-new using ClamAV at gentoo.org X-Spam-Score: -4.947 X-Spam-Level: X-Spam-Status: No, score=-4.947 required=5.5 tests=[AWL=1.652, BAYES_00=-2.599, RCVD_IN_DNSWL_MED=-4] Received: from smtp.gentoo.org ([127.0.0.1]) by localhost (smtp.gentoo.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 4Sg-0gtYKThl for ; Tue, 16 Aug 2011 15:35:01 +0000 (UTC) Received: from lo.gmane.org (lo.gmane.org [80.91.229.12]) by smtp.gentoo.org (Postfix) with ESMTP id 11D421B4060 for ; Tue, 16 Aug 2011 15:34:58 +0000 (UTC) Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1QtLfN-0001Nx-0S for gentoo-devhelp@gentoo.org; Tue, 16 Aug 2011 17:34:57 +0200 Received: from athedsl-387786.home.otenet.gr ([79.131.66.200]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Aug 2011 17:34:57 +0200 Received: from realnc by athedsl-387786.home.otenet.gr with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 16 Aug 2011 17:34:57 +0200 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-devhelp@lists.gentoo.org From: Nikos Chantziaras Subject: [gentoo-devhelp] games eclass has no effect with distutils Date: Tue, 16 Aug 2011 18:35:18 +0300 Organization: Lucas Barks Message-ID: Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Development-related help X-BeenThere: gentoo-devhelp@gentoo.org X-BeenThere: gentoo-devhelp@lists.gentoo.org Reply-To: gentoo-devhelp@lists.gentoo.org Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: athedsl-387786.home.otenet.gr User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:5.0) Gecko/20110705 Thunderbird/5.0 X-Archives-Salt: X-Archives-Hash: dda96d94333ea43a2d6e6660ebe0c036 My inherit line is: inherit eutils distutils games I only have a src_install() function defined: src_install() { distutils_src_install prepgamesdirs } However, the executables end up in /usr/bin instead of /usr/games/bin and their permissions are wrong (no games group.) How is this supposed to work?