From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([69.77.167.62] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1KhU0x-00035G-L6 for garchives@archives.gentoo.org; Sun, 21 Sep 2008 18:50:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0A661E04C8; Sun, 21 Sep 2008 18:50:35 +0000 (UTC) Received: from a1iwww1.kph.uni-mainz.de (a1iwww1.kph.uni-mainz.de [134.93.134.1]) by pigeon.gentoo.org (Postfix) with ESMTP id AFC94E04C8 for ; Sun, 21 Sep 2008 18:50:34 +0000 (UTC) Received: from a1ihome1.kph.uni-mainz.de (a1ihome1.kph.uni-mainz.de [134.93.134.75]) by a1iwww1.kph.uni-mainz.de (8.14.0/8.13.4) with ESMTP id m8LIoX5V011804 for ; Sun, 21 Sep 2008 20:50:33 +0200 Received: from a1ihome1.kph.uni-mainz.de (localhost [127.0.0.1]) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.1) with ESMTP id m8LIoXZw009753; Sun, 21 Sep 2008 20:50:33 +0200 Received: (from ulm@localhost) by a1ihome1.kph.uni-mainz.de (8.14.0/8.14.0/Submit) id m8LIoX2g009748; Sun, 21 Sep 2008 20:50:33 +0200 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-Transfer-Encoding: 7bit Message-ID: <18646.38777.205043.568794@a1ihome1.kph.uni-mainz.de> Date: Sun, 21 Sep 2008 20:50:33 +0200 To: gentoo-dev@lists.gentoo.org Subject: [gentoo-dev] Re: Default src_install for EAPI-2 or following EAPI In-Reply-To: <8cd1ed20809211030w74725bb1qd60482d5fa7bfce2@mail.gmail.com> References: <18646.17986.821510.192980@a1ihome1.kph.uni-mainz.de> <8cd1ed20809211030w74725bb1qd60482d5fa7bfce2@mail.gmail.com> X-Mailer: VM 8.0.2-487 under Emacs 22.2.1 (i686-pc-linux-gnu) From: Ulrich Mueller X-Archives-Salt: da20566a-a400-4759-9baa-481947a82dda X-Archives-Hash: 130844f9261cb87499302c7e6117a6b6 >>>>> On Mon, 22 Sep 2008, Kent Fredric wrote: > find /usr/share/doc/ -wholename "* *" > /usr/share/doc/gpac-0.4.4-r1/ISO 639-2 codes.txt.bz2 Yes, and if you look into src_install of the ebuild, it does: dodoc doc/*.txt So a simple "dodoc ${DOCS}" with DOCS="... doc/*.txt ..." would work even in this case. No need for arrays. Ulrich