* [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.16-r1.ebuild notmuch-0.17.ebuild
@ 2014-09-01 7:55 Amadeusz Zolnowski (aidecoe)
0 siblings, 0 replies; only message in thread
From: Amadeusz Zolnowski (aidecoe) @ 2014-09-01 7:55 UTC (permalink / raw
To: gentoo-commits
aidecoe 14/09/01 07:55:36
Modified: ChangeLog notmuch-0.16-r1.ebuild
notmuch-0.17.ebuild
Log:
Install zsh and bash completion files unconditionally.
(Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Revision Changes Path
1.103 net-mail/notmuch/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.103&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.103&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.102&r2=1.103
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.102
retrieving revision 1.103
diff -u -r1.102 -r1.103
--- ChangeLog 28 Aug 2014 14:14:21 -0000 1.102
+++ ChangeLog 1 Sep 2014 07:55:36 -0000 1.103
@@ -1,6 +1,10 @@
# 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.102 2014/08/28 14:14:21 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.103 2014/09/01 07:55:36 aidecoe Exp $
+
+ 01 Sep 2014; Amadeusz Żołnowski <aidecoe@gentoo.org>
+ notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild:
+ Install zsh and bash completion files unconditionally.
28 Aug 2014; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.18.1.ebuild:
src_prepare() doesn't have 'default'.
1.8 net-mail/notmuch/notmuch-0.16-r1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?r1=1.7&r2=1.8
Index: notmuch-0.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notmuch-0.16-r1.ebuild 28 Aug 2014 09:37:07 -0000 1.7
+++ notmuch-0.16-r1.ebuild 1 Sep 2014 07:55:36 -0000 1.8
@@ -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.16-r1.ebuild,v 1.7 2014/08/28 09:37:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 1.8 2014/09/01 07:55:36 aidecoe Exp $
EAPI=5
@@ -21,8 +21,7 @@
python? ( ${PYTHON_REQUIRED_USE} )
test? ( crypt emacs python )
"
-IUSE="bash-completion crypt debug doc emacs mutt nmbug pick python test
- zsh-completion"
+IUSE="crypt debug doc emacs mutt nmbug pick python test"
CDEPEND="
>=dev-libs/glib-2.22
@@ -48,7 +47,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 )
@@ -92,9 +90,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)
)
econf "${myeconfargs[@]}"
}
1.8 net-mail/notmuch/notmuch-0.17.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?r1=1.7&r2=1.8
Index: notmuch-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- notmuch-0.17.ebuild 28 Aug 2014 09:37:07 -0000 1.7
+++ notmuch-0.17.ebuild 1 Sep 2014 07:55:36 -0000 1.8
@@ -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.17.ebuild,v 1.7 2014/08/28 09:37:07 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.8 2014/09/01 07:55:36 aidecoe Exp $
EAPI=5
@@ -20,8 +20,7 @@
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="
>=dev-libs/glib-2.22
@@ -48,7 +47,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 )
@@ -89,9 +87,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[@]}"
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2014-09-01 7:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-01 7:55 [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: ChangeLog notmuch-0.16-r1.ebuild notmuch-0.17.ebuild Amadeusz Zolnowski (aidecoe)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox