diff options
author | 2011-12-02 23:52:46 +0000 | |
---|---|---|
committer | 2011-12-02 23:52:46 +0000 | |
commit | b725846957bd47451d934a9150d649a208eedf48 (patch) | |
tree | 028d9f7a1223fc574270eb1228ad6bfdf45d6c7c /net-mail | |
parent | dev-python/ simples3: moved to gx86 (diff) | |
download | sunrise-reviewed-b725846957bd47451d934a9150d649a208eedf48.tar.gz sunrise-reviewed-b725846957bd47451d934a9150d649a208eedf48.tar.bz2 sunrise-reviewed-b725846957bd47451d934a9150d649a208eedf48.zip |
net-mail/ notmuch: moved to gx86
svn path=/sunrise/; revision=12542
Diffstat (limited to 'net-mail')
-rw-r--r-- | net-mail/notmuch/ChangeLog | 18 | ||||
-rw-r--r-- | net-mail/notmuch/Manifest | 5 | ||||
-rw-r--r-- | net-mail/notmuch/files/50notmuch-gentoo.el | 2 | ||||
-rw-r--r-- | net-mail/notmuch/metadata.xml | 8 | ||||
-rw-r--r-- | net-mail/notmuch/notmuch-0.7.ebuild | 99 |
5 files changed, 0 insertions, 132 deletions
diff --git a/net-mail/notmuch/ChangeLog b/net-mail/notmuch/ChangeLog deleted file mode 100644 index ff8b4f6e6..000000000 --- a/net-mail/notmuch/ChangeLog +++ /dev/null @@ -1,18 +0,0 @@ -# ChangeLog for net-mail/notmuch -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - - 04 Aug 2011; Cédric Cabessa (ced_c) <ced@ryick.net> -notmuch-0.5.ebuild, - +notmuch-0.7.ebuild, -files/configure_add_option.patch, metadata.xml: - bump and add vim support. Thanks to floppym, hwoarang - - 28 Feb 2011; Cédric Cabessa (ced_c) <ced@ryick.net> +notmuch-0.5.ebuild, - +files/50notmuch-gentoo.el, -notmuch-0.3.1.ebuild, - +files/configure_add_option.patch: - bump net-mail/notmuch, thank to Tommy[D], bapa, binki and Arfrever from - #gentoo-python - - 09 May 2010; Cédric Cabessa (ced_c) <ced@ryick.net> - +notmuch-0.3.1.ebuild, +metadata.xml: - New ebuild for notmuch, bug #318499. Many thanks to Tommy[D] and Ramonster - diff --git a/net-mail/notmuch/Manifest b/net-mail/notmuch/Manifest deleted file mode 100644 index 1d8f14b3e..000000000 --- a/net-mail/notmuch/Manifest +++ /dev/null @@ -1,5 +0,0 @@ -AUX 50notmuch-gentoo.el 57 RMD160 2d99dcca6388a04a7a1739fc920d72ebf6459f48 SHA1 65d00dde7847c046951b172ed54c46c1bb1dbabf SHA256 828c766b97a5f80a250bcea64af1f59075f48bd448b8510e9c6d6231e4ddec34 -DIST notmuch-0.7.tar.gz 389830 RMD160 ae55134588c7435074ce6d73dcb151bee2447845 SHA1 a16bf6dfbce78a62b004ce9f983c1b3a4951c733 SHA256 0548310551b5e0da2eb366e1683e4b81b25b774d5ab4c5117091a67653646ec8 -EBUILD notmuch-0.7.ebuild 2187 RMD160 fdd8185c35993d90aaf31465952b18bfbbb08768 SHA1 925301a9d32ceedc84c85096bafe7634bc074dcd SHA256 45a08747ef5fbb76c5e41ab4e05c48e6b6cedaaa14c3ae310e5de9dc2c0955d2 -MISC ChangeLog 753 RMD160 65c048d2aa0665c4786b618da9fe31648b0a7c27 SHA1 e66196eb8b60b40094c0d6c53e9be745826e5dea SHA256 4718d3a977988b3b00b6be53cef583b8351a15bf195074279efa4f8f03366a11 -MISC metadata.xml 274 RMD160 0d69c2aa687c031a921380ca997cbe15d6935111 SHA1 3c2737f2db18c8e57f25ce71fc67a2ca88a70835 SHA256 b229f42bf20f8dc6f84110e20e92b29dc5e2bfc59bd58dec0b8dc3beaa990333 diff --git a/net-mail/notmuch/files/50notmuch-gentoo.el b/net-mail/notmuch/files/50notmuch-gentoo.el deleted file mode 100644 index a890e1189..000000000 --- a/net-mail/notmuch/files/50notmuch-gentoo.el +++ /dev/null @@ -1,2 +0,0 @@ -(add-to-list 'load-path "@SITELISP@") -(require 'notmuch) diff --git a/net-mail/notmuch/metadata.xml b/net-mail/notmuch/metadata.xml deleted file mode 100644 index 34e618c90..000000000 --- a/net-mail/notmuch/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<maintainer><email>maintainer-wanted@gentoo.org</email></maintainer> -<use> - <flag name="vim">Install notmuch UI for vim</flag> -</use> -</pkgmetadata> diff --git a/net-mail/notmuch/notmuch-0.7.ebuild b/net-mail/notmuch/notmuch-0.7.ebuild deleted file mode 100644 index ab48da925..000000000 --- a/net-mail/notmuch/notmuch-0.7.ebuild +++ /dev/null @@ -1,99 +0,0 @@ -# Copyright 1999-2011 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 -PYTHON_DEPEND="python? 2:2.6" -SUPPORT_PYTHON_ABIS="1" - -inherit bash-completion distutils elisp-common eutils - -DESCRIPTION="Thread-based email index, search and tagging" -HOMEPAGE="http://notmuchmail.org/" -SRC_URI="http://notmuchmail.org/releases/${P}.tar.gz" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="+emacs python vim zsh-completion" - -CDEPEND="emacs? ( virtual/emacs ) - dev-libs/gmime:2.4 - sys-libs/talloc - dev-libs/xapian" - -DEPEND="${CDEPEND} - dev-util/pkgconfig" - -RDEPEND="${CDEPEND} - vim? ( app-editors/vim ) - zsh-completion? ( app-shells/zsh-completion )" - -RESTRICT_PYTHON_ABIS="3.*" - -src_prepare() { - if ! use emacs; then - ewarn "The default UI is provided as an emacs module." - ewarn "You should set USE=emacs if you want to use ${PN} as a MUA." - fi - - if use python ; then - pushd bindings/python || die "bindings/python not found" - distutils_src_prepare - popd - fi -} - -src_configure() { - econf \ - "--emacslispdir=${SITELISP}/${PN}" \ - "--bashcompletiondir=/usr/share/bash-completion" \ - "--zshcompletiondir=/usr/share/zsh/site-functions" \ - $(use_with bash-completion) \ - $(use_with emacs) \ - $(use_with zsh-completion) -} - -src_compile() { - default - - if use python ; then - pushd bindings/python || die "bindings/python not found" - distutils_src_compile - popd - fi -} - -src_install() { - emake DESTDIR="${D}" install || die "emake failed" - dodoc AUTHORS NEWS README TODO || die "dodoc failed" - - if use emacs ; then - elisp-site-file-install "${FILESDIR}/50${PN}-gentoo.el" || die - fi - - if use python ; then - pushd bindings/python || die "bindings/python not found" - distutils_src_install - popd - fi - - if use vim ; then - insinto /usr/share/vim/vimfiles/plugin/ - doins vim/plugin/*.vim || die "cannot install plugin" - - insinto /usr/share/vim/vimfiles/syntax/ - doins vim/syntax/*.vim || die "cannot install syntax files" - fi -} - -pkg_postinst() { - use python && distutils_pkg_postinst - use emacs && elisp-site-regen - bash-completion_pkg_postinst -} - -pkg_postrm() { - use python && distutils_pkg_postrm - use emacs && elisp-site-regen -} |