summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSamuli Suominen <ssuominen@gentoo.org>2014-07-30 19:21:10 +0000
committerSamuli Suominen <ssuominen@gentoo.org>2014-07-30 19:21:10 +0000
commit9bd381d289dcd8a14273c5a7ce66cda706b15dc2 (patch)
treee6233a31c8660e668f3dbfbe58b6389ee7339b98 /sys-fs/zfs
parentUse shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()... (diff)
downloadgentoo-2-9bd381d289dcd8a14273c5a7ce66cda706b15dc2.tar.gz
gentoo-2-9bd381d289dcd8a14273c5a7ce66cda706b15dc2.tar.bz2
gentoo-2-9bd381d289dcd8a14273c5a7ce66cda706b15dc2.zip
Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir() version.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Diffstat (limited to 'sys-fs/zfs')
-rw-r--r--sys-fs/zfs/ChangeLog9
-rw-r--r--sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild6
-rw-r--r--sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild6
-rw-r--r--sys-fs/zfs/zfs-0.6.1-r4.ebuild6
-rw-r--r--sys-fs/zfs/zfs-0.6.2-r1.ebuild6
-rw-r--r--sys-fs/zfs/zfs-0.6.2-r2.ebuild6
-rw-r--r--sys-fs/zfs/zfs-0.6.2-r3.ebuild4
-rw-r--r--sys-fs/zfs/zfs-0.6.2-r4.ebuild4
-rw-r--r--sys-fs/zfs/zfs-0.6.2-r5.ebuild4
-rw-r--r--sys-fs/zfs/zfs-0.6.2.ebuild6
-rw-r--r--sys-fs/zfs/zfs-0.6.3.ebuild4
-rw-r--r--sys-fs/zfs/zfs-9999.ebuild4
12 files changed, 36 insertions, 29 deletions
diff --git a/sys-fs/zfs/ChangeLog b/sys-fs/zfs/ChangeLog
index d38b0765f833..81e67e66978a 100644
--- a/sys-fs/zfs/ChangeLog
+++ b/sys-fs/zfs/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for sys-fs/zfs
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.84 2014/07/09 01:31:30 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/ChangeLog,v 1.85 2014/07/30 19:21:10 ssuominen Exp $
+
+ 30 Jul 2014; Samuli Suominen <ssuominen@gentoo.org> zfs-0.6.0_rc13-r2.ebuild,
+ zfs-0.6.0_rc14-r1.ebuild, zfs-0.6.1-r4.ebuild, zfs-0.6.2-r1.ebuild,
+ zfs-0.6.2-r2.ebuild, zfs-0.6.2-r3.ebuild, zfs-0.6.2-r4.ebuild,
+ zfs-0.6.2-r5.ebuild, zfs-0.6.2.ebuild, zfs-0.6.3.ebuild, zfs-9999.ebuild:
+ Use shorter get_udevdir() instead of the longer deprecated udev_get_udevdir()
+ version.
09 Jul 2014; Matthew Thode <prometheanfire@gentoo.org> zfs-9999.ebuild:
swiching to https for git ebuild
diff --git a/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild b/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
index af7e4b95a203..cfdb1c029675 100644
--- a/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
+++ b/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild,v 1.1 2013/02/06 01:48:50 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc13-r2.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
EAPI="4"
@@ -80,7 +80,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
)
autotools-utils_src_configure
}
diff --git a/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild b/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild
index bac233e1abd2..61516fe5f46a 100644
--- a/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild
+++ b/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild,v 1.1 2013/02/06 01:48:50 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.0_rc14-r1.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
EAPI="4"
@@ -86,7 +86,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
)
autotools-utils_src_configure
}
diff --git a/sys-fs/zfs/zfs-0.6.1-r4.ebuild b/sys-fs/zfs/zfs-0.6.1-r4.ebuild
index e582207f33ad..42a3fda6b682 100644
--- a/sys-fs/zfs/zfs-0.6.1-r4.ebuild
+++ b/sys-fs/zfs/zfs-0.6.1-r4.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.1-r4.ebuild,v 1.1 2013/08/21 14:18:48 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.1-r4.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
EAPI="4"
@@ -97,7 +97,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
$(use_with selinux)
)
autotools-utils_src_configure
diff --git a/sys-fs/zfs/zfs-0.6.2-r1.ebuild b/sys-fs/zfs/zfs-0.6.2-r1.ebuild
index 9cf928e8ce99..6327b6891a77 100644
--- a/sys-fs/zfs/zfs-0.6.2-r1.ebuild
+++ b/sys-fs/zfs/zfs-0.6.2-r1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r1.ebuild,v 1.3 2013/10/14 14:28:24 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r1.ebuild,v 1.4 2014/07/30 19:21:10 ssuominen Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@@ -94,7 +94,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
--with-blkid
$(use_with selinux)
)
diff --git a/sys-fs/zfs/zfs-0.6.2-r2.ebuild b/sys-fs/zfs/zfs-0.6.2-r2.ebuild
index 418d33bd142a..6797706decbb 100644
--- a/sys-fs/zfs/zfs-0.6.2-r2.ebuild
+++ b/sys-fs/zfs/zfs-0.6.2-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r2.ebuild,v 1.1 2013/10/18 16:26:04 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r2.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_5,2_6,2_7} )
@@ -94,7 +94,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
--with-blkid
$(use_with selinux)
)
diff --git a/sys-fs/zfs/zfs-0.6.2-r3.ebuild b/sys-fs/zfs/zfs-0.6.2-r3.ebuild
index b91f7c3cec3b..12f5079d389b 100644
--- a/sys-fs/zfs/zfs-0.6.2-r3.ebuild
+++ b/sys-fs/zfs/zfs-0.6.2-r3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r3.ebuild,v 1.2 2014/04/10 03:14:39 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r3.ebuild,v 1.3 2014/07/30 19:21:10 ssuominen Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -94,7 +94,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
--with-blkid
$(use_with selinux)
)
diff --git a/sys-fs/zfs/zfs-0.6.2-r4.ebuild b/sys-fs/zfs/zfs-0.6.2-r4.ebuild
index c1ed3b564a69..f2d5f19dc74c 100644
--- a/sys-fs/zfs/zfs-0.6.2-r4.ebuild
+++ b/sys-fs/zfs/zfs-0.6.2-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r4.ebuild,v 1.1 2014/04/10 03:14:39 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r4.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -94,7 +94,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
--with-blkid
$(use_enable debug)
$(use_with selinux)
diff --git a/sys-fs/zfs/zfs-0.6.2-r5.ebuild b/sys-fs/zfs/zfs-0.6.2-r5.ebuild
index 8a05ef442f5c..21cd4a32051e 100644
--- a/sys-fs/zfs/zfs-0.6.2-r5.ebuild
+++ b/sys-fs/zfs/zfs-0.6.2-r5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.2 2014/04/11 04:44:53 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2-r5.ebuild,v 1.3 2014/07/30 19:21:10 ssuominen Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -94,7 +94,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
--with-blkid
$(use_enable debug)
$(use_with selinux)
diff --git a/sys-fs/zfs/zfs-0.6.2.ebuild b/sys-fs/zfs/zfs-0.6.2.ebuild
index 4180061d0f15..b9beb2c88392 100644
--- a/sys-fs/zfs/zfs-0.6.2.ebuild
+++ b/sys-fs/zfs/zfs-0.6.2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2.ebuild,v 1.3 2013/09/05 19:44:53 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.2.ebuild,v 1.4 2014/07/30 19:21:10 ssuominen Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7} )
@@ -85,7 +85,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
$(use_with selinux)
)
autotools-utils_src_configure
diff --git a/sys-fs/zfs/zfs-0.6.3.ebuild b/sys-fs/zfs/zfs-0.6.3.ebuild
index 5f1dcabbec85..5fd482cab2e0 100644
--- a/sys-fs/zfs/zfs-0.6.3.ebuild
+++ b/sys-fs/zfs/zfs-0.6.3.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.3.ebuild,v 1.1 2014/06/13 01:21:31 ryao Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-0.6.3.ebuild,v 1.2 2014/07/30 19:21:10 ssuominen Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -84,7 +84,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
--with-blkid
$(use_enable debug)
)
diff --git a/sys-fs/zfs/zfs-9999.ebuild b/sys-fs/zfs/zfs-9999.ebuild
index f88c00a92497..0e3bdd237235 100644
--- a/sys-fs/zfs/zfs-9999.ebuild
+++ b/sys-fs/zfs/zfs-9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.53 2014/07/09 01:31:30 prometheanfire Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/zfs/zfs-9999.ebuild,v 1.54 2014/07/30 19:21:10 ssuominen Exp $
EAPI="5"
PYTHON_COMPAT=( python{2_6,2_7,3_1,3_2,3_3} )
@@ -93,7 +93,7 @@ src_configure() {
--with-config=user
--with-linux="${KV_DIR}"
--with-linux-obj="${KV_OUT_DIR}"
- --with-udevdir="$(udev_get_udevdir)"
+ --with-udevdir="$(get_udevdir)"
--with-blkid
$(use_enable debug)
)