summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-04-21 23:50:31 +0000
committerMike Frysinger <vapier@gentoo.org>2006-04-21 23:50:31 +0000
commitb30203b1e65f9e03fd7db1fcb0feb6d23d7c0713 (patch)
tree9a6e6e406058fe5200c4b404ac26ed9b5752180f /sys-devel
parent(#130764) Fix bad grammar in comments (Erik Musick). (diff)
downloadgentoo-2-b30203b1e65f9e03fd7db1fcb0feb6d23d7c0713.tar.gz
gentoo-2-b30203b1e65f9e03fd7db1fcb0feb6d23d7c0713.tar.bz2
gentoo-2-b30203b1e65f9e03fd7db1fcb0feb6d23d7c0713.zip
change short --version from -v to -V
(Portage version: 2.1_pre9-r1)
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/gcc-config/files/digest-gcc-config-1.3.12-r61
-rw-r--r--sys-devel/gcc-config/files/digest-gcc-config-1.3.13-r11
-rw-r--r--sys-devel/gcc-config/files/digest-gcc-config-2.0.0_beta22
-rwxr-xr-xsys-devel/gcc-config/files/gcc-config-1.3.124
-rwxr-xr-xsys-devel/gcc-config/files/gcc-config-1.3.134
5 files changed, 8 insertions, 4 deletions
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
;;