diff options
author | Daniel Drake <dsd@gentoo.org> | 2004-11-25 22:49:38 +0000 |
---|---|---|
committer | Daniel Drake <dsd@gentoo.org> | 2004-11-25 22:49:38 +0000 |
commit | 976f195af58e4b92770b31ba81828451160f3df5 (patch) | |
tree | b9c035f7432865d0b3bfdf13d6fdfc149f92ded6 /sys-kernel/pegasos-dev-sources | |
parent | Remove redundant detect_version calls and clean up. (Manifest recommit) (diff) | |
download | gentoo-2-976f195af58e4b92770b31ba81828451160f3df5.tar.gz gentoo-2-976f195af58e4b92770b31ba81828451160f3df5.tar.bz2 gentoo-2-976f195af58e4b92770b31ba81828451160f3df5.zip |
Clean up and remove redundant detect_version calls
Diffstat (limited to 'sys-kernel/pegasos-dev-sources')
5 files changed, 10 insertions, 62 deletions
diff --git a/sys-kernel/pegasos-dev-sources/ChangeLog b/sys-kernel/pegasos-dev-sources/ChangeLog index 168dad8fa1f1..2ac3d138f6ad 100644 --- a/sys-kernel/pegasos-dev-sources/ChangeLog +++ b/sys-kernel/pegasos-dev-sources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/pegasos-dev-sources # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/ChangeLog,v 1.18 2004/11/15 12:11:43 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/ChangeLog,v 1.19 2004/11/25 22:49:38 dsd Exp $ + + 26 Nov 2004; Daniel Drake <dsd@gentoo.org> + pegasos-dev-sources-2.6.8.1-r2.ebuild, pegasos-dev-sources-2.6.9-r1.ebuild, + pegasos-dev-sources-2.6.9-r2.ebuild, pegasos-dev-sources-2.6.9.ebuild: + Clean up and remove redundant detect_version calls *pegasos-dev-sources-2.6.9-r2 (15 Nov 2004) diff --git a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.8.1-r2.ebuild b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.8.1-r2.ebuild index de8a8bc3d29e..ce64dbc165a8 100644 --- a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.8.1-r2.ebuild +++ b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.8.1-r2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # 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.8.1-r2.ebuild,v 1.1 2004/08/22 17:20:52 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.8.1-r2.ebuild,v 1.2 2004/11/25 22:49:38 dsd Exp $ ETYPE="sources" inherit kernel-2 -detect_version # Version of gentoo patchset GPV=8.1.2 @@ -19,14 +18,3 @@ UNIPATCH_DOCS="${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000 DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree on Pegasos computers" 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 option:" - ewarn " Device Drivers -> Character devices -> Legacy (BSD) PTY Support." - echo -} diff --git a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r1.ebuild b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r1.ebuild index 5192386df447..c05092494633 100644 --- a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r1.ebuild +++ b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r1.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # 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.9-r1.ebuild,v 1.1 2004/10/24 21:40:08 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r1.ebuild,v 1.2 2004/11/25 22:49:38 dsd Exp $ ETYPE="sources" inherit kernel-2 -detect_version # Version of gentoo patchset GPV=9.1 @@ -19,17 +18,3 @@ UNIPATCH_DOCS="${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000 DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree on Pegasos computers" 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 option:" - ewarn " Device Drivers -> Character devices -> Legacy (BSD) PTY Support." - echo - ewarn "Do not enable preemption. It does not work well on Linux/PowerPC" - ewarn "desktop systems." - echo -} diff --git a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r2.ebuild b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r2.ebuild index 5fec04e221eb..923fa96d58e7 100644 --- a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r2.ebuild +++ b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r2.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # 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.9-r2.ebuild,v 1.1 2004/11/15 12:11:43 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9-r2.ebuild,v 1.2 2004/11/25 22:49:38 dsd Exp $ ETYPE="sources" inherit kernel-2 -detect_version # Version of gentoo patchset GPV=9.2 @@ -19,17 +18,3 @@ UNIPATCH_DOCS="${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000 DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree on Pegasos computers" 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 option:" - ewarn " Device Drivers -> Character devices -> Legacy (BSD) PTY Support." - echo - ewarn "Do not enable preemption. It does not work well on Linux/PowerPC" - ewarn "desktop systems." - echo -} diff --git a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9.ebuild b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9.ebuild index d210ed300b25..0e3aa35e81d2 100644 --- a/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9.ebuild +++ b/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9.ebuild @@ -1,10 +1,9 @@ # Copyright 1999-2004 Gentoo Foundation # 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.9.ebuild,v 1.1 2004/10/19 08:49:33 dholm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/pegasos-dev-sources/pegasos-dev-sources-2.6.9.ebuild,v 1.2 2004/11/25 22:49:38 dsd Exp $ ETYPE="sources" inherit kernel-2 -detect_version # Version of gentoo patchset GPV=9.0 @@ -19,17 +18,3 @@ UNIPATCH_DOCS="${WORKDIR}/patches/pegpatches-${KV_MAJOR}.${KV_MINOR}-${GPV}/0000 DESCRIPTION="Full sources including the gentoo patchset for the ${KV_MAJOR}.${KV_MINOR} kernel tree on Pegasos computers" 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 option:" - ewarn " Device Drivers -> Character devices -> Legacy (BSD) PTY Support." - echo - ewarn "Do not enable preemption. It does not work well on Linux/PowerPC" - ewarn "desktop systems." - echo -} |