diff options
author | Christian Andreetta <satya@gentoo.org> | 2005-03-09 13:11:50 +0000 |
---|---|---|
committer | Christian Andreetta <satya@gentoo.org> | 2005-03-09 13:11:50 +0000 |
commit | 0fb8e80b733d01a256374564126bc1772b3f2ef7 (patch) | |
tree | 2ceb43e55bc4137e865a41e9817b5c04dc31952a /sys-fs | |
parent | Fixed sparc keyword and ChangeLog entry. (diff) | |
download | gentoo-2-0fb8e80b733d01a256374564126bc1772b3f2ef7.tar.gz gentoo-2-0fb8e80b733d01a256374564126bc1772b3f2ef7.tar.bz2 gentoo-2-0fb8e80b733d01a256374564126bc1772b3f2ef7.zip |
Removed deprecated check_kernel eclass usage
(Portage version: 2.0.51.19)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/unionfs/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/unionfs/Manifest | 4 | ||||
-rw-r--r-- | sys-fs/unionfs/unionfs-1.0.8-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/unionfs/unionfs-1.0.8-r2.ebuild | 6 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sys-fs/unionfs/ChangeLog b/sys-fs/unionfs/ChangeLog index 8eb7ec65d418..c717abe7a590 100644 --- a/sys-fs/unionfs/ChangeLog +++ b/sys-fs/unionfs/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/unionfs # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/ChangeLog,v 1.4 2005/02/09 12:32:10 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/ChangeLog,v 1.5 2005/03/09 13:11:50 satya Exp $ + + 09 Mar 2005; Christian Andreetta <satya@gentoo.org> unionfs-1.0.8-r1.ebuild, + unionfs-1.0.8-r2.ebuild: + Removed deprecated check_kernel eclass usage *unionfs-1.0.8-r2 (09 Feb 2005) diff --git a/sys-fs/unionfs/Manifest b/sys-fs/unionfs/Manifest index 96e366115b2b..a75c3035b994 100644 --- a/sys-fs/unionfs/Manifest +++ b/sys-fs/unionfs/Manifest @@ -1,6 +1,6 @@ -MD5 475f4cad84ec56de45255ba24dca9649 unionfs-1.0.8-r2.ebuild 1726 +MD5 b396f6cd243cd51ee6c654f843c63659 unionfs-1.0.8-r2.ebuild 1713 MD5 4970b965d7183e3424b52abea83f54ad unionfs-1.0.8.ebuild 1205 -MD5 5174ac257a7393609e34f76c2b7ebd76 unionfs-1.0.8-r1.ebuild 1501 +MD5 3bd178fb61504f8758b3049807aa7040 unionfs-1.0.8-r1.ebuild 1488 MD5 c1bd1dae4c6fb2c3eb0c3645a95e4fe8 ChangeLog 958 MD5 8959da33bd490fabac57869170fb5cd2 unionfs-1.0.5.ebuild 778 MD5 6e89ba8198764bfd079a0cfa18dca593 metadata.xml 264 diff --git a/sys-fs/unionfs/unionfs-1.0.8-r1.ebuild b/sys-fs/unionfs/unionfs-1.0.8-r1.ebuild index 260317e6998c..e5928c29880b 100644 --- a/sys-fs/unionfs/unionfs-1.0.8-r1.ebuild +++ b/sys-fs/unionfs/unionfs-1.0.8-r1.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.0.8-r1.ebuild,v 1.1 2005/02/08 13:44:50 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.0.8-r1.ebuild,v 1.2 2005/03/09 13:11:50 satya Exp $ -inherit eutils linux-mod check-kernel +inherit eutils linux-mod DESCRIPTION="Stackable unification file system, which can appear to merge the contents of several directories" HOMEPAGE="http://www.fsl.cs.sunysb.edu/project-unionfs.html" @@ -22,7 +22,7 @@ src_unpack() { #------------------------------------------------------------------------ unpack ${A} cd ${S} - if is_2_4_kernel && use vserver; then + if kernel_is 2 4 && use vserver; then epatch ${FILESDIR}/${P}-vserver.patch || die fi if ! use debug; then diff --git a/sys-fs/unionfs/unionfs-1.0.8-r2.ebuild b/sys-fs/unionfs/unionfs-1.0.8-r2.ebuild index 0aa11dd64dc3..c799cf9c7e8f 100644 --- a/sys-fs/unionfs/unionfs-1.0.8-r2.ebuild +++ b/sys-fs/unionfs/unionfs-1.0.8-r2.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.0.8-r2.ebuild,v 1.1 2005/02/09 12:32:10 satya Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/unionfs/unionfs-1.0.8-r2.ebuild,v 1.2 2005/03/09 13:11:50 satya Exp $ -inherit eutils linux-mod check-kernel +inherit eutils linux-mod DESCRIPTION="Stackable unification file system, which can appear to merge the contents of several directories" HOMEPAGE="http://www.fsl.cs.sunysb.edu/project-unionfs.html" @@ -25,7 +25,7 @@ src_unpack() { #------------------------------------------------------------------------ if use vserver; then epatch ${FILESDIR}/${P}-vserver-GFP.patch || die - if is_2_4_kernel; then + if kernel_is 2 4; then epatch ${FILESDIR}/${P}-vserver.patch || die fi fi |