summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2011-10-14 03:57:23 +0000
committerJeroen Roovers <jer@gentoo.org>2011-10-14 03:57:23 +0000
commitc690ed24ff374ce4d69c5b042dfb59ed93339873 (patch)
tree9a6f1ac89aef75b7bb6702c9b3510753aded13ae /net-mail
parentRemove extraneous maintainer tag. (diff)
downloadgentoo-2-c690ed24ff374ce4d69c5b042dfb59ed93339873.tar.gz
gentoo-2-c690ed24ff374ce4d69c5b042dfb59ed93339873.tar.bz2
gentoo-2-c690ed24ff374ce4d69c5b042dfb59ed93339873.zip
Version bump.
(Portage version: 2.2.0_alpha67/cvs/Linux x86_64)
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/email/ChangeLog9
-rw-r--r--net-mail/email/email-3.1.3.ebuild25
2 files changed, 32 insertions, 2 deletions
diff --git a/net-mail/email/ChangeLog b/net-mail/email/ChangeLog
index cdbebc05e811..191a46adf06d 100644
--- a/net-mail/email/ChangeLog
+++ b/net-mail/email/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-mail/email
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.30 2010/08/08 16:03:18 jmbsvicetto Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/ChangeLog,v 1.31 2011/10/14 03:57:23 jer Exp $
+
+*email-3.1.3 (14 Oct 2011)
+
+ 14 Oct 2011; Jeroen Roovers <jer@gentoo.org> +email-3.1.3.ebuild:
+ Version bump.
08 Aug 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
metadata.xml:
diff --git a/net-mail/email/email-3.1.3.ebuild b/net-mail/email/email-3.1.3.ebuild
new file mode 100644
index 000000000000..21b4ee6bfa9b
--- /dev/null
+++ b/net-mail/email/email-3.1.3.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/email/email-3.1.3.ebuild,v 1.1 2011/10/14 03:57:23 jer Exp $
+
+EAPI="4"
+
+DESCRIPTION="Advanced CLI tool for sending email."
+HOMEPAGE="http://www.cleancode.org/projects/email"
+SRC_URI="http://www.cleancode.org/downloads/${PN}/${P}.tar.bz2"
+LICENSE="GPL-2"
+SLOT="0"
+
+KEYWORDS="~alpha ~amd64 ~x86"
+IUSE=""
+
+src_prepare() {
+ sed -i -e "s:/doc/email-\${version}:/share/doc:" configure || die
+ sed -i -e "s:DIVIDER = '---':DIVIDER = '-- ':" email.conf || die
+}
+
+src_install() {
+ default
+ doman email.1
+ dodoc README TODO
+}