diff options
author | Brandon Low <lostlogic@gentoo.org> | 2002-09-22 07:59:28 +0000 |
---|---|---|
committer | Brandon Low <lostlogic@gentoo.org> | 2002-09-22 07:59:28 +0000 |
commit | b9185c412a6eb51646e6b73043f60f465b70e779 (patch) | |
tree | da48592cf7a6b3cf071232ac30a079ad8b188427 /sys-kernel/development-sources | |
parent | add docs (diff) | |
download | historical-b9185c412a6eb51646e6b73043f60f465b70e779.tar.gz historical-b9185c412a6eb51646e6b73043f60f465b70e779.tar.bz2 historical-b9185c412a6eb51646e6b73043f60f465b70e779.zip |
yes
Diffstat (limited to 'sys-kernel/development-sources')
12 files changed, 9 insertions, 415 deletions
diff --git a/sys-kernel/development-sources/ChangeLog b/sys-kernel/development-sources/ChangeLog index 04d7476dd856..2c89cb7d1b1f 100644 --- a/sys-kernel/development-sources/ChangeLog +++ b/sys-kernel/development-sources/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for sys-kernel/gentoo-sources # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/ChangeLog,v 1.2 2002/09/18 21:23:39 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/ChangeLog,v 1.3 2002/09/22 07:59:27 lostlogic Exp $ + +*development-sources-2.5.38 (21 Sep 2002) + + 18 Sep 2002; Brandon Low <lostlogic@gentoo.org> + + Just a version bump, and removed old ebuilds... *development-sources-2.5.36 (18 Sep 2002) diff --git a/sys-kernel/development-sources/development-sources-2.5.30.ebuild b/sys-kernel/development-sources/development-sources-2.5.30.ebuild deleted file mode 100644 index ccd85c2dda58..000000000000 --- a/sys-kernel/development-sources/development-sources-2.5.30.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/development-sources-2.5.30.ebuild,v 1.1 2002/09/03 02:27:03 mjc Exp $ -#OKV=original kernel version, KV=patched kernel version. They can be the same. - -#we use this next variable to avoid duplicating stuff on cvs -GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files -OKV=2.5.30 -KV=2.5.30 -S=${WORKDIR}/linux-${KV} -ETYPE="sources" - -# What's in this kernel? - -# INCLUDED: -# beta 2.5.30 kernel sources - -DESCRIPTION="Full sources for the Gentoo Linux kernel" -SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/linux-${OKV}.tar.bz2" -PROVIDE="virtual/linux-sources" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -if [ $ETYPE = "sources" ] && [ -z "`use build`" ] -then - #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs. - DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND=">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" -fi - -[ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" - -src_unpack() { - cd ${WORKDIR} - unpack linux-${OKV}.tar.bz2 -# mv linux linux-${KV} || die - cd ${S} - - #sometimes we have icky kernel symbols; this seems to get rid of them - make mrproper || die - - #this file is required for other things to build properly, so we autogenerate it -# make include/linux/version.h || die - - #fix silly permissions in tarball - cd ${WORKDIR} - chown -R 0.0 * - chmod -R a+r-w+X,u+w * - - # Gentoo Linux uses /boot, so fix 'make install' to work properly -# cd ${S} -# mv Makefile Makefile.orig -# sed -e 's:#export\tINSTALL_PATH:export\tINSTALL_PATH:' \ -# Makefile.orig >Makefile || die # test, remove me if Makefile ok -# rm Makefile.orig -} - -src_compile() { - if [ "$ETYPE" = "headers" ] - then - yes "" | make oldconfig - echo "Ignore any errors from the yes command above." - fi -} - -src_install() { - if [ "$ETYPE" = "sources" ] - then - dodir /usr/src - echo ">>> Copying sources..." - mv ${WORKDIR}/* ${D}/usr/src - else - #linux-headers - dodir /usr/include/linux - cp -ax ${S}/include/linux/* ${D}/usr/include/linux - rm -rf ${D}/usr/include/linux/modules - dodir /usr/include/asm - cp -ax ${S}/include/asm-i386/* ${D}/usr/include/asm - fi -} - -pkg_preinst() { - if [ "$ETYPE" = "headers" ] - then - [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux - [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm - true - fi -} - -pkg_postinst() { - [ "$ETYPE" = "headers" ] && return - if [ ! -e ${ROOT}usr/src/linux-beta ] - then - - ln -sf linux-${KV} ${ROOT}/usr/src/linux-beta - fi -} - - diff --git a/sys-kernel/development-sources/development-sources-2.5.33.ebuild b/sys-kernel/development-sources/development-sources-2.5.33.ebuild deleted file mode 100644 index 7eca63a48694..000000000000 --- a/sys-kernel/development-sources/development-sources-2.5.33.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/development-sources-2.5.33.ebuild,v 1.1 2002/09/03 02:58:40 mjc Exp $ -#OKV=original kernel version, KV=patched kernel version. They can be the same. - -#we use this next variable to avoid duplicating stuff on cvs -GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files -OKV=2.5.33 -KV=2.5.33 -S=${WORKDIR}/linux-${KV} -ETYPE="sources" - -# What's in this kernel? - -# INCLUDED: -# beta 2.5.30 kernel sources - -DESCRIPTION="Full sources for the Gentoo Linux kernel" -SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/linux-${OKV}.tar.bz2" -PROVIDE="virtual/linux-sources" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -if [ $ETYPE = "sources" ] && [ -z "`use build`" ] -then - #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs. - DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND=">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" -fi - -[ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" - -src_unpack() { - cd ${WORKDIR} - unpack linux-${OKV}.tar.bz2 -# mv linux linux-${KV} || die - cd ${S} - - #sometimes we have icky kernel symbols; this seems to get rid of them - make mrproper || die - - #this file is required for other things to build properly, so we autogenerate it -# make include/linux/version.h || die - - #fix silly permissions in tarball - cd ${WORKDIR} - chown -R 0.0 * - chmod -R a+r-w+X,u+w * - - # Gentoo Linux uses /boot, so fix 'make install' to work properly -# cd ${S} -# mv Makefile Makefile.orig -# sed -e 's:#export\tINSTALL_PATH:export\tINSTALL_PATH:' \ -# Makefile.orig >Makefile || die # test, remove me if Makefile ok -# rm Makefile.orig -} - -src_compile() { - if [ "$ETYPE" = "headers" ] - then - yes "" | make oldconfig - echo "Ignore any errors from the yes command above." - fi -} - -src_install() { - if [ "$ETYPE" = "sources" ] - then - dodir /usr/src - echo ">>> Copying sources..." - mv ${WORKDIR}/* ${D}/usr/src - else - #linux-headers - dodir /usr/include/linux - cp -ax ${S}/include/linux/* ${D}/usr/include/linux - rm -rf ${D}/usr/include/linux/modules - dodir /usr/include/asm - cp -ax ${S}/include/asm-i386/* ${D}/usr/include/asm - fi -} - -pkg_preinst() { - if [ "$ETYPE" = "headers" ] - then - [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux - [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm - true - fi -} - -pkg_postinst() { - [ "$ETYPE" = "headers" ] && return - if [ ! -e ${ROOT}usr/src/linux-beta ] - then - - ln -sf linux-${KV} ${ROOT}/usr/src/linux-beta - fi -} - - diff --git a/sys-kernel/development-sources/development-sources-2.5.35.ebuild b/sys-kernel/development-sources/development-sources-2.5.35.ebuild deleted file mode 100644 index b73aa0569be0..000000000000 --- a/sys-kernel/development-sources/development-sources-2.5.35.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/development-sources-2.5.35.ebuild,v 1.1 2002/09/16 03:12:03 mjc Exp $ -#OKV=original kernel version, KV=patched kernel version. They can be the same. - -#we use this next variable to avoid duplicating stuff on cvs -GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files -OKV=2.5.35 -KV=2.5.35 -S=${WORKDIR}/linux-${KV} -ETYPE="sources" - -# What's in this kernel? - -# INCLUDED: -# beta 2.5.30 kernel sources - -DESCRIPTION="Full sources for the Gentoo Linux kernel" -SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/linux-${OKV}.tar.bz2" -PROVIDE="virtual/linux-sources" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -if [ $ETYPE = "sources" ] && [ -z "`use build`" ] -then - #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs. - DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND=">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" -fi - -[ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" - -src_unpack() { - cd ${WORKDIR} - unpack linux-${OKV}.tar.bz2 -# mv linux linux-${KV} || die - cd ${S} - - #sometimes we have icky kernel symbols; this seems to get rid of them - make mrproper || die - - #this file is required for other things to build properly, so we autogenerate it -# make include/linux/version.h || die - - #fix silly permissions in tarball - cd ${WORKDIR} - chown -R 0.0 * - chmod -R a+r-w+X,u+w * - - # Gentoo Linux uses /boot, so fix 'make install' to work properly -# cd ${S} -# mv Makefile Makefile.orig -# sed -e 's:#export\tINSTALL_PATH:export\tINSTALL_PATH:' \ -# Makefile.orig >Makefile || die # test, remove me if Makefile ok -# rm Makefile.orig -} - -src_compile() { - if [ "$ETYPE" = "headers" ] - then - yes "" | make oldconfig - echo "Ignore any errors from the yes command above." - fi -} - -src_install() { - if [ "$ETYPE" = "sources" ] - then - dodir /usr/src - echo ">>> Copying sources..." - mv ${WORKDIR}/* ${D}/usr/src - else - #linux-headers - dodir /usr/include/linux - cp -ax ${S}/include/linux/* ${D}/usr/include/linux - rm -rf ${D}/usr/include/linux/modules - dodir /usr/include/asm - cp -ax ${S}/include/asm-i386/* ${D}/usr/include/asm - fi -} - -pkg_preinst() { - if [ "$ETYPE" = "headers" ] - then - [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux - [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm - true - fi -} - -pkg_postinst() { - [ "$ETYPE" = "headers" ] && return - if [ ! -e ${ROOT}usr/src/linux-beta ] - then - - ln -sf linux-${KV} ${ROOT}/usr/src/linux-beta - fi -} - - diff --git a/sys-kernel/development-sources/development-sources-2.5.36.ebuild b/sys-kernel/development-sources/development-sources-2.5.36.ebuild deleted file mode 100644 index c13f2160e044..000000000000 --- a/sys-kernel/development-sources/development-sources-2.5.36.ebuild +++ /dev/null @@ -1,102 +0,0 @@ -# Copyright 1999-2002 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/development-sources-2.5.36.ebuild,v 1.1 2002/09/18 21:23:39 lostlogic Exp $ -#OKV=original kernel version, KV=patched kernel version. They can be the same. - -#we use this next variable to avoid duplicating stuff on cvs -GFILESDIR=${PORTDIR}/sys-kernel/linux-sources/files -OKV=${PV} -KV=${PV} -S=${WORKDIR}/linux-${KV} -ETYPE="sources" - -# What's in this kernel? - -# INCLUDED: -# beta 2.5.36 kernel sources - -DESCRIPTION="Full sources for the Gentoo Linux kernel" -SRC_URI="http://www.kernel.org/pub/linux/kernel/v2.5/linux-${OKV}.tar.bz2" -PROVIDE="virtual/linux-sources" -HOMEPAGE="http://www.kernel.org/ http://www.gentoo.org/" -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="x86 ppc" - -if [ $ETYPE = "sources" ] && [ -z "`use build`" ] -then - #console-tools is needed to solve the loadkeys fiasco; binutils version needed to avoid Athlon/PIII/SSE assembler bugs. - DEPEND=">=sys-devel/binutils-2.11.90.0.31" - RDEPEND=">=sys-libs/ncurses-5.2 sys-devel/perl >=sys-apps/modutils-2.4.2 sys-devel/make" -fi - -[ -z "$LINUX_HOSTCFLAGS" ] && LINUX_HOSTCFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -I${S}/include" - -src_unpack() { - cd ${WORKDIR} - unpack linux-${OKV}.tar.bz2 -# mv linux linux-${KV} || die - cd ${S} - - #sometimes we have icky kernel symbols; this seems to get rid of them - make mrproper || die - - #this file is required for other things to build properly, so we autogenerate it -# make include/linux/version.h || die - - #fix silly permissions in tarball - cd ${WORKDIR} - chown -R 0.0 * - chmod -R a+r-w+X,u+w * - - # Gentoo Linux uses /boot, so fix 'make install' to work properly -# cd ${S} -# mv Makefile Makefile.orig -# sed -e 's:#export\tINSTALL_PATH:export\tINSTALL_PATH:' \ -# Makefile.orig >Makefile || die # test, remove me if Makefile ok -# rm Makefile.orig -} - -src_compile() { - if [ "$ETYPE" = "headers" ] - then - yes "" | make oldconfig - echo "Ignore any errors from the yes command above." - fi -} - -src_install() { - if [ "$ETYPE" = "sources" ] - then - dodir /usr/src - echo ">>> Copying sources..." - mv ${WORKDIR}/* ${D}/usr/src - else - #linux-headers - dodir /usr/include/linux - cp -ax ${S}/include/linux/* ${D}/usr/include/linux - rm -rf ${D}/usr/include/linux/modules - dodir /usr/include/asm - cp -ax ${S}/include/asm-i386/* ${D}/usr/include/asm - fi -} - -pkg_preinst() { - if [ "$ETYPE" = "headers" ] - then - [ -L ${ROOT}usr/include/linux ] && rm ${ROOT}usr/include/linux - [ -L ${ROOT}usr/include/asm ] && rm ${ROOT}usr/include/asm - true - fi -} - -pkg_postinst() { - [ "$ETYPE" = "headers" ] && return - if [ ! -e ${ROOT}usr/src/linux-beta ] - then - - ln -sf linux-${KV} ${ROOT}/usr/src/linux-beta - fi -} - - diff --git a/sys-kernel/development-sources/development-sources-2.5.37.ebuild b/sys-kernel/development-sources/development-sources-2.5.38.ebuild index 77a68e871de1..d5f167fa9d9c 100644 --- a/sys-kernel/development-sources/development-sources-2.5.37.ebuild +++ b/sys-kernel/development-sources/development-sources-2.5.38.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/development-sources-2.5.37.ebuild,v 1.1 2002/09/20 22:05:01 lostlogic Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/development-sources/development-sources-2.5.38.ebuild,v 1.1 2002/09/22 07:59:27 lostlogic Exp $ #OKV=original kernel version, KV=patched kernel version. They can be the same. #we use this next variable to avoid duplicating stuff on cvs diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.30 b/sys-kernel/development-sources/files/digest-development-sources-2.5.30 deleted file mode 100644 index ce0a709cbc25..000000000000 --- a/sys-kernel/development-sources/files/digest-development-sources-2.5.30 +++ /dev/null @@ -1 +0,0 @@ -MD5 1bdfb4a5a566970e689ac2f05f277dc7 linux-2.5.30.tar.bz2 28117198 diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.33 b/sys-kernel/development-sources/files/digest-development-sources-2.5.33 deleted file mode 100644 index 68a7daba8003..000000000000 --- a/sys-kernel/development-sources/files/digest-development-sources-2.5.33 +++ /dev/null @@ -1 +0,0 @@ -MD5 84f0273c5d0a3f48589a9c82e3363284 linux-2.5.33.tar.bz2 28419330 diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.35 b/sys-kernel/development-sources/files/digest-development-sources-2.5.35 deleted file mode 100644 index 293a6e808f35..000000000000 --- a/sys-kernel/development-sources/files/digest-development-sources-2.5.35 +++ /dev/null @@ -1 +0,0 @@ -MD5 05368912272974796722329ad48fb098 linux-2.5.35.tar.bz2 28500943 diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.36 b/sys-kernel/development-sources/files/digest-development-sources-2.5.36 deleted file mode 100644 index 24433fd2abce..000000000000 --- a/sys-kernel/development-sources/files/digest-development-sources-2.5.36 +++ /dev/null @@ -1 +0,0 @@ -MD5 245235c071aadb9a8fe2bb519ee7310b linux-2.5.36.tar.bz2 29059620 diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.37 b/sys-kernel/development-sources/files/digest-development-sources-2.5.37 deleted file mode 100644 index 5652a7439eb2..000000000000 --- a/sys-kernel/development-sources/files/digest-development-sources-2.5.37 +++ /dev/null @@ -1 +0,0 @@ -MD5 56baa81f2abf12d0fd3d6bd6df96ae51 linux-2.5.37.tar.bz2 29091482 diff --git a/sys-kernel/development-sources/files/digest-development-sources-2.5.38 b/sys-kernel/development-sources/files/digest-development-sources-2.5.38 new file mode 100644 index 000000000000..832356decc89 --- /dev/null +++ b/sys-kernel/development-sources/files/digest-development-sources-2.5.38 @@ -0,0 +1 @@ +MD5 ba1e9dbe46a7d91d9555657943bde172 linux-2.5.38.tar.bz2 29095071 |