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 1KkB7p-0006e1-I8 for garchives@archives.gentoo.org; Mon, 29 Sep 2008 05:16:49 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 89056E06FC; Mon, 29 Sep 2008 05:16:48 +0000 (UTC) Received: from ti-out-0910.google.com (ti-out-0910.google.com [209.85.142.189]) by pigeon.gentoo.org (Postfix) with ESMTP id 15E0EE06FC for ; Mon, 29 Sep 2008 05:16:47 +0000 (UTC) Received: by ti-out-0910.google.com with SMTP id u5so1846785tia.10 for ; Sun, 28 Sep 2008 22:16:46 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=aBKh4dd8Bhp/ag155LiF4gwEtr0tkDsuTk9ojgcWQ8U=; b=ug3w8sNof3Q9h5VY1h4BMuwhTxEK9UE4ijtZR3yCL7VQFvOuY91OLAfdMAkTydLQnD EgAz25p+HlmnuEb5lwLBE+HCRFfd9iAscoC4JHG59VrIzaCCoM81UtOR+N9t9uCHEgY0 pzbg8xKi8JMuI2IgfVEIfjnIFROQ85bi0jLlc= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=phJLB8DWabpPblUTppHFwcWhm/O0bEuxO4tRKVKpCuob/AH8AqTtFk9sHArHiu3mi8 vCKM/mYMs9MpaBrWdc8pG4O5W/j4FrFdN+gLpUL+vDeDeSAvI/A4GAf7+uM2Sg0hX5Y3 ybQRohzu/k89JvyRKt+jF13ADPgFHCfwcflq4= Received: by 10.110.47.17 with SMTP id u17mr6488061tiu.55.1222665406345; Sun, 28 Sep 2008 22:16:46 -0700 (PDT) Received: by 10.110.28.2 with HTTP; Sun, 28 Sep 2008 22:16:46 -0700 (PDT) Message-ID: <8b4c83ad0809282216x6f890699t35b93d7efb6dfae5@mail.gmail.com> Date: Mon, 29 Sep 2008 10:46:46 +0530 From: "Nirbheek Chauhan" To: gentoo-dev@lists.gentoo.org Subject: Re: [gentoo-dev] Re: Default src_install for EAPI-2 or following EAPI In-Reply-To: <48DE0825.1010009@gentoo.org> 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=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <18646.45711.173931.589892@a1ihome1.kph.uni-mainz.de> <48D94608.7060805@gentoo.org> <200809240121.04326.bo.andresen@zlin.dk> <8b4c83ad0809240046n20adbeb1gb376db13d79f7bdc@mail.gmail.com> <48DE0825.1010009@gentoo.org> X-Archives-Salt: 9873625c-d277-4b8e-a378-11780c4920c7 X-Archives-Hash: 6a5ceb9c7596d5d569ecb1857fcb1d5f On Sat, Sep 27, 2008 at 3:47 PM, Thomas Sachau wrote: > So what about this one? > > default_src_install() { > if [ -f Makefile ] || [ -f GNUmakefile ] || [ -f makefile ]; then > emake DESTDIR="${D}" install || die "emake install failed" > fi > if [ -n "${DOCS}" ]; then > dodoc ${DOCS} || die "dodoc failed" > else > # No die here because we don't know if any of these exist > dodoc AUTHORS ChangeLog NEWS README > fi > } This seems alright fine to me Cheers, ~Nirbheek Chauhan