summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-06-10 13:42:00 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:44 +0200
commite28bb3362295ee2cdf289c02b63962c151ab8267 (patch)
tree1c1e1082a4df2f3c885a481ebbc4e727f4a0ef4c /sys-fs/squash_dir
parentBump video-mv (diff)
downloadmv-e28bb3362295ee2cdf289c02b63962c151ab8267.tar.gz
mv-e28bb3362295ee2cdf289c02b63962c151ab8267.tar.bz2
mv-e28bb3362295ee2cdf289c02b63962c151ab8267.zip
Mandatory runtitle only for USE=zsh-completion. Improve message for eix dep
Diffstat (limited to 'sys-fs/squash_dir')
-rw-r--r--sys-fs/squash_dir/ChangeLog4
-rw-r--r--sys-fs/squash_dir/squash_dir-12.9.ebuild5
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-fs/squash_dir/ChangeLog b/sys-fs/squash_dir/ChangeLog
index d7cb3420..bd109c2d 100644
--- a/sys-fs/squash_dir/ChangeLog
+++ b/sys-fs/squash_dir/ChangeLog
@@ -7,8 +7,8 @@
28 Jan 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
- 09 Jun 2013; Martin Väth <martin@mvath.de>:
- Make runtitle mandatory
+ 10 Jun 2013; Martin Väth <martin@mvath.de>:
+ Make runtitle mandatory for USE=zsh-completion, recommend otherwise
*squash_dir-12.8 (08 Jan 2013)
diff --git a/sys-fs/squash_dir/squash_dir-12.9.ebuild b/sys-fs/squash_dir/squash_dir-12.9.ebuild
index c7bf04a4..3eb26583 100644
--- a/sys-fs/squash_dir/squash_dir-12.9.ebuild
+++ b/sys-fs/squash_dir/squash_dir-12.9.ebuild
@@ -17,8 +17,9 @@ KEYWORDS="~amd64 ~ppc ~x86"
IUSE="aufs overlayfs unionfs-fuse zsh-completion"
RDEPEND="sys-fs/squashfs-tools
+ !<app-shells/runtitle-2.3
+ zsh-completion? ( app-shells/runtitle[zsh-completion] )
!<sys-fs/unionfs-fuse-0.25
- >=app-shells/runtitle-2.3[zsh-completion?]
unionfs-fuse? ( sys-fs/unionfs-fuse )"
DEPEND=">=sys-devel/autoconf-2.65"
@@ -78,4 +79,6 @@ pkg_postinst() {
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"
fi
+ has_version app-shells/runtitle || elog \
+ "Install app-shells/runtitle to let ${PN} update the satatus bar"
}