From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80])
by finch.gentoo.org (Postfix) with ESMTP id 2AA431386F1
for ; Sun, 9 Aug 2015 12:39:27 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
by pigeon.gentoo.org (Postfix) with SMTP id A5B1CE080E;
Sun, 9 Aug 2015 12:39:26 +0000 (UTC)
Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by pigeon.gentoo.org (Postfix) with ESMTPS id 13516E080E
for ; Sun, 9 Aug 2015 12:39:26 +0000 (UTC)
Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by smtp.gentoo.org (Postfix) with ESMTPS id 56AE534086E
for ; Sun, 9 Aug 2015 12:39:25 +0000 (UTC)
Received: from localhost.localdomain (localhost [127.0.0.1])
by oystercatcher.gentoo.org (Postfix) with ESMTP id DE110142
for ; Sun, 9 Aug 2015 12:39:21 +0000 (UTC)
From: "Justin Lecher"
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher"
Message-ID: <1439123957.15324ebb507b0bef51cd17e64ac587470db8267d.jlec@gentoo>
Subject: [gentoo-commits] proj/devmanual:master commit in: quickstart/
X-VCS-Repository: proj/devmanual
X-VCS-Files: quickstart/text.xml
X-VCS-Directories: quickstart/
X-VCS-Committer: jlec
X-VCS-Committer-Name: Justin Lecher
X-VCS-Revision: 15324ebb507b0bef51cd17e64ac587470db8267d
X-VCS-Branch: master
Date: Sun, 9 Aug 2015 12:39:21 +0000 (UTC)
Precedence: bulk
List-Post:
List-Help:
List-Unsubscribe:
List-Subscribe:
List-Id: Gentoo Linux mail
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Archives-Salt: dc20fcc0-1edf-451d-9a81-3c9b8ed4310c
X-Archives-Hash: 21a2d9d314dbb7f05b17843c1ecc2418
commit: 15324ebb507b0bef51cd17e64ac587470db8267d
Author: Johannes Huber gentoo org>
AuthorDate: Sun Aug 9 10:46:03 2015 +0000
Commit: Justin Lecher gentoo org>
CommitDate: Sun Aug 9 12:39:17 2015 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=15324ebb
Quickstart guide update
Using the new header according to git migration and bump EAPI to latest.
quickstart/text.xml | 30 +++++++++++++++---------------
1 file changed, 15 insertions(+), 15 deletions(-)
diff --git a/quickstart/text.xml b/quickstart/text.xml
index 380b994..561e4cd 100644
--- a/quickstart/text.xml
+++ b/quickstart/text.xml
@@ -34,11 +34,11 @@ can see real ebuilds in the main tree).
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=4
+EAPI=5
DESCRIPTION="Exuberant ctags generates tags files for quick source navigation"
HOMEPAGE="http://ctags.sourceforge.net"
@@ -206,11 +206,11 @@ Here's app-misc/detox/detox-1.1.1.ebuild:
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=4
+EAPI=5
DESCRIPTION="detox safely removes spaces and strange characters from filenames"
HOMEPAGE="http://detox.sourceforge.net/"
@@ -271,11 +271,11 @@ this is done via inherit eutils at the top of the ebuild. Here's
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=4
+EAPI=5
inherit eutils
@@ -329,11 +329,11 @@ replacement iconv for libc implementations which don't have their own.
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=4
+EAPI=5
DESCRIPTION="GNU charset conversion library for libc which doesn't implement it"
HOMEPAGE="http://www.gnu.org/software/libiconv/"
@@ -373,11 +373,11 @@ Another more complicated example, this time based upon
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: $
+# $Id$
-EAPI=4
+EAPI=5
inherit eutils