diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-26 18:23:46 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2008-06-26 18:23:46 +0000 |
commit | fad03e0d5dd5d3fb564c5e28b61c2f2270207cc4 (patch) | |
tree | cffc547e7e34caf75dd323fad64f59ac44c844fd /dev-libs/klibc/files | |
parent | Version bump per bug #217738, and also fix x86_64 io.h header per bug #229525. (diff) | |
download | historical-fad03e0d5dd5d3fb564c5e28b61c2f2270207cc4.tar.gz historical-fad03e0d5dd5d3fb564c5e28b61c2f2270207cc4.tar.bz2 historical-fad03e0d5dd5d3fb564c5e28b61c2f2270207cc4.zip |
Trim old ebuilds and patches.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.26-rc4-00103-g1beee8d x86_64
Diffstat (limited to 'dev-libs/klibc/files')
-rw-r--r-- | dev-libs/klibc/files/klibc-1.2.1-nostdinc-flags.patch | 22 | ||||
-rw-r--r-- | dev-libs/klibc/files/klibc-1.2.4-kbuild.patch | 14 | ||||
-rw-r--r-- | dev-libs/klibc/files/klibc-1.4.13-resumelib.patch | 13 | ||||
-rw-r--r-- | dev-libs/klibc/files/klibc-1.4.13-types.h.patch | 12 | ||||
-rw-r--r-- | dev-libs/klibc/files/klibc-1.4.7-nostdinc-flags.patch | 22 | ||||
-rw-r--r-- | dev-libs/klibc/files/klibc-1.4.9-mips32.patch | 13 |
6 files changed, 0 insertions, 96 deletions
diff --git a/dev-libs/klibc/files/klibc-1.2.1-nostdinc-flags.patch b/dev-libs/klibc/files/klibc-1.2.1-nostdinc-flags.patch deleted file mode 100644 index acdbcb6f4c84..000000000000 --- a/dev-libs/klibc/files/klibc-1.2.1-nostdinc-flags.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- klibc-1.2.1/Makefile 2006-02-07 10:14:05.000000000 +0200 -+++ klibc-1.2.1.az/Makefile 2006-02-07 10:14:11.000000000 +0200 -@@ -12,7 +12,7 @@ - include scripts/Kbuild.include - - export CC := gcc --NOSTDINC_FLAGS := -nostdlib -nostdinc -isystem $(shell $(CC) -print-file-name=include) -+export NOSTDINC_FLAGS := -nostdlib -nostdinc -isystem $(shell $(CC) -print-file-name=include) - - export ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/parisc64/parisc/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/) - ---- klibc-1.2.1/klcc/Kbuild 2006-02-07 10:26:11.000000000 +0200 -+++ klibc-1.2.1.az/klcc/Kbuild 2006-02-07 10:28:16.000000000 +0200 -@@ -14,7 +14,7 @@ - $(Q)echo 'KCROSS=$(KCROSS)' >> $@ - $(Q)echo 'CC=$(KLIBCCC)' >> $@ - $(Q)echo 'LD=$(KLIBCLD)' >> $@ -- $(Q)echo 'REQFLAGS=$(filter-out -I%,$(KLIBCDEFS) $(KLIBCREQFLAGS) $(KLIBCARCHREQFLAGS))' >> $@ -+ $(Q)echo 'REQFLAGS=$(NOSTDINC_FLAGS) $(filter-out -I%,$(KLIBCDEFS) $(KLIBCREQFLAGS) $(KLIBCARCHREQFLAGS))' >> $@ - $(Q)echo 'OPTFLAGS=$(KLIBCOPTFLAGS)' >> $@ - $(Q)echo 'LDFLAGS=$(KLIBCLDFLAGS)' >> $@ - $(Q)echo 'STRIP=$(KLIBCSTRIP)' >> $@ diff --git a/dev-libs/klibc/files/klibc-1.2.4-kbuild.patch b/dev-libs/klibc/files/klibc-1.2.4-kbuild.patch deleted file mode 100644 index 431247a989b3..000000000000 --- a/dev-libs/klibc/files/klibc-1.2.4-kbuild.patch +++ /dev/null @@ -1,14 +0,0 @@ -diff -Naurp klibc-1.2.4-orig/scripts/Makefile.host klibc-1.2.4/scripts/Makefile.host ---- klibc-1.2.4-orig/scripts/Makefile.host 2006-03-12 01:04:15.000000000 +0100 -+++ klibc-1.2.4/scripts/Makefile.host 2006-03-12 01:17:08.000000000 +0100 -@@ -85,8 +85,8 @@ ifeq ($(KBUILD_SRC),) - __hostc_flags = $(_hostc_flags) - __hostcxx_flags = $(_hostcxx_flags) - else --__hostc_flags = -I$(obj) $(call flags,_hostc_flags) --__hostcxx_flags = -I$(obj) $(call flags,_hostcxx_flags) -+__hostc_flags = -I$(obj) $(_hostc_flags) -+__hostcxx_flags = -I$(obj) $(_hostcxx_flags) - endif - - hostc_flags = -Wp,-MD,$(depfile) $(__hostc_flags) diff --git a/dev-libs/klibc/files/klibc-1.4.13-resumelib.patch b/dev-libs/klibc/files/klibc-1.4.13-resumelib.patch deleted file mode 100644 index ba22a82b8d02..000000000000 --- a/dev-libs/klibc/files/klibc-1.4.13-resumelib.patch +++ /dev/null @@ -1,13 +0,0 @@ -Index: klibc-1.4.13/usr/kinit/resume/resumelib.c -=================================================================== ---- klibc-1.4.13.orig/usr/kinit/resume/resumelib.c -+++ klibc-1.4.13/usr/kinit/resume/resumelib.c -@@ -12,7 +12,7 @@ - #include <limits.h> - #include <sys/stat.h> - #include <sys/sysmacros.h> --#include <linux/config.h> /* For CONFIG_PM_STD_PARTITION */ -+#include <linux/autoconf.h> /* For CONFIG_PM_STD_PARTITION */ - - #include "kinit.h" - #include "do_mounts.h" diff --git a/dev-libs/klibc/files/klibc-1.4.13-types.h.patch b/dev-libs/klibc/files/klibc-1.4.13-types.h.patch deleted file mode 100644 index f08ce2fbca23..000000000000 --- a/dev-libs/klibc/files/klibc-1.4.13-types.h.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -urNp klibc-1.4.13.org/usr/include/sys/types.h klibc-1.4.13/usr/include/sys/types.h ---- klibc-1.4.13.org/usr/include/sys/types.h 2006-07-25 23:55:23.000000000 +0300 -+++ klibc-1.4.13/usr/include/sys/types.h 2007-02-07 15:24:03.000000000 +0200 -@@ -96,6 +96,8 @@ typedef uint32_t __bitwise __be32; - typedef uint64_t __bitwise __le64; - typedef uint64_t __bitwise __be64; - -+typedef __u16 __bitwise __sum16; -+ - /* - * Some headers seem to require this... - */ diff --git a/dev-libs/klibc/files/klibc-1.4.7-nostdinc-flags.patch b/dev-libs/klibc/files/klibc-1.4.7-nostdinc-flags.patch deleted file mode 100644 index da145af009be..000000000000 --- a/dev-libs/klibc/files/klibc-1.4.7-nostdinc-flags.patch +++ /dev/null @@ -1,22 +0,0 @@ ---- klibc-1.4.7/Makefile 2006-06-27 11:21:22.000000000 +0200 -+++ klibc-1.4.7.az/Makefile 2006-06-27 11:21:52.000000000 +0200 -@@ -22,7 +22,7 @@ - export OBJCOPY := $(KLIBCROSS)objcopy - export OBJDUMP := $(KLIBCROSS)objdump - --NOSTDINC_FLAGS := -nostdlib -nostdinc -isystem $(shell $(CC) -print-file-name=include) -+export NOSTDINC_FLAGS := -nostdlib -nostdinc -isystem $(shell $(CC) -print-file-name=include) - - ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/parisc64/parisc/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/) - export KLIBCARCH ?= $(ARCH) ---- klibc-1.4.7/klcc/Kbuild 2006-06-27 11:21:27.000000000 +0200 -+++ klibc-1.4.7.az/klcc/Kbuild 2006-06-27 11:22:28.000000000 +0200 -@@ -14,7 +14,7 @@ - $(Q)echo 'KCROSS=$(KCROSS)' >> $@ - $(Q)echo 'CC=$(KLIBCCC)' >> $@ - $(Q)echo 'LD=$(KLIBCLD)' >> $@ -- $(Q)echo 'REQFLAGS=$(filter-out -I%,$(KLIBCDEFS) $(KLIBCREQFLAGS) $(KLIBCARCHREQFLAGS))' >> $@ -+ $(Q)echo 'REQFLAGS=$(NOSTDINC_FLAGS) $(filter-out -I%,$(KLIBCDEFS) $(KLIBCREQFLAGS) $(KLIBCARCHREQFLAGS))' >> $@ - $(Q)echo 'OPTFLAGS=$(KLIBCOPTFLAGS)' >> $@ - $(Q)echo 'LDFLAGS=$(KLIBCLDFLAGS)' >> $@ - $(Q)echo 'STRIP=$(KLIBCSTRIP)' >> $@ diff --git a/dev-libs/klibc/files/klibc-1.4.9-mips32.patch b/dev-libs/klibc/files/klibc-1.4.9-mips32.patch deleted file mode 100644 index 044cb6d32867..000000000000 --- a/dev-libs/klibc/files/klibc-1.4.9-mips32.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff --git a/Makefile b/Makefile -index bb018cc..4a66577 100644 ---- a/Makefile -+++ b/Makefile -@@ -24,7 +24,7 @@ export OBJDUMP := $(KLIBCROSS)objdump - - NOSTDINC_FLAGS := -nostdlib -nostdinc -isystem $(shell $(CC) -print-file-name=include) - --ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/parisc64/parisc/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/) -+ARCH := $(shell uname -m | sed -e s/i.86/i386/ -e s/parisc64/parisc/ -e s/sun4u/sparc64/ -e s/arm.*/arm/ -e s/sa110/arm/ -e s/mips64/mips/) - export KLIBCARCH ?= $(ARCH) - export KLIBCARCHDIR := $(shell echo $(KLIBCARCH) | sed -e s/s390x/s390/) - |