From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Si7hr-0003b3-Tr for garchives@archives.gentoo.org; Fri, 22 Jun 2012 17:31:40 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DB7CBE09AF; Fri, 22 Jun 2012 17:29:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id B0697E09AF for ; Fri, 22 Jun 2012 17:29:27 +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 025171B400B for ; Fri, 22 Jun 2012 17:29:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6B65AE542E for ; Fri, 22 Jun 2012 17:29:25 +0000 (UTC) From: "Ulrich Mueller" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Mueller" Message-ID: <1182756444.6f22f41a529c741faa313873e0f7775433552f6c.ulm@gentoo> Subject: [gentoo-commits] proj/emacs-tools:eselect-emacs-1.1 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: Makefile X-VCS-Directories: / X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Mueller X-VCS-Revision: 6f22f41a529c741faa313873e0f7775433552f6c X-VCS-Branch: eselect-emacs-1.1 Date: Fri, 22 Jun 2012 17:29:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: bba5fcaf-f52f-4ce9-acd2-0c2798def5f2 X-Archives-Hash: c46bfa06b15d7208545995c6d4721872 commit: 6f22f41a529c741faa313873e0f7775433552f6c Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Mon Jun 25 07:27:24 2007 +0000 Commit: Ulrich Mueller gentoo org> CommitDate: Mon Jun 25 07:27:24 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3D6f22f41a Put ChangeLog in tarball. svn path=3D/emacs-extra/eselect-emacs/; revision=3D473 --- Makefile | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/Makefile b/Makefile index fc98328..8ca91f9 100644 --- a/Makefile +++ b/Makefile @@ -7,7 +7,8 @@ PV =3D $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*= \([^ \t]*\).*/\1/;q' \ ChangeLog) P =3D $(PN)-$(PV) =20 -DISTFILES =3D emacs.eselect ctags.eselect emacs.eselect.5 ctags.eselect.= 5 +DISTFILES =3D emacs.eselect ctags.eselect \ + emacs.eselect.5 ctags.eselect.5 ChangeLog =20 =20 .PHONY: all dist clean