commit:     8f38557fc764e1bdef6bf43664c141300beb1f1c
Author:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Wed Jan 17 12:00:09 2018 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Wed Jan 17 12:00:09 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f38557f

sys-fs/multipath-tools: Removed old.

Package-Manager: Portage-2.3.19, Repoman-2.3.6

 sys-fs/multipath-tools/Manifest                    |  3 -
 .../multipath-tools/multipath-tools-0.7.1.ebuild   | 94 ---------------------
 .../multipath-tools/multipath-tools-0.7.2.ebuild   | 94 ---------------------
 .../multipath-tools/multipath-tools-0.7.3.ebuild   | 96 ----------------------
 4 files changed, 287 deletions(-)

diff --git a/sys-fs/multipath-tools/Manifest b/sys-fs/multipath-tools/Manifest
index bb212fa0d37..512cebbf6b3 100644
--- a/sys-fs/multipath-tools/Manifest
+++ b/sys-fs/multipath-tools/Manifest
@@ -1,6 +1,3 @@
 DIST multipath-tools-0.5.0.tar.bz2 184024 BLAKE2B 
1e1b0fdd52bf0aaea3ed281e0cd89d04aed58c03b9b42ac094173bebdf3b81e368d0c7efb23a8748d4598c99d1502fdf5f8b2c9b64a2be4ce7d6b30fa607984a
 SHA512 
dfad21c45d0f69e39041d30d203a582c8ee8329bf390c51cde10155b3de379e7ad8fead2ac4beb268a924fd7e7dc8e1cf538ea3c70d41479fd8786fa30ba22a9
 DIST multipath-tools-0.6.4.tar.gz 285448 BLAKE2B 
1b63c4e712e682965c595ed988a6590e181abd4d37779b72b52f4e415d4caba33df518a1ea1e3b460d15b5a78f4db5a75c1066439eb40c503023007c1f70752a
 SHA512 
ec35c6c26c3b233ebece7136ea99dd4c0dff2927e7b543e7091219dc7065fe87e609a1eda9ab6d08399d44fe882d70c8dbe6be9ab175d154c5dd2d12ee1d86ea
-DIST multipath-tools-0.7.1.tar.gz 329008 BLAKE2B 
3cb503db3b208ed472a44c549aa61e82e0609dd06a7c7751b9c6e7076db00e87771274f1e95f2b5945e9931604590679a18ea950da0ed8c4c3e2bb0cc77ffb00
 SHA512 
81ceb3887250a691b94cb49b7141ace4fc1f69d7f8381e517560dfc7c51ee4c5a1f4f4e40a0b368cf5f7381697fa746b856cbade8990c1608cbcd77248946a82
-DIST multipath-tools-0.7.2.tar.gz 335187 BLAKE2B 
4d14bc7c4c87cdf494412af0674efba709689b442f9a8484b1fc6f9707dd48bc8ef0835843dfea048a51e53a976d5ff33020113b60d6329ad8ced2d2246bb84b
 SHA512 
9637e6c69ecfe8dbfb55794569017051961dbe39fa1019000e4be9c2c888a5b6d13ae360af8738bb1fb89a8d27ec833ff0075b1d066b8b3ca21cd9832f477046
-DIST multipath-tools-0.7.3.tar.gz 344030 BLAKE2B 
f2153a86afc79ff11bd1fad8a20c8bb0c473a8b4790b47266d9f519ec0c5f569bbc9dfbcc8d99e0191cf8fab3e54234943f06785ef03f149afe87c78184632e6
 SHA512 
fbcd5609bcb4f80a91410cec86882e9f39ee056edb314382f25db8e1e1ed5c084e14849a67502be2b11a2e980dc2cb5d34235885476ae5ce62809a175bee9ace
 DIST multipath-tools-0.7.4.tar.gz 350361 BLAKE2B 
a55a5912f040913b2db8a6fe28727dd52fd4be9ceb8544f1b45384e12112775caa6159da3ce774dd529377796a2b9033490ee655f3caac864919708bdc5070ec
 SHA512 
0a00b79920251b685265ab731e5418538f32d6392b101082c71a6c7345ef7d008bcdcf466ee1317e8bf658d0fb01fc9a2e4ec6658fc565129c1bb5949ac91254

