diff options
| author | Brian Dolbec <dolsen@gentoo.org> | 2012-12-22 17:52:45 -0800 |
|---|---|---|
| committer | Brian Dolbec <dolsen@gentoo.org> | 2012-12-22 17:52:45 -0800 |
| commit | 8224129f547ba5742e18eb8e44a84461af3b795c (patch) | |
| tree | 3e1d63d53677992eedad1f1da2c1a1e1da1754e1 /bin | |
| parent | 9557946ecdb28ebebc38f664dd770a690e50d64a (diff) | |
| download | gentoolkit-8224129f547ba5742e18eb8e44a84461af3b795c.tar.gz | |
update 'svn' versions to 'git', not man pages with already set versions.
Diffstat (limited to 'bin')
| -rwxr-xr-x | bin/eclean | 2 | ||||
| -rwxr-xr-x | bin/euse | 2 | ||||
| -rwxr-xr-x | bin/glsa-check | 2 | ||||
| -rwxr-xr-x | bin/revdep-rebuild.sh | 2 |
4 files changed, 4 insertions, 4 deletions
@@ -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." @@ -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 |
