summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Schlemmer <azarah@gentoo.org>2005-09-10 13:41:46 +0000
committerMartin Schlemmer <azarah@gentoo.org>2005-09-10 13:41:46 +0000
commit29cdb99396ffe38947d17c4b1faa42941a5c7627 (patch)
tree994d8eadad83411a14caeb9426ce19f86dc44ab3 /eclass/ELT-patches
parentFix typo in portage patch (diff)
downloadhistorical-29cdb99396ffe38947d17c4b1faa42941a5c7627.tar.gz
historical-29cdb99396ffe38947d17c4b1faa42941a5c7627.tar.bz2
historical-29cdb99396ffe38947d17c4b1faa42941a5c7627.zip
Fix typo, bug #105054
Diffstat (limited to 'eclass/ELT-patches')
-rw-r--r--eclass/ELT-patches/portage/1.3.0c4
-rw-r--r--eclass/ELT-patches/portage/1.3.34
-rw-r--r--eclass/ELT-patches/portage/1.3.44
-rw-r--r--eclass/ELT-patches/portage/1.4.04
-rw-r--r--eclass/ELT-patches/portage/1.4.14
-rw-r--r--eclass/ELT-patches/portage/1.5.104
6 files changed, 12 insertions, 12 deletions
diff --git a/eclass/ELT-patches/portage/1.3.0c b/eclass/ELT-patches/portage/1.3.0c
index d2166f13a841..e862f835ad43 100644
--- a/eclass/ELT-patches/portage/1.3.0c
+++ b/eclass/ELT-patches/portage/1.3.0c
@@ -29,10 +29,10 @@
+ fi
+ # We do not want portage's build root ($S) present.
+ my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
-+ if test -n "$my_little_ninja_foo_2" && test "$S"; then
-+ mynewdependency_lib=""
+ # We do not want portage's install root ($D) present.
+ my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
++ if test -n "$my_little_ninja_foo_2" && test "$S"; then
++ mynewdependency_lib=""
+ elif test -n "$my_little_ninja_foo_3" && test "$D"; then
+ eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
+ else
diff --git a/eclass/ELT-patches/portage/1.3.3 b/eclass/ELT-patches/portage/1.3.3
index 3809fb815e87..8dab92914e91 100644
--- a/eclass/ELT-patches/portage/1.3.3
+++ b/eclass/ELT-patches/portage/1.3.3
@@ -39,10 +39,10 @@
+ fi
+ # We do not want portage's build root ($S) present.
+ my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
-+ if test -n "$my_little_ninja_foo_2" && test "$S"; then
-+ mynewdependency_lib=""
+ # We do not want portage's install root ($D) present.
+ my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
++ if test -n "$my_little_ninja_foo_2" && test "$S"; then
++ mynewdependency_lib=""
+ elif test -n "$my_little_ninja_foo_3" && test "$D"; then
+ eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
+ else
diff --git a/eclass/ELT-patches/portage/1.3.4 b/eclass/ELT-patches/portage/1.3.4
index 3809fb815e87..8dab92914e91 100644
--- a/eclass/ELT-patches/portage/1.3.4
+++ b/eclass/ELT-patches/portage/1.3.4
@@ -39,10 +39,10 @@
+ fi
+ # We do not want portage's build root ($S) present.
+ my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
-+ if test -n "$my_little_ninja_foo_2" && test "$S"; then
-+ mynewdependency_lib=""
+ # We do not want portage's install root ($D) present.
+ my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
++ if test -n "$my_little_ninja_foo_2" && test "$S"; then
++ mynewdependency_lib=""
+ elif test -n "$my_little_ninja_foo_3" && test "$D"; then
+ eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
+ else
diff --git a/eclass/ELT-patches/portage/1.4.0 b/eclass/ELT-patches/portage/1.4.0
index a49f33329f93..6152dfd6fe4b 100644
--- a/eclass/ELT-patches/portage/1.4.0
+++ b/eclass/ELT-patches/portage/1.4.0
@@ -37,10 +37,10 @@ name should be bumped, but the patch content should stay fairly the same.
+ fi
+ # We do not want portage's build root ($S) present.
+ my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
-+ if test -n "$my_little_ninja_foo_2" && test "$S"; then
-+ mynewdependency_lib=""
+ # We do not want portage's install root ($D) present.
+ my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
++ if test -n "$my_little_ninja_foo_2" && test "$S"; then
++ mynewdependency_lib=""
+ elif test -n "$my_little_ninja_foo_3" && test "$D"; then
+ eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
+ else
diff --git a/eclass/ELT-patches/portage/1.4.1 b/eclass/ELT-patches/portage/1.4.1
index a49f33329f93..6152dfd6fe4b 100644
--- a/eclass/ELT-patches/portage/1.4.1
+++ b/eclass/ELT-patches/portage/1.4.1
@@ -37,10 +37,10 @@ name should be bumped, but the patch content should stay fairly the same.
+ fi
+ # We do not want portage's build root ($S) present.
+ my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
-+ if test -n "$my_little_ninja_foo_2" && test "$S"; then
-+ mynewdependency_lib=""
+ # We do not want portage's install root ($D) present.
+ my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
++ if test -n "$my_little_ninja_foo_2" && test "$S"; then
++ mynewdependency_lib=""
+ elif test -n "$my_little_ninja_foo_3" && test "$D"; then
+ eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
+ else
diff --git a/eclass/ELT-patches/portage/1.5.10 b/eclass/ELT-patches/portage/1.5.10
index f19e8ec2ee35..24a7fd73b7d4 100644
--- a/eclass/ELT-patches/portage/1.5.10
+++ b/eclass/ELT-patches/portage/1.5.10
@@ -40,10 +40,10 @@ name should be bumped, but the patch content should stay fairly the same.
+ fi
+ # We do not want portage's build root ($S) present.
+ my_little_ninja_foo_2=`echo $deplib |$EGREP -e "$S"`
-+ if test -n "$my_little_ninja_foo_2" && test "$S"; then
-+ mynewdependency_lib=""
+ # We do not want portage's install root ($D) present.
+ my_little_ninja_foo_3=`echo $deplib |$EGREP -e "$D"`
++ if test -n "$my_little_ninja_foo_2" && test "$S"; then
++ mynewdependency_lib=""
+ elif test -n "$my_little_ninja_foo_3" && test "$D"; then
+ eval mynewdependency_lib=`echo "$deplib" |sed -e "s:$D:/:g" -e 's:/\+:/:g'`
+ else