summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Heim <phreak@gentoo.org>2006-04-21 07:17:36 +0000
committerChristian Heim <phreak@gentoo.org>2006-04-21 07:17:36 +0000
commitb680a66ba0f364eff9f6199672f63377a0f80f57 (patch)
treec10784376a909b0b30817f052d1259c71d883b00 /sys-cluster/vzctl
parentVersion bump. The new version fixes a bug in MD5 code that caused pppoe-serve... (diff)
downloadgentoo-2-b680a66ba0f364eff9f6199672f63377a0f80f57.tar.gz
gentoo-2-b680a66ba0f364eff9f6199672f63377a0f80f57.tar.bz2
gentoo-2-b680a66ba0f364eff9f6199672f63377a0f80f57.zip
Ripping of the CONFIG_CHECK's and the VZKERNEL_HEADERS
(Portage version: 2.1_pre9-r1)
Diffstat (limited to 'sys-cluster/vzctl')
-rw-r--r--sys-cluster/vzctl/ChangeLog5
-rw-r--r--sys-cluster/vzctl/vzctl-3.0.0.7.ebuild10
2 files changed, 7 insertions, 8 deletions
diff --git a/sys-cluster/vzctl/ChangeLog b/sys-cluster/vzctl/ChangeLog
index d23ad2278f99..3bd3b44a196b 100644
--- a/sys-cluster/vzctl/ChangeLog
+++ b/sys-cluster/vzctl/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-cluster/vzctl
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.22 2006/04/20 20:27:54 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/ChangeLog,v 1.23 2006/04/21 07:17:36 phreak Exp $
+
+ 21 Apr 2006; Christian Heim <phreak@gentoo.org> vzctl-3.0.0.7.ebuild:
+ Ripping of the CONFIG_CHECK's and the VZKERNEL_HEADERS
20 Apr 2006; Christian Heim <phreak@gentoo.org> -vzctl-2.7.0.26.ebuild:
Removing old ebuild(s)
diff --git a/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild b/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild
index 98a44966ebde..cda1e8b99f07 100644
--- a/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild
+++ b/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild,v 1.2 2006/04/20 20:24:17 phreak Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/vzctl/vzctl-3.0.0.7.ebuild,v 1.3 2006/04/21 07:17:36 phreak Exp $
-inherit eutils toolchain-funcs versionator linux-info flag-o-matic
+inherit eutils toolchain-funcs versionator flag-o-matic
VVER="$(get_version_component_range 1-3 ${PV})"
VREL="$(get_version_component_range 4 ${PV})"
@@ -37,12 +37,8 @@ DEPEND="${RDEPEND}"
S="${WORKDIR}/${MY_P}"
-CONFIG_CHECK="FAIRSCHED VE VE_CALLS VE_NETDEV VE_IPTABLES"
-
pkg_setup() {
filter-ldflags -Wl,--as-needed --as-needed
- linux-info_pkg_setup
- check_kernel_built
}
src_unpack() {
@@ -57,7 +53,7 @@ src_unpack() {
}
src_compile() {
- emake VZKERNEL_HEADERS=${KV_DIR}/include || die "emake failed"
+ emake || die "emake failed"
}
src_install() {