summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
authorMartin Väth <martin@mvath.de>2013-09-10 21:14:04 +0200
committerMartin Väth <martin@mvath.de>2015-10-11 10:48:58 +0200
commitf10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22 (patch)
tree09ffc7566c9726124cfb82ff91ef6e8904b5f3d8 /sys-fs
parentFix typo (diff)
downloadmv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.tar.gz
mv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.tar.bz2
mv-f10cf22d2f0c289f01e0448a2d8ae8c7a0b04e22.zip
Bump logclean. Remove USE=zsh-completion
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/emount/ChangeLog3
-rw-r--r--sys-fs/emount/emount-2.6.ebuild8
-rw-r--r--sys-fs/squash_dir/ChangeLog3
-rw-r--r--sys-fs/squash_dir/squash_dir-13.3.ebuild7
-rw-r--r--sys-fs/squashmount/ChangeLog3
-rw-r--r--sys-fs/squashmount/squashmount-2.10.ebuild11
6 files changed, 19 insertions, 16 deletions
diff --git a/sys-fs/emount/ChangeLog b/sys-fs/emount/ChangeLog
index 7701e64f..3f25ce9a 100644
--- a/sys-fs/emount/ChangeLog
+++ b/sys-fs/emount/ChangeLog
@@ -4,6 +4,9 @@
*emount-2.6 (18 Aug 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
18 Aug 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/sys-fs/emount/emount-2.6.ebuild b/sys-fs/emount/emount-2.6.ebuild
index b8079f19..24b2d663 100644
--- a/sys-fs/emount/emount-2.6.ebuild
+++ b/sys-fs/emount/emount-2.6.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="zsh-completion"
+IUSE=""
RDEPEND="dev-lang/perl
sys-fs/cryptsetup
@@ -32,8 +32,6 @@ src_install() {
else dobin "${i}"
fi
done
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins zsh/*
- fi
+ insinto /usr/share/zsh/site-functions
+ doins zsh/*
}
diff --git a/sys-fs/squash_dir/ChangeLog b/sys-fs/squash_dir/ChangeLog
index 2d82a6f1..09b0b699 100644
--- a/sys-fs/squash_dir/ChangeLog
+++ b/sys-fs/squash_dir/ChangeLog
@@ -4,6 +4,9 @@
*squash_dir-13.3 (31 Aug 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
31 Aug 2013; Martin Väth <martin@mvath.de>:
Recommend alias with noglob
diff --git a/sys-fs/squash_dir/squash_dir-13.3.ebuild b/sys-fs/squash_dir/squash_dir-13.3.ebuild
index 3fd95d7c..5ce07a5f 100644
--- a/sys-fs/squash_dir/squash_dir-13.3.ebuild
+++ b/sys-fs/squash_dir/squash_dir-13.3.ebuild
@@ -15,14 +15,13 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="aufs overlayfs bundled-openrc-wrapper unionfs-fuse zsh-completion"
+IUSE="aufs overlayfs bundled-openrc-wrapper unionfs-fuse"
BOTHDEPEND="bundled-openrc-wrapper? ( !!sys-apps/openrc-wrapper )"
RDEPEND="sys-fs/squashfs-tools
!bundled-openrc-wrapper? ( sys-apps/openrc-wrapper )
${BOTHDEPEND}
- !<app-shells/runtitle-2.3
- zsh-completion? ( app-shells/runtitle[zsh-completion] )
+ >=app-shells/runtitle-2.3
!<sys-fs/unionfs-fuse-0.25
unionfs-fuse? ( sys-fs/unionfs-fuse )"
DEPEND=">=sys-devel/autoconf-2.65
@@ -54,7 +53,7 @@ src_configure() {
use aufs && order=aufs
use overlayfs && order=overlayfs
local myeconfargs=(
- "$(use_with zsh-completion)"
+ --with-zsh-completion
"$(use_enable bundled-openrc-wrapper openrc-wrapper)"
${order:+"--with-first-order=${order}"}
)
diff --git a/sys-fs/squashmount/ChangeLog b/sys-fs/squashmount/ChangeLog
index a7cac21d..6a57fe49 100644
--- a/sys-fs/squashmount/ChangeLog
+++ b/sys-fs/squashmount/ChangeLog
@@ -4,6 +4,9 @@
*squashmount-2.10 (09 Sep 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
09 Sep 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/sys-fs/squashmount/squashmount-2.10.ebuild b/sys-fs/squashmount/squashmount-2.10.ebuild
index 436bd805..81de90b4 100644
--- a/sys-fs/squashmount/squashmount-2.10.ebuild
+++ b/sys-fs/squashmount/squashmount-2.10.ebuild
@@ -13,10 +13,9 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="zsh-completion"
+IUSE=""
-RDEPEND="!<app-shells/runtitle-2.3
- zsh-completion? ( app-shells/runtitle[zsh-completion] )
+RDEPEND=">=app-shells/runtitle-2.3
dev-lang/perl
|| ( dev-perl/File-Which sys-apps/which )
virtual/perl-File-Path
@@ -40,10 +39,8 @@ src_install() {
doins etc/*
insinto /usr/lib/tmpfiles.d
doins tmpfiles.d/*
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins zsh/*
- fi
+ insinto /usr/share/zsh/site-functions
+ doins zsh/*
}
pkg_postinst() {