summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-03-20 13:19:11 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-03-20 13:19:11 +0000
commit50fa8c2849e91bdf1ff2f19c4a64c9c01c67c1ab (patch)
treebc27992e54f2da0d689a6c2be7577c3c6eed3d58 /net-mail
parentBump LeechCraft to 0.5.60, thank to 0xd34df00d (diff)
downloadgentoo-2-50fa8c2849e91bdf1ff2f19c4a64c9c01c67c1ab.tar.gz
gentoo-2-50fa8c2849e91bdf1ff2f19c4a64c9c01c67c1ab.tar.bz2
gentoo-2-50fa8c2849e91bdf1ff2f19c4a64c9c01c67c1ab.zip
net-mail/notmuch: Renamed Python bindings README to README-python.
Renamed Python bindings README to README-python, because it used to overwrite main Notmuch README file. (Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/ChangeLog7
-rw-r--r--net-mail/notmuch/notmuch-0.10.2-r2.ebuild3
-rw-r--r--net-mail/notmuch/notmuch-0.11.1-r2.ebuild3
-rw-r--r--net-mail/notmuch/notmuch-0.12.ebuild3
4 files changed, 12 insertions, 4 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog
index 603b7326c490..e1bb1166c5e2 100644
--- a/net-mail/notmuch/ChangeLog
+++ b/net-mail/notmuch/ChangeLog
@@ -1,6 +1,11 @@
# 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.36 2012/03/20 12:00:34 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.37 2012/03/20 13:19:11 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:
+ Renamed Python bindings README to README-python, because it used to overwrite
+ main Notmuch README file.
*notmuch-0.12 (20 Mar 2012)
diff --git a/net-mail/notmuch/notmuch-0.10.2-r2.ebuild b/net-mail/notmuch/notmuch-0.10.2-r2.ebuild
index 56d1687792ef..01005bf295e7 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.6 2012/03/08 08:50:37 phajdan.jr Exp $
+# $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 $
EAPI=4
@@ -91,6 +91,7 @@ src_compile() {
if use doc; then
pydocs() {
+ mv README README-python
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 3aeffd60b949..d3106364a86e 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.5 2012/03/20 08:23:35 ago Exp $
+# $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 $
EAPI=4
@@ -86,6 +86,7 @@ src_compile() {
if use doc; then
pydocs() {
+ mv README README-python
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 82fee4dad92a..af0abce3dfb1 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.1 2012/03/20 12:00:34 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,v 1.2 2012/03/20 13:19:11 aidecoe Exp $
EAPI=4
@@ -86,6 +86,7 @@ src_compile() {
if use doc; then
pydocs() {
+ mv README README-python
pushd docs || die
emake html
mv html ../python || die