From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from lists.gentoo.org ([140.105.134.102] helo=robin.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1IriSG-00019T-N0 for garchives@archives.gentoo.org; Mon, 12 Nov 2007 23:12:33 +0000 Received: from robin.gentoo.org (localhost [127.0.0.1]) by robin.gentoo.org (8.14.2/8.14.0) with SMTP id lACNCUeo019754; Mon, 12 Nov 2007 23:12:30 GMT Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by robin.gentoo.org (8.14.2/8.14.0) with ESMTP id lACNCT2a019726 for ; Mon, 12 Nov 2007 23:12:29 GMT Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DEA156581C for ; Mon, 12 Nov 2007 23:12:28 +0000 (UTC) Received: from betelgeuse by stork.gentoo.org with local (Exim 4.60) (envelope-from ) id 1IriSB-0007UT-LB for gentoo-commits@lists.gentoo.org; Mon, 12 Nov 2007 23:12:27 +0000 From: "Petteri Raty (betelgeuse)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, betelgeuse@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in /: skel.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: skel.ebuild X-VCS-Directories: / X-VCS-Committer: betelgeuse X-VCS-Committer-Name: Petteri Raty Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: Sender: Petteri Raty Date: Mon, 12 Nov 2007 23:12:27 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@gentoo.org X-Archives-Salt: 73e6bea3-0413-4152-98b4-9c065e413eb9 X-Archives-Hash: 7202ca1401db7520060c9114efddee21 betelgeuse 07/11/12 23:12:27 Modified: skel.ebuild Log: Add notes about EAPI to skel.ebuild Revision Changes Path 1.43 skel.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/skel.ebuild?rev=1.43&view=markup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/skel.ebuild?rev=1.43&content-type=text/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/skel.ebuild?r1=1.42&r2=1.43 Index: skel.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/skel.ebuild,v retrieving revision 1.42 retrieving revision 1.43 diff -u -r1.42 -r1.43 --- skel.ebuild 1 Jan 2007 12:18:17 -0000 1.42 +++ skel.ebuild 12 Nov 2007 23:12:27 -0000 1.43 @@ -11,6 +11,13 @@ # will be committed to cvs, the details on that line will be automatically # generated to contain the correct data. +# The EAPI variable tells the ebuild format in use. +# Defaults to 0 if not specified. See current PMS draft for more details. +# Eclasses will test for this variable if they need to use EAPI > 0 features. +# Ebuilds should not define EAPI=1 unless they need to use features added +# in that version. +#EAPI=1 + # inherit lists eclasses to inherit functions from. Almost all ebuilds should # inherit eutils, as a large amount of important functionality has been # moved there. For example, the $(get_libdir) mentioned below wont work -- gentoo-commits@gentoo.org mailing list