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 | a6bb372f4d9c35c72210c1f6db1df85c427f81e2 (patch) | |
tree | 543d990e57fb4b46210be796180191ab5ac9c933 /mail-client | |
parent | add additional error line to epatch to make copy & paste faster (diff) | |
download | historical-a6bb372f4d9c35c72210c1f6db1df85c427f81e2.tar.gz historical-a6bb372f4d9c35c72210c1f6db1df85c427f81e2.tar.bz2 historical-a6bb372f4d9c35c72210c1f6db1df85c427f81e2.zip |
Initial import. Closes #46896.
Diffstat (limited to 'mail-client')
-rw-r--r-- | mail-client/mahogany/ChangeLog | 11 | ||||
-rw-r--r-- | mail-client/mahogany/Manifest | 14 | ||||
-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, 99 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..eae431202480 --- /dev/null +++ b/mail-client/mahogany/Manifest @@ -0,0 +1,14 @@ +-----BEGIN PGP SIGNED MESSAGE----- +Hash: SHA1 + +MD5 45ec15b1a41dafb5a4f74fa2cb5a8921 ChangeLog 432 +MD5 37b92726b23fb53c0945ae805d202e26 metadata.xml 462 +MD5 99fad3d9554a66e92bbcb4fbf70a347b mahogany-0.65.ebuild 1633 +MD5 ac95fcbfb3d628b354889fa06707cf8c files/digest-mahogany-0.65 67 +-----BEGIN PGP SIGNATURE----- +Version: GnuPG v1.4.0 (GNU/Linux) + +iD8DBQFB4esXQlM6RnzZP+IRAucBAJ4lzRUOJERl7tcSm8Qojrfsl8fy3gCgowNZ +nxkaurJtYnBHow5PTnbUcxA= +=PODZ +-----END PGP SIGNATURE----- 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> |