aidecoe     14/12/02 15:09:02

  Modified:             ChangeLog notmuch-0.18.2.ebuild notmuch-0.19.ebuild
                        notmuch-0.17.ebuild notmuch-0.16-r1.ebuild
  Log:
  Put bash-completion file into correct location.
  
  (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 
F0134531E1DBFAB5)

Revision  Changes    Path
1.110                net-mail/notmuch/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.110&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.110&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.109&r2=1.110

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.109
retrieving revision 1.110
diff -u -r1.109 -r1.110
--- ChangeLog   30 Nov 2014 11:36:51 -0000      1.109
+++ ChangeLog   2 Dec 2014 15:09:02 -0000       1.110
@@ -1,6 +1,11 @@
 # 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.109 
2014/11/30 11:36:51 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.110 
2014/12/02 15:09:02 aidecoe Exp $
+
+  02 Dec 2014; Amadeusz Żołnowski <[email protected]>
+  notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.2.ebuild,
+  notmuch-0.19.ebuild:
+  Put bash-completion file into correct location.
 
 *notmuch-0.19 (30 Nov 2014)
 



1.4                  net-mail/notmuch/notmuch-0.18.2.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?rev=1.4&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?rev=1.4&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild?r1=1.3&r2=1.4

Index: notmuch-0.18.2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notmuch-0.18.2.ebuild       28 Nov 2014 13:56:06 -0000      1.3
+++ notmuch-0.18.2.ebuild       2 Dec 2014 15:09:02 -0000       1.4
@@ -1,13 +1,14 @@
 # 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.2.ebuild,v 
1.3 2014/11/28 13:56:06 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.2.ebuild,v 
1.4 2014/12/02 15:09:02 aidecoe Exp $
 
 EAPI=5
 
 DISTUTILS_OPTIONAL=1
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
-inherit elisp-common eutils pax-utils distutils-r1 toolchain-funcs
+inherit bash-completion-r1 elisp-common eutils pax-utils distutils-r1 \
+       toolchain-funcs
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
 HOMEPAGE="http://notmuchmail.org/";
@@ -95,7 +96,7 @@
 
 src_configure() {
        local myeconfargs=(
-               --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
+               --bashcompletiondir="$(get_bashcompdir)"
                --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
                --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
                --with-gmime-version=2.6



1.2                  net-mail/notmuch/notmuch-0.19.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild?rev=1.2&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild?rev=1.2&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild?r1=1.1&r2=1.2

Index: notmuch-0.19.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notmuch-0.19.ebuild 30 Nov 2014 11:36:51 -0000      1.1
+++ notmuch-0.19.ebuild 2 Dec 2014 15:09:02 -0000       1.2
@@ -1,13 +1,14 @@
 # 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.19.ebuild,v 1.1 
2014/11/30 11:36:51 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.19.ebuild,v 1.2 
2014/12/02 15:09:02 aidecoe Exp $
 
 EAPI=5
 
 DISTUTILS_OPTIONAL=1
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3,3_4} )
 
-inherit elisp-common eutils flag-o-matic pax-utils distutils-r1 toolchain-funcs
+inherit bash-completion-r1 elisp-common eutils flag-o-matic pax-utils \
+       distutils-r1 toolchain-funcs
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
 HOMEPAGE="http://notmuchmail.org/";
@@ -105,7 +106,7 @@
 
 src_configure() {
        local myeconfargs=(
-               --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
+               --bashcompletiondir="$(get_bashcompdir)"
                --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
                --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
                --with-gmime-version=2.6



1.10                 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.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?r1=1.9&r2=1.10

Index: notmuch-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- notmuch-0.17.ebuild 18 Sep 2014 19:47:19 -0000      1.9
+++ notmuch-0.17.ebuild 2 Dec 2014 15:09:02 -0000       1.10
@@ -1,13 +1,14 @@
 # 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.9 
2014/09/18 19:47:19 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.10 
2014/12/02 15:09:02 aidecoe Exp $
 
 EAPI=5
 
 DISTUTILS_OPTIONAL=1
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
-inherit elisp-common eutils pax-utils distutils-r1 toolchain-funcs
+inherit bash-completion-r1 elisp-common eutils pax-utils distutils-r1 \
+       toolchain-funcs
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
 HOMEPAGE="http://notmuchmail.org/";
@@ -82,7 +83,7 @@
 
 src_configure() {
        local myeconfargs=(
-               --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
+               --bashcompletiondir="$(get_bashcompdir)"
                --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
                --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
                --with-gmime-version=2.6



1.10                 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.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?r1=1.9&r2=1.10

Index: notmuch-0.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- notmuch-0.16-r1.ebuild      18 Sep 2014 19:47:19 -0000      1.9
+++ notmuch-0.16-r1.ebuild      2 Dec 2014 15:09:02 -0000       1.10
@@ -1,13 +1,13 @@
 # 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.9 2014/09/18 19:47:19 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v 
1.10 2014/12/02 15:09:02 aidecoe Exp $
 
 EAPI=5
 
 DISTUTILS_OPTIONAL=1
 PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
 
-inherit elisp-common eutils pax-utils distutils-r1
+inherit bash-completion-r1 elisp-common eutils pax-utils distutils-r1
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
 HOMEPAGE="http://notmuchmail.org/";
@@ -85,7 +85,7 @@
 
 src_configure() {
        local myeconfargs=(
-               --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
+               --bashcompletiondir="$(get_bashcompdir)"
                --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
                --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
                --with-gmime-version=2.6




Reply via email to