diff --git a/sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild 
b/sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild
deleted file mode 100644
index 6b87ca18b13..00000000000
--- a/sys-fs/multipath-tools/multipath-tools-0.7.1.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info systemd toolchain-funcs udev vcs-snapshot toolchain-funcs
-
-DESCRIPTION="Device mapper target autoconfig"
-HOMEPAGE="http://christophe.varoqui.free.fr/";
-SRC_URI="http://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=${PV};sf=tgz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="systemd rbd"
-
-RDEPEND="
-       dev-libs/json-c:=
-       dev-libs/libaio
-       dev-libs/userspace-rcu
-       >=sys-fs/lvm2-2.02.45
-       >=virtual/udev-171
-       sys-libs/readline:0=
-       rbd? ( sys-cluster/ceph )
-       systemd? ( sys-apps/systemd )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-CONFIG_CHECK="~DM_MULTIPATH"
-
-get_systemd_pv() {
-       use systemd && \
-               $(tc-getPKG_CONFIG) --modversion systemd
-}
-
-pkg_pretend() {
-       linux-info_pkg_setup
-}
-
-pkg_setup() {
-       linux-info_pkg_setup
-}
-
-src_prepare() {
-       default
-
-       # Fix for bug #624884
-       if grep -qF DM_TABLE_STATE kpartx/kpartx.rules ; then
-               sed '/DM_TABLE_STATE/d' -i kpartx/kpartx.rules || die
-       else
-               elog "DM_TABLE_STATE sed hack is no longer necessary."
-       fi
-
-       # The upstream lacks any way to configure the build at present
-       # and ceph is a huge dependency, so we're using sed to make it
-       # optional until the upstream has a proer configure system
-       if ! use rbd ; then
-               sed -i -e "s/libcheckrbd.so/# libcheckrbd.so/" 
libmultipath/checkers/Makefile
-               sed -i -e "s/-lrados//" libmultipath/checkers/Makefile
-       fi
-}
-
-src_compile() {
-       # LIBDM_API_FLUSH involves grepping files in /usr/include,
-       # so force the test to go the way we want #411337.
-       emake \
-               CC="$(tc-getCC)" \
-               LIBDM_API_FLUSH=1 SYSTEMD="$(get_systemd_pv)"
-}
-
-src_install() {
-       dodir /sbin /usr/share/man/man{5,8}
-       emake \
-               DESTDIR="${D}" \
-               SYSTEMD=$(get_systemd_pv) \
-               unitdir="$(systemd_get_systemunitdir)" \
-               libudevdir='${prefix}'/"$(get_udevdir)" \
-               install
-
-       newinitd "${FILESDIR}"/rc-multipathd multipathd
-       newinitd "${FILESDIR}"/multipath.rc multipath
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "If you need multipath on your system, you must"
-               elog "add 'multipath' into your boot runlevel!"
-       fi
-}

diff --git a/sys-fs/multipath-tools/multipath-tools-0.7.2.ebuild 
b/sys-fs/multipath-tools/multipath-tools-0.7.2.ebuild
deleted file mode 100644
index 6b87ca18b13..00000000000
--- a/sys-fs/multipath-tools/multipath-tools-0.7.2.ebuild
+++ /dev/null
@@ -1,94 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info systemd toolchain-funcs udev vcs-snapshot toolchain-funcs
-
-DESCRIPTION="Device mapper target autoconfig"
-HOMEPAGE="http://christophe.varoqui.free.fr/";
-SRC_URI="http://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=${PV};sf=tgz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="systemd rbd"
-
-RDEPEND="
-       dev-libs/json-c:=
-       dev-libs/libaio
-       dev-libs/userspace-rcu
-       >=sys-fs/lvm2-2.02.45
-       >=virtual/udev-171
-       sys-libs/readline:0=
-       rbd? ( sys-cluster/ceph )
-       systemd? ( sys-apps/systemd )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-CONFIG_CHECK="~DM_MULTIPATH"
-
-get_systemd_pv() {
-       use systemd && \
-               $(tc-getPKG_CONFIG) --modversion systemd
-}
-
-pkg_pretend() {
-       linux-info_pkg_setup
-}
-
-pkg_setup() {
-       linux-info_pkg_setup
-}
-
-src_prepare() {
-       default
-
-       # Fix for bug #624884
-       if grep -qF DM_TABLE_STATE kpartx/kpartx.rules ; then
-               sed '/DM_TABLE_STATE/d' -i kpartx/kpartx.rules || die
-       else
-               elog "DM_TABLE_STATE sed hack is no longer necessary."
-       fi
-
-       # The upstream lacks any way to configure the build at present
-       # and ceph is a huge dependency, so we're using sed to make it
-       # optional until the upstream has a proer configure system
-       if ! use rbd ; then
-               sed -i -e "s/libcheckrbd.so/# libcheckrbd.so/" 
libmultipath/checkers/Makefile
-               sed -i -e "s/-lrados//" libmultipath/checkers/Makefile
-       fi
-}
-
-src_compile() {
-       # LIBDM_API_FLUSH involves grepping files in /usr/include,
-       # so force the test to go the way we want #411337.
-       emake \
-               CC="$(tc-getCC)" \
-               LIBDM_API_FLUSH=1 SYSTEMD="$(get_systemd_pv)"
-}
-
-src_install() {
-       dodir /sbin /usr/share/man/man{5,8}
-       emake \
-               DESTDIR="${D}" \
-               SYSTEMD=$(get_systemd_pv) \
-               unitdir="$(systemd_get_systemunitdir)" \
-               libudevdir='${prefix}'/"$(get_udevdir)" \
-               install
-
-       newinitd "${FILESDIR}"/rc-multipathd multipathd
-       newinitd "${FILESDIR}"/multipath.rc multipath
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "If you need multipath on your system, you must"
-               elog "add 'multipath' into your boot runlevel!"
-       fi
-}

