Gentoo Archives: gentoo-commits

From: "Amadeusz Zolnowski (aidecoe)" <aidecoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/notmuch/files: 0.9-emacsetcdir.patch 0.9-fix-lib-makefile-local.patch
Date: Wed, 02 Nov 2011 16:48:25
Message-Id: 20111102164813.CCA662004B@flycatcher.gentoo.org
1 aidecoe 11/11/02 16:48:13
2
3 Modified: 0.9-emacsetcdir.patch
4 0.9-fix-lib-makefile-local.patch
5 Log:
6 net-mail/notmuch-0.9: ~x86 keyword
7
8 Notmuch works fine in terminal, Vim and Emacs. For x86
9 >=dev-libs/xapian-1.2.7-r2 is required.
10
11 (Portage version: 2.1.10.31/cvs/Linux x86_64)
12
13 Revision Changes Path
14 1.2 net-mail/notmuch/files/0.9-emacsetcdir.patch
15
16 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.9-emacsetcdir.patch?rev=1.2&view=markup
17 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.9-emacsetcdir.patch?rev=1.2&content-type=text/plain
18 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.9-emacsetcdir.patch?r1=1.1&r2=1.2
19
20 Index: 0.9-emacsetcdir.patch
21 ===================================================================
22 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/files/0.9-emacsetcdir.patch,v
23 retrieving revision 1.1
24 retrieving revision 1.2
25 diff -u -r1.1 -r1.2
26 --- 0.9-emacsetcdir.patch 2 Nov 2011 15:30:50 -0000 1.1
27 +++ 0.9-emacsetcdir.patch 2 Nov 2011 16:48:13 -0000 1.2
28 @@ -1,18 +1,17 @@
29 -From 38375cefb708081eab7e7c928dcb85a1d68da6f1 Mon Sep 17 00:00:00 2001
30 -From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@×××××××.name>
31 -Date: Mon, 24 Oct 2011 20:26:27 +0200
32 -Subject: [PATCH] Separate Emacs miscellaneous files directory from Emacs code
33 - directory.
34 +From e6d85fb97d86e103c2c62cd215f54a3fe37856d0 Mon Sep 17 00:00:00 2001
35 +From: =?utf8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@×××××××.name>
36 +Date: Tue, 25 Oct 2011 10:07:02 +0200
37 +Subject: [PATCH 1/1] Separate Emacs misc. files dir. from Emacs code dir.
38
39 ---emacsetcdir was added, but it's set default to the same value as
40 ---emacslispdir for backward compatibility.
41 +New option --emacsetcdir was added, but it's set default to the same
42 +value as --emacslispdir for backward compatibility.
43 ---
44 - configure | 14 ++++++++++++++
45 + configure | 15 +++++++++++++++
46 emacs/Makefile.local | 3 ++-
47 - 2 files changed, 16 insertions(+), 1 deletions(-)
48 + 2 files changed, 17 insertions(+), 1 deletions(-)
49
50 diff --git a/configure b/configure
51 -index 3999ce8..37c0283 100755
52 +index 3999ce8..e90b76f 100755
53 --- a/configure
54 +++ b/configure
55 @@ -97,6 +97,7 @@ Fine tuning of some installation directories is available:
56 @@ -47,11 +46,12 @@
57 printf "Checking if emacs is available... "
58 if emacs --quick --batch > /dev/null 2>&1; then
59 printf "Yes.\n"
60 -@@ -614,6 +625,9 @@ sysconfdir = ${SYSCONFDIR:=\$(prefix)/etc}
61 +@@ -614,6 +625,10 @@ sysconfdir = ${SYSCONFDIR:=\$(prefix)/etc}
62 # The directory to which emacs lisp files should be installed
63 emacslispdir=${EMACSLISPDIR}
64
65 -+# The directory to which emacs lisp files should be installed
66 ++# The directory to which emacs miscellaneous (machine-independent) files should
67 ++# be installed
68 +emacsetcdir=${EMACSETCDIR}
69 +
70 # Whether there's an emacs binary available for byte-compiling
71 @@ -71,5 +71,5 @@
72
73 CLEAN := $(CLEAN) $(emacs_bytecode)
74 --
75 -1.7.7.1
76 +1.7.0.4
77
78
79
80
81 1.2 net-mail/notmuch/files/0.9-fix-lib-makefile-local.patch
82
83 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.9-fix-lib-makefile-local.patch?rev=1.2&view=markup
84 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.9-fix-lib-makefile-local.patch?rev=1.2&content-type=text/plain
85 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/notmuch/files/0.9-fix-lib-makefile-local.patch?r1=1.1&r2=1.2
86
87 Index: 0.9-fix-lib-makefile-local.patch
88 ===================================================================
89 RCS file: /var/cvsroot/gentoo-x86/net-mail/notmuch/files/0.9-fix-lib-makefile-local.patch,v
90 retrieving revision 1.1
91 retrieving revision 1.2
92 diff -u -r1.1 -r1.2
93 --- 0.9-fix-lib-makefile-local.patch 2 Nov 2011 15:30:50 -0000 1.1
94 +++ 0.9-fix-lib-makefile-local.patch 2 Nov 2011 16:48:13 -0000 1.2
95 @@ -1,8 +1,7 @@
96 -From 42ba9b5456567686c77acbac716982e21a154172 Mon Sep 17 00:00:00 2001
97 -From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@×××××××.name>
98 -Date: Sun, 23 Oct 2011 16:24:36 +0200
99 -Subject: [PATCH] Prefix lib/notmuch.h and lib/gen-version-script.sh with
100 - $(srcdir)
101 +From 8d282adf53148469c3d6a9d41346919aa70028af Mon Sep 17 00:00:00 2001
102 +From: =?utf8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@×××××××.name>
103 +Date: Sun, 23 Oct 2011 16:44:01 +0200
104 +Subject: [PATCH] Prefix lib/notmuch.h and lib/gen-version-script.sh with $(srcdir)
105
106 lib/notmuch.h and lib/gen-version-script.sh couldn't have been found
107 when building out of sources directory.
108 @@ -49,5 +48,5 @@
109 mkdir -p "$(DESTDIR)$(libdir)/"
110 install -m0644 "$(lib)/$(LIBNAME)" "$(DESTDIR)$(libdir)/"
111 --
112 -1.7.7
113 +1.7.0.4