diff options
author | Alex Alexander <wired@gentoo.org> | 2010-05-18 15:32:26 +0000 |
---|---|---|
committer | Alex Alexander <wired@gentoo.org> | 2010-05-18 15:32:26 +0000 |
commit | 7808fd1e39fa9efb68c6f8fb4e055f18e0f3edc1 (patch) | |
tree | f7c54e7557695787ff6edde1a068bcaa4222d6df | |
parent | x86 stable wrt bug #316453 (diff) | |
download | gentoo-2-7808fd1e39fa9efb68c6f8fb4e055f18e0f3edc1.tar.gz gentoo-2-7808fd1e39fa9efb68c6f8fb4e055f18e0f3edc1.tar.bz2 gentoo-2-7808fd1e39fa9efb68c6f8fb4e055f18e0f3edc1.zip |
[zen-sources] removed old versions, obsolete use flag description
(Portage version: 2.2_rc67/cvs/Linux x86_64)
16 files changed, 13 insertions, 696 deletions
diff --git a/sys-kernel/zen-sources/ChangeLog b/sys-kernel/zen-sources/ChangeLog index 65d01d7fc0bb..d58a4fd3a9f3 100644 --- a/sys-kernel/zen-sources/ChangeLog +++ b/sys-kernel/zen-sources/ChangeLog @@ -1,6 +1,17 @@ # ChangeLog for sys-kernel/zen-sources # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v 1.33 2010/04/28 01:32:45 wired Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/ChangeLog,v 1.34 2010/05/18 15:32:26 wired Exp $ + + 18 May 2010; Alex Alexander <wired@gentoo.org> + -zen-sources-2.6.31_p8.ebuild, -zen-sources-2.6.31_p9.ebuild, + -zen-sources-2.6.31_p10.ebuild, -zen-sources-2.6.31_p11.ebuild, + zen-sources-2.6.31_p12.ebuild, -zen-sources-2.6.32_p1.ebuild, + -zen-sources-2.6.32_p2.ebuild, -zen-sources-2.6.32_p3.ebuild, + -zen-sources-2.6.32_p4.ebuild, -zen-sources-2.6.32_p5.ebuild, + -zen-sources-2.6.33_rc2_p1-r1.ebuild, -zen-sources-2.6.33_rc4_p1.ebuild, + -zen-sources-2.6.33_rc5_p1.ebuild, -zen-sources-2.6.33_rc7_p1.ebuild, + metadata.xml: + removed old versions, obsolete use flag description *zen-sources-2.6.33_p2 (28 Apr 2010) diff --git a/sys-kernel/zen-sources/metadata.xml b/sys-kernel/zen-sources/metadata.xml index 34fa2d49c4c9..4f5d2cfeee27 100644 --- a/sys-kernel/zen-sources/metadata.xml +++ b/sys-kernel/zen-sources/metadata.xml @@ -11,7 +11,6 @@ <name>Alex Alexander</name> </maintainer> <use> - <flag name="drm-next">Enable the drm-next patch</flag> <flag name="stable">Clone stable git tree</flag> <flag name='deblob'>Remove binary blobs from kernel sources to provide libre license compliance.</flag> </use> diff --git a/sys-kernel/zen-sources/zen-sources-2.6.31_p10.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.31_p10.ebuild deleted file mode 100644 index 47e90e468827..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.31_p10.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p10.ebuild,v 1.4 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -#no drm-next on this release -#ZEN_DRM_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}-drmnext.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -#ZEN_DRM_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/custom/${ZEN_DRM_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" - use drm-next && epatch "${DISTDIR}"/"${ZEN_DRM_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.31_p11.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.31_p11.ebuild deleted file mode 100644 index 480e6524e7b0..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.31_p11.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p11.ebuild,v 1.2 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -#no drm-next on this release -#ZEN_DRM_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}-drmnext.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -#ZEN_DRM_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/custom/${ZEN_DRM_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" - use drm-next && epatch "${DISTDIR}"/"${ZEN_DRM_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild index 75f0dc0cf594..1a28cee4c6b5 100644 --- a/sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild +++ b/sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild,v 1.2 2010/04/26 07:46:53 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p12.ebuild,v 1.3 2010/05/18 15:32:26 wired Exp $ COMPRESSTYPE=".lzma" K_USEPV="yes" @@ -49,7 +49,6 @@ src_unpack(){ kernel-2_src_unpack cd "${S}" epatch "${DISTDIR}"/"${ZEN_FILE}" - use drm-next && epatch "${DISTDIR}"/"${ZEN_DRM_FILE}" } K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ diff --git a/sys-kernel/zen-sources/zen-sources-2.6.31_p8.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.31_p8.ebuild deleted file mode 100644 index 0936cee1425c..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.31_p8.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p8.ebuild,v 1.4 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_DRM_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}-drmnext.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -ZEN_DRM_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/custom/${ZEN_DRM_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI} drm-next? ( ${ZEN_DRM_URI} )" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="drm-next" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" - use drm-next && epatch "${DISTDIR}"/"${ZEN_DRM_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.31_p9.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.31_p9.ebuild deleted file mode 100644 index 6b0a226e4e67..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.31_p9.ebuild +++ /dev/null @@ -1,55 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.31_p9.ebuild,v 1.4 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_DRM_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}-drmnext.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -ZEN_DRM_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/custom/${ZEN_DRM_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI} drm-next? ( ${ZEN_DRM_URI} )" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="drm-next" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" - use drm-next && epatch "${DISTDIR}"/"${ZEN_DRM_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.32_p1.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.32_p1.ebuild deleted file mode 100644 index 799428229a86..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.32_p1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.32_p1.ebuild,v 1.4 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.32_p2.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.32_p2.ebuild deleted file mode 100644 index 353900e82002..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.32_p2.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.32_p2.ebuild,v 1.4 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.32_p3.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.32_p3.ebuild deleted file mode 100644 index 472c9ff19b79..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.32_p3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.32_p3.ebuild,v 1.4 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.32_p4.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.32_p4.ebuild deleted file mode 100644 index 6db33832d40a..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.32_p4.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.32_p4.ebuild,v 1.4 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.32_p5.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.32_p5.ebuild deleted file mode 100644 index 4cffb5a61b8a..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.32_p5.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.32_p5.ebuild,v 1.2 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.33_rc2_p1-r1.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.33_rc2_p1-r1.ebuild deleted file mode 100644 index bd4138499e04..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.33_rc2_p1-r1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.33_rc2_p1-r1.ebuild,v 1.3 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" - epatch "${FILESDIR}"/"${P}-kernel-sysctl.c.patch" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.33_rc4_p1.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.33_rc4_p1.ebuild deleted file mode 100644 index 05b93b844d2e..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.33_rc4_p1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.33_rc4_p1.ebuild,v 1.3 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.33_rc5_p1.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.33_rc5_p1.ebuild deleted file mode 100644 index 1842f9219541..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.33_rc5_p1.ebuild +++ /dev/null @@ -1,53 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.33_rc5_p1.ebuild,v 1.2 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI} ${ZEN_URI%\/*}/hotfixes/2.6.33-rc5-zen1-hotfix1.patch" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" - epatch "${DISTDIR}"/2.6.33-rc5-zen1-hotfix1.patch -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" diff --git a/sys-kernel/zen-sources/zen-sources-2.6.33_rc7_p1.ebuild b/sys-kernel/zen-sources/zen-sources-2.6.33_rc7_p1.ebuild deleted file mode 100644 index 5228daa480e4..000000000000 --- a/sys-kernel/zen-sources/zen-sources-2.6.33_rc7_p1.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/zen-sources/zen-sources-2.6.33_rc7_p1.ebuild,v 1.2 2010/04/26 07:46:53 robbat2 Exp $ - -COMPRESSTYPE=".lzma" -K_USEPV="yes" -UNIPATCH_STRICTORDER="yes" -K_SECURITY_UNSUPPORTED="1" - -CKV="${PV/_p[0-9]*}" -ETYPE="sources" -inherit kernel-2 -detect_version -K_NOSETEXTRAVERSION="don't_set_it" - -DESCRIPTION="The Zen Kernel Sources v2.6" -HOMEPAGE="http://zen-kernel.org" - -ZEN_PATCHSET="${PV/*_p}" -ZEN_KERNEL="${PV/_p[0-9]*}" -ZEN_KERNEL="${ZEN_KERNEL/_/-}" -ZEN_FILE="${ZEN_KERNEL}-zen${ZEN_PATCHSET}.patch${COMPRESSTYPE}" -ZEN_URI="http://downloads.zen-kernel.org/$(get_version_component_range 1-3)/${ZEN_FILE}" -SRC_URI="${KERNEL_URI} ${ZEN_URI}" - -KEYWORDS="-* ~amd64 ~ppc ~ppc64 ~x86" -IUSE="" - -DEPEND="|| ( app-arch/xz-utils app-arch/lzma-utils )" - -KV_FULL="${PVR/_p/-zen}" -S="${WORKDIR}"/linux-"${KV_FULL}" - -pkg_setup(){ - ewarn - ewarn "${PN} is *not* supported by the Gentoo Kernel Project in any way." - ewarn "If you need support, please contact the Zen developers directly." - ewarn "Do *not* open bugs in Gentoo's bugzilla unless you have issues with" - ewarn "the ebuilds. Thank you." - ewarn - ebeep 8 - kernel-2_pkg_setup -} - -src_unpack(){ - kernel-2_src_unpack - cd "${S}" - epatch "${DISTDIR}"/"${ZEN_FILE}" -} - -K_EXTRAEINFO="For more info on zen-sources and details on how to report problems, see: \ -${HOMEPAGE}. You may also visit #zen-sources on irc.rizon.net" |