summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBrian Dolbec <dolsen@gentoo.org>2012-12-22 17:52:45 -0800
committerBrian Dolbec <dolsen@gentoo.org>2012-12-22 17:52:45 -0800
commit8224129f547ba5742e18eb8e44a84461af3b795c (patch)
tree3e1d63d53677992eedad1f1da2c1a1e1da1754e1 /bin
parent9557946ecdb28ebebc38f664dd770a690e50d64a (diff)
downloadgentoolkit-8224129f547ba5742e18eb8e44a84461af3b795c.tar.gz
update 'svn' versions to 'git', not man pages with already set versions.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/eclean2
-rwxr-xr-xbin/euse2
-rwxr-xr-xbin/glsa-check2
-rwxr-xr-xbin/revdep-rebuild.sh2
4 files changed, 4 insertions, 4 deletions
diff --git a/bin/eclean b/bin/eclean
index e17f9f0..715787b 100755
--- a/bin/eclean
+++ b/bin/eclean
@@ -12,7 +12,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/bin/euse b/bin/euse
index f417df5..6997b2b 100755
--- a/bin/euse
+++ b/bin/euse
@@ -10,7 +10,7 @@ set -f
# Licensed under the GPL v2
PROGRAM_NAME=euse
-VERSION="svn"
+VERSION="git"
EPREFIX=${EPREFIX:-$(portageq envvar EPREFIX)}
ETC="${EPREFIX}/etc"
diff --git a/bin/glsa-check b/bin/glsa-check
index 1968607..46088d7 100755
--- a/bin/glsa-check
+++ b/bin/glsa-check
@@ -15,7 +15,7 @@ from getopt import getopt, GetoptError
__program__ = "glsa-check"
__author__ = "Marius Mauch <genone@gentoo.org>"
-__version__ = "svn"
+__version__ = "git"
optionmap = [
["-l", "--list", "list the GLSAs"],
diff --git a/bin/revdep-rebuild.sh b/bin/revdep-rebuild.sh
index 1d27d63..75c5767 100755
--- a/bin/revdep-rebuild.sh
+++ b/bin/revdep-rebuild.sh
@@ -18,7 +18,7 @@ unset GREP_OPTIONS
# Readonly variables:
declare -r APP_NAME="revdep-rebuild" # # The name of this application
-declare -r VERSION="vcs"
+declare -r VERSION="git"
declare -r OIFS="$IFS" # Save the IFS
declare -r ENV_FILE=0_env.rr # Contains environment variables
declare -r FILES_FILE=1_files.rr # Contains a list of files to search