diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-04-21 23:51:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-04-21 23:51:07 +0000 |
commit | db601482918dfff0277348408fb0b0bbaad75d50 (patch) | |
tree | 09636b9a62e008b182901abe14d5bbc947834261 /sys-devel | |
parent | (#130764) Fix bad grammar in comments (Erik Musick). (diff) | |
download | historical-db601482918dfff0277348408fb0b0bbaad75d50.tar.gz historical-db601482918dfff0277348408fb0b0bbaad75d50.tar.bz2 historical-db601482918dfff0277348408fb0b0bbaad75d50.zip |
change short --version from -v to -V
Package-Manager: portage-2.1_pre9-r1
Diffstat (limited to 'sys-devel')
7 files changed, 12 insertions, 7 deletions
diff --git a/sys-devel/binutils-config/files/binutils-config-1.8 b/sys-devel/binutils-config/files/binutils-config-1.8 index 13e514cb11f5..ae1eb5a06f2e 100755 --- a/sys-devel/binutils-config/files/binutils-config-1.8 +++ b/sys-devel/binutils-config/files/binutils-config-1.8 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/files/binutils-config-1.8,v 1.14 2006/04/17 04:57:51 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/files/binutils-config-1.8,v 1.15 2006/04/21 23:51:07 vapier Exp $ # Format of /etc/env.d/binutils/: # config-TARGET: CURRENT=version for TARGET @@ -305,8 +305,8 @@ while [[ $# -gt 0 ]] ; do usage exit 0 ;; - -v|--version) - cvsver="$Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/files/binutils-config-1.8,v 1.14 2006/04/17 04:57:51 vapier Exp $" + -V|--version) + cvsver="$Header: /var/cvsroot/gentoo-x86/sys-devel/binutils-config/files/binutils-config-1.8,v 1.15 2006/04/21 23:51:07 vapier Exp $" cvsver=${cvsver##*binutils-config-} echo "binutils-config-${cvsver%%,v *}" exit 0 diff --git a/sys-devel/binutils-config/files/digest-binutils-config-1.8-r7 b/sys-devel/binutils-config/files/digest-binutils-config-1.8-r7 index e69de29bb2d1..8b137891791f 100644 --- a/sys-devel/binutils-config/files/digest-binutils-config-1.8-r7 +++ b/sys-devel/binutils-config/files/digest-binutils-config-1.8-r7 @@ -0,0 +1 @@ + diff --git a/sys-devel/gcc-config/files/digest-gcc-config-1.3.12-r6 b/sys-devel/gcc-config/files/digest-gcc-config-1.3.12-r6 index e69de29bb2d1..8b137891791f 100644 --- a/sys-devel/gcc-config/files/digest-gcc-config-1.3.12-r6 +++ b/sys-devel/gcc-config/files/digest-gcc-config-1.3.12-r6 @@ -0,0 +1 @@ + diff --git a/sys-devel/gcc-config/files/digest-gcc-config-1.3.13-r1 b/sys-devel/gcc-config/files/digest-gcc-config-1.3.13-r1 index e69de29bb2d1..8b137891791f 100644 --- a/sys-devel/gcc-config/files/digest-gcc-config-1.3.13-r1 +++ b/sys-devel/gcc-config/files/digest-gcc-config-1.3.13-r1 @@ -0,0 +1 @@ + diff --git a/sys-devel/gcc-config/files/digest-gcc-config-2.0.0_beta2 b/sys-devel/gcc-config/files/digest-gcc-config-2.0.0_beta2 index 72093159868e..dd7329dbd2e0 100644 --- a/sys-devel/gcc-config/files/digest-gcc-config-2.0.0_beta2 +++ b/sys-devel/gcc-config/files/digest-gcc-config-2.0.0_beta2 @@ -1 +1,3 @@ MD5 95c13089f40f2f0e9e5ddddf021d30c4 compiler-config-2.0.0_beta2.tar.gz 116097 +RMD160 35e2ee0362d151668817439fe3ca90b6cb929bc2 compiler-config-2.0.0_beta2.tar.gz 116097 +SHA256 a4ab94d00389d3f360ebad32b7ccc01bed4d13e8879260cc31d381f46e9481b2 compiler-config-2.0.0_beta2.tar.gz 116097 diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.12 b/sys-devel/gcc-config/files/gcc-config-1.3.12 index ebce2f0a711b..374a1d35889a 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.12 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.12 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.12,v 1.14 2006/01/08 09:52:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.12,v 1.15 2006/04/21 23:50:31 vapier Exp $ trap ":" INT QUIT TSTP @@ -581,7 +581,7 @@ for x in "$@" ; do -h|--help) usage 0 ;; - -v|--version) + -V|--version) echo "gcc-config-PORTAGE-VERSION" exit 0 ;; diff --git a/sys-devel/gcc-config/files/gcc-config-1.3.13 b/sys-devel/gcc-config/files/gcc-config-1.3.13 index 0306e71bf5d7..3121c2c3a339 100755 --- a/sys-devel/gcc-config/files/gcc-config-1.3.13 +++ b/sys-devel/gcc-config/files/gcc-config-1.3.13 @@ -1,7 +1,7 @@ #!/bin/bash # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.13,v 1.5 2006/04/15 00:45:53 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gcc-config/files/gcc-config-1.3.13,v 1.6 2006/04/21 23:50:31 vapier Exp $ trap ":" INT QUIT TSTP @@ -590,7 +590,7 @@ for x in "$@" ; do -h|--help) usage 0 ;; - -v|--version) + -V|--version) echo "gcc-config-PORTAGE-VERSION" exit 0 ;; |