Gentoo Archives: gentoo-commits

From: "Paul Varner (fuzzyray)" <fuzzyray@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoolkit r749 - branches/gentoolkit-0.2.4/src/revdep-rebuild trunk/gentoolkit/bin
Date: Mon, 01 Mar 2010 21:17:13
Message-Id: E1NmCzH-0002Ez-GJ@stork.gentoo.org
1 Author: fuzzyray
2 Date: 2010-03-01 21:17:11 +0000 (Mon, 01 Mar 2010)
3 New Revision: 749
4
5 Modified:
6 branches/gentoolkit-0.2.4/src/revdep-rebuild/revdep-rebuild
7 trunk/gentoolkit/bin/revdep-rebuild
8 Log:
9 Fix VERSION string caused by previous patching
10
11 Modified: branches/gentoolkit-0.2.4/src/revdep-rebuild/revdep-rebuild
12 ===================================================================
13 --- branches/gentoolkit-0.2.4/src/revdep-rebuild/revdep-rebuild 2010-03-01 20:09:25 UTC (rev 748)
14 +++ branches/gentoolkit-0.2.4/src/revdep-rebuild/revdep-rebuild 2010-03-01 21:17:11 UTC (rev 749)
15 @@ -18,7 +18,7 @@
16
17 # Readonly variables:
18 declare -r APP_NAME="${0##*/}" # The name of this application
19 -declare -r VERSION="genscripts-r230"
20 +declare -r VERSION="0.2.4.6"
21 declare -r OIFS="$IFS" # Save the IFS
22 declare -r ENV_FILE=0_env.rr # Contains environment variables
23 declare -r FILES_FILE=1_files.rr # Contains a list of files to search
24
25 Modified: trunk/gentoolkit/bin/revdep-rebuild
26 ===================================================================
27 --- trunk/gentoolkit/bin/revdep-rebuild 2010-03-01 20:09:25 UTC (rev 748)
28 +++ trunk/gentoolkit/bin/revdep-rebuild 2010-03-01 21:17:11 UTC (rev 749)
29 @@ -18,7 +18,7 @@
30
31 # Readonly variables:
32 declare -r APP_NAME="${0##*/}" # The name of this application
33 -declare -r VERSION="genscripts-r230"
34 +declare -r VERSION="svn"
35 declare -r OIFS="$IFS" # Save the IFS
36 declare -r ENV_FILE=0_env.rr # Contains environment variables
37 declare -r FILES_FILE=1_files.rr # Contains a list of files to search