summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Yamin <plasmaroo@gentoo.org>2003-09-13 11:59:46 +0000
committerTim Yamin <plasmaroo@gentoo.org>2003-09-13 11:59:46 +0000
commita08c0629aca495b1157b0138fdebdf3c774d6000 (patch)
tree851bed6cff751c3898ae862816c3ef3563332005 /dev-cpp
parentVersion bumped. (diff)
downloadhistorical-a08c0629aca495b1157b0138fdebdf3c774d6000.tar.gz
historical-a08c0629aca495b1157b0138fdebdf3c774d6000.tar.bz2
historical-a08c0629aca495b1157b0138fdebdf3c774d6000.zip
Moved dev-cpp/prc-tools over to dev-lang/
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/prc-tools/files/digest-prc-tools-2.25
-rw-r--r--dev-cpp/prc-tools/files/prc-tools-2.2-compilefix.patch224
2 files changed, 0 insertions, 229 deletions
diff --git a/dev-cpp/prc-tools/files/digest-prc-tools-2.2 b/dev-cpp/prc-tools/files/digest-prc-tools-2.2
deleted file mode 100644
index 97bd4bfba923..000000000000
--- a/dev-cpp/prc-tools/files/digest-prc-tools-2.2
+++ /dev/null
@@ -1,5 +0,0 @@
-MD5 91a9a04d2042fcf673ff212a3ffd7ab9 prc-tools-2.2.tar.gz 319626
-MD5 eeef1c5c1e19de859783aaadbb57a75f prc-tools-20030213.tar.gz 314451
-MD5 f67fe2e8065c5683bc34782de131f5d3 binutils-2.12.1.tar.bz2 9543675
-MD5 70e4ade69a2dff2c7b9af9a4ef44798f gdb-5.3.tar.bz2 11198721
-MD5 87ee083a830683e2aaa57463940a0c3c gcc-2.95.3.tar.bz2 9848842
diff --git a/dev-cpp/prc-tools/files/prc-tools-2.2-compilefix.patch b/dev-cpp/prc-tools/files/prc-tools-2.2-compilefix.patch
deleted file mode 100644
index 10bb44ef2c46..000000000000
--- a/dev-cpp/prc-tools/files/prc-tools-2.2-compilefix.patch
+++ /dev/null
@@ -1,224 +0,0 @@
---- prc-tools-2.2/binutils/configure.in 2002-05-15 00:47:22.000000000 +0100
-+++ prc-tools-2.2/binutils/configure.in 2003-07-01 22:02:49.000000000 +0100
-@@ -508,35 +508,38 @@
- fi
-
- # Handle ${copy_dirs}
--set fnord ${copy_dirs}
--shift
--while [ $# != 0 ]; do
-- if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
-- :
-- else
-- echo Copying $1 to $2
--
-- # Use the install script to create the directory and all required
-- # parent directories.
-- if [ -d $2 ]; then
-- :
-- else
-- echo >config.temp
-- ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
-- fi
--
-- # Copy the directory, assuming we have tar.
-- # FIXME: Should we use B in the second tar? Not all systems support it.
-- (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
--
-- # It is the responsibility of the user to correctly adjust all
-- # symlinks. If somebody can figure out how to handle them correctly
-- # here, feel free to add the code.
--
-- echo $1 > $2/COPIED
-- fi
-- shift; shift
--done
-+### DISABLED ---> plasmaroo@plasmaroo.squirrelserver.co.uk
-+### prc-tools compile fix to prevent sandbox
-+### errors
-+# set fnord ${copy_dirs}
-+# shift
-+# while [ $# != 0 ]; do
-+# if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
-+# :
-+# else
-+# echo Copying $1 to $2
-+#
-+# # Use the install script to create the directory and all required
-+# # parent directories.
-+# if [ -d $2 ]; then
-+# :
-+# else
-+# echo >config.temp
-+# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
-+# fi
-+#
-+# # Copy the directory, assuming we have tar.
-+# # FIXME: Should we use B in the second tar? Not all systems support it.
-+# (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
-+#
-+# # It is the responsibility of the user to correctly adjust all
-+# # symlinks. If somebody can figure out how to handle them correctly
-+# # here, feel free to add the code.
-+#
-+# echo $1 > $2/COPIED
-+# fi
-+# shift; shift
-+#done
-
- # Configure extra directories which are host specific
-
---- prc-tools-2.2/gcc/configure.in 2002-05-15 00:47:22.000000000 +0100
-+++ prc-tools-2.2/gcc/configure.in 2003-07-01 22:02:49.000000000 +0100
-@@ -470,36 +470,39 @@
- esac
- fi
-
- # Handle ${copy_dirs}
--set fnord ${copy_dirs}
--shift
--while [ $# != 0 ]; do
-- if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
-- :
-- else
-- echo Copying $1 to $2
--
-- # Use the install script to create the directory and all required
-- # parent directories.
-- if [ -d $2 ]; then
-- :
-- else
-- echo >config.temp
-- ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
-- fi
--
-- # Copy the directory, assuming we have tar.
-- # FIXME: Should we use B in the second tar? Not all systems support it.
-- (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
--
-- # It is the responsibility of the user to correctly adjust all
-- # symlinks. If somebody can figure out how to handle them correctly
-- # here, feel free to add the code.
--
-- echo $1 > $2/COPIED
-- fi
-- shift; shift
--done
-+### DISABLED ---> plasmaroo@plasmaroo.squirrelserver.co.uk
-+### prc-tools compile fix to prevent sandbox
-+### errors
-+#set fnord ${copy_dirs}
-+#shift
-+#while [ $# != 0 ]; do
-+# if [ -f $2/COPIED ] && [ x"`cat $2/COPIED`" = x"$1" ]; then
-+# :
-+# else
-+# echo Copying $1 to $2
-+#
-+# # Use the install script to create the directory and all required
-+# # parent directories.
-+# if [ -d $2 ]; then
-+# :
-+# else
-+# echo >config.temp
-+# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
-+# fi
-+#
-+# # Copy the directory, assuming we have tar.
-+# # FIXME: Should we use B in the second tar? Not all systems support it.
-+# (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
-+#
-+# # It is the responsibility of the user to correctly adjust all
-+# # symlinks. If somebody can figure out how to handle them correctly
-+# # here, feel free to add the code.
-+#
-+# echo $1 > $2/COPIED
-+# fi
-+# shift; shift
-+#done
-
- # Configure extra directories which are host specific
-
---- prc-tools-2.2/doc/Makefile.in 2002-08-03 01:02:16.000000000 +0100
-+++ prc-tools-2.2/doc/Makefile.in 2003-07-02 12:59:41.000000000 +0100
-@@ -16,7 +16,8 @@
- exec_prefix = @exec_prefix@
- palmdev_prefix = @palmdev_prefix@
- infodir = @infodir@
--htmldir = @htmldocs_prefix@
-+htmldir = ${D}/@htmldocs_prefix@
-+ # Portage fix - install to ${D} instead...
-
- INSTALL = @INSTALL@
- INSTALL_DATA = @INSTALL_DATA@
-
---- prc-tools-2.2/gdb/configure.in 2002-12-10 21:34:10.000000000 +0000
-+++ prc-tools-2.2/gdb/configure.in 2003-07-03 17:49:38.000000000 +0100
-@@ -909,35 +909,38 @@
- fi
-
- # Handle ${copy_dirs}
--set fnord ${copy_dirs}
--shift
--while test $# != 0 ; do
-- if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
-- :
-- else
-- echo Copying $1 to $2
--
-- # Use the install script to create the directory and all required
-- # parent directories.
-- if test -d $2 ; then
-- :
-- else
-- echo >config.temp
-- ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
-- fi
--
-- # Copy the directory, assuming we have tar.
-- # FIXME: Should we use B in the second tar? Not all systems support it.
-- (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
--
-- # It is the responsibility of the user to correctly adjust all
-- # symlinks. If somebody can figure out how to handle them correctly
-- # here, feel free to add the code.
--
-- echo $1 > $2/COPIED
-- fi
-- shift; shift
--done
-+### DISABLED ---> plasmaroo@plasmaroo.squirrelserver.co.uk
-+### prc-tools compile fix to prevent sandbox
-+### errors
-+# set fnord ${copy_dirs}
-+# shift
-+# while test $# != 0 ; do
-+# if test -f $2/COPIED && test x"`cat $2/COPIED`" = x"$1" ; then
-+# :
-+# else
-+# echo Copying $1 to $2
-+#
-+# # Use the install script to create the directory and all required
-+# # parent directories.
-+# if test -d $2 ; then
-+# :
-+# else
-+# echo >config.temp
-+# ${srcdir}/install-sh -c -m 644 config.temp $2/COPIED
-+# fi
-+#
-+# # Copy the directory, assuming we have tar.
-+# # FIXME: Should we use B in the second tar? Not all systems support it.
-+# (cd $1; tar -cf - .) | (cd $2; tar -xpf -)
-+#
-+# # It is the responsibility of the user to correctly adjust all
-+# # symlinks. If somebody can figure out how to handle them correctly
-+# # here, feel free to add the code.
-+#
-+# echo $1 > $2/COPIED
-+# fi
-+# shift; shift
-+#done
-
- # Work in distributions that contain no compiler tools, like Autoconf.
- tentative_cc=""