diff options
Diffstat (limited to 'sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild')
-rw-r--r-- | sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild | 43 |
1 files changed, 0 insertions, 43 deletions
diff --git a/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild b/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild deleted file mode 100644 index 2a661efbfb99..000000000000 --- a/sys-fs/bcache-tools/bcache-tools-0_pre20130627-r1.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit toolchain-funcs udev - -DESCRIPTION="Tools for bcachefs" -HOMEPAGE="http://bcache.evilpiepirate.org/" -SRC_URI="https://dev.gentoo.org/~jlec/distfiles/${P}.tar.xz" - -SLOT="0" -LICENSE="GPL-2" -KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" -IUSE="" - -src_prepare() { - tc-export CC - sed \ - -e '/^CFLAGS/d' \ - -i Makefile || die -} - -src_install() { - into / - dosbin make-bcache probe-bcache bcache-super-show - doman *.8 - - insinto /etc/initramfs-tools/hooks/bcache - doins initramfs/hook - - udev_dorules 61-bcache.rules - - exeinto $(get_udevdir) - doexe bcache-register - - dodoc README -} - -pkg_postinst() { - udev_reload -} |