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 4A728139694 for ; Thu, 15 Jun 2017 09:16:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D953821C094; Thu, 15 Jun 2017 09:16:09 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B8CB721C094 for ; Thu, 15 Jun 2017 09:16:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A95C53418B2 for ; Thu, 15 Jun 2017 09:16:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4914F747F for ; Thu, 15 Jun 2017 09:16:06 +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: <1497518116.4e515cb4407064e53dbdb8a079006815a5eef7ac.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/sabyenc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/sabyenc/sabyenc-3.0.2.ebuild X-VCS-Directories: dev-python/sabyenc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4e515cb4407064e53dbdb8a079006815a5eef7ac X-VCS-Branch: master Date: Thu, 15 Jun 2017 09:16:06 +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: 69b722d2-367a-47dc-ab31-81a3992572d5 X-Archives-Hash: e2c40069795f6fe7eafe981b9cd0109d commit: 4e515cb4407064e53dbdb8a079006815a5eef7ac Author: Ulrich Müller gentoo org> AuthorDate: Thu Jun 15 09:15:16 2017 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jun 15 09:15:16 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e515cb4 dev-python/sabyenc: [QA] Remove $Id$ from ebuild header. dev-python/sabyenc/sabyenc-3.0.2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-python/sabyenc/sabyenc-3.0.2.ebuild b/dev-python/sabyenc/sabyenc-3.0.2.ebuild index bb1f9b3cee1..4122aa0122f 100644 --- a/dev-python/sabyenc/sabyenc-3.0.2.ebuild +++ b/dev-python/sabyenc/sabyenc-3.0.2.ebuild @@ -1,6 +1,5 @@ # Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id: f817d96e09d5ad0b706abaadace1af19614d1acd $ EAPI="6" PYTHON_COMPAT=( python2_7 )