diff options
author | David Holm <dholm@gentoo.org> | 2004-05-16 23:19:20 +0000 |
---|---|---|
committer | David Holm <dholm@gentoo.org> | 2004-05-16 23:19:20 +0000 |
commit | 6e2dba7d185cd9011be405119a7e348e42364e3c (patch) | |
tree | 7a1c422f1971263f091adb6b94eae4475b094dd9 /sys-kernel/pegasos-dev-sources | |
parent | Initial import. (diff) | |
download | historical-6e2dba7d185cd9011be405119a7e348e42364e3c.tar.gz historical-6e2dba7d185cd9011be405119a7e348e42364e3c.tar.bz2 historical-6e2dba7d185cd9011be405119a7e348e42364e3c.zip |
Initial import
Diffstat (limited to 'sys-kernel/pegasos-dev-sources')
5 files changed, 63 insertions, 0 deletions
diff --git a/sys-kernel/pegasos-dev-sources/ChangeLog b/sys-kernel/pegasos-dev-sources/ChangeLog new file mode 100644 index 000000000000..046b5353d3c0 --- /dev/null +++ b/sys-kernel/pegasos-dev-sources/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sys-kernel/pegasos-dev-sources +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/ChangeLog,v 1.1 2004/05/16 23:19:20 dholm Exp $ + +*pegasos-dev-sources-2.6.6 (17 May 2004) + + 17 May 2004; David Holm <dholm@gentoo.org> +metadata.xml, + +pegasos-dev-sources-2.6.6.ebuild: + Initial import. + diff --git a/sys-kernel/pegasos-dev-sources/Manifest b/sys-kernel/pegasos-dev-sources/Manifest new file mode 100644 index 000000000000..08c534433c74 --- /dev/null +++ b/sys-kernel/pegasos-dev-sources/Manifest @@ -0,0 +1,4 @@ +MD5 5881d2051bf2e28d18de2743c448dc79 pegasos-dev-sources-2.6.6.ebuild 1252 +MD5 a768f20366d412feaf748b4ac46b046e metadata.xml 350 +MD5 8de2c0f79f556600ffec87e8bcfe1f04 ChangeLog 399 +MD5 22015e010d6881a448cfea8cdd5a1f7c files/digest-pegasos-dev-sources-2.6.6 137 diff --git a/sys-kernel/pegasos-dev-sources/files/digest-pegasos-dev-sources-2.6.6 b/sys-kernel/pegasos-dev-sources/files/digest-pegasos-dev-sources-2.6.6 new file mode 100644 index 000000000000..e986edd95524 --- /dev/null +++ b/sys-kernel/pegasos-dev-sources/files/digest-pegasos-dev-sources-2.6.6 @@ -0,0 +1,2 @@ +MD5 5218790bc3db41e77a7422969639a9ad linux-2.6.6.tar.bz2 34896138 +MD5 8a6ddea271470031e3d99429880b617e pegpatches-2.6-5.1.tar.bz2 339628 diff --git a/sys-kernel/pegasos-dev-sources/metadata.xml b/sys-kernel/pegasos-dev-sources/metadata.xml new file mode 100644 index 000000000000..1abe0bf85d2a --- /dev/null +++ b/sys-kernel/pegasos-dev-sources/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="utf-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>ppc</herd> + <maintainer> + <email>dholm@gentoo.org</email> + <name>David Holm</name> + </maintainer> + <longdescription> + The Gentoo-optimized kernel-sources for Pegasos-PPC computers. + </longdescription> +</pkgmetadata> diff --git a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.6.ebuild b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.6.ebuild new file mode 100644 index 000000000000..480e8360ea00 --- /dev/null +++ b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.6.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.6.ebuild,v 1.1 2004/05/16 23:19:20 dholm Exp $ + +ETYPE="sources" +inherit kernel-2 +detect_version + +# Version of gentoo patchset +GPV=5.1 +GPV_SRC="mirror://gentoo/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" + +KEYWORDS="ppc" + +UNIPATCH_LIST="${DISTDIR}/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}.tar.bz2" +UNIPATCH_DOCS="${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000_README" + +DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree on Pegasos computers" +SRC_URI="${KERNEL_URI} ${GPV_SRC}" + +DEPEND="${DEPEND} >=dev-libs/ucl-1" + +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 option:" + ewarn " Device Drivers -> Character devices -> Legacy (BSD) PTY Support." + echo + ewarn "If you choose to use UCL/gcloop please ensure you compile gcloop" + ewarn "without -fstack-protector." + echo +} |