public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.15.ebuild ChangeLog
@ 2013-01-20 15:39 Amadeusz Zolnowski (aidecoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Amadeusz Zolnowski (aidecoe) @ 2013-01-20 15:39 UTC (permalink / raw
  To: gentoo-commits

aidecoe     13/01/20 15:39:10

  Modified:             notmuch-0.15.ebuild ChangeLog
  Log:
  Fix dependency on emacs.
  
  (Portage version: 2.1.11.46/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)

Revision  Changes    Path
1.2                  net-mail/notmuch/notmuch-0.15.ebuild

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

Index: notmuch-0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.15.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- notmuch-0.15.ebuild	20 Jan 2013 14:16:53 -0000	1.1
+++ notmuch-0.15.ebuild	20 Jan 2013 15:39:10 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.15.ebuild,v 1.1 2013/01/20 14:16:53 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.15.ebuild,v 1.2 2013/01/20 15:39:10 aidecoe Exp $
 
 EAPI=4
 
@@ -30,14 +30,15 @@
 	dev-libs/xapian
 	sys-libs/talloc
 	debug? ( dev-util/valgrind )
-	emacs? ( || ( app-editors/emacs:23 app-editors/emacs:24[libxml2] ) )
+	emacs? ( >=virtual/emacs-23 )
 	x86? ( >=dev-libs/xapian-1.2.7-r2 )
 	vim? ( || ( >=app-editors/vim-7.0 >=app-editors/gvim-7.0 ) )
 	"
 DEPEND="${CDEPEND}
 	virtual/pkgconfig
 	doc? ( python? ( dev-python/sphinx ) )
-	test? ( app-misc/dtach sys-devel/gdb )
+	test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2]
+		>=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb )
 	"
 RDEPEND="${CDEPEND}
 	crypt? ( app-crypt/gnupg )



1.67                 net-mail/notmuch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	20 Jan 2013 14:16:53 -0000	1.66
+++ ChangeLog	20 Jan 2013 15:39:10 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.66 2013/01/20 14:16:53 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.67 2013/01/20 15:39:10 aidecoe Exp $
+
+  20 Jan 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.15.ebuild:
+  Fix dependency on emacs.
 
 *notmuch-0.15 (20 Jan 2013)
 
@@ -505,4 +508,3 @@
   23 Oct 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
   +files/0.9-fix-lib-makefile-local.patch, +notmuch-0.9.ebuild, +metadata.xml:
   Initial ebuild without python and ruby bindings yet.
-





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.15.ebuild ChangeLog
@ 2013-01-22 16:51 Amadeusz Zolnowski (aidecoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Amadeusz Zolnowski (aidecoe) @ 2013-01-22 16:51 UTC (permalink / raw
  To: gentoo-commits

aidecoe     13/01/22 16:51:12

  Modified:             notmuch-0.15.ebuild ChangeLog
  Log:
  Patch fixing parallel build. It is already accepted by upstream.
  Fixes bug #453314.
  
  (Portage version: 2.1.11.47/cvs/Linux x86_64, signed Manifest commit with key E1DBFAB5)

Revision  Changes    Path
1.3                  net-mail/notmuch/notmuch-0.15.ebuild

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

Index: notmuch-0.15.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.15.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- notmuch-0.15.ebuild	20 Jan 2013 15:39:10 -0000	1.2
+++ notmuch-0.15.ebuild	22 Jan 2013 16:51:12 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.15.ebuild,v 1.2 2013/01/20 15:39:10 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.15.ebuild,v 1.3 2013/01/22 16:51:12 aidecoe Exp $
 
 EAPI=4
 
@@ -8,7 +8,7 @@
 SUPPORT_PYTHON_ABIS="1"
 RESTRICT_PYTHON_ABIS="2.[45] 3.1"
 
-inherit elisp-common pax-utils distutils
+inherit elisp-common eutils pax-utils distutils
 
 DESCRIPTION="Thread-based e-mail indexer, supporting quick search and tagging"
 HOMEPAGE="http://notmuchmail.org/"
@@ -51,6 +51,9 @@
 	zsh-completion? ( app-shells/zsh )
 	"
 
+PATCHES=(
+	"${FILESDIR}/${PV}-0001-lib-Makefile.local-depend-on-libs-we-a.patch"
+	)
 DOCS=( AUTHORS NEWS README )
 SITEFILE="50${PN}-gentoo.el"
 SITEFILE_PICK="60${PN}-pick-gentoo.el"
@@ -73,6 +76,11 @@
 }
 
 src_prepare() {
+	local p
+	for p in "${PATCHES[@]}"; do
+		epatch "${p}"
+	done
+
 	default
 	bindings python distutils_src_prepare
 



1.68                 net-mail/notmuch/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	20 Jan 2013 15:39:10 -0000	1.67
+++ ChangeLog	22 Jan 2013 16:51:12 -0000	1.68
@@ -1,6 +1,11 @@
 # ChangeLog for net-mail/notmuch
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.67 2013/01/20 15:39:10 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.68 2013/01/22 16:51:12 aidecoe Exp $
+
+  22 Jan 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.15.ebuild,
+  +files/0.15-0001-lib-Makefile.local-depend-on-libs-we-a.patch:
+  Patch fixing parallel build. It is already accepted by upstream.
+  Fixes bug #453314.
 
   20 Jan 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.15.ebuild:
   Fix dependency on emacs.





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-22 16:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-22 16:51 [gentoo-commits] gentoo-x86 commit in net-mail/notmuch: notmuch-0.15.ebuild ChangeLog Amadeusz Zolnowski (aidecoe)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-20 15:39 Amadeusz Zolnowski (aidecoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox