From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 15130139694 for ; Tue, 28 Feb 2017 23:14:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 23ADFE0C5E; Tue, 28 Feb 2017 23:14:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F0636E0C5E for ; Tue, 28 Feb 2017 23:14:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E023234165B for ; Tue, 28 Feb 2017 23:14:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 552B457FF for ; Tue, 28 Feb 2017 23:14:44 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1488323673.d75b933f444c0594ebf25a1db9f7a3cdd0c80f50.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: / X-VCS-Repository: repo/gentoo X-VCS-Files: skel.ebuild X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: d75b933f444c0594ebf25a1db9f7a3cdd0c80f50 X-VCS-Branch: master Date: Tue, 28 Feb 2017 23:14:44 +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: d7efb41f-faf2-45ce-81f3-f074b2e64a0a X-Archives-Hash: 0ff22837edf7f606ee495e54887794e4 commit: d75b933f444c0594ebf25a1db9f7a3cdd0c80f50 Author: Ulrich Müller gentoo org> AuthorDate: Tue Feb 28 23:13:46 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Tue Feb 28 23:14:33 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d75b933f skel.ebuild: Delete obsolete paragraph. skel.ebuild | 4 ---- 1 file changed, 4 deletions(-) diff --git a/skel.ebuild b/skel.ebuild index 1f28fcbe59d..7ac9dfb7d6d 100644 --- a/skel.ebuild +++ b/skel.ebuild @@ -6,10 +6,6 @@ # remember to remove them before submitting or committing your ebuild. That # doesn't mean you can't add your own comments though. -# The 'Id' on the third line should just be left alone. When your ebuild -# will be committed to git, the details on that line will be automatically -# generated to contain the correct data. - # The EAPI variable tells the ebuild format in use. # It is suggested that you use the latest EAPI approved by the Council. # The PMS contains specifications for all EAPIs. Eclasses will test for this