Gentoo Archives: gentoo-commits

From: "Marc Schiffbauer (mschiff)" <mschiff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/automx: automx-0.8_beta1.ebuild ChangeLog
Date: Tue, 28 Feb 2012 14:43:10
Message-Id: 20120228144258.E72DA2004B@flycatcher.gentoo.org
1 mschiff 12/02/28 14:42:58
2
3 Modified: automx-0.8_beta1.ebuild ChangeLog
4 Log:
5 Always install INSTALL file.
6
7 (Portage version: 2.2.0_alpha88/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-mail/automx/automx-0.8_beta1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild?r1=1.1&r2=1.2
15
16 Index: automx-0.8_beta1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- automx-0.8_beta1.ebuild 28 Feb 2012 13:14:40 -0000 1.1
23 +++ automx-0.8_beta1.ebuild 28 Feb 2012 14:42:58 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2012 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild,v 1.1 2012/02/28 13:14:40 mschiff Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/automx-0.8_beta1.ebuild,v 1.2 2012/02/28 14:42:58 mschiff Exp $
29
30 EAPI=4
31 PYTHON_DEPEND="2:2.6:2.7"
32 @@ -32,8 +32,9 @@
33 #}
34
35 src_install() {
36 + dodoc INSTALL CREDITS
37 +
38 if use doc; then
39 - dodoc INSTALL CREDITS
40 dohtml -r doc/html/*
41
42 docinto examples
43 @@ -56,10 +57,12 @@
44 }
45
46 pkg_postinst() {
47 - python_mod_optimize $PN
48 - use doc && einfo "See /usr/share/doc/${PF}/INSTALL.bz2 for setup instructions"
49 + python_mod_optimize ${PN}
50 + einfo
51 + einfo "See /usr/share/doc/${PF}/INSTALL.bz2 for setup instructions"
52 + einfo
53 }
54
55 pkg_postrm() {
56 - python_mod_cleanup $PN
57 + python_mod_cleanup ${PN}
58 }
59
60
61
62 1.2 net-mail/automx/ChangeLog
63
64 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/ChangeLog?rev=1.2&view=markup
65 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/ChangeLog?rev=1.2&content-type=text/plain
66 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-mail/automx/ChangeLog?r1=1.1&r2=1.2
67
68 Index: ChangeLog
69 ===================================================================
70 RCS file: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v
71 retrieving revision 1.1
72 retrieving revision 1.2
73 diff -u -r1.1 -r1.2
74 --- ChangeLog 28 Feb 2012 13:14:40 -0000 1.1
75 +++ ChangeLog 28 Feb 2012 14:42:58 -0000 1.2
76 @@ -1,6 +1,9 @@
77 # ChangeLog for net-mail/automx
78 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
79 -# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.1 2012/02/28 13:14:40 mschiff Exp $
80 +# $Header: /var/cvsroot/gentoo-x86/net-mail/automx/ChangeLog,v 1.2 2012/02/28 14:42:58 mschiff Exp $
81 +
82 + 28 Feb 2012; Marc Schiffbauer <mschiff@g.o> automx-0.8_beta1.ebuild:
83 + Always install INSTALL file.
84
85 *automx-0.8_beta1 (28 Feb 2012)