From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 3158313829C for ; Wed, 1 Jun 2016 06:25:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FF70234003; Wed, 1 Jun 2016 06:25:41 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 35428234003 for ; Wed, 1 Jun 2016 06:25:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CCA43340DC7 for ; Wed, 1 Jun 2016 06:25:39 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8B67E976 for ; Wed, 1 Jun 2016 06:25:37 +0000 (UTC) From: "Amadeusz Piotr Żołnowski" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Amadeusz Piotr Żołnowski" Message-ID: <1464762328.3247f5002cd9eaebaf830bbbac6ec386a2b27305.aidecoe@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-mail/notmuch/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-mail/notmuch/notmuch-0.22-r1.ebuild net-mail/notmuch/notmuch-0.22.ebuild X-VCS-Directories: net-mail/notmuch/ X-VCS-Committer: aidecoe X-VCS-Committer-Name: Amadeusz Piotr Żołnowski X-VCS-Revision: 3247f5002cd9eaebaf830bbbac6ec386a2b27305 X-VCS-Branch: master Date: Wed, 1 Jun 2016 06:25:37 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 22fef53a-bc7a-4b88-97b1-b1aacb6af5b7 X-Archives-Hash: 20b8a028d68b0b1d556fb545529c9fbe commit: 3247f5002cd9eaebaf830bbbac6ec386a2b27305 Author: Amadeusz Żołnowski gentoo org> AuthorDate: Wed Jun 1 06:18:42 2016 +0000 Commit: Amadeusz Piotr Żołnowski gentoo org> CommitDate: Wed Jun 1 06:25:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3247f500 net-mail/notmuch: Apply changes in dependencies only in new rev Revert changes in notmuch-0.22.ebuild in commit 9cdfbeb940dabdd1d2088752b761e12c605e6efa and reapply changes to newly bumped notmuch-0.22-r1.ebuild only. Changes in dependencies are not so trivial, so better have a backup option for users. Package-Manager: portage-2.3.0_rc1 net-mail/notmuch/{notmuch-0.22.ebuild => notmuch-0.22-r1.ebuild} | 0 net-mail/notmuch/notmuch-0.22.ebuild | 8 ++------ 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/net-mail/notmuch/notmuch-0.22.ebuild b/net-mail/notmuch/notmuch-0.22-r1.ebuild similarity index 100% copy from net-mail/notmuch/notmuch-0.22.ebuild copy to net-mail/notmuch/notmuch-0.22-r1.ebuild diff --git a/net-mail/notmuch/notmuch-0.22.ebuild b/net-mail/notmuch/notmuch-0.22.ebuild index 9357a32..1cf92ce 100644 --- a/net-mail/notmuch/notmuch-0.22.ebuild +++ b/net-mail/notmuch/notmuch-0.22.ebuild @@ -29,13 +29,11 @@ IUSE="crypt debug doc emacs mutt nmbug python test" CDEPEND=" >=app-shells/bash-completion-1.9 >=dev-libs/glib-2.22:2 - >=dev-libs/gmime-2.6.20-r2:2.6 + >=dev-libs/gmime-2.6.20:2.6 >=dev-libs/xapian-1.2.7-r2:= dev-python/sphinx[${PYTHON_USEDEP}] >=sys-libs/zlib-1.2.5.2 sys-libs/talloc - crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[smime] ) - !crypt? ( >=dev-libs/gmime-2.6.20-r2:2.6[-smime] ) debug? ( dev-util/valgrind ) emacs? ( >=virtual/emacs-23 ) python? ( ${PYTHON_DEPS} ) @@ -44,12 +42,10 @@ DEPEND="${CDEPEND} virtual/pkgconfig doc? ( app-doc/doxygen ) test? ( app-misc/dtach || ( >=app-editors/emacs-23[libxml2] - >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb - crypt? ( dev-libs/openssl ) ) + >=app-editors/emacs-vcs-23[libxml2] ) sys-devel/gdb ) " RDEPEND="${CDEPEND} crypt? ( app-crypt/gnupg ) - !crypt? ( !app-crypt/gnupg ) nmbug? ( dev-vcs/git ) mutt? ( dev-perl/File-Which dev-perl/Mail-Box dev-perl/MailTools dev-perl/String-ShellQuote dev-perl/Term-ReadLine-Gnu