diff options
author | 2010-07-02 10:27:18 +0000 | |
---|---|---|
committer | 2010-07-02 10:27:18 +0000 | |
commit | db65b5c093bf7ce880f11642c568d508aa41c26e (patch) | |
tree | f8fe7350fda7efacd35227b85d885b44d30d7e0c /sys-kernel | |
parent | Marked ~x86-macos, bug #326533 (diff) | |
download | gentoo-2-db65b5c093bf7ce880f11642c568d508aa41c26e.tar.gz gentoo-2-db65b5c093bf7ce880f11642c568d508aa41c26e.tar.bz2 gentoo-2-db65b5c093bf7ce880f11642c568d508aa41c26e.zip |
amd64/x86 stable, bug #198632. Drop old.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'sys-kernel')
4 files changed, 8 insertions, 104 deletions
diff --git a/sys-kernel/openvz-sources/ChangeLog b/sys-kernel/openvz-sources/ChangeLog index 94d86b458947..cac942dd189a 100644 --- a/sys-kernel/openvz-sources/ChangeLog +++ b/sys-kernel/openvz-sources/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-kernel/openvz-sources # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.139 2010/06/25 08:18:17 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/ChangeLog,v 1.140 2010/07/02 10:27:18 pva Exp $ + + 02 Jul 2010; Peter Volkov <pva@gentoo.org> + -openvz-sources-2.6.18.028.069.5.ebuild, + -openvz-sources-2.6.27.5.3.ebuild, openvz-sources-2.6.27.6.1.ebuild: + amd64/x86 stable, bug #198632. Drop old. *openvz-sources-2.6.32.6.1 (25 Jun 2010) diff --git a/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.069.5.ebuild b/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.069.5.ebuild deleted file mode 100644 index 6e9462fcdcbe..000000000000 --- a/sys-kernel/openvz-sources/openvz-sources-2.6.18.028.069.5.ebuild +++ /dev/null @@ -1,44 +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/openvz-sources/openvz-sources-2.6.18.028.069.5.ebuild,v 1.1 2010/05/21 06:50:17 pva Exp $ - -inherit versionator - -ETYPE="sources" - -CKV=$(get_version_component_range 1-3) -OKV=${OKV:-${CKV}} -if [[ ${PR} == "r0" ]]; then -KV_FULL=${CKV}-${PN/-*}-$(get_version_component_range 4-6) -else -KV_FULL=${CKV}-${PN/-*}-$(get_version_component_range 4-6)-${PR} -fi -OVZ_KERNEL="$(get_version_component_range 4)stab$(get_version_component_range 5)" -OVZ_REV="$(get_version_component_range 6)" -EXTRAVERSION=-${OVZ_KERNEL} -KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.bz2" - -inherit kernel-2 -detect_version - -KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" -IUSE="" -PATCHV="194.3.1.el5" -DESCRIPTION="Full sources including OpenVZ patchset for the 2.6.18 kernel tree" -HOMEPAGE="http://www.openvz.org" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://download.openvz.org/kernel/branches/rhel5-${CKV}/${OVZ_KERNEL}.${OVZ_REV}/patches/patch-${PATCHV}.${OVZ_KERNEL}.${OVZ_REV}-combined.gz" - -UNIPATCH_STRICTORDER=1 -UNIPATCH_LIST="${DISTDIR}/patch-${PATCHV}.${OVZ_KERNEL}.${OVZ_REV}-combined.gz -${FILESDIR}/${PN}-2.6.18.028.068.3-build-fix.patch -${FILESDIR}/${PN}-2.6.18.028.064.7-bridgemac.patch" - -K_EXTRAEINFO="This openvz kernel uses RHEL5 patchset instead of vanilla kernel. -This patchset considered to be more stable and security supported by upstream, -that why they suggested us to use it. But note: RHEL5 patchset is very fragile -and fails to build in many configurations so if you have problems use config -files from openvz team http://wiki.openvz.org/Download/kernel/rhel5/${OVZ_KERNEL}" - -K_EXTRAEWARN="This kernel is stable only when built with gcc-4.1.x and is known -to oops in random places if built with newer compilers." diff --git a/sys-kernel/openvz-sources/openvz-sources-2.6.27.5.3.ebuild b/sys-kernel/openvz-sources/openvz-sources-2.6.27.5.3.ebuild deleted file mode 100644 index 9ba874d32533..000000000000 --- a/sys-kernel/openvz-sources/openvz-sources-2.6.27.5.3.ebuild +++ /dev/null @@ -1,57 +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/openvz-sources/openvz-sources-2.6.27.5.3.ebuild,v 1.1 2010/04/26 17:15:25 pva Exp $ - -inherit versionator - -# Upstream uses string to version their releases. To make portage version -# comparisment working we have to use numbers instead of strings, that is 4th -# component of our version. So we have aivazovsky - 1, briullov - 2 and so on. -# Keep this string on top since we have to modify it each new release. -OVZ_CODENAME="kramskoi" -OVZ_CODENAME_SUBRELEASE=$(get_version_component_range 5) - -#http://download.openvz.org/kernel/branches/2.6.27/2.6.27-chistyakov.1/patches/patch-chistyakov.1-combined.gz - -OVZ_KV="${OVZ_CODENAME}.${OVZ_CODENAME_SUBRELEASE}" - -ETYPE="sources" - -CKV=$(get_version_component_range 1-3) -OKV=${OKV:-${CKV}} -EXTRAVERSION=-${PN/-*}-${OVZ_KV} -KV_FULL=${CKV}${EXTRAVERSION} -if [[ ${PR} != r0 ]]; then - KV_FULL+=-${PR} - EXTRAVERSION+=-${PR} -fi - -# ${KV_MAJOR}.${KV_MINOR}.${KV_PATCH} should succeed. -KV_MAJOR=$(get_version_component_range 1 ${OKV}) -KV_MINOR=$(get_version_component_range 2 ${OKV}) -KV_PATCH=$(get_version_component_range 3 ${OKV}) - -KERNEL_URI="mirror://kernel/linux/kernel/v${KV_MAJOR}.${KV_MINOR}/linux-${OKV}.tar.bz2" - -inherit kernel-2 -detect_version - -SLOT=${CKV}-${OVZ_KV} -if [[ ${PR} != r0 ]]; then - SLOT+=-${PR} -fi - -KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" -IUSE="" - -DESCRIPTION="Kernel sources with OpenVZ patchset" -HOMEPAGE="http://www.openvz.org" -SRC_URI="${KERNEL_URI} ${ARCH_URI} - http://download.openvz.org/kernel/branches/${CKV}/${CKV}-${OVZ_KV}/patches/patch-${OVZ_KV}-combined.gz" - -UNIPATCH_STRICTORDER=1 -UNIPATCH_LIST="${DISTDIR}/patch-${OVZ_KV}-combined.gz -" - -K_EXTRAEINFO="For more information about this kernel take a look at: -http://wiki.openvz.org/Download/kernel/${CKV}/${CKV}-${OVZ_KV}" diff --git a/sys-kernel/openvz-sources/openvz-sources-2.6.27.6.1.ebuild b/sys-kernel/openvz-sources/openvz-sources-2.6.27.6.1.ebuild index 6f7eb8a00eff..20ac54a111c0 100644 --- a/sys-kernel/openvz-sources/openvz-sources-2.6.27.6.1.ebuild +++ b/sys-kernel/openvz-sources/openvz-sources-2.6.27.6.1.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/openvz-sources/openvz-sources-2.6.27.6.1.ebuild,v 1.1 2010/06/02 07:42:00 pva Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-kernel/openvz-sources/openvz-sources-2.6.27.6.1.ebuild,v 1.2 2010/07/02 10:27:18 pva Exp $ inherit versionator @@ -41,7 +41,7 @@ if [[ ${PR} != r0 ]]; then SLOT+=-${PR} fi -KEYWORDS="~amd64 ~ia64 ~ppc64 ~sparc ~x86" +KEYWORDS="amd64 ~ia64 ~ppc64 ~sparc x86" IUSE="" DESCRIPTION="Kernel sources with OpenVZ patchset" |