summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-05-19 07:50:41 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2012-05-19 07:50:41 +0000
commit1f53af077a34a3f32e7957e08c5a5cb1b5a59dfe (patch)
tree69e0cef84c8abe92cd8b799be01d8490999a8f7c /net-mail
parentFix gstreamer detection with some pkgconfig implementations (bug #416057, tha... (diff)
downloadgentoo-2-1f53af077a34a3f32e7957e08c5a5cb1b5a59dfe.tar.gz
gentoo-2-1f53af077a34a3f32e7957e08c5a5cb1b5a59dfe.tar.bz2
gentoo-2-1f53af077a34a3f32e7957e08c5a5cb1b5a59dfe.zip
dev-python/sphinx moved from common deps to build-time deps.
(Portage version: 2.1.10.62/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-r3.ebuild4
-rw-r--r--net-mail/notmuch/notmuch-0.11.1-r3.ebuild4
-rw-r--r--net-mail/notmuch/notmuch-0.12.ebuild4
-rw-r--r--net-mail/notmuch/notmuch-0.13.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog
index a3e93ade84e7..0b75906495d9 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.55 2012/05/16 22:26:16 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.56 2012/05/19 07:50:41 aidecoe Exp $
+
+ 19 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org>
+ notmuch-0.10.2-r3.ebuild, notmuch-0.11.1-r3.ebuild, notmuch-0.12.ebuild,
+ notmuch-0.13.ebuild:
+ dev-python/sphinx moved from common deps to build-time deps.
16 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.13.ebuild:
Removed unused function from the ebuild.
diff --git a/net-mail/notmuch/notmuch-0.10.2-r3.ebuild b/net-mail/notmuch/notmuch-0.10.2-r3.ebuild
index c2a647a57b6e..298858bbc6b0 100644
--- a/net-mail/notmuch/notmuch-0.10.2-r3.ebuild
+++ b/net-mail/notmuch/notmuch-0.10.2-r3.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-r3.ebuild,v 1.6 2012/05/03 04:18:37 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.10.2-r3.ebuild,v 1.7 2012/05/19 07:50:41 aidecoe Exp $
EAPI=4
@@ -25,7 +25,6 @@ CDEPEND="
>=dev-libs/glib-2.22
dev-libs/gmime:2.4
dev-libs/xapian
- doc? ( python? ( dev-python/sphinx ) )
sys-libs/talloc
debug? ( dev-util/valgrind )
emacs? ( >=virtual/emacs-23 )
@@ -34,6 +33,7 @@ CDEPEND="
"
DEPEND="${CDEPEND}
virtual/pkgconfig
+ doc? ( python? ( dev-python/sphinx ) )
test? ( app-misc/dtach sys-devel/gdb )
"
RDEPEND="${CDEPEND}
diff --git a/net-mail/notmuch/notmuch-0.11.1-r3.ebuild b/net-mail/notmuch/notmuch-0.11.1-r3.ebuild
index 07b909fdc8ab..adb537b6bd73 100644
--- a/net-mail/notmuch/notmuch-0.11.1-r3.ebuild
+++ b/net-mail/notmuch/notmuch-0.11.1-r3.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-r3.ebuild,v 1.6 2012/05/03 04:18:37 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.11.1-r3.ebuild,v 1.7 2012/05/19 07:50:41 aidecoe Exp $
EAPI=4
@@ -25,7 +25,6 @@ CDEPEND="
>=dev-libs/glib-2.22
dev-libs/gmime:2.4
dev-libs/xapian
- doc? ( python? ( dev-python/sphinx ) )
sys-libs/talloc
debug? ( dev-util/valgrind )
emacs? ( >=virtual/emacs-23 )
@@ -34,6 +33,7 @@ CDEPEND="
"
DEPEND="${CDEPEND}
virtual/pkgconfig
+ doc? ( python? ( dev-python/sphinx ) )
test? ( app-misc/dtach sys-devel/gdb )
"
RDEPEND="${CDEPEND}
diff --git a/net-mail/notmuch/notmuch-0.12.ebuild b/net-mail/notmuch/notmuch-0.12.ebuild
index 83b6fe1fa002..ccd560ac74f5 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.9 2012/05/03 04:18:37 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.12.ebuild,v 1.10 2012/05/19 07:50:41 aidecoe Exp $
EAPI=4
@@ -25,7 +25,6 @@ CDEPEND="
>=dev-libs/glib-2.22
>=dev-libs/gmime-2.6.7
dev-libs/xapian
- doc? ( python? ( dev-python/sphinx ) )
sys-libs/talloc
debug? ( dev-util/valgrind )
emacs? ( >=virtual/emacs-23 )
@@ -34,6 +33,7 @@ CDEPEND="
"
DEPEND="${CDEPEND}
virtual/pkgconfig
+ doc? ( python? ( dev-python/sphinx ) )
test? ( app-misc/dtach sys-devel/gdb )
"
RDEPEND="${CDEPEND}
diff --git a/net-mail/notmuch/notmuch-0.13.ebuild b/net-mail/notmuch/notmuch-0.13.ebuild
index 40885df1e9e6..cf8834f5583c 100644
--- a/net-mail/notmuch/notmuch-0.13.ebuild
+++ b/net-mail/notmuch/notmuch-0.13.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.13.ebuild,v 1.2 2012/05/16 22:26:16 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.13.ebuild,v 1.3 2012/05/19 07:50:41 aidecoe Exp $
EAPI=4
@@ -25,7 +25,6 @@ CDEPEND="
>=dev-libs/glib-2.22
>=dev-libs/gmime-2.6.7
dev-libs/xapian
- doc? ( python? ( dev-python/sphinx ) )
sys-libs/talloc
debug? ( dev-util/valgrind )
emacs? ( >=virtual/emacs-23 )
@@ -34,6 +33,7 @@ CDEPEND="
"
DEPEND="${CDEPEND}
virtual/pkgconfig
+ doc? ( python? ( dev-python/sphinx ) )
test? ( app-misc/dtach sys-devel/gdb )
"
RDEPEND="${CDEPEND}