From: "Sebastian Pipping" <sping@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 commit in: / Date: Sun, 6 May 2012 16:07:07 +0000 (UTC) [thread overview] Message-ID: <1180019953.b1620a82798b38e5a300831bfd72cf38376187ec.sping@gentoo> (raw) commit: b1620a82798b38e5a300831bfd72cf38376187ec Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu May 24 15:19:13 2007 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Thu May 24 15:19:13 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=b1620a82 New ChangeLog format and Makefile adapted. svn path=/emacs-extra/emacs-desktop/; revision=328 --- 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 <ulm@gentoo.org> + + * Makefile (PV): Extract PV from new ChangeLog format. + +2007-04-15 Ulrich Mueller <ulm@gentoo.org> + + * version 0.2 + +2007-03-30 Ulrich Mueller <ulm@gentoo.org> + + * 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 = emacs-desktop -PV = $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' ChangeLog) +#PV = $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' ChangeLog) +PV = $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/;q' \ + ChangeLog) P = $(PN)-$(PV) DISTFILES = emacs.desktop emacsclient.desktop \
WARNING: multiple messages have this Message-ID (diff)
From: "Sebastian Pipping" <sping@gentoo.org> To: gentoo-commits@lists.gentoo.org Subject: [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 commit in: / Date: Sun, 6 May 2012 16:07:11 +0000 (UTC) [thread overview] Message-ID: <1180019953.b1620a82798b38e5a300831bfd72cf38376187ec.sping@gentoo> (raw) Message-ID: <20120506160711.yOQF59DfQxspBk0fG1_tslillPnK8T_5sDaoFaatLKA@z> (raw) commit: b1620a82798b38e5a300831bfd72cf38376187ec Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Thu May 24 15:19:13 2007 +0000 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org> CommitDate: Thu May 24 15:19:13 2007 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/emacs-tools.git;a=commit;h=b1620a82 New ChangeLog format and Makefile adapted. svn path=/emacs-extra/emacs-desktop/; revision=328 --- 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 <ulm@gentoo.org> + + * Makefile (PV): Extract PV from new ChangeLog format. + +2007-04-15 Ulrich Mueller <ulm@gentoo.org> + + * version 0.2 + +2007-03-30 Ulrich Mueller <ulm@gentoo.org> + + * 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 = emacs-desktop -PV = $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' ChangeLog) +#PV = $(shell sed '/^Version/h;$$!d;g;s/[^0-9.]*\([0-9.]*\).*/\1/' ChangeLog) +PV = $(shell sed '/^[ \t]*\* [Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/;q' \ + ChangeLog) P = $(PN)-$(PV) DISTFILES = emacs.desktop emacsclient.desktop \
next reply other threads:[~2012-05-06 16:16 UTC|newest] Thread overview: 26+ messages / expand[flat|nested] mbox.gz Atom feed top 2012-05-06 16:07 Sebastian Pipping [this message] 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 commit in: / Sebastian Pipping -- strict thread matches above, loose matches on Subject: below -- 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1233 " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:07 Sebastian Pipping 2012-05-06 16:06 [gentoo-commits] proj/emacs-tools:emacs-common-gentoo " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping 2012-05-06 16:06 [gentoo-commits] proj/emacs-tools:emacs-common-gentoo " Sebastian Pipping 2012-05-06 16:07 ` [gentoo-commits] proj/emacs-tools:backups/emacs-common-gentoo@1030 " Sebastian Pipping
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1180019953.b1620a82798b38e5a300831bfd72cf38376187ec.sping@gentoo \ --to=sping@gentoo.org \ --cc=gentoo-commits@lists.gentoo.org \ --cc=gentoo-dev@lists.gentoo.org \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: linkBe sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox