summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Kinard <kumba@gentoo.org>2003-12-18 20:06:21 +0000
committerJoshua Kinard <kumba@gentoo.org>2003-12-18 20:06:21 +0000
commit72aba33f20866f10c1cd0f45500f13754fe9a16c (patch)
tree167aa597b0a610ceb262e42b5351e2637ddf7e71 /net-mail
parentInitial import of MHonArc, the popular perl html-to-mail converter (diff)
downloadgentoo-2-72aba33f20866f10c1cd0f45500f13754fe9a16c.tar.gz
gentoo-2-72aba33f20866f10c1cd0f45500f13754fe9a16c.tar.bz2
gentoo-2-72aba33f20866f10c1cd0f45500f13754fe9a16c.zip
Initial import of MHonArc, the popular perl html-to-mail converter
Diffstat (limited to 'net-mail')
-rw-r--r--net-mail/mhonarc/ChangeLog9
-rw-r--r--net-mail/mhonarc/Manifest4
-rw-r--r--net-mail/mhonarc/files/digest-mhonarc-2.6.81
-rw-r--r--net-mail/mhonarc/metadata.xml12
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.8.ebuild27
5 files changed, 51 insertions, 2 deletions
diff --git a/net-mail/mhonarc/ChangeLog b/net-mail/mhonarc/ChangeLog
new file mode 100644
index 000000000000..2f961e79b4bd
--- /dev/null
+++ b/net-mail/mhonarc/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-mail/mhonarc
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.1 2003/12/18 20:06:03 kumba Exp $
+
+*mhonarc-2.6.8 (18 Dec 2003)
+
+ 18 Dec 2003; Joshua Kinard <kumba@gentoo.org> mhonarc-2.6.8.ebuild:
+ Initial import of MHonArc, the popular perl html-to-mail converter
+
diff --git a/net-mail/mhonarc/Manifest b/net-mail/mhonarc/Manifest
index 0f7cc126a612..11af8b932495 100644
--- a/net-mail/mhonarc/Manifest
+++ b/net-mail/mhonarc/Manifest
@@ -1,4 +1,4 @@
-MD5 8c7bf1dec7d378623f2a430f06a2c963 mhonarc-2.6.8.ebuild 860
+MD5 06a6e0e441bb6c09c6fc529226c13475 mhonarc-2.6.8.ebuild 834
MD5 90b497fcb28b98176bdcb02ab471b02e metadata.xml 356
-MD5 7e3e51bde048f04e0fa1f2e75b71a96b ChangeLog 295
+MD5 c3a873beb90dc2aebf1f7931aeeda219 ChangeLog 383
MD5 da00bbca59f83b10be60c5ee543d5386 files/digest-mhonarc-2.6.8 66
diff --git a/net-mail/mhonarc/files/digest-mhonarc-2.6.8 b/net-mail/mhonarc/files/digest-mhonarc-2.6.8
new file mode 100644
index 000000000000..b3a5e024e037
--- /dev/null
+++ b/net-mail/mhonarc/files/digest-mhonarc-2.6.8
@@ -0,0 +1 @@
+MD5 058dc8ab73db2ce0c37d401ffc57b609 MHonArc-2.6.8.tar.gz 1902907
diff --git a/net-mail/mhonarc/metadata.xml b/net-mail/mhonarc/metadata.xml
new file mode 100644
index 000000000000..fdfc0016f66d
--- /dev/null
+++ b/net-mail/mhonarc/metadata.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer>
+ <email>kumba@gentoo.org</email>
+ <description>Primary Maintainer</description>
+ </maintainer>
+ <herd>perl</herd>
+ <herd>net-mail</herd>
+ <longdescription>Perl Mai-to-HTML Convertor</longdescription>
+</pkgmetadata>
+
diff --git a/net-mail/mhonarc/mhonarc-2.6.8.ebuild b/net-mail/mhonarc/mhonarc-2.6.8.ebuild
new file mode 100644
index 000000000000..adecdd92660a
--- /dev/null
+++ b/net-mail/mhonarc/mhonarc-2.6.8.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.8.ebuild,v 1.1 2003/12/18 20:06:03 kumba Exp $
+
+IUSE=""
+
+inherit perl-module
+CATEGORY="net-mail"
+
+MY_P="${P/mhonarc/MHonArc}"
+S="${WORKDIR}/${MY_P}"
+
+DESCRIPTION="Perl Mail-to-HTML Converter"
+SRC_URI="http://www.cpan.org/modules/by-authors/id/EHOOD/${MY_P}.tar.gz"
+HOMEPAGE="http:/search.cpan.org/author/EHOOD/${MY_P}/"
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64"
+
+src_install() {
+ mv ${S}/Makefile ${S}/Makefile.orig
+ sed -e "s:/usr:${D}/usr:g" ${S}/Makefile.orig > ${S}/Makefile
+ mv ${S}/Makefile ${S}/Makefile.tmp
+ sed -e "s:${D}/usr/bin/perl:/usr/bin/perl:g" ${S}/Makefile.tmp > ${S}/Makefile
+
+ perl-module_src_install
+}