From 8224129f547ba5742e18eb8e44a84461af3b795c Mon Sep 17 00:00:00 2001 From: Brian Dolbec Date: Sat, 22 Dec 2012 17:52:45 -0800 Subject: update 'svn' versions to 'git', not man pages with already set versions. --- pym/gentoolkit/eclean/cli.py | 2 +- pym/gentoolkit/enalyze/__init__.py | 2 +- pym/gentoolkit/equery/__init__.py | 2 +- pym/gentoolkit/eshowkw/__init__.py | 2 +- pym/gentoolkit/revdep_rebuild/__init__.py | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'pym') diff --git a/pym/gentoolkit/eclean/cli.py b/pym/gentoolkit/eclean/cli.py index a56f1ab..1682fdb 100644 --- a/pym/gentoolkit/eclean/cli.py +++ b/pym/gentoolkit/eclean/cli.py @@ -11,7 +11,7 @@ __author__ = "Thomas de Grenier de Latour (tgl), " + \ "modular re-write by: Brian Dolbec (dol-sen)" __email__ = "degrenier@easyconnect.fr, " + \ "brian.dolbec@gmail.com" -__version__ = "svn" +__version__ = "git" __productname__ = "eclean" __description__ = "A cleaning tool for Gentoo distfiles and binaries." diff --git a/pym/gentoolkit/enalyze/__init__.py b/pym/gentoolkit/enalyze/__init__.py index 3e07d77..0b24e7d 100644 --- a/pym/gentoolkit/enalyze/__init__.py +++ b/pym/gentoolkit/enalyze/__init__.py @@ -15,7 +15,7 @@ __docformat__ = 'epytext' # version is dynamically set by distutils sdist -__version__ = "svn" +__version__ = "git" __productname__ = "enalyze" __authors__ = ( 'Brian Dolbec, ' diff --git a/pym/gentoolkit/equery/__init__.py b/pym/gentoolkit/equery/__init__.py index 4b108e2..c44de90 100644 --- a/pym/gentoolkit/equery/__init__.py +++ b/pym/gentoolkit/equery/__init__.py @@ -15,7 +15,7 @@ __all__ = ( ) __docformat__ = 'epytext' # version is dynamically set by distutils sdist -__version__ = "svn" +__version__ = "git" # ======= # Imports diff --git a/pym/gentoolkit/eshowkw/__init__.py b/pym/gentoolkit/eshowkw/__init__.py index 86c59b7..a20dac9 100644 --- a/pym/gentoolkit/eshowkw/__init__.py +++ b/pym/gentoolkit/eshowkw/__init__.py @@ -3,7 +3,7 @@ # Distributed under the terms of the GNU General Public License v2 __package__ = 'gentoolkit.eshowkw' -__version__ = 'svn' +__version__ = "git" __author__ = "Tomáš Chvátal " import sys, os, fnmatch diff --git a/pym/gentoolkit/revdep_rebuild/__init__.py b/pym/gentoolkit/revdep_rebuild/__init__.py index ff479d7..7fba30b 100644 --- a/pym/gentoolkit/revdep_rebuild/__init__.py +++ b/pym/gentoolkit/revdep_rebuild/__init__.py @@ -3,4 +3,4 @@ # Copyright 2003-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -__version__ = "svn" +__version__ = "git" -- cgit v1.2.3