diff options
author | Andrej Kacian <ticho@gentoo.org> | 2005-01-10 02:40:13 +0000 |
---|---|---|
committer | Andrej Kacian <ticho@gentoo.org> | 2005-01-10 02:40:13 +0000 |
commit | 1de51a88e7a87109b55a771797fc111b6d438617 (patch) | |
tree | 15fa172a0e465b80c2c2e8e96df9cedebf042cd6 /mail-client/mahogany | |
parent | add additional error line to epatch to make copy & paste faster (diff) | |
download | gentoo-2-1de51a88e7a87109b55a771797fc111b6d438617.tar.gz gentoo-2-1de51a88e7a87109b55a771797fc111b6d438617.tar.bz2 gentoo-2-1de51a88e7a87109b55a771797fc111b6d438617.zip |
Initial import. Closes #46896.
Diffstat (limited to 'mail-client/mahogany')
-rw-r--r-- | mail-client/mahogany/ChangeLog | 11 | ||||
-rw-r--r-- | mail-client/mahogany/Manifest | 3 | ||||
-rw-r--r-- | mail-client/mahogany/files/digest-mahogany-0.65 | 1 | ||||
-rw-r--r-- | mail-client/mahogany/mahogany-0.65.ebuild | 67 | ||||
-rw-r--r-- | mail-client/mahogany/metadata.xml | 6 |
5 files changed, 88 insertions, 0 deletions
diff --git a/mail-client/mahogany/ChangeLog b/mail-client/mahogany/ChangeLog new file mode 100644 index 000000000000..7ffb91823780 --- /dev/null +++ b/mail-client/mahogany/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for mail-mta/mahogany +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mahogany/ChangeLog,v 1.1 2005/01/10 02:40:13 ticho Exp $ + +*mahogany-0.65 (10 Jan 2005) + + 10 Jan 2005; Andrej Kacian <ticho@gentoo.org> +metadata.xml, + +mahogany-0.65.ebuild: + Initial import, ebuild submitted by Robert Cernansky + <openhs@users.sourceforge.net>. Closes #46896. + diff --git a/mail-client/mahogany/Manifest b/mail-client/mahogany/Manifest new file mode 100644 index 000000000000..43873b1df7d1 --- /dev/null +++ b/mail-client/mahogany/Manifest @@ -0,0 +1,3 @@ +MD5 567701a818fd6cbdc90b3a02c0fa086e .mahogany-0.65.ebuild.swp 12288 +MD5 df190e49ee12cc37bf92f6abd7ba2680 mahogany-0.65.ebuild 1550 +MD5 ac95fcbfb3d628b354889fa06707cf8c files/digest-mahogany-0.65 67 diff --git a/mail-client/mahogany/files/digest-mahogany-0.65 b/mail-client/mahogany/files/digest-mahogany-0.65 new file mode 100644 index 000000000000..94172efe3900 --- /dev/null +++ b/mail-client/mahogany/files/digest-mahogany-0.65 @@ -0,0 +1 @@ +MD5 5d4473d71776497dc4dbe065d0a9eb12 mahogany-0.65.tar.bz2 3051451 diff --git a/mail-client/mahogany/mahogany-0.65.ebuild b/mail-client/mahogany/mahogany-0.65.ebuild new file mode 100644 index 000000000000..543d25999ade --- /dev/null +++ b/mail-client/mahogany/mahogany-0.65.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/mail-client/mahogany/mahogany-0.65.ebuild,v 1.1 2005/01/10 02:40:13 ticho Exp $ + +inherit wxwidgets + +DESCRIPTION="Highly customizable powerful mail client" +SRC_URI="mirror://sourceforge/mahogany/${P}.tar.bz2" +HOMEPAGE="http://mahogany.sourceforge.net" + +KEYWORDS="~x86" +SLOT="0" +LICENSE="mahogany" +IUSE="python ssl static nls debug doc" + +RDEPEND=">=x11-libs/wxGTK-2.4.2 + python? ( >=dev-lang/python-1.5* + <dev-lang/python-2.2* ) + ssl? ( dev-libs/openssl )" + +DEPEND="${RDEPEND} + doc? ( dev-tex/latex2html )" + + +src_compile() { + local myconf + + need-wxwidgets gtk || die "Emerge wxGTK with -no_wxgtk1 in USE" + myconf="--with-wx-config=${WX_CONFIG_NAME}" + + if use python; then + myconf="${myconf} --with-python=" + use static && myconf="${myconf}static" || myconf="${myconf}dynamic" + else + myconf="--with-python=none" + fi + use static && myconf="${myconf} --with-modules=static" + use nls || myconf="${myconf} --disable-nls" + use debug && myconf="${myconf} --enable-debug" + + econf ${myconf} || die + emake || die +} + +src_install() { + addwrite /var/cache/fonts + make DESTDIR=${D}/usr install_bin || die + + if use nls; then + make DESTDIR=${D}/usr install_locale + fi + + if use doc; then + make DESTDIR=${D}/usr install_doc || die + fi + + dodir /etc + cp extra/install/M.conf ${D}/etc + + dodoc COPYING CREDITS CHANGES INSTALL README + if use doc; then + cd ${D}/usr/share/Mahogany/doc + dodoc Pdf/* + dohtml -r Manual HackersGuide + rm -rf COPYING CREDITS CHANGES INSTALL README Pdf Manual HackersGuide + fi +} diff --git a/mail-client/mahogany/metadata.xml b/mail-client/mahogany/metadata.xml new file mode 100644 index 000000000000..83eb0995e67b --- /dev/null +++ b/mail-client/mahogany/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>net-mail</herd> + <longdescription>Mahogany is an OpenSource cross-platform mail and news client. It is available for X11/Unix and MS Win32 platforms, supporting a wide range of protocols and standards, including SMTP, POP3, IMAP, NNTP (including SSL support for all of them) and full MIME support.</longdescription> +</pkgmetadata> |