diff options
author | Pacho Ramos <pacho@gentoo.org> | 2011-11-22 18:20:38 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2011-11-22 18:20:38 +0000 |
commit | 94fe3bcc47c1514a8bf7fde4253cdf1bf03aba43 (patch) | |
tree | 9e1fa979973fd01c977e25701e00dcb0e79fadf5 /sys-fs/vhba | |
parent | Drop maintainer due retirement, bug #82110 (diff) | |
download | historical-94fe3bcc47c1514a8bf7fde4253cdf1bf03aba43.tar.gz historical-94fe3bcc47c1514a8bf7fde4253cdf1bf03aba43.tar.bz2 historical-94fe3bcc47c1514a8bf7fde4253cdf1bf03aba43.zip |
Drop maintainer due retirement, bug #82110; remove old.
Package-Manager: portage-2.1.10.37/cvs/Linux x86_64
Diffstat (limited to 'sys-fs/vhba')
-rw-r--r-- | sys-fs/vhba/ChangeLog | 6 | ||||
-rw-r--r-- | sys-fs/vhba/metadata.xml | 2 | ||||
-rw-r--r-- | sys-fs/vhba/vhba-20101015.ebuild | 56 |
3 files changed, 6 insertions, 58 deletions
diff --git a/sys-fs/vhba/ChangeLog b/sys-fs/vhba/ChangeLog index 4505c4745bcc..48cdd684cbc6 100644 --- a/sys-fs/vhba/ChangeLog +++ b/sys-fs/vhba/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-fs/vhba # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.22 2011/04/28 19:01:45 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/ChangeLog,v 1.23 2011/11/22 18:20:38 pacho Exp $ + + 22 Nov 2011; Pacho Ramos <pacho@gentoo.org> -vhba-20101015.ebuild, + metadata.xml: + Drop maintainer due retirement, bug #82110; remove old. 28 Apr 2011; Ulrich Mueller <ulm@gentoo.org> vhba-1.2.1.ebuild, vhba-20101015.ebuild, vhba-20101015-r1.ebuild: diff --git a/sys-fs/vhba/metadata.xml b/sys-fs/vhba/metadata.xml index 685a28e47023..b61499bc7b45 100644 --- a/sys-fs/vhba/metadata.xml +++ b/sys-fs/vhba/metadata.xml @@ -2,6 +2,6 @@ <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> <maintainer> - <email>vanquirius@gentoo.org</email> + <email>maintaner-needed@gentoo.org</email> </maintainer> </pkgmetadata> diff --git a/sys-fs/vhba/vhba-20101015.ebuild b/sys-fs/vhba/vhba-20101015.ebuild deleted file mode 100644 index 341d48d36be4..000000000000 --- a/sys-fs/vhba/vhba-20101015.ebuild +++ /dev/null @@ -1,56 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/vhba/vhba-20101015.ebuild,v 1.2 2011/04/28 19:01:45 ulm Exp $ - -# Use svn snapshots: -# https://sourceforge.net/tracker/?func=detail&atid=603423&aid=3041832&group_id=93175 -# "As for the release, could you package the SVN version instead? I'd prefer -# if people used latest SVN at any time anyway..." -- Upstream - -EAPI="2" - -inherit linux-mod eutils - -MY_P=vhba-module-${PV} -DESCRIPTION="VHBA module provides Virtual (SCSI) Host Bus Adapter for the cdemu suite" -HOMEPAGE="http://cdemu.org" -SRC_URI="mirror://gentoo/${MY_P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="virtual/linux-sources" -RDEPEND="" - -S=${WORKDIR}/${MY_P} -MODULE_NAMES="vhba(block:${S})" -BUILD_TARGETS=all - -pkg_setup() { - CONFIG_CHECK="~BLK_DEV_SR ~CHR_DEV_SG" - check_extra_config - BUILD_PARAMS="KDIR=${KV_DIR}" - linux-mod_pkg_setup -} - -src_install() { - linux-mod_src_install || die "Error: installing module failed!" - - einfo "Generating udev rules ..." - dodir /etc/udev/rules.d/ - cat > "${D}"/etc/udev/rules.d/70-vhba.rules <<-EOF || die - # do not edit this file, it will be overwritten on update - # - KERNEL=="vhba_ctl", MODE="0660", OWNER="root", GROUP="cdemu" - EOF -} - -pkg_postinst() { - enewgroup cdemu - - elog "Don't forget to add your user to the cdemu group" - elog "if you want to be able to use virtual cdemu devices." - linux-mod_pkg_postinst -} |