summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2016-08-29 19:31:24 +0200
committerMartin Väth <martin@mvath.de>2016-08-29 19:31:24 +0200
commitcf1e92bb73e1fef5e99738145f291b71c9d925bf (patch)
treee1adef69e397a4eff7bc329869f992e7f035f848 /sys-fs
parentsys-apps/openrc-wrapper: Version bump (diff)
downloadmv-cf1e92bb73e1fef5e99738145f291b71c9d925bf.tar.gz
mv-cf1e92bb73e1fef5e99738145f291b71c9d925bf.tar.bz2
mv-cf1e92bb73e1fef5e99738145f291b71c9d925bf.zip
sys-fs/squashmount: Version bump. Install hook executable. Output info
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/squashmount/Manifest2
-rw-r--r--sys-fs/squashmount/squashmount-15.3.2.ebuild (renamed from sys-fs/squashmount/squashmount-15.3.0.ebuild)9
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest
index 99a2122a..e35003c7 100644
--- a/sys-fs/squashmount/Manifest
+++ b/sys-fs/squashmount/Manifest
@@ -1 +1 @@
-DIST squashmount-15.3.0.tar.gz 65195 SHA256 03d15224e7f96f1e0c044ef8860204065ff9fd6e30e29125762d2e0fa871c906
+DIST squashmount-15.3.2.tar.gz 65875 SHA256 d64d3532c1e6ee41947c050a97e6e41634fa8ff4cc1ab5451c3680b796f394b6
diff --git a/sys-fs/squashmount/squashmount-15.3.0.ebuild b/sys-fs/squashmount/squashmount-15.3.2.ebuild
index 0f9ba542..a044bb2c 100644
--- a/sys-fs/squashmount/squashmount-15.3.0.ebuild
+++ b/sys-fs/squashmount/squashmount-15.3.2.ebuild
@@ -34,7 +34,7 @@ DOC_CONTENTS="Please adapt /etc/squashmount.pl as well as
Configure the mount point 'gentoo' only if you use sync-type = squashdelta.
-For improved output use squasfs-tools from the mv overlay.
+For improved output use sys-fs/squashfs-tools from the mv overlay.
It is recommended to put into your zshrc the line:
alias squashmount='noglob squashmount'"
@@ -53,7 +53,10 @@ src_install() {
systemd_dounit systemd/system/*
systemd_dotmpfilesd tmpfiles.d/*
insinto /etc
- doins -r etc/*
+ doins etc/squashmount.pl
+ doins -r etc/revdep-rebuild etc/systemd etc/find_cruft.d
+ exeinto /etc/portage/repo.postsync.d
+ doexe etc/portage/repo.postsync.d/*
insinto /usr/share/zsh/site-functions
doins zsh/*
readme.gentoo_create_doc
@@ -67,7 +70,7 @@ pkg_postinst() {
'>=sys-fs/squashfuse-0.1.100 >=sys-fs/unionfs-fuse-0.25' \
'>=sys-fs/squashfuse-0.1.100 sys-fs/funionfs'
case " ${REPLACING_VERSIONS}" in
- ' '[0-7].*|' '8.[0-6]*|' '8.7.[0-4]*)
+ *' '[0-9].*|*' '1[0-4].*|*' '15.[0-2].*|*' '15.3.0*)
FORCE_PRINT_ELOG="true";;
esac
readme.gentoo_print_elog