summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2004-01-05 23:23:10 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2004-01-05 23:23:10 +0000
commite19df386852fa5df37266fe3f2bef6b3d47a5dbe (patch)
treebdd76f68263ca84b95425179976d5513b99fd11f /sys-devel
parentMake bin dir executable, and add a startup script (diff)
downloadgentoo-2-e19df386852fa5df37266fe3f2bef6b3d47a5dbe.tar.gz
gentoo-2-e19df386852fa5df37266fe3f2bef6b3d47a5dbe.tar.bz2
gentoo-2-e19df386852fa5df37266fe3f2bef6b3d47a5dbe.zip
fix tail -1 stuff in distcc-config files
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/distcc/ChangeLog6
-rw-r--r--sys-devel/distcc/distcc-2.11.1.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.11.2-r1.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.11.2.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.12.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.5-r1.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.8-r2.ebuild4
-rw-r--r--sys-devel/distcc/distcc-2.9.ebuild4
-rw-r--r--sys-devel/distcc/files/2.10/distcc-config6
-rw-r--r--sys-devel/distcc/files/2.11/distcc-config6
-rw-r--r--sys-devel/distcc/files/2.8/distcc-config6
-rw-r--r--sys-devel/distcc/files/2.9/distcc-config6
12 files changed, 31 insertions, 27 deletions
diff --git a/sys-devel/distcc/ChangeLog b/sys-devel/distcc/ChangeLog
index 0368245131d1..24db8a22724c 100644
--- a/sys-devel/distcc/ChangeLog
+++ b/sys-devel/distcc/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-devel/distcc
# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.87 2003/12/25 04:37:00 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/ChangeLog,v 1.88 2004/01/05 23:23:10 robbat2 Exp $
+
+ 05 Jan 2004; Robin H. Johnson <robbat2@gentoo.org> files/2.10/distcc-config,
+ files/2.11/distcc-config, files/2.8/distcc-config, files/2.9/distcc-config:
+ fix tail -1 stuff in distcc-config files
*distcc-2.12 (24 Dec 2003)
diff --git a/sys-devel/distcc/distcc-2.11.1.ebuild b/sys-devel/distcc/distcc-2.11.1.ebuild
index 95601c58e697..9e98700466f6 100644
--- a/sys-devel/distcc/distcc-2.11.1.ebuild
+++ b/sys-devel/distcc/distcc-2.11.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.11.1.ebuild,v 1.4 2003/11/04 03:31:22 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.11.1.ebuild,v 1.5 2004/01/05 23:23:10 robbat2 Exp $
inherit eutils gcc flag-o-matic
[ `gcc-major-version` -eq 2 ] && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
diff --git a/sys-devel/distcc/distcc-2.11.2-r1.ebuild b/sys-devel/distcc/distcc-2.11.2-r1.ebuild
index 353a62f16dfc..5e5565f1ca1d 100644
--- a/sys-devel/distcc/distcc-2.11.2-r1.ebuild
+++ b/sys-devel/distcc/distcc-2.11.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.11.2-r1.ebuild,v 1.1 2003/11/21 17:52:44 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.11.2-r1.ebuild,v 1.2 2004/01/05 23:23:10 robbat2 Exp $
inherit eutils gcc flag-o-matic
[ `gcc-major-version` -eq 2 ] && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
diff --git a/sys-devel/distcc/distcc-2.11.2.ebuild b/sys-devel/distcc/distcc-2.11.2.ebuild
index d88d68c88b97..bd037356e7f0 100644
--- a/sys-devel/distcc/distcc-2.11.2.ebuild
+++ b/sys-devel/distcc/distcc-2.11.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.11.2.ebuild,v 1.2 2003/10/24 16:24:07 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.11.2.ebuild,v 1.3 2004/01/05 23:23:10 robbat2 Exp $
inherit eutils gcc flag-o-matic
[ `gcc-major-version` -eq 2 ] && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
diff --git a/sys-devel/distcc/distcc-2.12.ebuild b/sys-devel/distcc/distcc-2.12.ebuild
index be96a50e773a..de53b92eeafc 100644
--- a/sys-devel/distcc/distcc-2.12.ebuild
+++ b/sys-devel/distcc/distcc-2.12.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.12.ebuild,v 1.1 2003/12/25 04:37:00 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.12.ebuild,v 1.2 2004/01/05 23:23:10 robbat2 Exp $
inherit eutils gcc flag-o-matic
[ `gcc-major-version` -eq 2 ] && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
diff --git a/sys-devel/distcc/distcc-2.5-r1.ebuild b/sys-devel/distcc/distcc-2.5-r1.ebuild
index 1c89bcdfdf06..2634cecbf16a 100644
--- a/sys-devel/distcc/distcc-2.5-r1.ebuild
+++ b/sys-devel/distcc/distcc-2.5-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.5-r1.ebuild,v 1.6 2003/10/24 16:24:07 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.5-r1.ebuild,v 1.7 2004/01/05 23:23:10 robbat2 Exp $
inherit eutils
diff --git a/sys-devel/distcc/distcc-2.8-r2.ebuild b/sys-devel/distcc/distcc-2.8-r2.ebuild
index b1fbecdae748..21222784f034 100644
--- a/sys-devel/distcc/distcc-2.8-r2.ebuild
+++ b/sys-devel/distcc/distcc-2.8-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.8-r2.ebuild,v 1.9 2003/10/24 16:24:07 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.8-r2.ebuild,v 1.10 2004/01/05 23:23:10 robbat2 Exp $
inherit eutils gcc flag-o-matic
[ `gcc-major-version` -eq 2 ] && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
diff --git a/sys-devel/distcc/distcc-2.9.ebuild b/sys-devel/distcc/distcc-2.9.ebuild
index 76c950459d77..cbcc7eca8e3f 100644
--- a/sys-devel/distcc/distcc-2.9.ebuild
+++ b/sys-devel/distcc/distcc-2.9.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.9.ebuild,v 1.7 2003/10/24 16:24:07 pebenito Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/distcc-2.9.ebuild,v 1.8 2004/01/05 23:23:10 robbat2 Exp $
inherit eutils gcc flag-o-matic
[ `gcc-major-version` -eq 2 ] && filter-flags -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE
diff --git a/sys-devel/distcc/files/2.10/distcc-config b/sys-devel/distcc/files/2.10/distcc-config
index 5a8f5fe668c0..ce075c379144 100644
--- a/sys-devel/distcc/files/2.10/distcc-config
+++ b/sys-devel/distcc/files/2.10/distcc-config
@@ -8,7 +8,7 @@
# This script developed by Zachary T Welch at Superlucidity Services, LLC
# based on ideas from irc discussion and the clear need for this support
#
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.10/distcc-config,v 1.2 2003/09/15 04:46:59 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.10/distcc-config,v 1.3 2004/01/05 23:23:10 robbat2 Exp $
# Changelog
#
# 21 Jul 2003 - Changed install environment to EXCLUDE DISTCC_HOSTS from /etc/env.d/02distcc.
@@ -135,7 +135,7 @@ dccc_show_env() {
}
dccc_test_env() {
- dccc_show_env | grep "$1" | tail -1 | sed -e "s,${1}=,,"
+ dccc_show_env | grep "$1" | tail -n1 | sed -e "s,${1}=,,"
}
dccc_load_defaults() {
@@ -175,7 +175,7 @@ dccc_regen_env() {
dccc_get_env() {
if [ -f ${DCCC_ENV_FILE} ]; then
local xxENV="$(grep ${1} ${DCCC_ENV_FILE} | \
- grep -v '^#' | tail -1)"
+ grep -v '^#' | tail -n1)"
echo ${xxENV#*=} | sed -e 's,^",,;s,"$,,'
elif [ -n "${2}" ]; then
echo "${2}"
diff --git a/sys-devel/distcc/files/2.11/distcc-config b/sys-devel/distcc/files/2.11/distcc-config
index 3f0e143f9cd6..84f2af5ee1de 100644
--- a/sys-devel/distcc/files/2.11/distcc-config
+++ b/sys-devel/distcc/files/2.11/distcc-config
@@ -8,7 +8,7 @@
# This script developed by Zachary T Welch at Superlucidity Services, LLC
# based on ideas from irc discussion and the clear need for this support
#
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11/distcc-config,v 1.2 2003/12/06 17:31:04 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.11/distcc-config,v 1.3 2004/01/05 23:23:10 robbat2 Exp $
# Changelog
#
# 21 Jul 2003 - Changed install environment to EXCLUDE DISTCC_HOSTS from /etc/env.d/02distcc.
@@ -135,7 +135,7 @@ dccc_show_env() {
}
dccc_test_env() {
- dccc_show_env | grep "$1" | tail -1 | sed -e "s,${1}=,,"
+ dccc_show_env | grep "$1" | tail -n1 | sed -e "s,${1}=,,"
}
dccc_load_defaults() {
@@ -175,7 +175,7 @@ dccc_regen_env() {
dccc_get_env() {
if [ -f ${DCCC_ENV_FILE} ]; then
local xxENV="$(grep ${1} ${DCCC_ENV_FILE} | \
- grep -v '^#' | tail -1)"
+ grep -v '^#' | tail -n1)"
echo ${xxENV#*=} | sed -e 's,^",,;s,"$,,'
elif [ -n "${2}" ]; then
echo "${2}"
diff --git a/sys-devel/distcc/files/2.8/distcc-config b/sys-devel/distcc/files/2.8/distcc-config
index 53e44397663e..089323320f03 100644
--- a/sys-devel/distcc/files/2.8/distcc-config
+++ b/sys-devel/distcc/files/2.8/distcc-config
@@ -8,7 +8,7 @@
# This script developed by Zachary T Welch at Superlucidity Services, LLC
# based on ideas from irc discussion and the clear need for this support
#
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.8/distcc-config,v 1.2 2003/07/21 19:06:34 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.8/distcc-config,v 1.3 2004/01/05 23:23:10 robbat2 Exp $
# Changelog
#
# 21 Jul 2003 - Changed install environment to EXCLUDE DISTCC_HOSTS from /etc/env.d/02distcc.
@@ -135,7 +135,7 @@ dccc_show_env() {
}
dccc_test_env() {
- dccc_show_env | grep "$1" | tail -1 | sed -e "s,${1}=,,"
+ dccc_show_env | grep "$1" | tail -n1 | sed -e "s,${1}=,,"
}
dccc_load_defaults() {
@@ -175,7 +175,7 @@ dccc_regen_env() {
dccc_get_env() {
if [ -f ${DCCC_ENV_FILE} ]; then
local xxENV="$(grep ${1} ${DCCC_ENV_FILE} | \
- grep -v '^#' | tail -1)"
+ grep -v '^#' | tail -n1)"
echo ${xxENV#*=} | sed -e 's,^",,;s,"$,,'
elif [ -n "${2}" ]; then
echo "${2}"
diff --git a/sys-devel/distcc/files/2.9/distcc-config b/sys-devel/distcc/files/2.9/distcc-config
index af49a5d09d20..bf999702033b 100644
--- a/sys-devel/distcc/files/2.9/distcc-config
+++ b/sys-devel/distcc/files/2.9/distcc-config
@@ -8,7 +8,7 @@
# This script developed by Zachary T Welch at Superlucidity Services, LLC
# based on ideas from irc discussion and the clear need for this support
#
-# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.9/distcc-config,v 1.1 2003/07/21 18:58:27 lisa Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-devel/distcc/files/2.9/distcc-config,v 1.2 2004/01/05 23:23:10 robbat2 Exp $
# Changelog
#
# 21 Jul 2003 - Changed install environment to EXCLUDE DISTCC_HOSTS from /etc/env.d/02distcc.
@@ -135,7 +135,7 @@ dccc_show_env() {
}
dccc_test_env() {
- dccc_show_env | grep "$1" | tail -1 | sed -e "s,${1}=,,"
+ dccc_show_env | grep "$1" | tail -n1 | sed -e "s,${1}=,,"
}
dccc_load_defaults() {
@@ -175,7 +175,7 @@ dccc_regen_env() {
dccc_get_env() {
if [ -f ${DCCC_ENV_FILE} ]; then
local xxENV="$(grep ${1} ${DCCC_ENV_FILE} | \
- grep -v '^#' | tail -1)"
+ grep -v '^#' | tail -n1)"
echo ${xxENV#*=} | sed -e 's,^",,;s,"$,,'
elif [ -n "${2}" ]; then
echo "${2}"