summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* sys-fs/zfs: rework live ebuildGeorgy Yakovlev2019-03-302-82/+138
| | | | | | | | | | | | | major rework bump eapi to 7 add multi-python pyzfs installation behind python useflag use provided systemd unit, since upstream systemd handling changed use upstream bash-completion (with local patch) fix sed->zed typo in postinst code Closes: https://bugs.gentoo.org/548856 Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-fs/zfs: bump to 0.7.13Georgy Yakovlev2019-03-042-0/+219
| | | | | | | | | proper python deps/handling fix automagic systemd dep linux 5.0 compatible Package-Manager: Portage-2.3.62, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-fs/zfs: 0.7.12 stableGeorgy Yakovlev2019-02-201-2/+2
| | | | | Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-fs/zfs: http -> https for HOMEPAGEGeorgy Yakovlev2018-11-228-15/+15
| | | | | Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-fs/zfs: version bump to 0.7.12Georgy Yakovlev2018-11-222-0/+211
| | | | | | | | compatible with linux-4.19 Closes: https://bugs.gentoo.org/671226 Package-Manager: Portage-2.3.51, Repoman-2.3.12 Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
* sys-fs/zfs: version bump to 0.7.11 (and friends)Richard Yao2018-09-162-0/+211
| | | | | | | | 0.7.10 will not be committed due to a regression: https://github.com/zfsonlinux/zfs/issues/7906 Package-Manager: Portage-2.3.40, Repoman-2.3.9
* */*: reassign packages of fearedbliss@g.o due to retirementMichał Górny2018-09-031-4/+0
| | | | Bug: https://bugs.gentoo.org/590992
* sys-fs/zfs et al: Backport Linux 4.18 supportRichard Yao2018-08-122-0/+220
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-fs/zfs: stabilizing 0.7.9 on amd64.Jonathan Vasquez2018-07-061-1/+1
| | | | Package-Manager: Portage-2.3.41, Repoman-2.3.9
* sys-fs/zfs: Add python3_6 supportJason Zaman2018-06-244-4/+4
| | | | Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-fs/zfs: add myself to metadata.xmlGeorgy Yakovlev2018-06-181-0/+4
| | | | | Acked-by: Richard Yao <ryao@gentoo.org> Package-Manager: Portage-2.3.40, Repoman-2.3.9
* sys-fs/zfs: version bump to 0.7.9 (and friends)Jonathan Vasquez2018-05-102-0/+211
| | | | Package-Manager: Portage-2.3.36, Repoman-2.3.9
* sys-fs/zfs: stabilizing 0.6.5.11 and 0.7.8. Removing correspondingJonathan Vasquez2018-04-152-2/+2
| | | | | | masks. Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-fs/zfs: removing old versionsJonathan Vasquez2018-04-153-460/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-fs/zfs: Replacing 0.7.7 with 0.7.8. Removing 0.7.7 Package Mask.Jonathan Vasquez2018-04-102-2/+2
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-fs/zfs: amd64 stableAaron Bauman2018-04-011-1/+1
| | | | | Bug: https://bugs.gentoo.org/651866 Package-Manager: Portage-2.3.27, Repoman-2.3.9
* sys-fs/zfs: version bump to 0.7.7 and co.Jonathan Vasquez2018-03-252-0/+213
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-fs/zfs: removing version 0.7.5 and co.Jonathan Vasquez2018-03-252-213/+0
| | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6
* sys-fs/zfs: drop oldGeorgy Yakovlev2018-03-084-838/+0
| | | | | Package-Manager: Portage-2.3.24, Repoman-2.3.6 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* sys-fs/zfs: fix systemd related installation pathsGeorgy Yakovlev2018-03-086-4/+67
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ebuilds intalls most systemd files into /usr/lib/systemd while it should be /lib/systemd qlist =sys-fs/zfs-0.7.6 | grep systemd /usr/lib/systemd/system-preset/50-zfs.preset /usr/lib/systemd/system/zfs-zed.service /usr/lib/systemd/system/zfs-import-cache.service /usr/lib/systemd/system/zfs-import-scan.service /usr/lib/systemd/system/zfs-mount.service /usr/lib/systemd/system/zfs-share.service /usr/lib/systemd/system/zfs-import.target /usr/lib/systemd/system/zfs.target /lib/systemd/system/zfs.service < this is ok The reason is that default values for: --with-systemdpresetdir and --with-systemdmodulesloaddir point to /usr/lib/systemd This commit overrides the location to to use gentoo preferred /lib/systemd Use systemd_reapply to re-create broken symlinks Also fixes minor QA, no more --with-blkid switch for 7.xx and live ebuilds. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* sys-fs/zfs: fix dracut module pathGeorgy Yakovlev2018-03-086-2/+840
| | | | | | | | | | | | | | zfs should use /usr/lib/dracut to install dracut modules. dracut ebuild defines: local dracutlibdir="usr/lib/dracut" with /usr/lib64 path on SYMLINK_LIB=no systems dracut fails to pick up zfs modules and generates an unbootable initramfs Closes: https://bugs.gentoo.org/645176 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Signed-off-by: Matthew Thode <prometheanfire@gentoo.org>
* Revert "sys-fs/zfs: make modprobe optional for systemd unit files"Matthew Thode2018-02-141-0/+10
| | | | This reverts commit c756381a157ee8c3de2924685791d962eeb3d341.
* sys-fs/zfs: 0.7 branch ebuildMatthew Thode2018-02-141-0/+198
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-fs/zfs: make modprobe optional for systemd unit filesMatthew Thode2018-02-142-11/+1
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-fs/zfs (and friends): version bump to 0.7.6Jonathan Vasquez2018-02-082-0/+203
| | | | Package-Manager: Portage-2.3.21, Repoman-2.3.6
* sys-fs/zfs: Fixing bugs #639350 and #642110Jonathan Vasquez2018-01-086-209/+11
| | | | Package-Manager: Portage-2.3.19, Repoman-2.3.6
* sys-fs/zfs: version bump to 0.7.5 and friendsJonathan Vasquez2017-12-222-0/+202
| | | | Package-Manager: Portage-2.3.14, Repoman-2.3.6
* sys-fs: Update Manifest hashes.Ulrich Müller2017-12-091-4/+4
|
* sys-fs/zfs: Adding glibc blocker for < 0.7.0. Bug #617628Jonathan Vasquez2017-11-172-0/+6
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* sys-fs/zfs (and friends): zfs version cleanupJonathan Vasquez2017-11-1732-5238/+0
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* sys-fs/zfs and friends: version bump to 0.7.3Jonathan Vasquez2017-11-042-0/+202
| | | | Package-Manager: Portage-2.3.12, Repoman-2.3.3
* sys-fs/[zfs|-kmod], sys-kernel/spl: version bump to 0.7.2Jonathan Vasquez2017-10-092-0/+202
| | | | Package-Manager: Portage-2.3.11, Repoman-2.3.3
* sys-fs/zfs: changing blocker deps for 0.7.0 ebuilds, and removing 0.7.0-r0Jonathan Vasquez2017-09-123-201/+8
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-fs/zfs: changing = to >= to allow new versions to be accepted.Jonathan Vasquez2017-08-122-4/+4
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-fs/zfs: version bump to 0.7.1Jonathan Vasquez2017-08-122-0/+200
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-fs/zfs: Fixing bug #626362 (Adding genkernel/bliss-initramfs dep)Jonathan Vasquez2017-08-121-0/+199
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-fs/zfs: use HTTPS for GitHubDavid Hicks2017-07-3023-42/+42
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.3
* sys-fs/zfs: version bump to 0.7.0Jonathan Vasquez2017-07-272-0/+198
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-fs/zfs: version bump to 0.6.5.11Jonathan Vasquez2017-07-102-0/+198
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* sys-fs/zfs: version bump to 0.6.5.10Jonathan Vasquez2017-06-142-0/+198
| | | | Package-Manager: Portage-2.3.6, Repoman-2.3.2
* Drop remaining $Id$ and $Header$ from files.Ulrich Müller2017-02-281-1/+0
| | | | Bug: 611234
* Drop $Id$ per council decision in bug #611234.Robin H. Johnson2017-02-2821-21/+0
| | | | Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
* sys-fs/zfs: drop <=sys-fs/udev-init-scripts-28 restrictionYixun Lan2017-02-221-2/+1
| | | | Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-fs/zfs: version bump to 0.6.5.9Jonathan Vasquez2017-02-063-0/+203
| | | | | | | - Bumped to ZFS on Linux 0.6.5.9 - Added additional maintainer: fearedbliss Package-Manager: Portage-2.3.3, Repoman-2.3.1
* sys-fs/zfs: fix udev-init-scripts depYixun Lan2016-11-221-0/+198
| | | | | | | | | remove <=sys-fs/udev-init-scripts-28 tested and it works fine on both systemd and openrc Gentoo-Bug: 565920 Package-Manager: portage-2.3.2
* Keyword sys-fs/zfs and friends for ~amd64Richard Yao2016-11-064-4/+4
| | | | | | | | We are abandoning the /dev/zfs API stabilization effort in Gentoo until it is merged by upstream because stronger QA tests are causing it to hold us back. Signed-off-by: Richard Yao <ryao@gentoo.org>
* global: Drop dead implementations from PYTHON_COMPATMichał Górny2016-11-0116-16/+16
|
* sys-fs/zfs: version bump 0.6.5.8Yixun Lan2016-10-102-0/+199
| | | | | | | | acked by maintainer Gentoo-Bug: 594360 Package-Manager: portage-2.3.1
* sys-fs/zfs: version bump 0.6.5.7Yixun Lan2016-06-222-0/+199
| | | | | | | | still unkeyworded, acked by maintainer Gentoo-Bug: 586434 Package-Manager: portage-2.3.0_rc1
* sys-fs/zfs: use #!/sbin/openrc-run instead of #!/sbin/runscriptAustin English2016-05-181-1/+1
|