diff options
author | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-03-24 01:45:06 +0000 |
---|---|---|
committer | Gustavo Zacarias <gustavoz@gentoo.org> | 2005-03-24 01:45:06 +0000 |
commit | b93a62c57905fcc7ea784de5c77b27f4489f00e8 (patch) | |
tree | e3b1b54373977ed61e64af7a97989af0567357f5 /sys-devel/gcc-sparc64/files | |
parent | Removing Experimental wording leftover from egcs since it scares users like c... (diff) | |
download | historical-b93a62c57905fcc7ea784de5c77b27f4489f00e8.tar.gz historical-b93a62c57905fcc7ea784de5c77b27f4489f00e8.tar.bz2 historical-b93a62c57905fcc7ea784de5c77b27f4489f00e8.zip |
Old version cleanup
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'sys-devel/gcc-sparc64/files')
8 files changed, 0 insertions, 101 deletions
diff --git a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.2.3 b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.2.3 deleted file mode 100644 index 7d5ef9cc51ce..000000000000 --- a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.2.3 +++ /dev/null @@ -1 +0,0 @@ -MD5 23d1146d5efa0e0bfad9968dbb418e1e gcc-3.2.3.tar.bz2 20662887 diff --git a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.1 b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.1 deleted file mode 100644 index 48d6e8dde3f7..000000000000 --- a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.1 +++ /dev/null @@ -1 +0,0 @@ -MD5 1135a104e9fa36fdf7c663598fab5c40 gcc-3.3.1.tar.bz2 23544362 diff --git a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.2 b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.2 deleted file mode 100644 index 77fbcb74b416..000000000000 --- a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.2 +++ /dev/null @@ -1 +0,0 @@ -MD5 65999f654102f5438ac8562d13a6eced gcc-3.3.2.tar.bz2 23585904 diff --git a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.3 b/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.3 deleted file mode 100644 index 026725d71282..000000000000 --- a/sys-devel/gcc-sparc64/files/digest-gcc-sparc64-3.3.3 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 3c6cfd9fcd180481063b4058cf6faff2 gcc-3.3.3.tar.bz2 23279245 -MD5 c6f0f4baae3ef904ba8886d7ef99938d gcc-3.3.3-branch-update-20040217.patch.bz2 150987 diff --git a/sys-devel/gcc-sparc64/files/gcc-3.2.3-gentoo-branding.patch b/sys-devel/gcc-sparc64/files/gcc-3.2.3-gentoo-branding.patch deleted file mode 100644 index 65fc1b5d7f15..000000000000 --- a/sys-devel/gcc-sparc64/files/gcc-3.2.3-gentoo-branding.patch +++ /dev/null @@ -1,42 +0,0 @@ -diff -Naurp gcc-3.2.3.orig/gcc/ada/gnatvsn.ads gcc-3.2.3/gcc/ada/gnatvsn.ads ---- gcc-3.2.3.orig/gcc/ada/gnatvsn.ads 2003-04-22 02:16:06.000000000 -0400 -+++ gcc-3.2.3/gcc/ada/gnatvsn.ads 2003-04-26 12:20:22.000000000 -0400 -@@ -38,7 +38,7 @@ - - package Gnatvsn is - -- Gnat_Version_String : constant String := "3.2.3 20030422 (release)"; -+ Gnat_Version_String : constant String := "3.2.3 20030422 (Gentoo 1.4)"; - -- Version output when GNAT (compiler), or its related tools, including - -- GNATBIND, GNATCHOP, GNATFIND, GNATLINK, GNATMAKE, GNATXREF, are run - -- (with appropriate verbose option switch set). -diff -Naurp gcc-3.2.3.orig/gcc/f/version.c gcc-3.2.3/gcc/f/version.c ---- gcc-3.2.3.orig/gcc/f/version.c 2003-04-22 02:16:09.000000000 -0400 -+++ gcc-3.2.3/gcc/f/version.c 2003-04-26 12:25:38.000000000 -0400 -@@ -1,4 +1,4 @@ - #include "ansidecl.h" - #include "f/version.h" - --const char *const ffe_version_string = "3.2.3 20030422 (release)"; -+const char *const ffe_version_string = "3.2.3 20030422 (Gentoo Linux 1.4 @PV@)"; -diff -Naurp gcc-3.2.3.orig/gcc/system.h gcc-3.2.3/gcc/system.h ---- gcc-3.2.3.orig/gcc/system.h 2003-03-30 20:14:02.000000000 -0500 -+++ gcc-3.2.3/gcc/system.h 2003-04-26 12:24:55.000000000 -0400 -@@ -26,7 +26,7 @@ Software Foundation, 59 Temple Place - S - /* This is the location of the online document giving information how - to report bugs. If you change this string, also check for strings - not under control of the preprocessor. */ --#define GCCBUGURL "<URL:http://gcc.gnu.org/bugs.html>" -+#define GCCBUGURL "<URL:http://bugs.gentoo.org/>" - - /* We must include stdarg.h/varargs.h before stdio.h. */ - #ifdef ANSI_PROTOTYPES -diff -Naurp gcc-3.2.3.orig/gcc/version.c gcc-3.2.3/gcc/version.c ---- gcc-3.2.3.orig/gcc/version.c 2003-04-22 02:16:03.000000000 -0400 -+++ gcc-3.2.3/gcc/version.c 2003-04-26 12:25:28.000000000 -0400 -@@ -1,4 +1,4 @@ - #include "ansidecl.h" - #include "version.h" - --const char *const version_string = "3.2.3"; -+const char *const version_string = "3.2.3 20030422 (Gentoo Linux 1.4 @PV@)"; diff --git a/sys-devel/gcc-sparc64/files/gcc-3.3.1-gentoo-branding.patch b/sys-devel/gcc-sparc64/files/gcc-3.3.1-gentoo-branding.patch deleted file mode 100644 index e3bc0abb9298..000000000000 --- a/sys-devel/gcc-sparc64/files/gcc-3.3.1-gentoo-branding.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Naurp gcc-3.3.orig/gcc/version.c gcc-3.3/gcc/version.c ---- gcc-3.3.orig/gcc/version.c 2003-05-13 17:26:03.000000000 -0400 -+++ gcc-3.3/gcc/version.c 2003-05-16 14:35:08.000000000 -0400 -@@ -6,7 +6,7 @@ - please modify this string to indicate that, e.g. by putting your - organization's name in parentheses at the end of the string. */ - --const char version_string[] = "3.3.1"; -+const char version_string[] = "3.3.1 @GENTOO@"; - - /* This is the location of the online document giving instructions for - reporting bugs. If you distribute a modified version of GCC, -@@ -15,4 +15,4 @@ const char version_string[] = "3.3"; - forward us bugs reported to you, if you determine that they are - not bugs in your modifications.) */ - --const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>"; -+const char bug_report_url[] = "<URL:http://bugs.gentoo.org/>"; diff --git a/sys-devel/gcc-sparc64/files/gcc-3.3.2-gentoo-branding.patch b/sys-devel/gcc-sparc64/files/gcc-3.3.2-gentoo-branding.patch deleted file mode 100644 index d3b34c72ab66..000000000000 --- a/sys-devel/gcc-sparc64/files/gcc-3.3.2-gentoo-branding.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Naurp gcc-3.3.orig/gcc/version.c gcc-3.3/gcc/version.c ---- gcc-3.3.orig/gcc/version.c 2003-05-13 17:26:03.000000000 -0400 -+++ gcc-3.3/gcc/version.c 2003-05-16 14:35:08.000000000 -0400 -@@ -6,7 +6,7 @@ - please modify this string to indicate that, e.g. by putting your - organization's name in parentheses at the end of the string. */ - --const char version_string[] = "3.3.2"; -+const char version_string[] = "3.3.2 @GENTOO@"; - - /* This is the location of the online document giving instructions for - reporting bugs. If you distribute a modified version of GCC, -@@ -15,4 +15,4 @@ const char version_string[] = "3.3"; - forward us bugs reported to you, if you determine that they are - not bugs in your modifications.) */ - --const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>"; -+const char bug_report_url[] = "<URL:http://bugs.gentoo.org/>"; diff --git a/sys-devel/gcc-sparc64/files/gcc-3.3.3-gentoo-branding.patch b/sys-devel/gcc-sparc64/files/gcc-3.3.3-gentoo-branding.patch deleted file mode 100644 index fc25bf5e8c37..000000000000 --- a/sys-devel/gcc-sparc64/files/gcc-3.3.3-gentoo-branding.patch +++ /dev/null @@ -1,18 +0,0 @@ -diff -Naurp gcc-3.3.orig/gcc/version.c gcc-3.3/gcc/version.c ---- gcc-3.3.orig/gcc/version.c 2003-05-13 17:26:03.000000000 -0400 -+++ gcc-3.3/gcc/version.c 2003-05-16 14:35:08.000000000 -0400 -@@ -6,7 +6,7 @@ - please modify this string to indicate that, e.g. by putting your - organization's name in parentheses at the end of the string. */ - --const char version_string[] = "3.3.3"; -+const char version_string[] = "3.3.3 @GENTOO@"; - - /* This is the location of the online document giving instructions for - reporting bugs. If you distribute a modified version of GCC, -@@ -15,4 +15,4 @@ const char version_string[] = "3.3"; - forward us bugs reported to you, if you determine that they are - not bugs in your modifications.) */ - --const char bug_report_url[] = "<URL:http://gcc.gnu.org/bugs.html>"; -+const char bug_report_url[] = "<URL:http://bugs.gentoo.org/>"; |