summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Volynets <iluxa@gentoo.org>2008-12-29 20:07:28 +0000
committerIlya Volynets <iluxa@gentoo.org>2008-12-29 20:07:28 +0000
commitb76d98eda0247f3561ae699d7a40f4046150fe9b (patch)
tree915caaae42da24ecf48cbc6ab497062966a152e6 /net-mail/mhonarc
parentManifest (diff)
downloadgentoo-2-b76d98eda0247f3561ae699d7a40f4046150fe9b.tar.gz
gentoo-2-b76d98eda0247f3561ae699d7a40f4046150fe9b.tar.bz2
gentoo-2-b76d98eda0247f3561ae699d7a40f4046150fe9b.zip
install docs under /usr/share/doc/${PF} (bug #248062)
(Portage version: 2.1.4.5)
Diffstat (limited to 'net-mail/mhonarc')
-rw-r--r--net-mail/mhonarc/ChangeLog8
-rw-r--r--net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild30
2 files changed, 37 insertions, 1 deletions
diff --git a/net-mail/mhonarc/ChangeLog b/net-mail/mhonarc/ChangeLog
index 69e54acf906b..a92296b5cf1d 100644
--- a/net-mail/mhonarc/ChangeLog
+++ b/net-mail/mhonarc/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-mail/mhonarc
# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.15 2008/05/09 22:27:15 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.16 2008/12/29 20:07:28 iluxa Exp $
+
+*mhonarc-2.6.16-r2 (29 Dec 2008)
+
+ 29 Dec 2008; Ilya A. Volynets-Evenbakh <iluxa@gentoo.org>
+ +mhonarc-2.6.16-r2.ebuild:
+ install docs under /usr/share/doc/${PF} (bug #248062)
09 May 2008; Markus Meier <maekke@gentoo.org> mhonarc-2.6.16-r1.ebuild:
amd64 stable, bug #214607
diff --git a/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild b/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild
new file mode 100644
index 000000000000..5e736eb2acb9
--- /dev/null
+++ b/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2008 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild,v 1.1 2008/12/29 20:07:28 iluxa Exp $
+
+inherit perl-app
+
+IUSE=""
+
+SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
+RESTRICT="mirror"
+
+DESCRIPTION="Perl Mail-to-HTML Converter"
+HOMEPAGE="http://www.mhonarc.org/"
+LICENSE="GPL-2"
+
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
+
+S="${WORKDIR}/${P/mhonarc/MHonArc}"
+
+src_unpack() {
+ unpack ${A}
+ epatch "${FILESDIR}"/${P}-list-output-order.patch
+}
+
+src_install() {
+ sed -e "s|-prefix |-docpath '${D}/usr/share/doc/${PF}' -prefix '${D}'|g" -i Makefile
+ perl-module_src_install
+ prepalldocs
+}