summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-08-31 05:34:16 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:58 +0200
commit46ada791de2daada7996755369b867bb2c7f03c7 (patch)
tree2b7eb27ce3735f1e6facad1a87583b4bad4acac5 /sys-fs/squash_dir
parentBump noscript, duckduckgo. Last chance for duckduckgo to become sane (diff)
downloadmv-46ada791de2daada7996755369b867bb2c7f03c7.tar.gz
mv-46ada791de2daada7996755369b867bb2c7f03c7.tar.bz2
mv-46ada791de2daada7996755369b867bb2c7f03c7.zip
Bump squashmount, squash_dir, zshrc-mv
Diffstat (limited to 'sys-fs/squash_dir')
-rw-r--r--sys-fs/squash_dir/ChangeLog5
-rw-r--r--sys-fs/squash_dir/Manifest2
-rw-r--r--sys-fs/squash_dir/squash_dir-13.3.ebuild (renamed from sys-fs/squash_dir/squash_dir-13.2.ebuild)22
3 files changed, 17 insertions, 12 deletions
diff --git a/sys-fs/squash_dir/ChangeLog b/sys-fs/squash_dir/ChangeLog
index 3aa6145b..2d82a6f1 100644
--- a/sys-fs/squash_dir/ChangeLog
+++ b/sys-fs/squash_dir/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*squash_dir-13.3 (31 Aug 2013)
+
+ 31 Aug 2013; Martin Väth <martin@mvath.de>:
+ Recommend alias with noglob
+
*squash_dir-13.1a (18 Aug 2013)
18 Aug 2013; Martin Väth <martin@mvath.de>:
diff --git a/sys-fs/squash_dir/Manifest b/sys-fs/squash_dir/Manifest
index a735307b..72e5cbf6 100644
--- a/sys-fs/squash_dir/Manifest
+++ b/sys-fs/squash_dir/Manifest
@@ -1 +1 @@
-DIST squash_dir-13.2.tar.gz 31652 SHA256 8e91bb9d24b66ff67e7382f5c2869278d554cfe55d9ae2b146f2423b5eb685f2 SHA512 6e3066ff655b08bb5e6762cfe39e49cca229c87a9088c5a18c3f515af63966028e922be56541b26ceb0ae0ae3e33f5cf4c19f73779929a6af52b370d3519729b WHIRLPOOL 0b58fd4a8664638cc9e6d6d6feb34d70fc93f0f2c93cf7d82a9a90fbb50e4b4ca17fd2752ebb6bc942ccebb7ff7bd7ce49eda298ae06d30ca68931666727350a
+DIST squash_dir-13.3.tar.gz 31770 SHA256 cff499ba7cc28da2af0644409b5c376756a214d8bc24dbe5397328c48f652460 SHA512 1d4831f8b73324be3615fbe7e7d8bfc615434e0d4169a3042fc4546de1fa428676b30bd13f96ae77055f27a0bb3832cca37f4810633490a0b84ec180ae82df77 WHIRLPOOL 8d76e5430489283d86eeebc8b340f678249f0507e2aa4a58763281d0deeecd3bbf1814039aa1bf7c93e5dd69f468c6aab0fc9d0c7db735fdd11683a453f75409
diff --git a/sys-fs/squash_dir/squash_dir-13.2.ebuild b/sys-fs/squash_dir/squash_dir-13.3.ebuild
index 14342a6f..3fd95d7c 100644
--- a/sys-fs/squash_dir/squash_dir-13.2.ebuild
+++ b/sys-fs/squash_dir/squash_dir-13.3.ebuild
@@ -86,19 +86,19 @@ pkg_postinst() {
then ewarn "To use ${PN} activate aufs in your kernel. Use e.g. sys-fs/aufs*"
fi;;
esac
- local i ok=false
- for i in ${REPLACING_VERSIONS}
- do case ${i} in
- [0-9].*|1[01].*|12.[0-6]) continue;;
- esac
- ok=:
- break
- done
- ${ok} || elog "Please adopt ${EPREFIX}/etc/conf.d/${PN} to your needs"
+ case " ${REPLACING_VERSIONS}" in
+ ' '[0-9][0-9][0-9]*|' '[2-9][0-9]*|' '1[3-9]*|' '12.[0-9][0-9]*|' '12.[7-9]*) :;;
+ *) elog "Please adopt ${EPREFIX}/etc/conf.d/${PN} to your needs.";;
+ esac
if ! has_version sys-fs/squashfs-tools[progress-redirect]
then elog "For better output of ${PN}, it is recommended to install"
- elog "sys-fs/squashfs-tools from the mv overlay with USE=progress-redirect"
+ elog "sys-fs/squashfs-tools from the mv overlay with USE=progress-redirect."
fi
has_version app-shells/runtitle || elog \
- "Install app-shells/runtitle to let ${PN} update the status bar"
+ "Install app-shells/runtitle to let ${PN} update the status bar."
+ case " ${REPLACING_VERSIONS}" in
+ ' '[0-9][0-9][0-9]*|' '[2-9][0-9]*|' '1[4-9]*|' '13.[0-9][0-9]*|' '13.[3-9]*) :;;
+ *) elog "It is recommended to put into your zshrc the line:"
+ elog "alias squash_dir='noglob squash_dir'";;
+ esac
}