diff options
author | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-05-16 22:26:16 +0000 |
---|---|---|
committer | Amadeusz Piotr Żołnowski <aidecoe@gentoo.org> | 2012-05-16 22:26:16 +0000 |
commit | a407c95f30fa33733044666bc4a7ca9ed1998be3 (patch) | |
tree | 1b8a16a4627804664498989d181c4b9cf1aad885 /net-mail/notmuch | |
parent | Revert accident modification of biosdevname-0.3.11-r1.ebuild. (diff) | |
download | gentoo-2-a407c95f30fa33733044666bc4a7ca9ed1998be3.tar.gz gentoo-2-a407c95f30fa33733044666bc4a7ca9ed1998be3.tar.bz2 gentoo-2-a407c95f30fa33733044666bc4a7ca9ed1998be3.zip |
Removed unused function from the ebuild.
(Portage version: 2.1.10.59/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/notmuch')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.13.ebuild | 10 |
2 files changed, 5 insertions, 10 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog index fc5bf0401250..a3e93ade84e7 100644 --- a/net-mail/notmuch/ChangeLog +++ b/net-mail/notmuch/ChangeLog @@ -1,6 +1,9 @@ # 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.54 2012/05/16 21:54:00 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/ChangeLog,v 1.55 2012/05/16 22:26:16 aidecoe Exp $ + + 16 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> notmuch-0.13.ebuild: + Removed unused function from the ebuild. 16 May 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> metadata.xml: Changed descriptions of flags: emacs, nmbug and vim. diff --git a/net-mail/notmuch/notmuch-0.13.ebuild b/net-mail/notmuch/notmuch-0.13.ebuild index 1b69da6d32aa..40885df1e9e6 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.1 2012/05/16 21:40:18 aidecoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/notmuch/notmuch-0.13.ebuild,v 1.2 2012/05/16 22:26:16 aidecoe Exp $ EAPI=4 @@ -59,14 +59,6 @@ bindings() { fi } -nm_mutt() { - if use mutt; then - pushd contrib/notmuch-mutt || die - $@ - popd || die - fi -} - pkg_setup() { if use emacs; then elisp-need-emacs 23 || die "Emacs version too low" |