summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2013-09-14 17:28:42 +0000
committerAmadeusz Piotr Żołnowski <aidecoe@gentoo.org>2013-09-14 17:28:42 +0000
commitf579d4cdccf6b9365e83662db9792a41a50223a2 (patch)
tree34b7c20c4a5280a72f52b3372dc7b8eb400e8196 /net-mail
parentEnsure test phase fails if any test in suite fails. Rels bug #483988. (diff)
downloadgentoo-2-f579d4cdccf6b9365e83662db9792a41a50223a2.tar.gz
gentoo-2-f579d4cdccf6b9365e83662db9792a41a50223a2.tar.bz2
gentoo-2-f579d4cdccf6b9365e83662db9792a41a50223a2.zip
Removed old, unused patches.
(Portage version: 2.2.4/cvs/Linux x86_64, signed Manifest commit with key F0134531E1DBFAB5)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/notmuch/ChangeLog7
-rw-r--r--net-mail/notmuch/files/0.15-0001-lib-Makefile.local-depend-on-libs-we-a.patch25
-rw-r--r--net-mail/notmuch/files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch25
3 files changed, 6 insertions, 51 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog
index aaf8152c1746..ad01ebce2fd7 100644
--- a/net-mail/notmuch/ChangeLog
+++ b/net-mail/notmuch/ChangeLog
@@ -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.79 2013/09/14 17:26:31 aidecoe Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.80 2013/09/14 17:28:42 aidecoe Exp $
+
+ 14 Sep 2013; Amadeusz Żołnowski <aidecoe@gentoo.org>
+ -files/0.15-0001-lib-Makefile.local-depend-on-libs-we-a.patch,
+ -files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch:
+ Removed old, unused patches.
14 Sep 2013; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.12.ebuild,
notmuch-0.13.1.ebuild, notmuch-0.14-r1.ebuild, notmuch-0.15.2.ebuild,
diff --git a/net-mail/notmuch/files/0.15-0001-lib-Makefile.local-depend-on-libs-we-a.patch b/net-mail/notmuch/files/0.15-0001-lib-Makefile.local-depend-on-libs-we-a.patch
deleted file mode 100644
index b0d1e91533b9..000000000000
--- a/net-mail/notmuch/files/0.15-0001-lib-Makefile.local-depend-on-libs-we-a.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 624cd2eef34963ca521d9dbabc886585ea2f5d54 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>
-Date: Mon, 21 Jan 2013 20:37:53 +0100
-Subject: [PATCH] lib/Makefile.local: depend on libs we are linking with
-
----
- lib/Makefile.local | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Makefile.local b/lib/Makefile.local
-index 7785944..155ac02 100644
---- a/lib/Makefile.local
-+++ b/lib/Makefile.local
-@@ -73,7 +73,7 @@ libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)
- $(dir)/libnotmuch.a: $(libnotmuch_modules)
- $(call quiet,AR) rcs $@ $^
-
--$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym
-+$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a parse-time-string/libparse-time-string.a
- $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libparse-time-string.a
-
- notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules)
---
-1.8.1.1
-
diff --git a/net-mail/notmuch/files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch b/net-mail/notmuch/files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch
deleted file mode 100644
index b0d1e91533b9..000000000000
--- a/net-mail/notmuch/files/0.15.1-0001-lib-Makefile.local-depend-on-libs-we-a.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From 624cd2eef34963ca521d9dbabc886585ea2f5d54 Mon Sep 17 00:00:00 2001
-From: =?UTF-8?q?Amadeusz=20=C5=BBo=C5=82nowski?= <aidecoe@aidecoe.name>
-Date: Mon, 21 Jan 2013 20:37:53 +0100
-Subject: [PATCH] lib/Makefile.local: depend on libs we are linking with
-
----
- lib/Makefile.local | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/lib/Makefile.local b/lib/Makefile.local
-index 7785944..155ac02 100644
---- a/lib/Makefile.local
-+++ b/lib/Makefile.local
-@@ -73,7 +73,7 @@ libnotmuch_modules := $(libnotmuch_c_srcs:.c=.o) $(libnotmuch_cxx_srcs:.cc=.o)
- $(dir)/libnotmuch.a: $(libnotmuch_modules)
- $(call quiet,AR) rcs $@ $^
-
--$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym
-+$(dir)/$(LIBNAME): $(libnotmuch_modules) notmuch.sym util/libutil.a parse-time-string/libparse-time-string.a
- $(call quiet,CXX $(CXXFLAGS)) $(libnotmuch_modules) $(FINAL_LIBNOTMUCH_LDFLAGS) $(LIBRARY_LINK_FLAG) -o $@ util/libutil.a parse-time-string/libparse-time-string.a
-
- notmuch.sym: $(srcdir)/$(dir)/notmuch.h $(libnotmuch_modules)
---
-1.8.1.1
-