diff options
author | Martin Väth <martin@mvath.de> | 2014-10-31 17:31:02 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2015-10-11 10:49:19 +0200 |
commit | eab108b04812710586d863a7e4382e098aedee97 (patch) | |
tree | 782e6e589739fc3faa753e22f6b3aa43229da41e /sys-fs | |
parent | Bump noscript (diff) | |
download | mv-eab108b04812710586d863a7e4382e098aedee97.tar.gz mv-eab108b04812710586d863a7e4382e098aedee97.tar.bz2 mv-eab108b04812710586d863a7e4382e098aedee97.zip |
Bump squashmount
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/squashmount/ChangeLog | 7 | ||||
-rw-r--r-- | sys-fs/squashmount/Manifest | 2 | ||||
-rw-r--r-- | sys-fs/squashmount/squashmount-8.7.5.ebuild (renamed from sys-fs/squashmount/squashmount-8.7.4.ebuild) | 7 |
3 files changed, 10 insertions, 6 deletions
diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog index e2b59eb8..d9518883 100644 --- a/sys-fs/squashmount/ChangeLog +++ b/sys-fs/squashmount/ChangeLog @@ -2,7 +2,12 @@ # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ -*squashmount-8.7.3 (12 Oct 2014) +*squashmount-8.7.5 (31 Oct 2014) + + 31 Oct 2014; Martin Väth <martin@mvath.de>: + Version bump, remove old ebuild. Fix timeout for systemd + +*squashmount-8.7.4 (12 Oct 2014) 12 Oct 2014; Martin Väth <martin@mvath.de>: Version bump, remove old ebuild diff --git a/sys-fs/squashmount/Manifest b/sys-fs/squashmount/Manifest index 48c139f4..258bdabe 100644 --- a/sys-fs/squashmount/Manifest +++ b/sys-fs/squashmount/Manifest @@ -1 +1 @@ -DIST squashmount-v8.7.4.tar.gz 52304 SHA256 a402a3504c126e8c0252acd0a7073e96fd04a646daaf0f78d5570e4cfa2efb70 SHA512 7faf777f7c12451236a9673f5a1757d765294249a2a1e445f64ec3457f3463368f69c3881e2c668bf0b535f55d42860f92bf8302618c1eeaaf48d3486e46a889 WHIRLPOOL 93df56d03bc15843fb3459b3047b36c2b3006fdb0fcce9eec5e8f54e5230084e8d675223f948440a79d37e833273bdbcddbadebb2a758ee781b8e7b3e7481f1c +DIST squashmount-v8.7.5.tar.gz 52796 SHA256 2270dbdd1a5b81a9b5a6d761ffe939269de4b272ac4523cb27706aca60d839a8 SHA512 2ab91c56850d9bbfc2e3fe26c48f3da66b764d8a541aa578f9912ada58b21f7ef4d267616c0920fdcb30777036f355855cd1f17756905a4a4b2fc2828f2e1925 WHIRLPOOL 3af62b0550a83a368a7457b8cc63018909a91445de1fa98d33ebd37dd4f6320d92e04f0a6033349f9e75a812a70dc855c8fb861e55311509435e55a765fbf00e diff --git a/sys-fs/squashmount/squashmount-8.7.4.ebuild b/sys-fs/squashmount/squashmount-8.7.5.ebuild index 1a7ec7c4..326762ae 100644 --- a/sys-fs/squashmount/squashmount-8.7.4.ebuild +++ b/sys-fs/squashmount/squashmount-8.7.5.ebuild @@ -29,7 +29,8 @@ RDEPEND=">=app-shells/runtitle-2.3 DEPEND="" DISABLE_AUTOFORMATTING="true" -DOC_CONTENTS="Please adapt /etc/squashmount.pl to your needs. +DOC_CONTENTS="Please adapt /etc/squashmount.pl as well as +/etc/systemd/system/squashmount.service.d/timeout.conf to your needs. For improved output use squasfs-tools from the mv overlay. It is recommended to put into your zshrc the line: alias squashmount='noglob squashmount'" @@ -60,9 +61,7 @@ pkg_postinst() { optfeature "improved compatibility and security" 'dev-perl/File-Which' optfeature "colored output" '>=dev-lang/perl-5.14' 'virtual/perl-Term-ANSIColor' case " ${REPLACING_VERSIONS}" in - ' '[0-9][0-9]*|' '[3-9]*|' '2.[0-9][0-9]*|' '2.[7-9]*) - :;; - *) + ' '[0-7].*|' '8.[0-6]*|' '8.7.[0-4]*) FORCE_PRINT_ELOG="true";; esac readme.gentoo_pkg_postinst |