diff options
author | Marcelo Góes <vanquirius@gentoo.org> | 2007-04-14 21:28:27 +0000 |
---|---|---|
committer | Marcelo Góes <vanquirius@gentoo.org> | 2007-04-14 21:28:27 +0000 |
commit | f08c3e37af0af7c8e98ed05ee2c4a8bbeedd90b3 (patch) | |
tree | 519545a9c235787fc18a3827e68934adad241806 /net-misc/socat/files | |
parent | Update 2.6.20.6 to 2.6.20.7 (diff) | |
download | gentoo-2-f08c3e37af0af7c8e98ed05ee2c4a8bbeedd90b3.tar.gz gentoo-2-f08c3e37af0af7c8e98ed05ee2c4a8bbeedd90b3.tar.bz2 gentoo-2-f08c3e37af0af7c8e98ed05ee2c4a8bbeedd90b3.zip |
Remove old ebuilds.
(Portage version: 2.1.2.2)
Diffstat (limited to 'net-misc/socat/files')
-rw-r--r-- | net-misc/socat/files/digest-socat-1.4.3.0 | 3 | ||||
-rw-r--r-- | net-misc/socat/files/digest-socat-1.4.3.0-r1 | 3 | ||||
-rw-r--r-- | net-misc/socat/files/digest-socat-1.4.3.1 | 3 | ||||
-rw-r--r-- | net-misc/socat/files/socat-1.4.3.0-noptytest.patch | 95 | ||||
-rw-r--r-- | net-misc/socat/files/socat-1.4.3.0-tmp-tail.patch | 29 |
5 files changed, 0 insertions, 133 deletions
diff --git a/net-misc/socat/files/digest-socat-1.4.3.0 b/net-misc/socat/files/digest-socat-1.4.3.0 deleted file mode 100644 index 68b4d3349054..000000000000 --- a/net-misc/socat/files/digest-socat-1.4.3.0 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ce574e75c2fda4456e8efd4efb86ec5e socat-1.4.3.0.tar.bz2 272236 -RMD160 8f5f1031beb7df3256b6ee24418b0646d939d846 socat-1.4.3.0.tar.bz2 272236 -SHA256 3dba71f7ac41dc3cacdf34a6542f1eba0c2fe3d8408cbe1c1438f5a504f3bbab socat-1.4.3.0.tar.bz2 272236 diff --git a/net-misc/socat/files/digest-socat-1.4.3.0-r1 b/net-misc/socat/files/digest-socat-1.4.3.0-r1 deleted file mode 100644 index 68b4d3349054..000000000000 --- a/net-misc/socat/files/digest-socat-1.4.3.0-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 ce574e75c2fda4456e8efd4efb86ec5e socat-1.4.3.0.tar.bz2 272236 -RMD160 8f5f1031beb7df3256b6ee24418b0646d939d846 socat-1.4.3.0.tar.bz2 272236 -SHA256 3dba71f7ac41dc3cacdf34a6542f1eba0c2fe3d8408cbe1c1438f5a504f3bbab socat-1.4.3.0.tar.bz2 272236 diff --git a/net-misc/socat/files/digest-socat-1.4.3.1 b/net-misc/socat/files/digest-socat-1.4.3.1 deleted file mode 100644 index d15891889ef1..000000000000 --- a/net-misc/socat/files/digest-socat-1.4.3.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 a80022054be327a461afae8e306cae6f socat-1.4.3.1.tar.bz2 272746 -RMD160 a158962b16343213fc37aea42fad207e7ffc0429 socat-1.4.3.1.tar.bz2 272746 -SHA256 97777014938e86d25a6ba8df95c0d2731e80fd2cb6dd2323662c51c4f24afa5f socat-1.4.3.1.tar.bz2 272746 diff --git a/net-misc/socat/files/socat-1.4.3.0-noptytest.patch b/net-misc/socat/files/socat-1.4.3.0-noptytest.patch deleted file mode 100644 index e27690805b4a..000000000000 --- a/net-misc/socat/files/socat-1.4.3.0-noptytest.patch +++ /dev/null @@ -1,95 +0,0 @@ ---- socat-1.4/test.sh.original 2005-09-25 19:59:59.000000000 +1000 -+++ socat-1.4/test.sh 2005-09-25 19:59:51.000000000 +1000 -@@ -623,8 +623,7 @@ - fi - #------------------------------------------------------------------------------ - --#if false; then --if true; then -+if false; then - for addr in exec system; do - ADDR=$(echo "$addr" |tr a-z A-Z) - -@@ -3124,82 +3123,6 @@ - esac - N=$((N+1)) - -- --testptywaitslave () { -- local N="$1" -- local TEST="$2" -- local PTYTYPE="$3" # ptmx or openpty -- local opts="$4" -- --tp="$td/test$N.pty" --ts="$td/test$N.socket" --tf="$td/test$N.file" --tdiff="$td/test$N.diff" --te1="$td/test$N.stderr1" --te2="$td/test$N.stderr2" --te3="$td/test$N.stderr3" --te4="$td/test$N.stderr4" --da="test$N.1 $(date) $RANDOM" --printf "test %2d $TEST... " $N --# first generate a pty, then a socket --($SOCAT $opts -lpsocat1 pty,$PTYTYPE,pty-wait-slave,link="$tp" unix-listen:"$ts" 2>"$te1"; rm -f "$tp") 2>/dev/null & --pid=$! --waitfile "$tp" --# if pty was non-blocking, the socket is active, and socat1 will term --$SOCAT $opts -lpsocat2 file:/dev/null unix:"$ts" 2>"$te2" --# if pty is blocking, first socat is still active and we get a connection now --#((echo "$da"; sleep 2) |$SOCAT -lpsocat3 $opts - file:"$tp",$PTYOPTS2 >"$tf" 2>"$te3") & --( (waitfile "$ts"; echo "$da"; sleep 1) |$SOCAT -lpsocat3 $opts - file:"$tp",$PTYOPTS2 >"$tf" 2>"$te3") & --waitfile "$ts" --# but we need an echoer on the socket --$SOCAT $opts -lpsocat4 unix:"$ts" echo 2>"$te4" --# now $tf file should contain $da --#kill $pid 2>/dev/null --wait --# --if echo "$da" |diff - "$tf"> "$tdiff"; then -- $PRINTF "$OK\n" --else -- $PRINTF "${YELLOW}FAILED${NORMAL}\n" -- cat "$tdiff" -- cat "$te1" -- #cat "$te2" # not of interest -- cat "$te3" -- cat "$te4" --fi --} -- --NAME=PTMXWAITSLAVE --PTYTYPE=ptmx --case "$TESTS" in --*%$NAME%*|*%FUNCTIONS%*) --TEST="$NAME: test if master pty ($PTYTYPE) waits for slave connection" --if ! feat=$(testaddrs pty); then -- $PRINTF "test %2d $TEST... ${YELLOW}$(echo $feat| tr 'a-z' 'A-Z') not available${NORMAL}\n" $N --elif ! feat=$(testoptions "$PTYTYPE" pty-wait-slave); then -- $PRINTF "test %2d $TEST... ${YELLOW}option $(echo $feat| tr 'a-z' 'A-Z') not available${NORMAL}\n" $N --else -- testptywaitslave "$N" "$TEST" "$PTYTYPE" "$opts" --fi --esac --N=$((N+1)) -- --NAME=OPENPTYWAITSLAVE --PTYTYPE=openpty --case "$TESTS" in --*%$NAME%*|*%FUNCTIONS%*) --TEST="$NAME: test if master pty ($PTYTYPE) waits for slave connection" --if ! feat=$(testaddrs pty); then -- $PRINTF "test %2d $TEST... ${YELLOW}$(echo $feat| tr 'a-z' 'A-Z') not available${NORMAL}\n" $N --elif ! feat=$(testoptions "$PTYTYPE" pty-wait-slave); then -- $PRINTF "test %2d $TEST... ${YELLOW}option $(echo $feat| tr 'a-z' 'A-Z') not available${NORMAL}\n" $N --else -- testptywaitslave "$N" "$TEST" "$PTYTYPE" "$opts" --fi --esac --N=$((N+1)) -- -- - NAME=CONNECTTIMEOUT - case "$TESTS" in - *%$NAME%*|*%FUNCTIONS%*) diff --git a/net-misc/socat/files/socat-1.4.3.0-tmp-tail.patch b/net-misc/socat/files/socat-1.4.3.0-tmp-tail.patch deleted file mode 100644 index c377ccb45335..000000000000 --- a/net-misc/socat/files/socat-1.4.3.0-tmp-tail.patch +++ /dev/null @@ -1,29 +0,0 @@ ---- socat-1.4/test.sh.orig 2005-09-25 18:59:31.000000000 +1000 -+++ socat-1.4/test.sh 2005-09-25 18:59:20.000000000 +1000 -@@ -112,7 +112,7 @@ - [ -z "$TESTS" ] && TESTS="CONSISTENCY FUNCTIONS FILAN" - - [ -z "$USER" ] && USER="$LOGNAME" # HP-UX --TD="/tmp/$USER/$$"; td="$TD" -+TD="${TMP:-/tmp}/$USER/$$"; td="$TD" - rm -rf "$TD" || (echo "cannot rm $TD" >&2; exit 1) - mkdir -p "$TD" - #trap "rm -r $TD" 0 3 -@@ -3089,7 +3089,7 @@ - TEST="$NAME: check type printed for directories" - te="$td/test$N.stderr" - printf "test %2d $TEST... " $N --type=$($FILAN -f . 2>$te |tail -1 |awk '{print($2);}') -+type=$($FILAN -f . 2>$te |tail -n 1 |awk '{print($2);}') - if [ "$type" = "dir" ]; then - $PRINTF "$OK\n" - else -@@ -3111,7 +3111,7 @@ - $SOCAT unix-l:"$ts" /dev/null </dev/null 2>"$te1" & - spid=$! - waitfile "$ts" 1 --type=$($FILAN -f "$ts" 2>$te2 |tail -1 |awk '{print($2);}') -+type=$($FILAN -f "$ts" 2>$te2 |tail -n 1 |awk '{print($2);}') - if [ "$type" = "socket" ]; then - $PRINTF "$OK\n" - else |