sys-fs/zfstools - 0.3.6 (graaff)

Search

Install

Install this version:

emerge -a =sys-fs/zfstools-0.3.6

If this version is masked, you can unmask it using the autounmask tool or standard emerge options:

autounmask =sys-fs/zfstools-0.3.6

Or alternatively:

emerge --autounmask-write -a =sys-fs/zfstools-0.3.6

Package Information

Description:
ZFS scripts including zfs-auto-snapshot, clone of OpenSolaris auto snapshotting
Homepage:
https://github.com/bdrewery/zfstools
License:
BSD-2

Ebuild Details

Version EAPI Keywords Slot
0.3.6 8 ~amd64 0
View Raw Ebuild
# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

USE_RUBY="ruby32 ruby33 ruby34 ruby40"

RUBY_FAKEGEM_EXTRADOC="README.md README.rdoc"

RUBY_FAKEGEM_RECIPE_TEST="rspec3"

RUBY_FAKEGEM_GEMSPEC="zfstools.gemspec"

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"

SLOT="0"
KEYWORDS="~amd64"

all_ruby_prepare() {
	rm -f Gemfile.lock || die

	sed -i -e '/simplecov/ s:^:#:' -e '/SimpleCov/,/^end/ s:^:#:' spec/spec_helper.rb || die
}

Inherited Eclasses

Manifest for 0.3.6

Type File Size Source URLs
DIST zfstools-0.3.6.tar.gz 12323 bytes https://github.com/bdrewery/zfstools/archive/v0.3.6.tar.gz