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 1SR48L-00066F-SF for garchives@archives.gentoo.org; Sun, 06 May 2012 16:16:30 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 332DCE0A7C; Sun, 6 May 2012 16:10:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 83DB9E09CC for ; Sun, 6 May 2012 16:07:09 +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 1FE331B405A for ; Sun, 6 May 2012 16:07:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 498B3E5443 for ; Sun, 6 May 2012 16:07:07 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1180019953.b1620a82798b38e5a300831bfd72cf38376187ec.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: b1620a82798b38e5a300831bfd72cf38376187ec X-VCS-Branch: backups/emacs-common-gentoo@1030 Date: Sun, 6 May 2012 16:07:07 +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: 46fffbf5-f118-4352-b4c9-f5fe885966b4 X-Archives-Hash: fbe1362c1efc43745f03dc9b6eefe0fa commit: b1620a82798b38e5a300831bfd72cf38376187ec Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Thu May 24 15:19:13 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu May 24 15:19:13 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3Db1620a82 New ChangeLog format and Makefile adapted. svn path=3D/emacs-extra/emacs-desktop/; revision=3D328 --- ChangeLog | 16 +++++++++++++--- Makefile | 4 +++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b733626..c486f87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ -Version 0.1 (30 Mar 2007) - Split off from eselect-emacs. -Version 0.2 (15 Apr 2007) +2007-05-24 Ulrich Mueller + + * Makefile (PV): Extract PV from new ChangeLog format. + +2007-04-15 Ulrich Mueller + + * version 0.2 + +2007-03-30 Ulrich Mueller + + * Split off from eselect-emacs. + * version 0.1 + diff --git a/Makefile b/Makefile index 40a89b5..b6e71e1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ PN =3D emacs-desktop -PV =3D $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' Chan= geLog) +#PV =3D $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' Cha= ngeLog) +PV =3D $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/= ;q' \ + ChangeLog) P =3D $(PN)-$(PV) =20 DISTFILES =3D emacs.desktop emacsclient.desktop \ 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 1SR4BM-0006dT-15 for garchives@archives.gentoo.org; Sun, 06 May 2012 16:19:36 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E0F53E09F4; Sun, 6 May 2012 16:10:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 2CBD3E09BE for ; Sun, 6 May 2012 16:07:14 +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 9205D1B4069 for ; Sun, 6 May 2012 16:07:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id F2BA7E5434 for ; Sun, 6 May 2012 16:07:11 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1180019953.b1620a82798b38e5a300831bfd72cf38376187ec.sping@gentoo> Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 commit in: / X-VCS-Repository: proj/emacs-tools X-VCS-Files: ChangeLog Makefile X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: b1620a82798b38e5a300831bfd72cf38376187ec X-VCS-Branch: backups/emacs-common-gentoo@1233 Date: Sun, 6 May 2012 16:07:11 +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: 757a084a-4812-4326-a55c-3eeee777d5d1 X-Archives-Hash: e8015cd1a743cca57c01d258b25abd04 Message-ID: <20120506160711.yOQF59DfQxspBk0fG1_tslillPnK8T_5sDaoFaatLKA@z> commit: b1620a82798b38e5a300831bfd72cf38376187ec Author: Ulrich M=C3=BCller gentoo org> AuthorDate: Thu May 24 15:19:13 2007 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Thu May 24 15:19:13 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/emacs-tools.g= it;a=3Dcommit;h=3Db1620a82 New ChangeLog format and Makefile adapted. svn path=3D/emacs-extra/emacs-desktop/; revision=3D328 --- ChangeLog | 16 +++++++++++++--- Makefile | 4 +++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index b733626..c486f87 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ -Version 0.1 (30 Mar 2007) - Split off from eselect-emacs. -Version 0.2 (15 Apr 2007) +2007-05-24 Ulrich Mueller + + * Makefile (PV): Extract PV from new ChangeLog format. + +2007-04-15 Ulrich Mueller + + * version 0.2 + +2007-03-30 Ulrich Mueller + + * Split off from eselect-emacs. + * version 0.1 + diff --git a/Makefile b/Makefile index 40a89b5..b6e71e1 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,7 @@ PN =3D emacs-desktop -PV =3D $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' Chan= geLog) +#PV =3D $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' Cha= ngeLog) +PV =3D $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/= ;q' \ + ChangeLog) P =3D $(PN)-$(PV) =20 DISTFILES =3D emacs.desktop emacsclient.desktop \