diff --git a/sys-fs/multipath-tools/multipath-tools-0.7.3.ebuild 
b/sys-fs/multipath-tools/multipath-tools-0.7.3.ebuild
deleted file mode 100644
index 99506a24834..00000000000
--- a/sys-fs/multipath-tools/multipath-tools-0.7.3.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit linux-info systemd toolchain-funcs udev vcs-snapshot toolchain-funcs
-
-DESCRIPTION="Device mapper target autoconfig"
-HOMEPAGE="http://christophe.varoqui.free.fr/";
-SRC_URI="http://git.opensvc.com/?p=multipath-tools/.git;a=snapshot;h=${PV};sf=tgz
 -> ${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
-IUSE="systemd rbd"
-
-RDEPEND="
-       dev-libs/json-c:=
-       dev-libs/libaio
-       dev-libs/userspace-rcu
-       >=sys-fs/lvm2-2.02.45
-       >=virtual/udev-171
-       sys-libs/readline:0=
-       rbd? ( sys-cluster/ceph )
-       systemd? ( sys-apps/systemd )
-"
-DEPEND="
-       ${RDEPEND}
-       virtual/pkgconfig
-"
-
-CONFIG_CHECK="~DM_MULTIPATH"
-
-PATCHES=( "${FILESDIR}"/${PN}-0.7.3-fix-build-without-systemd.patch )
-
-get_systemd_pv() {
-       use systemd && \
-               $(tc-getPKG_CONFIG) --modversion systemd
-}
-
-pkg_pretend() {
-       linux-info_pkg_setup
-}
-
-pkg_setup() {
-       linux-info_pkg_setup
-}
-
-src_prepare() {
-       default
-
-       # Fix for bug #624884
-       if grep -qF DM_TABLE_STATE kpartx/kpartx.rules ; then
-               sed '/DM_TABLE_STATE/d' -i kpartx/kpartx.rules || die
-       else
-               elog "DM_TABLE_STATE sed hack is no longer necessary."
-       fi
-
-       # The upstream lacks any way to configure the build at present
-       # and ceph is a huge dependency, so we're using sed to make it
-       # optional until the upstream has a proer configure system
-       if ! use rbd ; then
-               sed -i -e "s/libcheckrbd.so/# libcheckrbd.so/" 
libmultipath/checkers/Makefile
-               sed -i -e "s/-lrados//" libmultipath/checkers/Makefile
-       fi
-}
-
-src_compile() {
-       # LIBDM_API_FLUSH involves grepping files in /usr/include,
-       # so force the test to go the way we want #411337.
-       emake \
-               CC="$(tc-getCC)" \
-               LIBDM_API_FLUSH=1 SYSTEMD="$(get_systemd_pv)"
-}
-
-src_install() {
-       dodir /sbin /usr/share/man/man{5,8}
-       emake \
-               DESTDIR="${D}" \
-               SYSTEMD=$(get_systemd_pv) \
-               unitdir="$(systemd_get_systemunitdir)" \
-               libudevdir='${prefix}'/"$(get_udevdir)" \
-               install
-
-       newinitd "${FILESDIR}"/rc-multipathd multipathd
-       newinitd "${FILESDIR}"/multipath.rc multipath
-
-       einstalldocs
-}
-
-pkg_postinst() {
-       if [[ -z ${REPLACING_VERSIONS} ]]; then
-               elog "If you need multipath on your system, you must"
-               elog "add 'multipath' into your boot runlevel!"
-       fi
-}

Reply via email to