aidecoe 14/08/28 09:37:07
Modified: notmuch-0.18.1.ebuild ChangeLog
notmuch-0.16-r1.ebuild notmuch-0.17.ebuild
Log:
Prefixed paths with $EPREFIX instead of $ROOT. Thanks to mgorny for the
report.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key
F0134531E1DBFAB5)
Revision Changes Path
1.4 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.4&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?rev=1.4&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild?r1=1.3&r2=1.4
Index: notmuch-0.18.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- notmuch-0.18.1.ebuild 21 Jul 2014 19:06:43 -0000 1.3
+++ notmuch-0.18.1.ebuild 28 Aug 2014 09:37:07 -0000 1.4
@@ -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.3 2014/07/21 19:06:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.18.1.ebuild,v
1.4 2014/08/28 09:37:07 aidecoe Exp $
EAPI=5
@@ -98,11 +98,11 @@
src_configure() {
local myeconfargs=(
- --bashcompletiondir="${ROOT}/usr/share/bash-completion"
- --emacslispdir="${ROOT}/${SITELISP}/${PN}"
- --emacsetcdir="${ROOT}/${SITEETC}/${PN}"
+ --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
+ --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
+ --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
--with-gmime-version=2.6
- --zshcompletiondir="${ROOT}/usr/share/zsh/site-functions"
+ --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
$(use_with bash-completion)
$(use_with emacs)
$(use_with zsh-completion)
1.99 net-mail/notmuch/ChangeLog
file :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.99&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?rev=1.99&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/ChangeLog?r1=1.98&r2=1.99
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.98
retrieving revision 1.99
diff -u -r1.98 -r1.99
--- ChangeLog 21 Jul 2014 19:06:43 -0000 1.98
+++ ChangeLog 28 Aug 2014 09:37:07 -0000 1.99
@@ -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.98
2014/07/21 19:06:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.99
2014/08/28 09:37:07 aidecoe Exp $
+
+ 28 Aug 2014; Amadeusz Żołnowski <[email protected]>
+ notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
+ Prefixed paths with $EPREFIX instead of $ROOT. Thanks to mgorny for the
+ report.
21 Jul 2014; Andreas K. Huettel <[email protected]>
notmuch-0.16-r1.ebuild, notmuch-0.17.ebuild, notmuch-0.18.1.ebuild:
1.7 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.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild?r1=1.6&r2=1.7
Index: notmuch-0.16-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- notmuch-0.16-r1.ebuild 21 Jul 2014 19:06:43 -0000 1.6
+++ notmuch-0.16-r1.ebuild 28 Aug 2014 09:37:07 -0000 1.7
@@ -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.6 2014/07/21 19:06:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.16-r1.ebuild,v
1.7 2014/08/28 09:37:07 aidecoe Exp $
EAPI=5
@@ -87,11 +87,11 @@
src_configure() {
local myeconfargs=(
- --bashcompletiondir="${ROOT}/usr/share/bash-completion"
- --emacslispdir="${ROOT}/${SITELISP}/${PN}"
- --emacsetcdir="${ROOT}/${SITEETC}/${PN}"
+ --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
+ --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
+ --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
--with-gmime-version=2.6
- --zshcompletiondir="${ROOT}/usr/share/zsh/site-functions"
+ --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
$(use_with bash-completion)
$(use_with emacs)
$(use_with zsh-completion)
1.7 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.7&view=markup
plain:
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?rev=1.7&content-type=text/plain
diff :
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild?r1=1.6&r2=1.7
Index: notmuch-0.17.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- notmuch-0.17.ebuild 21 Jul 2014 19:06:43 -0000 1.6
+++ notmuch-0.17.ebuild 28 Aug 2014 09:37:07 -0000 1.7
@@ -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.6
2014/07/21 19:06:43 dilfridge Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.17.ebuild,v 1.7
2014/08/28 09:37:07 aidecoe Exp $
EAPI=5
@@ -84,11 +84,11 @@
src_configure() {
local myeconfargs=(
- --bashcompletiondir="${ROOT}/usr/share/bash-completion"
- --emacslispdir="${ROOT}/${SITELISP}/${PN}"
- --emacsetcdir="${ROOT}/${SITEETC}/${PN}"
+ --bashcompletiondir="${EPREFIX}/usr/share/bash-completion"
+ --emacslispdir="${EPREFIX}/${SITELISP}/${PN}"
+ --emacsetcdir="${EPREFIX}/${SITEETC}/${PN}"
--with-gmime-version=2.6
- --zshcompletiondir="${ROOT}/usr/share/zsh/site-functions"
+ --zshcompletiondir="${EPREFIX}/usr/share/zsh/site-functions"
$(use_with bash-completion)
$(use_with emacs)
$(use_with zsh-completion)