summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Herbert <stuart@gentoo.org>2005-12-29 18:37:49 +0000
committerStuart Herbert <stuart@gentoo.org>2005-12-29 18:37:49 +0000
commit6e1486cfdd6931ef03455781c1bbaa999f330aa8 (patch)
treeead545aeda846ba4695132fd2aeadba0b853939f /net-mail/mhonarc/mhonarc-2.6.15.ebuild
parentMoving to perl-core (diff)
downloadgentoo-2-6e1486cfdd6931ef03455781c1bbaa999f330aa8.tar.gz
gentoo-2-6e1486cfdd6931ef03455781c1bbaa999f330aa8.tar.bz2
gentoo-2-6e1486cfdd6931ef03455781c1bbaa999f330aa8.zip
Version bump & sandbox violation fix
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'net-mail/mhonarc/mhonarc-2.6.15.ebuild')
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.15.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/net-mail/mhonarc/mhonarc-2.6.15.ebuild b/net-mail/mhonarc/mhonarc-2.6.15.ebuild
new file mode 100644
index 000000000000..dba3746dc941
--- /dev/null
+++ b/net-mail/mhonarc/mhonarc-2.6.15.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.15.ebuild,v 1.1 2005/12/29 18:37:49 stuart Exp $
+
+inherit perl-app
+
+IUSE=""
+
+SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
+RESTRICT="nomirror"
+
+DESCRIPTION="Perl Mail-to-HTML Converter"
+HOMEPAGE="http://www.mhonarc.org/"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~x86 ~ppc ~sparc ~alpha ~mips ~amd64"
+
+S="${WORKDIR}/${P/mhonarc/MHonArc}"
+
+src_install() {
+ sed -e "s|\$(INSTALLPRG)|\$(INSTALLPRG) -prefix ${D}|g" -i Makefile
+ perl-module_src_install
+}