diff options
-rw-r--r-- | app-portage/find_cruft/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/find_cruft/find_cruft-2.0.ebuild | 2 | ||||
-rw-r--r-- | app-portage/logclean/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/logclean/logclean-9.3.ebuild | 2 | ||||
-rw-r--r-- | app-portage/trickyfetch/ChangeLog | 3 | ||||
-rw-r--r-- | app-portage/trickyfetch/trickyfetch-8.1.ebuild | 2 | ||||
-rw-r--r-- | media-video/video-mv/ChangeLog | 3 | ||||
-rw-r--r-- | media-video/video-mv/video-mv-6.1.ebuild | 5 | ||||
-rw-r--r-- | sys-fs/squash_dir/ChangeLog | 4 | ||||
-rw-r--r-- | sys-fs/squash_dir/squash_dir-12.9.ebuild | 5 | ||||
-rw-r--r-- | sys-kernel/kernel/ChangeLog | 4 | ||||
-rw-r--r-- | sys-kernel/kernel/kernel-1.26.ebuild | 9 |
12 files changed, 33 insertions, 12 deletions
diff --git a/app-portage/find_cruft/ChangeLog b/app-portage/find_cruft/ChangeLog index 99a74669..ff30ce6a 100644 --- a/app-portage/find_cruft/ChangeLog +++ b/app-portage/find_cruft/ChangeLog @@ -7,6 +7,9 @@ 18 May 2013; Martin Väth <martin@mvath.de>: Version bump, remove old ebuild. Create /etc. Warn if eix is not installed. + 10 Jun 2013; Martin Väth <martin@mvath.de>: + Improve eix message + *find_cruft-1.0 (16 May 2013) 16 May 2013; Martin Väth <martin@mvath.de>: diff --git a/app-portage/find_cruft/find_cruft-2.0.ebuild b/app-portage/find_cruft/find_cruft-2.0.ebuild index 197c8084..d900e009 100644 --- a/app-portage/find_cruft/find_cruft-2.0.ebuild +++ b/app-portage/find_cruft/find_cruft-2.0.ebuild @@ -36,5 +36,5 @@ src_install() { pkg_postinst() { has_version app-portage/eix || \ - elog "Installing app-portage/eix will speed up execution time" + elog "Installing app-portage/eix will speed up ${PN}" } diff --git a/app-portage/logclean/ChangeLog b/app-portage/logclean/ChangeLog index 37a547c5..44846737 100644 --- a/app-portage/logclean/ChangeLog +++ b/app-portage/logclean/ChangeLog @@ -7,6 +7,9 @@ 21 Apr 2013; Martin Väth <martin@mvath.de>:: Version bump, remove old ebuild. + 10 Jun 2013; Martin Väth <martin@mvath.de>: + Improve eix message + *logclean-9.0 (20 Apr 2013) 20 Apr 2013; Martin Väth <martin@mvath.de>:: diff --git a/app-portage/logclean/logclean-9.3.ebuild b/app-portage/logclean/logclean-9.3.ebuild index 215c722b..e579b92c 100644 --- a/app-portage/logclean/logclean-9.3.ebuild +++ b/app-portage/logclean/logclean-9.3.ebuild @@ -34,5 +34,5 @@ src_install() { pkg_postinst() { has_version app-portage/eix || \ - elog "Installing app-portage/eix will speed up execution time" + elog "Installing app-portage/eix will speed up ${PN}" } diff --git a/app-portage/trickyfetch/ChangeLog b/app-portage/trickyfetch/ChangeLog index a0738996..09a62ff5 100644 --- a/app-portage/trickyfetch/ChangeLog +++ b/app-portage/trickyfetch/ChangeLog @@ -7,6 +7,9 @@ 28 Jan 2013; Martin Väth <martin@mvath.de>: Version bump, remove old ebuild. + 10 Jun 2013; Martin Väth <martin@mvath.de>: + Improve eix message + *trickyfetch-8.0 (21 Jan 2013) 21 Jan 2013; Martin Väth <martin@mvath.de>: diff --git a/app-portage/trickyfetch/trickyfetch-8.1.ebuild b/app-portage/trickyfetch/trickyfetch-8.1.ebuild index f03a4a4e..7d39eac0 100644 --- a/app-portage/trickyfetch/trickyfetch-8.1.ebuild +++ b/app-portage/trickyfetch/trickyfetch-8.1.ebuild @@ -38,5 +38,5 @@ pkg_postinst() { elog "Please adapt /etc/trickyfetch.conf to your needs";; esac has_version app-portage/eix || \ - elog "Installing app-portage/eix will speed up execution time" + elog "Installing app-portage/eix will speed up ${PN}" } diff --git a/media-video/video-mv/ChangeLog b/media-video/video-mv/ChangeLog index 674773ad..496c387d 100644 --- a/media-video/video-mv/ChangeLog +++ b/media-video/video-mv/ChangeLog @@ -7,6 +7,9 @@ 09 Jun 2013; Martin Väth <martin@mvath.de>: Version bump, remove old ebuild. + 10 Jun 2013; Martin Väth <martin@mvath.de>: + Make runtitle mandatory for USE=zsh-completion, recommend otherwise + *video-mv-5.19 (04 Jun 2013) 04 Jun 2013; Martin Väth <martin@mvath.de>: diff --git a/media-video/video-mv/video-mv-6.1.ebuild b/media-video/video-mv/video-mv-6.1.ebuild index 1a922822..89928167 100644 --- a/media-video/video-mv/video-mv-6.1.ebuild +++ b/media-video/video-mv/video-mv-6.1.ebuild @@ -15,7 +15,8 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="+title zsh-completion" RDEPEND="app-shells/push - >=app-shells/runtitle-2.3[zsh-completion?] + !<app-shells/runtitle-2.3 + zsh-completion? ( app-shells/runtitle[zsh-completion] ) || ( ( media-sound/alsa-utils || ( media-video/mplayer[encode] virtual/ffmpeg ) ) media-tv/linuxtv-dvb-apps )" @@ -44,6 +45,8 @@ src_install() { } pkg_post_install() { + has_version app-shells/runtitle || elog \ + "Install app-shells/runtitle to let ${PN} update the satatus bar" case " ${REPLACING_VERSIONS:-5.}" in ' '5.*) elog "If you use dvb-t with zsh completion, you might want to put" 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" } diff --git a/sys-kernel/kernel/ChangeLog b/sys-kernel/kernel/ChangeLog index e746d123..abb87b40 100644 --- a/sys-kernel/kernel/ChangeLog +++ b/sys-kernel/kernel/ChangeLog @@ -10,8 +10,8 @@ 17 Nov 2012; Martin Väth <martin@mvath.de>: Version bump, remove old ebuild. Improve zsh-completion - 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 *kernel-1.25 (21 Oct 2012) diff --git a/sys-kernel/kernel/kernel-1.26.ebuild b/sys-kernel/kernel/kernel-1.26.ebuild index 5a130e04..94e36e2e 100644 --- a/sys-kernel/kernel/kernel-1.26.ebuild +++ b/sys-kernel/kernel/kernel-1.26.ebuild @@ -13,11 +13,12 @@ SRC_URI="http://github.com/vaeth/${PN}/tarball/release-${PV} -> ${P}.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="+title zsh-completion" +IUSE="zsh-completion" RDEPEND="app-admin/sudo app-admin/sudox app-shells/push - >=app-shells/runtitle-2.3[zsh-completion?]" + !<app-shells/runtitle-2.3 + zsh-completion? ( app-shells/runtitle[zsh-completion] )" DEPEND="" src_prepare() { @@ -34,5 +35,7 @@ src_install() { pkg_postinst() { has_version app-portage/eix || \ - elog "Installing app-portage/eix will speed up execution time" + elog "Installing app-portage/eix will speed up ${PN}" + has_version app-shells/runtitle || elog \ + "Install app-shells/runtitle to let ${PN} update the satatus bar" } |