aidecoe 14/08/28 11:39:27 Modified: notmuch-0.18.1.ebuild ChangeLog Log: Unconditional installation of zsh/bash completion files. Fixes bug #521372. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Revision Changes Path 1.5 net-mail/notmuch/notmuch-0.18.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.4&r2=1.5 Index: notmuch-0.18.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- notmuch-0.18.1.ebuild 28 Aug 2014 09:37:07 -0000 1.4 +++ notmuch-0.18.1.ebuild 28 Aug 2014 11:39:27 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.4 2014/08/28 09:37:07 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v 1.5 2014/08/28 11:39:27 aidecoe Exp $ EAPI=5 @@ -20,10 +20,10 @@ python? ( ${PYTHON_REQUIRED_USE} ) test? ( crypt emacs python ) " -IUSE="bash-completion crypt debug doc emacs mutt nmbug python test - zsh-completion" +IUSE="crypt debug doc emacs mutt nmbug python test" CDEPEND=" + >=app-shells/bash-completion-1.9 >=dev-libs/glib-2.22 >=dev-libs/gmime-2.6.7 !=dev-libs/gmime-2.6.19 @@ -42,7 +42,6 @@ >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb ) " RDEPEND="${CDEPEND} - bash-completion? ( >=app-shells/bash-completion-1.9 ) crypt? ( app-crypt/gnupg ) nmbug? ( dev-vcs/git virtual/perl-File-Temp virtual/perl-Pod-Parser ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools @@ -50,7 +49,6 @@ virtual/perl-Digest-SHA virtual/perl-File-Path virtual/perl-Getopt-Long virtual/perl-Pod-Parser ) - zsh-completion? ( app-shells/zsh ) " DOCS=( AUTHORS NEWS README ) @@ -103,9 +101,7 @@ --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}" --with-gmime-version=2.6 --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions" - $(use_with bash-completion) $(use_with emacs) - $(use_with zsh-completion) ) tc-export CC CXX econf "${myeconfargs[@]}" 1.100 net-mail/notmuch/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.100&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.100&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.99&r2=1.100 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v retrieving revision 1.99 retrieving revision 1.100 diff -u -r1.99 -r1.100 --- ChangeLog 28 Aug 2014 09:37:07 -0000 1.99 +++ ChangeLog 28 Aug 2014 11:39:27 -0000 1.100 @@ -1,6 +1,9 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.99 2014/08/28 09:37:07 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.100 2014/08/28 11:39:27 aidecoe Exp $ + + 28 Aug 2014; Amadeusz Żołnowski <[email protected]> notmuch-0.18.1.ebuild: + Unconditional installation of zsh/bash completion files. Fixes bug #521372. 28 Aug 2014; Amadeusz Żołnowski <[email protected]> notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
