summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Schweizer <genstef@gentoo.org>2007-02-25 09:43:26 +0000
committerStefan Schweizer <genstef@gentoo.org>2007-02-25 09:43:26 +0000
commitf6a6abacd95ae1f61d533fb41a7bb1e31543c727 (patch)
tree7427ada3b972359cd14b923372c270c59543cb4e /sys-fs/cowloop
parentuse KV_DIR only after linux-mod_pkg_setup, bug 168051 (diff)
downloadgentoo-2-f6a6abacd95ae1f61d533fb41a7bb1e31543c727.tar.gz
gentoo-2-f6a6abacd95ae1f61d533fb41a7bb1e31543c727.tar.bz2
gentoo-2-f6a6abacd95ae1f61d533fb41a7bb1e31543c727.zip
use KV_DIR only after linux-mod_pkg_setup, bug 168051
(Portage version: 2.1.2-r9)
Diffstat (limited to 'sys-fs/cowloop')
-rw-r--r--sys-fs/cowloop/ChangeLog6
-rw-r--r--sys-fs/cowloop/cowloop-1.4.ebuild6
-rw-r--r--sys-fs/cowloop/cowloop-2.14.ebuild6
-rw-r--r--sys-fs/cowloop/cowloop-2.15-r1.ebuild6
-rw-r--r--sys-fs/cowloop/cowloop-3.0-r1.ebuild4
5 files changed, 16 insertions, 12 deletions
diff --git a/sys-fs/cowloop/ChangeLog b/sys-fs/cowloop/ChangeLog
index d72df58b0616..fa92ab0e7ecc 100644
--- a/sys-fs/cowloop/ChangeLog
+++ b/sys-fs/cowloop/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-fs/cowloop
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/ChangeLog,v 1.16 2007/02/22 00:47:11 jokey Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/ChangeLog,v 1.17 2007/02/25 09:43:26 genstef Exp $
+
+ 25 Feb 2007; <genstef@gentoo.org> cowloop-1.4.ebuild, cowloop-2.14.ebuild,
+ cowloop-2.15-r1.ebuild, cowloop-3.0-r1.ebuild:
+ use KV_DIR only after linux-mod_pkg_setup, bug 168051
22 Feb 2007; Markus Ullmann <jokey@gentoo.org> ChangeLog:
Redigest for Manifest2
diff --git a/sys-fs/cowloop/cowloop-1.4.ebuild b/sys-fs/cowloop/cowloop-1.4.ebuild
index f0ca28192a96..2a07baafffa7 100644
--- a/sys-fs/cowloop/cowloop-1.4.ebuild
+++ b/sys-fs/cowloop/cowloop-1.4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-1.4.ebuild,v 1.2 2005/01/01 21:51:36 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-1.4.ebuild,v 1.3 2007/02/25 09:43:26 genstef Exp $
inherit linux-mod toolchain-funcs
@@ -17,12 +17,12 @@ DEPEND="virtual/libc
virtual/linux-sources"
MODULE_NAMES="cowloop(fs:)"
-BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I."
BUILD_TARGETS="modules"
pkg_setup() {
linux-mod_pkg_setup
+ BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I."
einfo "Linux kernel ${KV_FULL}"
if ! kernel_is 2 4
then
diff --git a/sys-fs/cowloop/cowloop-2.14.ebuild b/sys-fs/cowloop/cowloop-2.14.ebuild
index a84c05409bf2..2b12bde48144 100644
--- a/sys-fs/cowloop/cowloop-2.14.ebuild
+++ b/sys-fs/cowloop/cowloop-2.14.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-2.14.ebuild,v 1.3 2005/06/25 08:49:54 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-2.14.ebuild,v 1.4 2007/02/25 09:43:26 genstef Exp $
inherit linux-mod toolchain-funcs
@@ -15,12 +15,12 @@ DEPEND="virtual/libc
virtual/linux-sources"
MODULE_NAMES="cowloop(fs:)"
-BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I."
BUILD_TARGETS="modules"
pkg_setup() {
linux-mod_pkg_setup
+ BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I."
einfo "Linux kernel ${KV_FULL}"
if kernel_is lt 2 6
then
diff --git a/sys-fs/cowloop/cowloop-2.15-r1.ebuild b/sys-fs/cowloop/cowloop-2.15-r1.ebuild
index 89986a70eda0..6faa96a04622 100644
--- a/sys-fs/cowloop/cowloop-2.15-r1.ebuild
+++ b/sys-fs/cowloop/cowloop-2.15-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2006 Gentoo Foundation
+# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-2.15-r1.ebuild,v 1.3 2006/02/18 23:18:47 dragonheart Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-2.15-r1.ebuild,v 1.4 2007/02/25 09:43:26 genstef Exp $
inherit linux-mod toolchain-funcs
@@ -15,12 +15,12 @@ DEPEND="virtual/libc
virtual/linux-sources"
MODULE_NAMES="cowloop(fs:)"
-BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I."
BUILD_TARGETS="modules"
pkg_setup() {
linux-mod_pkg_setup
+ BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I."
einfo "Linux kernel ${KV_FULL}"
if kernel_is lt 2 6
then
diff --git a/sys-fs/cowloop/cowloop-3.0-r1.ebuild b/sys-fs/cowloop/cowloop-3.0-r1.ebuild
index 0ad9663ff341..25e68becdac2 100644
--- a/sys-fs/cowloop/cowloop-3.0-r1.ebuild
+++ b/sys-fs/cowloop/cowloop-3.0-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-3.0-r1.ebuild,v 1.2 2007/01/09 09:29:46 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/cowloop/cowloop-3.0-r1.ebuild,v 1.3 2007/02/25 09:43:26 genstef Exp $
inherit linux-mod toolchain-funcs
@@ -16,11 +16,11 @@ DEPEND="virtual/libc
S=${WORKDIR}/${P}/src
MODULE_NAMES="cowloop(fs:)"
-BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I."
BUILD_TARGETS="modules"
pkg_setup() {
linux-mod_pkg_setup
+ BUILD_PARAMS="-C ${KV_DIR} SUBDIRS=${S} -I."
einfo "Linux kernel ${KV_FULL}"
if kernel_is lt 2 6
then