From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (unknown [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 0ECFF138200 for ; Tue, 9 Jul 2013 22:53:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 13629E0A52; Tue, 9 Jul 2013 22:50:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B3365E0AA8 for ; Tue, 9 Jul 2013 22:50:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0401C33E96C for ; Mon, 8 Jul 2013 22:48:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6FB98E5464 for ; Mon, 8 Jul 2013 22:47:58 +0000 (UTC) From: "André Erdmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "André Erdmann" Message-ID: <1373322749.ff676265ea0ea7eb3a3ed7aeaef8dcba4d476b8d.dywi@gentoo> Subject: [gentoo-commits] proj/R_overlay:gsoc13/next commit in: roverlay/config/ X-VCS-Repository: proj/R_overlay X-VCS-Files: roverlay/config/const.py X-VCS-Directories: roverlay/config/ X-VCS-Committer: dywi X-VCS-Committer-Name: André Erdmann X-VCS-Revision: ff676265ea0ea7eb3a3ed7aeaef8dcba4d476b8d X-VCS-Branch: gsoc13/next Date: Mon, 8 Jul 2013 22:47:58 +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: 7e6a197f-bf1f-4d0c-8ec7-17071890f690 X-Archives-Hash: 8a411835d36f50ce34d375386621b249 commit: ff676265ea0ea7eb3a3ed7aeaef8dcba4d476b8d Author: André Erdmann mailerd de> AuthorDate: Mon Jul 8 22:32:29 2013 +0000 Commit: André Erdmann mailerd de> CommitDate: Mon Jul 8 22:32:29 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/R_overlay.git;a=commit;h=ff676265 drop newline in ebuild header --- roverlay/config/const.py | 1 - 1 file changed, 1 deletion(-) diff --git a/roverlay/config/const.py b/roverlay/config/const.py index c78e27c..76a1b55 100644 --- a/roverlay/config/const.py +++ b/roverlay/config/const.py @@ -39,7 +39,6 @@ _CONSTANTS = dict ( '# Copyright 1999-{year:d} Gentoo Foundation\n' '# Distributed under the terms of the GNU General Public License v2\n' '# $Header: $\n' - '\n' ).format ( year=time.gmtime()[0] ), # EAPI=N and inherit are no longer part of the default header eapi = 4,