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 6CA3958973 for ; Sun, 31 Jan 2016 08:35:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0BD7921C018; Sun, 31 Jan 2016 08:35:02 +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 A784321C018 for ; Sun, 31 Jan 2016 08:35:01 +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 66705340C4B for ; Sun, 31 Jan 2016 08:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CE2A38E5 for ; Sun, 31 Jan 2016 08:34:56 +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: <1454229285.22f5a584b9b981e6216d955c36d70e3059dc7d58.ulm@gentoo> Subject: [gentoo-commits] proj/emacs:master commit in: eclass/ X-VCS-Repository: proj/emacs X-VCS-Files: eclass/elisp-common.eclass eclass/elisp.eclass X-VCS-Directories: eclass/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 22f5a584b9b981e6216d955c36d70e3059dc7d58 X-VCS-Branch: master Date: Sun, 31 Jan 2016 08:34:56 +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: aaf511ba-5155-410b-bd2e-97a72c65160a X-Archives-Hash: 757617c128c4a57c124e5a7600d73d8e commit: 22f5a584b9b981e6216d955c36d70e3059dc7d58 Author: Ulrich Müller gentoo org> AuthorDate: Sun Jan 31 08:34:45 2016 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sun Jan 31 08:34:45 2016 +0000 URL: https://gitweb.gentoo.org/proj/emacs.git/commit/?id=22f5a584 eclass: Update e-mail address of GNU Emacs project. eclass/elisp-common.eclass | 2 +- eclass/elisp.eclass | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/eclass/elisp-common.eclass b/eclass/elisp-common.eclass index 1517788..101437e 100644 --- a/eclass/elisp-common.eclass +++ b/eclass/elisp-common.eclass @@ -4,7 +4,7 @@ # # @ECLASS: elisp-common.eclass # @MAINTAINER: -# Gentoo GNU Emacs project +# Gentoo GNU Emacs project # @AUTHOR: # Matthew Kennedy # Jeremy Maitin-Shepard diff --git a/eclass/elisp.eclass b/eclass/elisp.eclass index 93a7d4b..660865c 100644 --- a/eclass/elisp.eclass +++ b/eclass/elisp.eclass @@ -4,7 +4,7 @@ # # @ECLASS: elisp.eclass # @MAINTAINER: -# Gentoo GNU Emacs project +# Gentoo GNU Emacs project # @AUTHOR: # Matthew Kennedy # Jeremy Maitin-Shepard