summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-09-21 17:18:59 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:59 +0200
commitd35ef8b0b7ee22ca25ee89789c1101b0031688d0 (patch)
tree7ac3c1f2069e69465e2f597d90ae7aa2c4319808 /sys-fs/squashmount
parentBump portage-bashrc-mv (diff)
downloadmv-d35ef8b0b7ee22ca25ee89789c1101b0031688d0.tar.gz
mv-d35ef8b0b7ee22ca25ee89789c1101b0031688d0.tar.bz2
mv-d35ef8b0b7ee22ca25ee89789c1101b0031688d0.zip
Bump squashmount
Diffstat (limited to 'sys-fs/squashmount')
-rw-r--r--sys-fs/squashmount/ChangeLog7
-rw-r--r--sys-fs/squashmount/Manifest2
-rw-r--r--sys-fs/squashmount/squashmount-3.1.ebuild (renamed from sys-fs/squashmount/squashmount-2.10.ebuild)8
3 files changed, 14 insertions, 3 deletions
diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog
index 6a57fe49..db59741d 100644
--- a/sys-fs/squashmount/ChangeLog
+++ b/sys-fs/squashmount/ChangeLog
@@ -2,6 +2,13 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*squashmount-3.1 (21 Sep 2013)
+
+ 21 Sep 2013; Martin Väth <martin@mvath.de>:
+ Version bump, remove old ebuild. Report new recommended dependencies.
+ This version will modprobe required modules and can be configured to skip
+ overlayfs or aufs depending on availability without a warning.
+
*squashmount-2.10 (09 Sep 2013)
10 Sep 2013; Martin Väth <martin@mvath.de>:
diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest
index 55ea545a..2a8b4b11 100644
--- a/sys-fs/squashmount/Manifest
+++ b/sys-fs/squashmount/Manifest
@@ -1 +1 @@
-DIST squashmount-2.10.tar.gz 32421 SHA256 bbb4350664353c79836011506ff0c3f939a27dfa0940f2c542611528ffcd3f9e SHA512 32abd4408f35933b5cebae400f611f303f0fb0bf3ba38d624ba3233594b5f983a19be5397879e39866f1ae3f55f59052fd5393f74a286c95882e2116ac3853b5 WHIRLPOOL 445213c5c52c5a56be9c34f7027d564f13020a2f109d20af8f09efd25408712c7d1e89730b2fe26177a23dc3fc37449ccb64bc1948ab57cf14cdb750d706dd96
+DIST squashmount-3.1.tar.gz 34596 SHA256 21788a8b075fc16fefe1dc84122e3566f3f2392abb8ef6ef5c9fd59c61d85fa5 SHA512 a7de10b011ebd6bb1bc5fef1fb02af7f4f74913d4719fea531fffe66e4f544867c22968fa255b60534b2b5194b578c9d348a095d09fe4c4920dc16751e1b681e WHIRLPOOL 3c41ccc6b73084ed452287ebe702c62c08c7a70d7a67390fac40b519de487741a283d24f76addd10af6de87227a2c6f987a2a25eee5e7b559f542d7c0d2e9fb2
diff --git a/sys-fs/squashmount/squashmount-2.10.ebuild b/sys-fs/squashmount/squashmount-3.1.ebuild
index 81de90b4..840e160d 100644
--- a/sys-fs/squashmount/squashmount-2.10.ebuild
+++ b/sys-fs/squashmount/squashmount-3.1.ebuild
@@ -53,8 +53,12 @@ pkg_postinst() {
has_version dev-perl/File-Which || elog \
"${PN} strongly recommends to install dev-perl/File-Which."
has_version '>=dev-lang/perl-5.14' || has_version perl-core/Term-ANSIColor || {
- elog "For colored output install virtual/perl-Term-ANSIColor or"
- elog "alternatively upgrade to >=dev-lang/perl-5.14"
+ elog "For colored output upgrade to >=dev-lang/perl-5.14 or"
+ elog "alternatively install virtual/perl-Term-ANSIColor"
+ }
+ has_version '>=dev-lang/perl-5.12' || has_version virtual/perl-IO-Compress || {
+ elog "For using ? or ?? attributes upgrade to >=dev-lang/perl-5.12 or"
+ elog "alternatively install virtual/perl-IO-Compress"
}
case " ${REPLACING_VERSIONS}" in
' '[0-9][0-9]*|' '[3-9]*|' '2.[0-9][0-9]*|' '2.[7-9]*) :;;