diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-03-20 13:26:23 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-03-20 13:26:23 +0000 |
commit | e50ee3f5eff008b7d6cc67c717ea782cbae6ad4e (patch) | |
tree | 25265f3780a120e70a2baa4b6915347018566243 /net-mail | |
parent | Stable for amd64, wrt bug #400531 (diff) | |
download | gentoo-2-e50ee3f5eff008b7d6cc67c717ea782cbae6ad4e.tar.gz gentoo-2-e50ee3f5eff008b7d6cc67c717ea782cbae6ad4e.tar.bz2 gentoo-2-e50ee3f5eff008b7d6cc67c717ea782cbae6ad4e.zip |
net-mail/notmuch: '|| die' fix for previous change.
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 6 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.10.2-r2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.11.1-r2.ebuild | 4 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.12.ebuild | 4 |
4 files changed, 11 insertions, 7 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index e1bb1166c5e2..d2b87d44630b 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for net-mail/notmuch # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.37 2012/03/20 13:19:11 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.38 2012/03/20 13:26:23 aidecoe Exp $ + + 20 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> + notmuch-0.10.2-r2.ebuild, notmuch-0.11.1-r2.ebuild, notmuch-0.12.ebuild: + '|| die' fix for previous change. 20 Mar 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.10.2-r2.ebuild, notmuch-0.11.1-r2.ebuild, notmuch-0.12.ebuild: diff --git a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild index 01005bf295e7..e630636f7ca1 100644 --- a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.7 2012/03/20 13:19:11 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r2.ebuild,v 1.8 2012/03/20 13:26:23 aidecoe Exp $ EAPI=4 @@ -91,7 +91,7 @@ src_compile() { if use doc; then pydocs() { - mv README README-python + mv README README-python || die pushd docs || die emake html mv html ../python || die diff --git a/net-mail/notmuch/notmuch-0.11.1-r2.ebuild b/net-mail/notmuch/notmuch-0.11.1-r2.ebuild index d3106364a86e..e6b1f75f5fca 100644 --- a/net-mail/notmuch/notmuch-0.11.1-r2.ebuild +++ b/net-mail/notmuch/notmuch-0.11.1-r2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild,v 1.6 2012/03/20 13:19:11 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r2.ebuild,v 1.7 2012/03/20 13:26:23 aidecoe Exp $ EAPI=4 @@ -86,7 +86,7 @@ src_compile() { if use doc; then pydocs() { - mv README README-python + mv README README-python || die pushd docs || die emake html mv html ../python || die diff --git a/net-mail/notmuch/notmuch-0.12.ebuild b/net-mail/notmuch/notmuch-0.12.ebuild index af0abce3dfb1..a26ab95d8016 100644 --- a/net-mail/notmuch/notmuch-0.12.ebuild +++ b/net-mail/notmuch/notmuch-0.12.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,v 1.2 2012/03/20 13:19:11 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,v 1.3 2012/03/20 13:26:23 aidecoe Exp $ EAPI=4 @@ -86,7 +86,7 @@ src_compile() { if use doc; then pydocs() { - mv README README-python + mv README README-python || die pushd docs || die emake html mv html ../python || die |