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 1Nzd1f-0005sD-0s for garchives@archives.gentoo.org; Wed, 07 Apr 2010 21:43:07 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 832B0E09FC; Wed, 7 Apr 2010 21:43:06 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 66110E09FC for ; Wed, 7 Apr 2010 21:43:06 +0000 (UTC) Received: from corvid.gentoo.org (corvid.gentoo.org [208.92.234.79]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id 145E01B4009 for ; Wed, 7 Apr 2010 21:43:06 +0000 (UTC) Received: by corvid.gentoo.org (Postfix, from userid 2255) id 2FC872C049; Wed, 7 Apr 2010 21:43:05 +0000 (UTC) From: "Dror Levin (spatz)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, spatz@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: spatz X-VCS-Committer-Name: Dror Levin Content-Type: text/plain; charset=utf8 Message-Id: <20100407214305.2FC872C049@corvid.gentoo.org> Date: Wed, 7 Apr 2010 21:43:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 61e80b1e-a498-4805-8dfc-6a56b8fdd672 X-Archives-Hash: 6d481db5ffa46b3da1b57f239ec48ac4 spatz 10/04/07 21:43:05 Modified: skel.ebuild Log: Remove archaic comment warning about setting EAPI in ebuilds. Revision Changes Path 1.54 skel.ebuild file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/skel.ebuild?rev=3D= 1.54&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/skel.ebuild?rev=3D= 1.54&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/skel.ebuild?r1=3D1= .53&r2=3D1.54 Index: skel.ebuild =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/skel.ebuild,v retrieving revision 1.53 retrieving revision 1.54 diff -u -r1.53 -r1.54 --- skel.ebuild 1 Jan 2010 00:00:39 -0000 1.53 +++ skel.ebuild 7 Apr 2010 21:43:04 -0000 1.54 @@ -15,8 +15,6 @@ # Defaults to 0 if not specified. The current PMS draft contains details= on # a proposed EAPI=3D0 definition but is not finalized yet. # Eclasses will test for this variable if they need to use EAPI > 0 feat= ures. -# Ebuilds should not define EAPI > 0 unless they absolutely need to use -# features added in that version. #EAPI=3D0 =20 # inherit lists eclasses to inherit functions from. Almost all ebuilds s= hould