diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-09-28 08:54:20 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-09-28 08:54:20 +0000 |
commit | 498ba61293f66f29d65a5a02f67639d9072ef605 (patch) | |
tree | 8a6b859a09915edb3a082715289555a0cbb03e0f /sys-fs | |
parent | Version bump (#147921). (diff) | |
download | gentoo-2-498ba61293f66f29d65a5a02f67639d9072ef605.tar.gz gentoo-2-498ba61293f66f29d65a5a02f67639d9072ef605.tar.bz2 gentoo-2-498ba61293f66f29d65a5a02f67639d9072ef605.zip |
old
Diffstat (limited to 'sys-fs')
7 files changed, 0 insertions, 184 deletions
diff --git a/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.6.1 b/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.6.1 deleted file mode 100644 index df8daee1013c..000000000000 --- a/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.6.1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d826dcce21b824d37c2709aeddd288de multipath-tools-0.4.6.1.tar.bz2 138759 -RMD160 ba3dba34ca93d6d4deac7d65faf3ed1c37c082a0 multipath-tools-0.4.6.1.tar.bz2 138759 -SHA256 72bbf5eb7a6cc81ef2fbff04d3f7c873bb2dbaad8b520f3b5df287d6a33898d8 multipath-tools-0.4.6.1.tar.bz2 138759 diff --git a/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.6.1-r1 b/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.6.1-r1 deleted file mode 100644 index df8daee1013c..000000000000 --- a/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.6.1-r1 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 d826dcce21b824d37c2709aeddd288de multipath-tools-0.4.6.1.tar.bz2 138759 -RMD160 ba3dba34ca93d6d4deac7d65faf3ed1c37c082a0 multipath-tools-0.4.6.1.tar.bz2 138759 -SHA256 72bbf5eb7a6cc81ef2fbff04d3f7c873bb2dbaad8b520f3b5df287d6a33898d8 multipath-tools-0.4.6.1.tar.bz2 138759 diff --git a/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.7 b/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.7 deleted file mode 100644 index 57225a5b6b98..000000000000 --- a/sys-fs/multipath-tools/files/digest-multipath-tools-0.4.7 +++ /dev/null @@ -1,3 +0,0 @@ -MD5 0a7574f0dd85f2b50f6aff91d83633ad multipath-tools-0.4.7.tar.bz2 139312 -RMD160 b9ecd84e01e03fe631e9ee9953ea7dbadb04c01d multipath-tools-0.4.7.tar.bz2 139312 -SHA256 1b48684c9ce956bb2294640a92f1da8ddea4e991e4d7b974697660de5e44a9d7 multipath-tools-0.4.7.tar.bz2 139312 diff --git a/sys-fs/multipath-tools/files/multipath-tools-0.4.6.1-udev-rules.patch b/sys-fs/multipath-tools/files/multipath-tools-0.4.6.1-udev-rules.patch deleted file mode 100644 index 699a5daf288c..000000000000 --- a/sys-fs/multipath-tools/files/multipath-tools-0.4.6.1-udev-rules.patch +++ /dev/null @@ -1,10 +0,0 @@ ---- multipath-tools-0.4.6/multipath/multipath.rules.orig 2006-02-07 18:56:04.000000000 +0000 -+++ multipath-tools-0.4.6/multipath/multipath.rules 2006-02-07 18:56:11.000000000 +0000 -@@ -16,7 +16,3 @@ ACTION=="add", SUBSYSTEM=="block", KERNE - ACTION=="add", SUBSYSTEM=="block", KERNEL=="dm-*", \ - RUN+="/sbin/kpartx -a /dev/mapper/%c" - --# insert new paths in multipath topology --ACTION=="add", SUBSYSTEM=="block", KERNEL!="dm-*", \ -- RUN+="/sbin/multipath -v0 %r/%k" -- diff --git a/sys-fs/multipath-tools/multipath-tools-0.4.6.1-r1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.4.6.1-r1.ebuild deleted file mode 100644 index 1be528865207..000000000000 --- a/sys-fs/multipath-tools/multipath-tools-0.4.6.1-r1.ebuild +++ /dev/null @@ -1,57 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.6.1-r1.ebuild,v 1.1 2006/02/08 14:28:59 dsd Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Device mapper target autoconfig" -HOMEPAGE="http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=Home" -SRC_URI="http://christophe.varoqui.free.fr/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND=">=sys-fs/device-mapper-1.00.19 - sys-fs/udev - sys-fs/sysfsutils" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's:^bindir.*:bindir = /usr/sbin:' multipathd/Makefile - sed -i -e 's:rules.d/.*:rules.d/40-multipath.rules:' multipath/Makefile - - # Bug #122016: udev rules file claims every block device - epatch ${FILESDIR}/${P}-udev-rules.patch -} - -src_compile() { - emake -j1 CC=$(tc-getCC) || die "emake failed" -} - -src_install() { - dodir /sbin /usr/share/man/man8 - make DESTDIR="${D}" install || die "install failed" - - insinto /etc - newins ${S}/multipath.conf.annotated multipath.conf - fperms 644 /etc/udev/rules.d/40-multipath.rules - newinitd ${FILESDIR}/rc-multipathd multipathd - - # The dev.d script was previously wrong and is now removed (the udev rules - # file does the job instead), but it won't be removed from live systems due - # to cfgprotect. - # This should help out a little... - if [[ -e "${ROOT}"/etc/dev.d/block/multipath.dev ]] ; then - mkdir -p "${D}"/etc/dev.d/block - echo "# Please delete this file. It is obsoleted by /etc/udev/rules.d/40-multipath.rules" \ - > "${D}"/etc/dev.d/block/multipath.dev - fi - - dodoc AUTHOR COPYING ChangeLog FAQ README TODO - docinto dmadm; dodoc README - docinto kpartx; dodoc ChangeLog README -} diff --git a/sys-fs/multipath-tools/multipath-tools-0.4.6.1.ebuild b/sys-fs/multipath-tools/multipath-tools-0.4.6.1.ebuild deleted file mode 100644 index 62468728d0e5..000000000000 --- a/sys-fs/multipath-tools/multipath-tools-0.4.6.1.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.6.1.ebuild,v 1.2 2006/02/08 00:46:26 vapier Exp $ - -inherit toolchain-funcs - -DESCRIPTION="Device mapper target autoconfig" -HOMEPAGE="http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=Home" -SRC_URI="http://christophe.varoqui.free.fr/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND=">=sys-fs/device-mapper-1.00.19 - sys-fs/udev - sys-fs/sysfsutils" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's:^bindir.*:bindir = /usr/sbin:' multipathd/Makefile - sed -i -e 's:rules.d/.*:rules.d/40-multipath.rules:' multipath/Makefile -} - -src_compile() { - emake -j1 CC=$(tc-getCC) || die "emake failed" -} - -src_install() { - dodir /sbin /usr/share/man/man8 - make DESTDIR="${D}" install || die "install failed" - - insinto /etc - newins ${S}/multipath.conf.annotated multipath.conf - fperms 644 /etc/udev/rules.d/40-multipath.rules - newinitd ${FILESDIR}/rc-multipathd multipathd - - # The dev.d script was previously wrong and is now removed (the udev rules - # file does the job instead), but it won't be removed from live systems due - # to cfgprotect. - # This should help out a little... - if [[ -e "${ROOT}"/etc/dev.d/block/multipath.dev ]] ; then - mkdir -p "${D}"/etc/dev.d/block - echo "# Please delete this file. It is obsoleted by /etc/udev/rules.d/40-multipath.rules" \ - > "${D}"/etc/dev.d/block/multipath.dev - fi - - dodoc AUTHOR COPYING ChangeLog FAQ README TODO - docinto dmadm; dodoc README - docinto kpartx; dodoc ChangeLog README -} diff --git a/sys-fs/multipath-tools/multipath-tools-0.4.7.ebuild b/sys-fs/multipath-tools/multipath-tools-0.4.7.ebuild deleted file mode 100644 index 81aedc0bee5a..000000000000 --- a/sys-fs/multipath-tools/multipath-tools-0.4.7.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2006 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/multipath-tools-0.4.7.ebuild,v 1.1 2006/05/22 10:16:54 azarah Exp $ - -inherit eutils toolchain-funcs - -DESCRIPTION="Device mapper target autoconfig" -HOMEPAGE="http://christophe.varoqui.free.fr/wiki/wakka.php?wiki=Home" -SRC_URI="http://christophe.varoqui.free.fr/${PN}/${P}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~x86 ~amd64" -IUSE="" - -RDEPEND=">=sys-fs/device-mapper-1.00.19 - sys-fs/udev - sys-fs/sysfsutils" -DEPEND="${RDEPEND}" - -src_unpack() { - unpack ${A} - cd "${S}" - sed -i -e 's:^bindir.*:bindir = /usr/sbin:' multipathd/Makefile - sed -i -e 's:rules.d/.*:rules.d/40-multipath.rules:' multipath/Makefile -} - -src_compile() { - emake -j1 CC=$(tc-getCC) || die "emake failed" -} - -src_install() { - dodir /sbin /usr/share/man/man8 - make DESTDIR="${D}" install || die "install failed" - - insinto /etc - newins ${S}/multipath.conf.annotated multipath.conf - fperms 644 /etc/udev/rules.d/40-multipath.rules - newinitd ${FILESDIR}/rc-multipathd multipathd - - # The dev.d script was previously wrong and is now removed (the udev rules - # file does the job instead), but it won't be removed from live systems due - # to cfgprotect. - # This should help out a little... - if [[ -e "${ROOT}"/etc/dev.d/block/multipath.dev ]] ; then - mkdir -p "${D}"/etc/dev.d/block - echo "# Please delete this file. It is obsoleted by /etc/udev/rules.d/40-multipath.rules" \ - > "${D}"/etc/dev.d/block/multipath.dev - fi - - dodoc AUTHOR COPYING ChangeLog FAQ README TODO - docinto dmadm; dodoc README - docinto kpartx; dodoc ChangeLog README -} |