diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-02-10 17:56:17 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-02-10 17:56:17 +0000 |
commit | fe891eec9b515b69512e8fd0593862f971a45da6 (patch) | |
tree | 09e83a3fa90a860d12f34ec92db04eec659026db /sys-kernel | |
parent | stable on x86, sparc (#41005) (Manifest recommit) (diff) | |
download | gentoo-2-fe891eec9b515b69512e8fd0593862f971a45da6.tar.gz gentoo-2-fe891eec9b515b69512e8fd0593862f971a45da6.tar.bz2 gentoo-2-fe891eec9b515b69512e8fd0593862f971a45da6.zip |
small tidyup
Diffstat (limited to 'sys-kernel')
5 files changed, 5 insertions, 96 deletions
diff --git a/sys-kernel/gentoo-dev-sources/ChangeLog b/sys-kernel/gentoo-dev-sources/ChangeLog index 03adf15b717a..9933babeb296 100644 --- a/sys-kernel/gentoo-dev-sources/ChangeLog +++ b/sys-kernel/gentoo-dev-sources/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-kernel/gentoo-dev-sources # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.37 2004/02/10 15:58:44 brad_mssw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/ChangeLog,v 1.38 2004/02/10 17:56:16 johnm Exp $ + + 10 Feb 2004; John Mylchreest <johnm@gentoo.org> + gentoo-dev-sources-2.6.2_rc1.ebuild, gentoo-dev-sources-2.6.3_rc1.ebuild: + small tidyup 10 Feb 2004; Brad House <brad_mssw@gentoo.org> gentoo-dev-sources-2.6.2.ebuild, gentoo-dev-sources-2.6.3_rc2.ebuild: diff --git a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2_rc1 b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2_rc1 deleted file mode 100644 index d367b920ae5d..000000000000 --- a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.2_rc1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0f9885e1262d6abc453787088ce7c398 patch-2.6.2-rc1.bz2 2058256 -MD5 fa82d1e4be518261b2eeb78eabf9cca7 linux-2.6.1.tar.bz2 33240033 -MD5 798bb5ba2266a1e16bf3558d21774791 genpatches-2.6-2.17.tar.bz2 510870 diff --git a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.3_rc1 b/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.3_rc1 deleted file mode 100644 index 26322d0a7882..000000000000 --- a/sys-kernel/gentoo-dev-sources/files/digest-gentoo-dev-sources-2.6.3_rc1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 4cf787c89c87dce7dc83818e9a388eea patch-2.6.3-rc1.bz2 1624073 -MD5 2a745088acba366f22f8bd3e284a84d4 linux-2.6.2.tar.bz2 33899733 -MD5 fe88bdfcbf12c25e596389ae791fcce2 genpatches-2.6-2.19.tar.bz2 386453 diff --git a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2_rc1.ebuild b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2_rc1.ebuild deleted file mode 100644 index 8b8e10961f53..000000000000 --- a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2_rc1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.2_rc1.ebuild,v 1.2 2004/02/05 13:38:21 johnm Exp $ - -# As this is the example source to use kernel-2.eclass then a very brief explanation is to go here -# -# any logic required for K_NOSETEXTRAVERSION, K_NOUSENAME UNIPATCH_LIST, or UNIPATCH_DOCS should -# go BEFORE the inherit. -# if you choose to not use detect_version then you should set EXTRAVERSION, KV, OKV and possibly S -# BEFORE the inherit also. -# If you wish to display additional postinst messages it is desired to pass it within K_EXTRAEINFO -# This isnt always suitable if you required it to keep original formatting. -# -# patches should be passed as a list in UNIPATCH_LIST, this can contain tarballs, individual files or -# patch numbers which you wish to be excluded from patching. -# -# any documentation which comes distributed with the patches should be added into UNIPATCH_DOCS and will -# therefore be merged into /usr/share/doc -# all patches passed are extracted or moved to ${WORKDIR}/patches - -#version of gentoo patchset -GPV=2.17 -#GPV_SRC="mirror://gentoo/genpatches-2.6-${GPV}.tar.bz2" -GPV_SRC="http://dev.gentoo.org/~brad_mssw/kernel_patches/DO_NOT_UPLOAD_TO_MIRRORS_WITHOUT_ASKING_ME_FIRST/genpatches-2.6-2.17.tar.bz2" -RESTRICT="nomirror" -KEYWORDS="-*" - -UNIPATCH_LIST="${DISTDIR}/genpatches-2.6-${GPV}.tar.bz2" -UNIPATCH_DOCS="${WORKDIR}/patches/genpatches-${GPV}/README" - -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources including the gentoo patchset for the 2.6 kernel tree" -SRC_URI="${KERNEL_URI} ${GPV_SRC}" - -pkg_postinst() { - postinst_sources - - ewarn "IMPORTANT:" - ewarn "ptyfs support has now been dropped from devfs and as a" - ewarn "result you are now required to compile this support into" - ewarn "the kernel. You can do so by enabling the following options" - ewarn " Device Drivers -> Character devices -> Unix98 PTY Support" - ewarn " File systems -> Pseudo filesystems -> /dev/pts filesystem." - echo - ewarn "If you choose to use UCL/gcloop please ensure you also" - ewarn "emerge ucl as well as it currently depends on this library." - ewarn "Also please ensure that you compile gcloop without -fstack-protector." - echo -} diff --git a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.3_rc1.ebuild b/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.3_rc1.ebuild deleted file mode 100644 index 467b83a6f87c..000000000000 --- a/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.3_rc1.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2004 Gentoo Technologies, Inc. -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/gentoo-dev-sources/gentoo-dev-sources-2.6.3_rc1.ebuild,v 1.1 2004/02/09 22:56:43 johnm Exp $ - -#version of gentoo patchset -GPV=2.19 -#GPV_SRC="mirror://gentoo/genpatches-2.6-${GPV}.tar.bz2" -GPV_SRC="http://dev.gentoo.org/~johnm/files/genpatches-2.6-${GPV}.tar.bz2" - -RESTRICT="nomirror" -KEYWORDS="~x86" - -UNIPATCH_LIST="${DISTDIR}/genpatches-2.6-${GPV}.tar.bz2" -UNIPATCH_DOCS="${WORKDIR}/patches/genpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/README" - -ETYPE="sources" -inherit kernel-2 -detect_version - -DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree" -SRC_URI="${KERNEL_URI} ${GPV_SRC}" - -pkg_postinst() { - postinst_sources - - ewarn "IMPORTANT:" - ewarn "ptyfs support has now been dropped from devfs and as a" - ewarn "result you are now required to compile this support into" - ewarn "the kernel. You can do so by enabling the following options" - ewarn " Device Drivers -> Character devices -> Unix98 PTY Support" - ewarn " File systems -> Pseudo filesystems -> /dev/pts filesystem." - echo - ewarn "If you choose to use UCL/gcloop please ensure you also" - ewarn "emerge ucl as well as it currently depends on this library." - ewarn "Also please ensure that you compile gcloop without -fstack-protector." - echo -} |