diff options
author | Hans de Graaff <hans@degraaff.org> | 2021-11-04 06:49:29 +0100 |
---|---|---|
committer | Hans de Graaff <hans@degraaff.org> | 2021-11-04 06:49:29 +0100 |
commit | e9538b7de505fe2176a8c7df0c72d1f94f641ba9 (patch) | |
tree | bf5c727f657c564840c856a2e8c5bcd260c860bb /sys-fs | |
parent | dev-ruby/global_phone: cleanup (diff) | |
download | graaff-e9538b7de505fe2176a8c7df0c72d1f94f641ba9.tar.gz graaff-e9538b7de505fe2176a8c7df0c72d1f94f641ba9.tar.bz2 graaff-e9538b7de505fe2176a8c7df0c72d1f94f641ba9.zip |
sys-fs/zfstools: cleanup
Package-Manager: Portage-3.0.28, Repoman-3.0.3
Signed-off-by: Hans de Graaff <hans@degraaff.org>
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/zfstools/zfstools-0.3.6.ebuild | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/sys-fs/zfstools/zfstools-0.3.6.ebuild b/sys-fs/zfstools/zfstools-0.3.6.ebuild deleted file mode 100644 index 83cf267f..00000000 --- a/sys-fs/zfstools/zfstools-0.3.6.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby25 ruby26 ruby27" - -RUBY_FAKEGEM_RECIPE_DOC="rdoc" -RUBY_FAKEGEM_EXTRADOC="README.md README.rdoc" - -RUBY_FAKEGEM_RECIPE_TEST="rspec3" - -inherit ruby-fakegem - -DESCRIPTION="ZFS scripts including zfs-auto-snapshot, clone of OpenSolaris auto snapshotting" -HOMEPAGE="https://github.com/bdrewery/zfstools" -SRC_URI="https://github.com/bdrewery/zfstools/archive/v${PV}.tar.gz -> ${P}.tar.gz" -LICENSE="BSD-2" - -KEYWORDS="~amd64" -SLOT="0" - -all_ruby_prepare() { - rm -f Gemfile.lock || die - - sed -i -e '/simplecov/ s:^:#:' -e '/SimpleCov/,/^end/ s:^:#:' spec/spec_helper.rb || die -} |