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 682CF1382C5 for ; Mon, 29 Jan 2018 07:50:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93B20E0C11; Mon, 29 Jan 2018 07:50:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6F285E0C11 for ; Mon, 29 Jan 2018 07:50:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B485335C95 for ; Mon, 29 Jan 2018 07:50:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E70071A4 for ; Mon, 29 Jan 2018 07:50:23 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1517211663.252e03bdf22002317e64e6882567ff2dd6051ed9.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gnome2-live.eclass eclass/gnome2-python.eclass eclass/multibuild.eclass eclass/vala.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 252e03bdf22002317e64e6882567ff2dd6051ed9 X-VCS-Branch: master Date: Mon, 29 Jan 2018 07:50:23 +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: 9aadc181-f2e0-46c8-9690-5dbcaa133502 X-Archives-Hash: ea09dedd585f0543c311b0e03d794733 commit: 252e03bdf22002317e64e6882567ff2dd6051ed9 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Mon Jan 29 07:38:41 2018 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Mon Jan 29 07:41:03 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=252e03bd eclass: drop $Id$ header eclass/gnome2-live.eclass | 3 --- eclass/gnome2-python.eclass | 1 - eclass/multibuild.eclass | 1 - eclass/vala.eclass | 1 - 4 files changed, 6 deletions(-) diff --git a/eclass/gnome2-live.eclass b/eclass/gnome2-live.eclass index 8bcc4ea4..4140e27c 100644 --- a/eclass/gnome2-live.eclass +++ b/eclass/gnome2-live.eclass @@ -1,8 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ -# # @ECLASS: gnome2-live.eclass # @MAINTAINER: # gnome@gentoo.org @@ -12,7 +10,6 @@ # @DESCRIPTION: # Exports additional functions used by live ebuilds written for GNOME packages # Always to be imported *AFTER* gnome2.eclass -# inherit autotools eutils gnome2 gnome2-utils libtool git-r3 xdg diff --git a/eclass/gnome2-python.eclass b/eclass/gnome2-python.eclass index 5ee12d6e..a16e931e 100644 --- a/eclass/gnome2-python.eclass +++ b/eclass/gnome2-python.eclass @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # @ECLASS: gnome2-python.eclass # @MAINTAINER: diff --git a/eclass/multibuild.eclass b/eclass/multibuild.eclass index 912545c7..c29f4d89 100644 --- a/eclass/multibuild.eclass +++ b/eclass/multibuild.eclass @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # @ECLASS: multibuild.eclass # @MAINTAINER: diff --git a/eclass/vala.eclass b/eclass/vala.eclass index a70c9d87..f2243dd1 100644 --- a/eclass/vala.eclass +++ b/eclass/vala.eclass @@ -1,6 +1,5 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Id$ # @ECLASS: vala.eclass # @MAINTAINER: