Note: Due to technical difficulties, the Archives are currently not up to date.
GMANE provides an alternative service for most mailing lists. c.f. bug 424647
List Archive: gentoo-commits
Author: ulm
Date: 2009-01-05 11:10:43 +0000 (Mon, 05 Jan 2009)
New Revision: 1213
Modified:
gentoo-syntax/ChangeLog
gentoo-syntax/Makefile
gentoo-syntax/gentoo-syntax.el
Log:
Extract PV from lisp instead of ChangeLog.
Modified: gentoo-syntax/ChangeLog
===================================================================
--- gentoo-syntax/ChangeLog 2009-01-05 00:07:03 UTC (rev 1212)
+++ gentoo-syntax/ChangeLog 2009-01-05 11:10:43 UTC (rev 1213)
@@ -1,3 +1,10 @@
+2009-01-05 Ulrich Mueller <ulm@g.o>
+
+ * Makefile (PV): Extract PV from lisp instead of ChangeLog, so
+ that I won't forget updating it anymore (it was wrong in 1.10).
+
+ * gentoo-syntax.el: Update version number and copyright years.
+
2009-01-04 Christian Faulhammer <fauli@g.o>
* ebuild-mode-keywords.el: join the two independent kde function
@@ -467,5 +474,5 @@
* version 1.4
-Copyright 2007-2008 Gentoo Foundation
+Copyright 2007-2009 Gentoo Foundation
Distributed under the terms of the GNU General Public License v2
Modified: gentoo-syntax/Makefile
===================================================================
--- gentoo-syntax/Makefile 2009-01-05 00:07:03 UTC (rev 1212)
+++ gentoo-syntax/Makefile 2009-01-05 11:10:43 UTC (rev 1213)
@@ -1,9 +1,9 @@
-# Copyright 2007-2008 Gentoo Foundation
+# Copyright 2007-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
PN = gentoo-syntax
-PV = $(shell sed '/^[ \t]*\* .*[Vv]ersion/!d;s/[^0-9.]*\([0-9.]*\).*/\1/;q' \
- ChangeLog)
+PV = $(shell sed '/^;.*[Vv]ersion/!d;s/[^0-9.]*\([^ \t]*\).*/\1/;q' \
+ gentoo-syntax.el)
P = $(PN)-$(PV)
DISTFILES = gentoo-syntax.el ebuild-mode-keywords.el \
Modified: gentoo-syntax/gentoo-syntax.el
===================================================================
--- gentoo-syntax/gentoo-syntax.el 2009-01-05 00:07:03 UTC (rev 1212)
+++ gentoo-syntax/gentoo-syntax.el 2009-01-05 11:10:43 UTC (rev 1213)
@@ -1,13 +1,13 @@
;;; gentoo-syntax.el --- modes for editing Gentoo specific files
-;; Copyright 2006-2008 Gentoo Foundation
+;; Copyright 2006-2009 Gentoo Foundation
;; Author: Matthew Kennedy <mkennedy@g.o>
;; Diego Pettenò <flameeyes@g.o>
;; Christian Faulhammer <fauli@g.o>
;; Ulrich Müller <ulm@g.o>
;; Maintainer: <emacs@g.o>
-;; Version: 1.10_pre
+;; Version: 1.11_pre
;; Keywords: languages, processes
;; This file is free software: you can redistribute it and/or modify
|
|