summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrej Kacian <ticho@gentoo.org>2004-11-12 20:16:22 +0000
committerAndrej Kacian <ticho@gentoo.org>2004-11-12 20:16:22 +0000
commit62da1f96890c4cb7f5625a7cfabf9667cbe277d6 (patch)
tree47b8703c8f62347f4891d860235d97d50857dc32 /net-mail/email
parentStable on sparc (diff)
downloadhistorical-62da1f96890c4cb7f5625a7cfabf9667cbe277d6.tar.gz
historical-62da1f96890c4cb7f5625a7cfabf9667cbe277d6.tar.bz2
historical-62da1f96890c4cb7f5625a7cfabf9667cbe277d6.zip
Initial import.
Diffstat (limited to 'net-mail/email')
-rw-r--r--net-mail/email/ChangeLog10
-rw-r--r--net-mail/email/Manifest14
-rw-r--r--net-mail/email/email-2.3.0.ebuild38
-rw-r--r--net-mail/email/files/digest-email-2.3.01
-rw-r--r--net-mail/email/metadata.xml10
5 files changed, 73 insertions, 0 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog
new file mode 100644
index 000000000000..348b3ab2499b
--- /dev/null
+++ b/net-mail/email/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for net-mail/email
+# Copyright 1999-2004 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.1 2004/11/12 20:16:22 ticho Exp $
+
+*email-2.3.0 (12 Nov 2004)
+
+ 12 Nov 2004; Andrej Kacian <ticho@gentoo.org> +metadata.xml,
+ +email-2.3.0.ebuild:
+ Initial import, ebuild written by me.
+
diff --git a/net-mail/email/Manifest b/net-mail/email/Manifest
new file mode 100644
index 000000000000..c50102c10b9e
--- /dev/null
+++ b/net-mail/email/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA1
+
+MD5 6a166f5231a79ede75af78a613e02199 ChangeLog 355
+MD5 8de99b994044666acebad8cf68a645b4 metadata.xml 326
+MD5 71c4d0d3dbf595e1faf571c21f300209 email-2.3.0.ebuild 915
+MD5 7d522f333c5db99952f0d5e4a7d3796e files/digest-email-2.3.0 64
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v1.2.6 (GNU/Linux)
+
+iD8DBQFBlTZD10xuJSrg3/sRAtjOAJ9vJ7fTAgJi99T38TgmRJhHH19y5gCcC9HV
+MPBUph5n/t7TZV9HEawiD6U=
+=6u5Z
+-----END PGP SIGNATURE-----
diff --git a/net-mail/email/email-2.3.0.ebuild b/net-mail/email/email-2.3.0.ebuild
new file mode 100644
index 000000000000..25be95326562
--- /dev/null
+++ b/net-mail/email/email-2.3.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2004 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-2.3.0.ebuild,v 1.1 2004/11/12 20:16:22 ticho Exp $
+
+DESCRIPTION="Advanced CLI tool for sending email."
+HOMEPAGE="http://email.cleancode.org"
+SRC_URI="http://email.cleancode.org/download/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~x86"
+IUSE=""
+
+DEPEND="virtual/libc"
+
+src_compile() {
+ sed -i -e "s:/doc/email-\${version}:/share/doc:" configure
+ sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf
+
+ econf || die "econf failed"
+ emake || die "emake failed"
+}
+
+src_install() {
+ doman email.1
+ make DEST_DIR=${D} install || die "install failed"
+}
+
+pkg_preinst() {
+ rm ${D}/usr/share/man/man1.gz
+ rm ${D}/usr/share/doc/${P}/email.1
+}
+
+pkg_postinst() {
+ echo
+ einfo "Do not forget to edit /etc/email/email.conf file before using email."
+ echo
+}
diff --git a/net-mail/email/files/digest-email-2.3.0 b/net-mail/email/files/digest-email-2.3.0
new file mode 100644
index 000000000000..a86f73cbc41e
--- /dev/null
+++ b/net-mail/email/files/digest-email-2.3.0
@@ -0,0 +1 @@
+MD5 46aefdf1e8ef23b168712b3fa30631d2 email-2.3.0.tar.bz2 134131
diff --git a/net-mail/email/metadata.xml b/net-mail/email/metadata.xml
new file mode 100644
index 000000000000..44dc51528945
--- /dev/null
+++ b/net-mail/email/metadata.xml
@@ -0,0 +1,10 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>net-mail</herd>
+ <maintainer>
+ <email>ticho@gentoo.org</email>
+ <name>Andrej Kacian</name>
+ </maintainer>
+ <longdescription>Advanced CLI tool for mail sending.</longdescription>
+</pkgmetadata>