Gentoo Archives: gentoo-commits

From: "Göktürk Yüksek" <gokturk@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/devmanual:master commit in: ebuild-writing/eapi/
Date: Wed, 25 Jan 2017 00:55:09
Message-Id: 1485305622.f4c6229352dfc9705697aa684ce6a251d8dda5f5.gokturk@gentoo
1 commit: f4c6229352dfc9705697aa684ce6a251d8dda5f5
2 Author: Jonas Stein <news <AT> jonasstein <DOT> de>
3 AuthorDate: Tue Jan 24 14:26:55 2017 +0000
4 Commit: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 25 00:53:42 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=f4c62293
7
8 ebuild-writing/eapi: Update example to EAPI=6, 2017
9
10 ebuild-writing/eapi/text.xml | 6 ++----
11 1 file changed, 2 insertions(+), 4 deletions(-)
12
13 diff --git a/ebuild-writing/eapi/text.xml b/ebuild-writing/eapi/text.xml
14 index a918fd0..6a5de05 100644
15 --- a/ebuild-writing/eapi/text.xml
16 +++ b/ebuild-writing/eapi/text.xml
17 @@ -42,13 +42,11 @@ Most developers prefer to set the EAPI version without quotes. However, the PMS
18 </note>
19
20 <codesample lang="ebuild">
21 -# Copyright 1999-2016 Gentoo Foundation
22 +# Copyright 1999-2017 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24 # &#36;Id&#36;
25
26 -EAPI=5
27 -inherit eutils
28 -
29 +EAPI=6
30 </codesample>
31
32 <important>