diff options
author | Daniel Drake <dsd@gentoo.org> | 2005-07-07 22:30:54 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2005-07-07 22:30:54 +0000 |
commit | a2a7a7064ba4365c1da9d6f8886d45ba45c1e1d5 (patch) | |
tree | 9da1074ad274d9758ce73926fdd16063a96a1c3a /sys-kernel | |
parent | Fix config files (#67551) (diff) | |
download | historical-a2a7a7064ba4365c1da9d6f8886d45ba45c1e1d5.tar.gz historical-a2a7a7064ba4365c1da9d6f8886d45ba45c1e1d5.tar.bz2 historical-a2a7a7064ba4365c1da9d6f8886d45ba45c1e1d5.zip |
Remove old versions
Package-Manager: portage-1.589-cvs
Diffstat (limited to 'sys-kernel')
22 files changed, 13 insertions, 288 deletions
diff --git a/sys-kernel/ksymoops/ChangeLog b/sys-kernel/ksymoops/ChangeLog index bce33d7f1ce1..e2f0cd8ae690 100644 --- a/sys-kernel/ksymoops/ChangeLog +++ b/sys-kernel/ksymoops/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/ksymoops # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ksymoops/ChangeLog,v 1.20 2005/03/17 00:59:38 r3pek Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ksymoops/ChangeLog,v 1.21 2005/07/07 22:30:54 dsd Exp $ + + 07 Jul 2005; Daniel Drake <dsd@gentoo.org> -ksymoops-2.4.5.ebuild, + -ksymoops-2.4.7.ebuild, -ksymoops-2.4.8.ebuild, -ksymoops-2.4.10.ebuild: + Remove old versions *ksymoops-2.4.11 (17 Mar 2005) diff --git a/sys-kernel/ksymoops/files/digest-ksymoops-2.4.10 b/sys-kernel/ksymoops/files/digest-ksymoops-2.4.10 deleted file mode 100644 index 74fbbd2be5d6..000000000000 --- a/sys-kernel/ksymoops/files/digest-ksymoops-2.4.10 +++ /dev/null @@ -1 +0,0 @@ -MD5 8d0a53a756db43b1750bfc5272a90a3d ksymoops-2.4.10.tar.gz 66432 diff --git a/sys-kernel/ksymoops/files/digest-ksymoops-2.4.5 b/sys-kernel/ksymoops/files/digest-ksymoops-2.4.5 deleted file mode 100644 index 03831fbc39fa..000000000000 --- a/sys-kernel/ksymoops/files/digest-ksymoops-2.4.5 +++ /dev/null @@ -1 +0,0 @@ -MD5 3e6977ab49efbaab6ce2e42a94051300 ksymoops-2.4.5.tar.gz 62777 diff --git a/sys-kernel/ksymoops/files/digest-ksymoops-2.4.7 b/sys-kernel/ksymoops/files/digest-ksymoops-2.4.7 deleted file mode 100644 index e264ecf78ece..000000000000 --- a/sys-kernel/ksymoops/files/digest-ksymoops-2.4.7 +++ /dev/null @@ -1 +0,0 @@ -MD5 5903e92121fe755ae5069170bc375c16 ksymoops-2.4.7.tar.gz 65098 diff --git a/sys-kernel/ksymoops/files/digest-ksymoops-2.4.8 b/sys-kernel/ksymoops/files/digest-ksymoops-2.4.8 deleted file mode 100644 index 6cff904daaf3..000000000000 --- a/sys-kernel/ksymoops/files/digest-ksymoops-2.4.8 +++ /dev/null @@ -1 +0,0 @@ -MD5 88477ef82c1b881bcc10270dc9a754b9 ksymoops-2.4.8.tar.gz 65144 diff --git a/sys-kernel/ksymoops/ksymoops-2.4.10.ebuild b/sys-kernel/ksymoops/ksymoops-2.4.10.ebuild deleted file mode 100644 index ea1501bc74c2..000000000000 --- a/sys-kernel/ksymoops/ksymoops-2.4.10.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ksymoops/ksymoops-2.4.10.ebuild,v 1.2 2005/03/17 00:59:38 r3pek Exp $ - -DESCRIPTION="Utility to decode a kernel oops, or other kernel call traces." -SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/${P}.tar.gz" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/ksymoops/" -DEPEND="virtual/libc >=sys-devel/binutils-2.9.1.0.25" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc ~alpha ~mips ~sparc ~amd64 ~ia64 ~s390" -IUSE="" - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - # static/dynamic hack - # unfortunately, binutils and gcc ebuilds both install a libiberty.a - # and gcc's is not compatible with binutils libbfd.a - # linking against a bad mixuture results in missing symbols. - # linking against the shared (dynamic) objects seems to work. - sed -e "/^STATIC/s:-Bstatic:-Bdynamic:" -e "s:-O2:${CFLAGS}:" < \ - Makefile.orig > Makefile - # Note: this problem is fixed as of gcc-2.95.3-r6, so we can remove this - # fix eventually -} - -src_compile() { - emake all || die -} - -src_install() { - exeinto /usr/bin - doexe ksymoops - doman ksymoops.8 - dodoc Changelog README README.XFree86 -} diff --git a/sys-kernel/ksymoops/ksymoops-2.4.5.ebuild b/sys-kernel/ksymoops/ksymoops-2.4.5.ebuild deleted file mode 100644 index 2e596eac7a4c..000000000000 --- a/sys-kernel/ksymoops/ksymoops-2.4.5.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ksymoops/ksymoops-2.4.5.ebuild,v 1.13 2005/03/17 00:59:38 r3pek Exp $ - -DESCRIPTION="Utility to decode a kernel oops, or other kernel call traces." -SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/${P}.tar.gz" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/ksymoops/" -DEPEND="virtual/libc >=sys-devel/binutils-2.9.1.0.25" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" -IUSE="" - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - # static/dynamic hack - # unfortunately, binutils and gcc ebuilds both install a libiberty.a - # and gcc's is not compatible with binutils libbfd.a - # linking against a bad mixuture results in missing symbols. - # linking against the shared (dynamic) objects seems to work. - sed -e "/^STATIC/s:-Bstatic:-Bdynamic:" -e "s:-O2:${CFLAGS}:" < \ - Makefile.orig > Makefile - # Note: this problem is fixed as of gcc-2.95.3-r6, so we can remove this - # fix eventually -} - -src_compile() { - emake all || die -} - -src_install() { - into / - dosbin ksymoops - doman ksymoops.8 - dodoc Changelog README README.XFree86 -} diff --git a/sys-kernel/ksymoops/ksymoops-2.4.7.ebuild b/sys-kernel/ksymoops/ksymoops-2.4.7.ebuild deleted file mode 100644 index 73dc3a6a4140..000000000000 --- a/sys-kernel/ksymoops/ksymoops-2.4.7.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ksymoops/ksymoops-2.4.7.ebuild,v 1.9 2005/03/17 00:59:38 r3pek Exp $ - -DESCRIPTION="Utility to decode a kernel oops, or other kernel call traces." -SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/${P}.tar.gz" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/ksymoops/" -DEPEND="virtual/libc >=sys-devel/binutils-2.9.1.0.25" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc" -IUSE="" - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - # static/dynamic hack - # unfortunately, binutils and gcc ebuilds both install a libiberty.a - # and gcc's is not compatible with binutils libbfd.a - # linking against a bad mixuture results in missing symbols. - # linking against the shared (dynamic) objects seems to work. - sed -e "/^STATIC/s:-Bstatic:-Bdynamic:" -e "s:-O2:${CFLAGS}:" < \ - Makefile.orig > Makefile - # Note: this problem is fixed as of gcc-2.95.3-r6, so we can remove this - # fix eventually -} - -src_compile() { - emake all || die -} - -src_install() { - into / - dosbin ksymoops - doman ksymoops.8 - dodoc Changelog README README.XFree86 -} diff --git a/sys-kernel/ksymoops/ksymoops-2.4.8.ebuild b/sys-kernel/ksymoops/ksymoops-2.4.8.ebuild deleted file mode 100644 index 7fd8a0bd44f5..000000000000 --- a/sys-kernel/ksymoops/ksymoops-2.4.8.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/ksymoops/ksymoops-2.4.8.ebuild,v 1.10 2005/03/17 00:59:38 r3pek Exp $ - -DESCRIPTION="Utility to decode a kernel oops, or other kernel call traces." -SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/kernel/ksymoops/v2.4/${P}.tar.gz" -HOMEPAGE="http://www.kernel.org/pub/linux/utils/kernel/ksymoops/" -DEPEND="virtual/libc >=sys-devel/binutils-2.9.1.0.25" -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="x86 ppc alpha ~mips" -IUSE="" - -src_unpack() { - unpack ${A} - cd ${S} - mv Makefile Makefile.orig - # static/dynamic hack - # unfortunately, binutils and gcc ebuilds both install a libiberty.a - # and gcc's is not compatible with binutils libbfd.a - # linking against a bad mixuture results in missing symbols. - # linking against the shared (dynamic) objects seems to work. - sed -e "/^STATIC/s:-Bstatic:-Bdynamic:" -e "s:-O2:${CFLAGS}:" < \ - Makefile.orig > Makefile - # Note: this problem is fixed as of gcc-2.95.3-r6, so we can remove this - # fix eventually -} - -src_compile() { - emake all || die -} - -src_install() { - into / - dosbin ksymoops - doman ksymoops.8 - dodoc Changelog README README.XFree86 -} diff --git a/sys-kernel/vanilla-sources/ChangeLog b/sys-kernel/vanilla-sources/ChangeLog index 59a73aba616f..ca9b144b57d5 100644 --- a/sys-kernel/vanilla-sources/ChangeLog +++ b/sys-kernel/vanilla-sources/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for sys-kernel/vanilla-sources # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.83 2005/07/05 11:54:09 corsair Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/ChangeLog,v 1.84 2005/07/07 22:27:59 dsd Exp $ + + 07 Jul 2005; Daniel Drake <dsd@gentoo.org> + -files/vanilla-sources-2.4.24.CAN-2004-0001.patch, + -files/do_brk_fix.patch, -vanilla-sources-2.4.21.ebuild, + -vanilla-sources-2.4.29.ebuild, -vanilla-sources-2.6.11.7.ebuild, + -vanilla-sources-2.6.11.9.ebuild, -vanilla-sources-2.6.11.10.ebuild: + Remove old versions 05 Jul 2005; Markus Rothe <corsair@gentoo.org> vanilla-sources-2.6.12.2.ebuild: diff --git a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.21 b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.21 deleted file mode 100644 index 4cf91697ea68..000000000000 --- a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.21 +++ /dev/null @@ -1 +0,0 @@ -MD5 f51e12efa18bb828cf57d9d4a81b2fb1 linux-2.4.21.tar.bz2 28533733 diff --git a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.29 b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.29 deleted file mode 100644 index 68db90dbc95c..000000000000 --- a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.4.29 +++ /dev/null @@ -1 +0,0 @@ -MD5 fcf8b6bb620467f27b657c1c4a60bbff linux-2.4.29.tar.bz2 31124710 diff --git a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.10 b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.10 deleted file mode 100644 index bd26b2bb8871..000000000000 --- a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.10 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 92faefc1fa29ef466d3ff2e0c6d39b6d patch-2.6.11.10.bz2 15141 -MD5 f00fd1b5a80f52baf9d1d83acddfa325 linux-2.6.11.tar.bz2 37075679 diff --git a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.7 b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.7 deleted file mode 100644 index 8a5d27ea6a75..000000000000 --- a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.7 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9938022f8d9f1ae9f1627832e1ca9212 patch-2.6.11.7.bz2 10906 -MD5 f00fd1b5a80f52baf9d1d83acddfa325 linux-2.6.11.tar.bz2 37075679 diff --git a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.9 b/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.9 deleted file mode 100644 index 630de906ea09..000000000000 --- a/sys-kernel/vanilla-sources/files/digest-vanilla-sources-2.6.11.9 +++ /dev/null @@ -1,2 +0,0 @@ -MD5 9654e3857a2f6e5c781802520d51d686 patch-2.6.11.9.bz2 14553 -MD5 f00fd1b5a80f52baf9d1d83acddfa325 linux-2.6.11.tar.bz2 37075679 diff --git a/sys-kernel/vanilla-sources/files/do_brk_fix.patch b/sys-kernel/vanilla-sources/files/do_brk_fix.patch deleted file mode 100644 index fef1f1e981e2..000000000000 --- a/sys-kernel/vanilla-sources/files/do_brk_fix.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- a/mm/mmap.c Fri Sep 12 06:44:06 2003 -+++ b/mm/mmap.c Thu Oct 2 01:18:19 2003 -@@ -1041,6 +1041,9 @@ - if (!len) - return addr; - -+ if ((addr + len) > TASK_SIZE || (addr + len) < addr) -+ return -EINVAL; -+ - /* - * mlock MCL_FUTURE? - */ diff --git a/sys-kernel/vanilla-sources/files/vanilla-sources-2.4.24.CAN-2004-0001.patch b/sys-kernel/vanilla-sources/files/vanilla-sources-2.4.24.CAN-2004-0001.patch deleted file mode 100644 index bb51f9aa9a62..000000000000 --- a/sys-kernel/vanilla-sources/files/vanilla-sources-2.4.24.CAN-2004-0001.patch +++ /dev/null @@ -1,29 +0,0 @@ -diff -u linux/arch/x86_64/ia32/ptrace32.c-PTRACE linux/arch/x86_64/ia32/ptrace32.c ---- linux/arch/x86_64/ia32/ptrace32.c-PTRACE 2003-06-16 13:03:58.000000000 +0200 -+++ linux/arch/x86_64/ia32/ptrace32.c 2004-01-07 18:04:43.000000000 +0100 -@@ -25,6 +25,10 @@ - #include <asm/fpu32.h> - #include <linux/mm.h> - -+/* determines which flags the user has access to. */ -+/* 1 = access 0 = no access */ -+#define FLAG_MASK 0x44dd5UL -+ - #define R32(l,q) \ - case offsetof(struct user32, regs.l): stack[offsetof(struct pt_regs, q)/8] = val; break - -@@ -69,9 +73,12 @@ - R32(eip, rip); - R32(esp, rsp); - -- case offsetof(struct user32, regs.eflags): -- stack[offsetof(struct pt_regs, eflags)/8] = val & 0x44dd5; -+ case offsetof(struct user32, regs.eflags): { -+ __u64 *flags = &stack[offsetof(struct pt_regs, eflags)/8]; -+ val &= FLAG_MASK; -+ *flags = val | (*flags & ~FLAG_MASK); - break; -+ } - - case offsetof(struct user32, u_debugreg[4]): - case offsetof(struct user32, u_debugreg[5]): diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild deleted file mode 100644 index 96b9e2745324..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.21.ebuild,v 1.18 2005/01/12 23:13:38 dsd Exp $ - -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="mirror://kernel/linux/kernel/v2.4/linux-${PV}.tar.bz2" -KEYWORDS="x86 -ppc sparc alpha amd64 ~s390" - -UNIPATCH_LIST="${FILESDIR}/do_brk_fix.patch" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.4.29.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.4.29.ebuild deleted file mode 100644 index f2a46115ac00..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.4.29.ebuild +++ /dev/null @@ -1,14 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.4.29.ebuild,v 1.2 2005/03/28 17:08:30 gustavoz Exp $ - -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org" -SRC_URI="${KERNEL_URI}" -KEYWORDS="~x86 -ppc sparc ~alpha ~amd64" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.10.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.10.ebuild deleted file mode 100644 index 261c1131259e..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.10.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.10.ebuild,v 1.1 2005/05/16 19:23:34 chainsaw Exp $ - -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -ETYPE="sources" -inherit kernel-2 -detect_arch -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org/" -SRC_URI="${KERNEL_URI} ${ARCH_URI}" -UNIPATCH_LIST="${ARCH_PATCH}" - -KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 x86" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.7.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.7.ebuild deleted file mode 100644 index c64e8805077a..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.7.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.7.ebuild,v 1.1 2005/04/13 12:47:04 johnm Exp $ - -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -ETYPE="sources" -inherit kernel-2 -detect_arch -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org/" -SRC_URI="${KERNEL_URI} ${ARCH_URI}" -UNIPATCH_LIST="${ARCH_PATCH}" - -KEYWORDS="x86 ~ia64 ~ppc ~amd64 ~alpha ~arm ~ppc64" diff --git a/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild b/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild deleted file mode 100644 index 6d8bd7c92ee3..000000000000 --- a/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild +++ /dev/null @@ -1,17 +0,0 @@ -# Copyright 1999-2005 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/vanilla-sources/vanilla-sources-2.6.11.9.ebuild,v 1.3 2005/05/15 21:54:21 agriffis Exp $ - -K_NOUSENAME="yes" -K_NOSETEXTRAVERSION="yes" -ETYPE="sources" -inherit kernel-2 -detect_arch -detect_version - -DESCRIPTION="Full sources for the Linux kernel" -HOMEPAGE="http://www.kernel.org/" -SRC_URI="${KERNEL_URI} ${ARCH_URI}" -UNIPATCH_LIST="${ARCH_PATCH}" - -KEYWORDS="~alpha ~amd64 ~arm ia64 ~ppc ~ppc64 x86" |