summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-admin/checksec/ChangeLog3
-rw-r--r--app-admin/checksec/checksec-1.5.ebuild8
-rw-r--r--app-admin/sudox/ChangeLog3
-rw-r--r--app-admin/sudox/sudox-3.12.ebuild8
-rw-r--r--app-arch/archwrap/ChangeLog3
-rw-r--r--app-arch/archwrap/archwrap-1.10.ebuild8
-rw-r--r--app-arch/bzwc/ChangeLog3
-rw-r--r--app-arch/bzwc/bzwc-2.12.ebuild8
-rw-r--r--app-portage/eix/ChangeLog3
-rw-r--r--app-portage/eix/eix-99999999.ebuild4
-rw-r--r--app-portage/find_cruft/ChangeLog3
-rw-r--r--app-portage/find_cruft/find_cruft-2.1.ebuild8
-rw-r--r--app-portage/logclean/ChangeLog6
-rw-r--r--app-portage/logclean/Manifest2
-rw-r--r--app-portage/logclean/logclean-9.5.ebuild (renamed from app-portage/logclean/logclean-9.4.ebuild)9
-rw-r--r--app-portage/trickyfetch/ChangeLog3
-rw-r--r--app-portage/trickyfetch/trickyfetch-8.1.ebuild8
-rw-r--r--app-portage/useflags/ChangeLog3
-rw-r--r--app-portage/useflags/useflags-3.1.ebuild8
-rw-r--r--app-portage/world-mv/ChangeLog3
-rw-r--r--app-portage/world-mv/world-mv-3.10.ebuild8
-rw-r--r--app-shells/runtitle/ChangeLog3
-rw-r--r--app-shells/runtitle/runtitle-2.3.ebuild8
-rw-r--r--dev-util/diffhelp/ChangeLog3
-rw-r--r--dev-util/diffhelp/diffhelp-1.5.ebuild8
-rw-r--r--dev-util/mv_perl/ChangeLog3
-rw-r--r--dev-util/mv_perl/mv_perl-2.15.ebuild8
-rw-r--r--media-video/video-mv/ChangeLog3
-rw-r--r--media-video/video-mv/video-mv-7.9.ebuild11
-rw-r--r--sys-apps/cpi/ChangeLog3
-rw-r--r--sys-apps/cpi/cpi-2.4.ebuild8
-rw-r--r--sys-apps/openrc-wrapper/ChangeLog3
-rw-r--r--sys-apps/openrc-wrapper/openrc-wrapper-1.1-r1.ebuild8
-rw-r--r--sys-apps/starter/ChangeLog3
-rw-r--r--sys-apps/starter/starter-2.9.ebuild10
-rw-r--r--sys-block/zram-init/ChangeLog3
-rw-r--r--sys-block/zram-init/zram-init-2.2.ebuild8
-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
-rw-r--r--sys-kernel/kernel/ChangeLog3
-rw-r--r--sys-kernel/kernel/kernel-1.26.ebuild11
45 files changed, 140 insertions, 114 deletions
diff --git a/app-admin/checksec/ChangeLog b/app-admin/checksec/ChangeLog
index fe2292f7..f12cbc3d 100644
--- a/app-admin/checksec/ChangeLog
+++ b/app-admin/checksec/ChangeLog
@@ -4,6 +4,9 @@
*checksec-1.5 (12 Feb 2012)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
21 Sep 2012; Martin Väth <martin@mvath.de>:
Bump to EAPI=5
diff --git a/app-admin/checksec/checksec-1.5.ebuild b/app-admin/checksec/checksec-1.5.ebuild
index 0291c03a..bf9a24f4 100644
--- a/app-admin/checksec/checksec-1.5.ebuild
+++ b/app-admin/checksec/checksec-1.5.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://www.trapkit.de/tools/${PN}.sh -> ${P}.sh"
LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="zsh-completion"
+IUSE=""
S="${WORKDIR}"
src_prepare() {
@@ -22,8 +22,6 @@ src_prepare() {
src_install() {
newbin "${DISTDIR}/${P}.sh" "${PN}"
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins "${FILESDIR}/_${PN}"
- fi
+ insinto /usr/share/zsh/site-functions
+ doins "${FILESDIR}/_${PN}"
}
diff --git a/app-admin/sudox/ChangeLog b/app-admin/sudox/ChangeLog
index 9e57e13f..68455468 100644
--- a/app-admin/sudox/ChangeLog
+++ b/app-admin/sudox/ChangeLog
@@ -4,6 +4,9 @@
*sudox-3.12 (14 Sep 2012)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
28 Sep 2012; Martin Väth <martin@mvath.de>:
Bump to EAPI=5
diff --git a/app-admin/sudox/sudox-3.12.ebuild b/app-admin/sudox/sudox-3.12.ebuild
index 79c0df11..ca65c6ef 100644
--- a/app-admin/sudox/sudox-3.12.ebuild
+++ b/app-admin/sudox/sudox-3.12.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="app-admin/sudo
app-shells/push"
DEPEND=""
@@ -24,8 +24,6 @@ src_prepare() {
src_install() {
dobin "${PN}"
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins "_${PN}"
- fi
+ insinto /usr/share/zsh/site-functions
+ doins "_${PN}"
}
diff --git a/app-arch/archwrap/ChangeLog b/app-arch/archwrap/ChangeLog
index f689a30f..503607c0 100644
--- a/app-arch/archwrap/ChangeLog
+++ b/app-arch/archwrap/ChangeLog
@@ -4,6 +4,9 @@
*archwrap-1.10 (31 May 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
31 Sep 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild. Fix preserve defaults
diff --git a/app-arch/archwrap/archwrap-1.10.ebuild b/app-arch/archwrap/archwrap-1.10.ebuild
index ac0dfc28..a1ac1cf1 100644
--- a/app-arch/archwrap/archwrap-1.10.ebuild
+++ b/app-arch/archwrap/archwrap-1.10.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="app-shells/push"
DEPEND=""
@@ -30,9 +30,7 @@ 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/*
dodoc README
}
diff --git a/app-arch/bzwc/ChangeLog b/app-arch/bzwc/ChangeLog
index 495662c1..3ba68364 100644
--- a/app-arch/bzwc/ChangeLog
+++ b/app-arch/bzwc/ChangeLog
@@ -4,6 +4,9 @@
*bzwc-2.12 (07 May 2012)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
28 Sep 2012; Martin Väth <martin@mvath.de>:
Bump to EAPI=5
diff --git a/app-arch/bzwc/bzwc-2.12.ebuild b/app-arch/bzwc/bzwc-2.12.ebuild
index cfcef2ac..30494238 100644
--- a/app-arch/bzwc/bzwc-2.12.ebuild
+++ b/app-arch/bzwc/bzwc-2.12.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="app-shells/push"
DEPEND=""
@@ -30,8 +30,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/app-portage/eix/ChangeLog b/app-portage/eix/ChangeLog
index bb78ed2c..55a5c9ca 100644
--- a/app-portage/eix/ChangeLog
+++ b/app-portage/eix/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
14 Jun 2013; Martin Väth <martin@mvath.de>:
remove app-shells/push from DEPEND
diff --git a/app-portage/eix/eix-99999999.ebuild b/app-portage/eix/eix-99999999.ebuild
index e7fdf101..7d2bfac9 100644
--- a/app-portage/eix/eix-99999999.ebuild
+++ b/app-portage/eix/eix-99999999.ebuild
@@ -19,7 +19,7 @@ PROPERTIES="live"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS=""
-IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools zsh-completion"
+IUSE="clang debug +dep doc nls optimization security strong-optimization strong-security sqlite swap-remote tools"
BOTHDEPEND="sqlite? ( >=dev-db/sqlite-3 )
nls? ( virtual/libintl )"
@@ -45,7 +45,6 @@ src_prepare() {
src_configure() {
econf $(use_with sqlite) $(use_with doc extra-doc) \
- $(use_with zsh-completion) \
$(use_enable nls) $(use_enable tools separate-tools) \
$(use_enable security) $(use_enable optimization) \
$(use_enable strong-security) \
@@ -54,6 +53,7 @@ src_configure() {
$(use_with prefix always-accept-keywords) \
$(use_with dep dep-default) \
$(use_with clang nongnu-cxx clang++) \
+ --with-zsh-completion \
--with-ebuild-sh-default="/usr/$(get_libdir)/portage/bin/ebuild.sh" \
--with-portage-rootpath="${ROOTPATH}" \
--with-eprefix-default="${EPREFIX}" \
diff --git a/app-portage/find_cruft/ChangeLog b/app-portage/find_cruft/ChangeLog
index 807d58bd..b64d03fa 100644
--- a/app-portage/find_cruft/ChangeLog
+++ b/app-portage/find_cruft/ChangeLog
@@ -4,6 +4,9 @@
*find_cruft-2.1 (21 Aug 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
21 Aug 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/app-portage/find_cruft/find_cruft-2.1.ebuild b/app-portage/find_cruft/find_cruft-2.1.ebuild
index d900e009..07b74dc4 100644
--- a/app-portage/find_cruft/find_cruft-2.1.ebuild
+++ b/app-portage/find_cruft/find_cruft-2.1.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
virtual/perl-Getopt-Long"
@@ -28,10 +28,8 @@ src_install() {
insinto /etc
doins etc/*
dodir /etc/find_cruft.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() {
diff --git a/app-portage/logclean/ChangeLog b/app-portage/logclean/ChangeLog
index d4425d23..4590e091 100644
--- a/app-portage/logclean/ChangeLog
+++ b/app-portage/logclean/ChangeLog
@@ -2,6 +2,12 @@
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*logclean-9.5 (10 Sep 2013)
+
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Version bump, remove old ebuild. Support uncoloring of logfiles
+ Install zsh-completion unconditionally according to gentoo policy
+
*logclean-9.4 (18 Aug 2013)
18 Aug 2013; Martin Väth <martin@mvath.de>::
diff --git a/app-portage/logclean/Manifest b/app-portage/logclean/Manifest
index cd6b43d4..6672b528 100644
--- a/app-portage/logclean/Manifest
+++ b/app-portage/logclean/Manifest
@@ -1 +1 @@
-DIST logclean-9.4.tar.gz 10932 SHA256 8fd72239293371ed5a81fe7430e7ad913c15f8f6cba3adfaf790f46b24f95a83 SHA512 d5eac07fad419d5322c6f198944e7596bc4fc08ab7a06bdc9d788665ca6199fda6eee862bfad55e717e6529423143d22447cef3aec0a82ed54a81d3a37d334b5 WHIRLPOOL ba25a3b565378857a130ce6aba57d1b46b665573eb51d534b58684e6fb11b2574f126db732fcffc6999950d92661d94721817faa00a4436d4f2191023234677e
+DIST logclean-9.5.tar.gz 11329 SHA256 4fbbb94bc444878dc2841bf14de17bf727d609255bb46b51f5570df106c4e9cd SHA512 8caf9c5e89a1f57b02746a5f6dd102c3f2392ad462d6ec7fe4dab5b44432e02df64e52479220f29b664a9675a552dbd588fb15205f4d4e664394f8be6990336b WHIRLPOOL f78c49c7852d24a44617730dd73ca1fab743e377ebec08368d62f34a0992294136ac9dc2ca4d864a70d1b2d051671009f4217dc7329a2c9e6411685deffd117e
diff --git a/app-portage/logclean/logclean-9.4.ebuild b/app-portage/logclean/logclean-9.5.ebuild
index e579b92c..cfe1ad16 100644
--- a/app-portage/logclean/logclean-9.4.ebuild
+++ b/app-portage/logclean/logclean-9.5.ebuild
@@ -13,9 +13,10 @@ 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
+ || ( >=dev-lang/perl-5.14 virtual/perl-Term-ANSIColor )
virtual/perl-Getopt-Long"
src_prepare() {
@@ -26,10 +27,8 @@ src_install() {
dobin "${PN}"
insinto /etc
doins "${PN}.conf"
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins "_${PN}"
- fi
+ insinto /usr/share/zsh/site-functions
+ doins "_${PN}"
}
pkg_postinst() {
diff --git a/app-portage/trickyfetch/ChangeLog b/app-portage/trickyfetch/ChangeLog
index 7d7da7e5..52280ee0 100644
--- a/app-portage/trickyfetch/ChangeLog
+++ b/app-portage/trickyfetch/ChangeLog
@@ -4,6 +4,9 @@
*trickyfetch-8.1 (28 Jan 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
14 Aug 2013; Martin Väth <martin@mvath.de>:
Simplify EPREFIX (without revision bump)
diff --git a/app-portage/trickyfetch/trickyfetch-8.1.ebuild b/app-portage/trickyfetch/trickyfetch-8.1.ebuild
index 3c06d73d..7da72530 100644
--- a/app-portage/trickyfetch/trickyfetch-8.1.ebuild
+++ b/app-portage/trickyfetch/trickyfetch-8.1.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="zsh-completion"
+IUSE=""
src_prepare() {
sed -i -e "s'\\(PATH=.\\)/etc'\\1${EPREFIX}/etc'" \
@@ -25,10 +25,8 @@ src_install() {
dobin bin/*
insinto /etc
doins etc/*
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins zsh/_*
- fi
+ insinto /usr/share/zsh/site-functions
+ doins zsh/_*
dodoc README
}
diff --git a/app-portage/useflags/ChangeLog b/app-portage/useflags/ChangeLog
index 2fb66fda..b753b2bb 100644
--- a/app-portage/useflags/ChangeLog
+++ b/app-portage/useflags/ChangeLog
@@ -4,6 +4,9 @@
*useflags-3.1 (28 Jan 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
28 Jan 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/app-portage/useflags/useflags-3.1.ebuild b/app-portage/useflags/useflags-3.1.ebuild
index 5348d04e..9ded0965 100644
--- a/app-portage/useflags/useflags-3.1.ebuild
+++ b/app-portage/useflags/useflags-3.1.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
virtual/perl-Getopt-Long"
@@ -24,10 +24,8 @@ src_prepare() {
src_install() {
dobin "${PN}"
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins "_${PN}"
- fi
+ insinto /usr/share/zsh/site-functions
+ doins "_${PN}"
}
pkg_postinst() {
diff --git a/app-portage/world-mv/ChangeLog b/app-portage/world-mv/ChangeLog
index 562cccd1..627cb34b 100644
--- a/app-portage/world-mv/ChangeLog
+++ b/app-portage/world-mv/ChangeLog
@@ -4,6 +4,9 @@
*world-mv-3.10 (11 Nov 2012)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
11 Nov 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/app-portage/world-mv/world-mv-3.10.ebuild b/app-portage/world-mv/world-mv-3.10.ebuild
index 3bf3a9b7..ca1eb9c1 100644
--- a/app-portage/world-mv/world-mv-3.10.ebuild
+++ b/app-portage/world-mv/world-mv-3.10.ebuild
@@ -14,7 +14,7 @@ SRC_URI="http://github.com/vaeth/${mPN}/tarball/release-${PV} -> ${mPN}-${PV}.ta
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="zsh-completion"
+IUSE=""
S="${WORKDIR}/${mPN}-${PV}"
src_prepare() {
@@ -24,8 +24,6 @@ src_prepare() {
src_install() {
dobin "${mPN}"
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins _"${mPN}"
- fi
+ insinto /usr/share/zsh/site-functions
+ doins _"${mPN}"
}
diff --git a/app-shells/runtitle/ChangeLog b/app-shells/runtitle/ChangeLog
index 1f2ffa4b..bc4253b0 100644
--- a/app-shells/runtitle/ChangeLog
+++ b/app-shells/runtitle/ChangeLog
@@ -4,6 +4,9 @@
*runtitle-2.3 (17 Nov 2012)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
17 Nov 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/app-shells/runtitle/runtitle-2.3.ebuild b/app-shells/runtitle/runtitle-2.3.ebuild
index 9cb1d061..91381b6f 100644
--- a/app-shells/runtitle/runtitle-2.3.ebuild
+++ b/app-shells/runtitle/runtitle-2.3.ebuild
@@ -13,7 +13,7 @@ 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=""
src_prepare() {
epatch_user
@@ -21,9 +21,7 @@ src_prepare() {
src_install() {
dobin bin/*
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins zsh/*
- fi
+ insinto /usr/share/zsh/site-functions
+ doins zsh/*
dodoc README
}
diff --git a/dev-util/diffhelp/ChangeLog b/dev-util/diffhelp/ChangeLog
index 0418a635..84695974 100644
--- a/dev-util/diffhelp/ChangeLog
+++ b/dev-util/diffhelp/ChangeLog
@@ -4,6 +4,9 @@
*diffhelp-1.5 (07 May 2012)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
28 Sep 2012; Martin Väth <martin@mvath.de>:
Bump to EAPI=5
diff --git a/dev-util/diffhelp/diffhelp-1.5.ebuild b/dev-util/diffhelp/diffhelp-1.5.ebuild
index 4c9fc8d7..a22d30a4 100644
--- a/dev-util/diffhelp/diffhelp-1.5.ebuild
+++ b/dev-util/diffhelp/diffhelp-1.5.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=""
src_prepare() {
epatch_user
@@ -21,8 +21,6 @@ src_prepare() {
src_install() {
dobin "${PN}"
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins "_${PN}"
- fi
+ insinto /usr/share/zsh/site-functions
+ doins "_${PN}"
}
diff --git a/dev-util/mv_perl/ChangeLog b/dev-util/mv_perl/ChangeLog
index 41d89ed5..a9175328 100644
--- a/dev-util/mv_perl/ChangeLog
+++ b/dev-util/mv_perl/ChangeLog
@@ -4,6 +4,9 @@
*noscript-2.15 (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/dev-util/mv_perl/mv_perl-2.15.ebuild b/dev-util/mv_perl/mv_perl-2.15.ebuild
index be31d1ec..539a855b 100644
--- a/dev-util/mv_perl/mv_perl-2.15.ebuild
+++ b/dev-util/mv_perl/mv_perl-2.15.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
virtual/perl-Getopt-Long
@@ -26,8 +26,6 @@ src_prepare() {
src_install() {
dobin bin/*
dodoc README
- 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/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog
index 32bb45ce..0d1272c2 100644
--- a/media-video/video-mv/ChangeLog
+++ b/media-video/video-mv/ChangeLog
@@ -4,6 +4,9 @@
*video-mv-7.9 (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/media-video/video-mv/video-mv-7.9.ebuild b/media-video/video-mv/video-mv-7.9.ebuild
index cbcd3e9e..f8dd3952 100644
--- a/media-video/video-mv/video-mv-7.9.ebuild
+++ b/media-video/video-mv/video-mv-7.9.ebuild
@@ -13,10 +13,9 @@ 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="app-shells/push
- !<app-shells/runtitle-2.3
- zsh-completion? ( app-shells/runtitle[zsh-completion] )
+ >=app-shells/runtitle-2.3
|| ( ( media-sound/alsa-utils
|| ( media-video/mplayer[encode] virtual/ffmpeg ) )
media-tv/linuxtv-dvb-apps )"
@@ -37,10 +36,8 @@ src_install() {
done
insinto /etc
doins etc/*
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins zsh/*
- fi
+ insinto /usr/share/zsh/site-functions
+ doins zsh/*
dodoc README
}
diff --git a/sys-apps/cpi/ChangeLog b/sys-apps/cpi/ChangeLog
index b36df2fe..f5606f91 100644
--- a/sys-apps/cpi/ChangeLog
+++ b/sys-apps/cpi/ChangeLog
@@ -4,6 +4,9 @@
*cpi-2.4 (23 Aug 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
23 Aug 2013; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/sys-apps/cpi/cpi-2.4.ebuild b/sys-apps/cpi/cpi-2.4.ebuild
index 4f787967..10349755 100644
--- a/sys-apps/cpi/cpi-2.4.ebuild
+++ b/sys-apps/cpi/cpi-2.4.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=""
src_prepare() {
epatch_user
@@ -21,8 +21,6 @@ src_prepare() {
src_install() {
dobin bin/*
- 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-apps/openrc-wrapper/ChangeLog b/sys-apps/openrc-wrapper/ChangeLog
index cc63293e..9db4428f 100644
--- a/sys-apps/openrc-wrapper/ChangeLog
+++ b/sys-apps/openrc-wrapper/ChangeLog
@@ -4,6 +4,9 @@
*openrc-wrapper-1.1-r1 (24 Aug 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
24 Aug 2013; Martin Väth <martin@mvath.de>:
Fix blockers
diff --git a/sys-apps/openrc-wrapper/openrc-wrapper-1.1-r1.ebuild b/sys-apps/openrc-wrapper/openrc-wrapper-1.1-r1.ebuild
index 654dbe5b..b478d0fa 100644
--- a/sys-apps/openrc-wrapper/openrc-wrapper-1.1-r1.ebuild
+++ b/sys-apps/openrc-wrapper/openrc-wrapper-1.1-r1.ebuild
@@ -17,7 +17,7 @@ IUSE=""
DEPEND="!!<sys-fs/squash_dir-3.2"
RDEPEND="${DEPEND}"
-IUSE="zsh-completion"
+IUSE=""
src_prepare() {
epatch_user
@@ -27,8 +27,6 @@ src_install() {
dodoc README
dobin bin/*
systemd_dounit systemd/system/*
- 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-apps/starter/ChangeLog b/sys-apps/starter/ChangeLog
index ec8e57c4..5c19646b 100644
--- a/sys-apps/starter/ChangeLog
+++ b/sys-apps/starter/ChangeLog
@@ -4,6 +4,9 @@
*starter-2.9 (17 Nov 2012)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
17 Nov 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild. Improve zsh completion
diff --git a/sys-apps/starter/starter-2.9.ebuild b/sys-apps/starter/starter-2.9.ebuild
index 7af80f4a..cfcc13d2 100644
--- a/sys-apps/starter/starter-2.9.ebuild
+++ b/sys-apps/starter/starter-2.9.ebuild
@@ -13,9 +13,9 @@ 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="app-shells/push
- >=app-shells/runtitle-2.3[zsh-completion?]"
+ >=app-shells/runtitle-2.3"
DEPEND=""
src_prepare() {
@@ -31,9 +31,7 @@ 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/*
dodoc README
}
diff --git a/sys-block/zram-init/ChangeLog b/sys-block/zram-init/ChangeLog
index 1c0f6476..4c9d7f68 100644
--- a/sys-block/zram-init/ChangeLog
+++ b/sys-block/zram-init/ChangeLog
@@ -4,6 +4,9 @@
*zram-init-2.2.ebuild (03 Jan 2013)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
03 Jan 2012; Martin Väth <martin@mvath.de>:
Version bump, remove old ebuild.
diff --git a/sys-block/zram-init/zram-init-2.2.ebuild b/sys-block/zram-init/zram-init-2.2.ebuild
index 55cb8b52..fd582cc6 100644
--- a/sys-block/zram-init/zram-init-2.2.ebuild
+++ b/sys-block/zram-init/zram-init-2.2.ebuild
@@ -13,7 +13,7 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="zsh-completion"
+IUSE=""
src_prepare() {
epatch_user
@@ -23,10 +23,8 @@ src_install() {
dosbin sbin/*
doinitd openrc/init.d/*
doconfd openrc/conf.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() {
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() {
diff --git a/sys-kernel/kernel/ChangeLog b/sys-kernel/kernel/ChangeLog
index abb87b40..54fb2123 100644
--- a/sys-kernel/kernel/ChangeLog
+++ b/sys-kernel/kernel/ChangeLog
@@ -4,6 +4,9 @@
*kernel-1.26 (17 Nov 2012)
+ 10 Sep 2013; Martin Väth <martin@mvath.de>:
+ Install zsh-completion unconditionally according to gentoo policy
+
01 Dev 2012; Martin Väth <martin@mvath.de>:
Remove USE=eix; only log recommendation if appropriate
diff --git a/sys-kernel/kernel/kernel-1.26.ebuild b/sys-kernel/kernel/kernel-1.26.ebuild
index 0d0ef08d..fc30a2b7 100644
--- a/sys-kernel/kernel/kernel-1.26.ebuild
+++ b/sys-kernel/kernel/kernel-1.26.ebuild
@@ -13,12 +13,11 @@ 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="app-admin/sudo
app-admin/sudox
app-shells/push
- !<app-shells/runtitle-2.3
- zsh-completion? ( app-shells/runtitle[zsh-completion] )"
+ >=app-shells/runtitle-2.3"
DEPEND=""
src_prepare() {
@@ -27,10 +26,8 @@ src_prepare() {
src_install() {
dobin "${PN}"
- if use zsh-completion
- then insinto /usr/share/zsh/site-functions
- doins _*
- fi
+ insinto /usr/share/zsh/site-functions
+ doins _*
}
pkg_postinst() {