Gentoo Archives: gentoo-commits

From: "Ilya Volynets (iluxa)" <iluxa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/mhonarc: ChangeLog mhonarc-2.6.16-r2.ebuild
Date: Mon, 29 Dec 2008 20:07:33
Message-Id: E1LHOOf-0008R1-0N@stork.gentoo.org
1 iluxa 08/12/29 20:07:29
2
3 Modified: ChangeLog
4 Added: mhonarc-2.6.16-r2.ebuild
5 Log:
6 install docs under /usr/share/doc/${PF} (bug #248062)
7 (Portage version: 2.1.4.5)
8
9 Revision Changes Path
10 1.16 net-mail/mhonarc/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mhonarc/ChangeLog?rev=1.16&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mhonarc/ChangeLog?rev=1.16&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mhonarc/ChangeLog?r1=1.15&r2=1.16
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v
19 retrieving revision 1.15
20 retrieving revision 1.16
21 diff -u -r1.15 -r1.16
22 --- ChangeLog 9 May 2008 22:27:15 -0000 1.15
23 +++ ChangeLog 29 Dec 2008 20:07:28 -0000 1.16
24 @@ -1,6 +1,12 @@
25 # ChangeLog for net-mail/mhonarc
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.15 2008/05/09 22:27:15 maekke Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/mhonarc/ChangeLog,v 1.16 2008/12/29 20:07:28 iluxa Exp $
29 +
30 +*mhonarc-2.6.16-r2 (29 Dec 2008)
31 +
32 + 29 Dec 2008; Ilya A. Volynets-Evenbakh <iluxa@g.o>
33 + +mhonarc-2.6.16-r2.ebuild:
34 + install docs under /usr/share/doc/${PF} (bug #248062)
35
36 09 May 2008; Markus Meier <maekke@g.o> mhonarc-2.6.16-r1.ebuild:
37 amd64 stable, bug #214607
38
39
40
41 1.1 net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild
42
43 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/mhonarc/mhonarc-2.6.16-r2.ebuild?rev=1.1&content-type=text/plain
45
46 Index: mhonarc-2.6.16-r2.ebuild
47 ===================================================================
48 # Copyright 1999-2008 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $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 $
51
52 inherit perl-app
53
54 IUSE=""
55
56 SRC_URI="http://www.mhonarc.org/release/MHonArc/tar/MHonArc-${PV}.tar.bz2"
57 RESTRICT="mirror"
58
59 DESCRIPTION="Perl Mail-to-HTML Converter"
60 HOMEPAGE="http://www.mhonarc.org/"
61 LICENSE="GPL-2"
62
63 SLOT="0"
64 KEYWORDS="~alpha ~amd64 ~mips ~ppc ~sparc ~x86"
65
66 S="${WORKDIR}/${P/mhonarc/MHonArc}"
67
68 src_unpack() {
69 unpack ${A}
70 epatch "${FILESDIR}"/${P}-list-output-order.patch
71 }
72
73 src_install() {
74 sed -e "s|-prefix |-docpath '${D}/usr/share/doc/${PF}' -prefix '${D}'|g" -i Makefile
75 perl-module_src_install
76 prepalldocs
77 }