diff options
author | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 04:20:30 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2012-05-24 04:20:30 +0000 |
commit | 69886cf1b2b6e6a4be24a9da8a456c9e0121a356 (patch) | |
tree | 5d68cf6d5fc3461f8f3faf6024d71f10d249f7a8 /sys-fs | |
parent | remove old versions (diff) | |
download | gentoo-2-69886cf1b2b6e6a4be24a9da8a456c9e0121a356.tar.gz gentoo-2-69886cf1b2b6e6a4be24a9da8a456c9e0121a356.tar.bz2 gentoo-2-69886cf1b2b6e6a4be24a9da8a456c9e0121a356.zip |
Inherit user for enewuser/etc...
(Portage version: 2.2.0_alpha107_p3/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/vhba/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/vhba/vhba-1.2.1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/vhba/vhba-20101015-r1.ebuild | 6 | ||||
-rw-r--r-- | sys-fs/vhba/vhba-20110915.ebuild | 4 |
4 files changed, 13 insertions, 9 deletions
diff --git a/sys-fs/vhba/ChangeLog b/sys-fs/vhba/ChangeLog index 7b980e078813..dae75149c9b9 100644 --- a/sys-fs/vhba/ChangeLog +++ b/sys-fs/vhba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/vhba # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.32 2012/04/21 20:23:54 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.33 2012/05/24 04:20:30 vapier Exp $ + + 24 May 2012; Mike Frysinger <vapier@gentoo.org> vhba-1.2.1.ebuild, + vhba-20101015-r1.ebuild, vhba-20110915.ebuild: + Inherit user for enewuser/etc... 21 Apr 2012; Alexandre Rostovtsev <tetromino@gentoo.org> vhba-20110915.ebuild, +files/vhba-20110915-3.4-kmap_atomic.patch: diff --git a/sys-fs/vhba/vhba-1.2.1.ebuild b/sys-fs/vhba/vhba-1.2.1.ebuild index 9d43fda24581..41f00d42e901 100644 --- a/sys-fs/vhba/vhba-1.2.1.ebuild +++ b/sys-fs/vhba/vhba-1.2.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.2.1.ebuild,v 1.9 2011/11/23 09:40:00 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-1.2.1.ebuild,v 1.10 2012/05/24 04:20:30 vapier Exp $ EAPI="2" -inherit linux-mod eutils +inherit linux-mod eutils user DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite" HOMEPAGE="http://cdemu.org" diff --git a/sys-fs/vhba/vhba-20101015-r1.ebuild b/sys-fs/vhba/vhba-20101015-r1.ebuild index 5705401eeded..578e6d87380a 100644 --- a/sys-fs/vhba/vhba-20101015-r1.ebuild +++ b/sys-fs/vhba/vhba-20101015-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20101015-r1.ebuild,v 1.5 2011/12/04 16:44:57 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20101015-r1.ebuild,v 1.6 2012/05/24 04:20:30 vapier Exp $ # Use svn snapshots: # https://sourceforge.net/tracker/?func=detail&atid=603423&aid=3041832&group_id=93175 @@ -9,7 +9,7 @@ EAPI="2" -inherit linux-mod eutils +inherit linux-mod eutils user MY_P=vhba-module-${PV} DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite" diff --git a/sys-fs/vhba/vhba-20110915.ebuild b/sys-fs/vhba/vhba-20110915.ebuild index e1c2112b6aee..893b6268ecb9 100644 --- a/sys-fs/vhba/vhba-20110915.ebuild +++ b/sys-fs/vhba/vhba-20110915.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild,v 1.6 2012/04/21 20:23:54 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20110915.ebuild,v 1.7 2012/05/24 04:20:30 vapier Exp $ EAPI="4" -inherit eutils linux-mod +inherit eutils linux-mod user MY_P=vhba-module-${PV} DESCRIPTION="Virtual (SCSI) Host Bus Adapter kernel module for the CDEmu suite" |