public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] eselect r713 - trunk/doc
@ 2009-11-07 17:22 Ulrich Mueller (ulm)
  0 siblings, 0 replies; only message in thread
From: Ulrich Mueller (ulm) @ 2009-11-07 17:22 UTC (permalink / raw
  To: gentoo-commits

Author: ulm
Date: 2009-11-07 17:22:42 +0000 (Sat, 07 Nov 2009)
New Revision: 713

Modified:
   trunk/doc/developer-guide.txt
Log:
Remove spurious date entry from example. Whitespace.

Modified: trunk/doc/developer-guide.txt
===================================================================
--- trunk/doc/developer-guide.txt	2009-11-07 10:32:59 UTC (rev 712)
+++ trunk/doc/developer-guide.txt	2009-11-07 17:22:42 UTC (rev 713)
@@ -34,14 +34,15 @@
 to ``$(datadir)/eselect/modules/`` ::
 
 
+    # -*-eselect-*-  vim: ft=eselect
     # Copyright 1999-2005 Gentoo Foundation
     # Distributed under the terms of the GNU General Public License v2
     # $Id: $
 
     DESCRIPTION="Do things to a cow"
     MAINTAINER="ciaranm@gentoo.org"
-    SVN_DATE='$Date: 2005-10-16 19:31:47 +0100 (Sun, 16 Oct 2005) $'
-    VERSION=$(svn_date_to_version "${SVN_DATE}" )
+    SVN_DATE='$Date: $'
+    VERSION=$(svn_date_to_version "${SVN_DATE}")
 
     ### moo action
 
@@ -390,7 +391,7 @@
 The canonical usage is as follows: ::
 
     SVN_DATE='$Date: $'
-    VERSION=$(svn_date_to_version "${SVN_DATE}" )
+    VERSION=$(svn_date_to_version "${SVN_DATE}")
 
 Then turn on SVN keyword expansion for the module: ::
 




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-11-07 17:22 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-07 17:22 [gentoo-commits] eselect r713 - trunk/doc Ulrich Mueller (ulm)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox