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 ADD9B1386F1
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 11C57E0810;
Sun, 9 Aug 2015 12:39:27 +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 2506F141B2
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 57A85340A69
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 BAE8B112
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: <1439117163.c09d7be7311d6e253f9f8690503d6a0a752d4053.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: c09d7be7311d6e253f9f8690503d6a0a752d4053
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: e12e4a67-9fc7-4979-a4a0-41e655489106
X-Archives-Hash: b9b7e96915db1423579763f881b41ed7
commit: c09d7be7311d6e253f9f8690503d6a0a752d4053
Author: Johannes Huber gentoo org>
AuthorDate: Sun Aug 9 10:46:03 2015 +0000
Commit: Justin Lecher gentoo org>
CommitDate: Sun Aug 9 10:46:03 2015 +0000
URL: https://gitweb.gentoo.org/proj/devmanual.git/commit/?id=c09d7be7
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